minor problem with ALTER TABLE

2002-12-20 Thread Federico Razzoli
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. --

Re: minor problem with ALTER TABLE

2002-12-20 Thread Paul DuBois
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

re: minor problem with ALTER TABLE

2002-12-20 Thread Egor Egorov
On Friday 20 December 2002 12:31, 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