Re: create table....select * from table anomaly..

2004-10-19 Thread Egor Egorov
It's rather a different behaviour. We suggest to upgrade to 4.0.21 in this case. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Egor Egorov

create table....select * from table anomaly..

2004-10-15 Thread Karam Chand
Hello, I have three databases 3.23.54 (production) 4.0.18 and 4.1.3 as test servers. I execute the following sqls: create database testdb; use testdb; CREATE TABLE `test` ( `example_col` varchar(100) default NULL