At 18:31 +0800 12/20/02, Federico Razzoli wrote:
I tried to change a Heap table to BDB. I didn't compile MySQL with BDB, so I expected to get an error. Instead, the table type has been set to MyISAM, wich is the default type. I think this is a bug, if it isn't I think this behavoir should be changed.
MySQL uses the default table type if you alter a table to a type that is legal but not supported by your particular server.
--------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
