1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge bk-internal.mysql.com:/home/bk/mysql-5.0

into  bodhi.(none):/opt/local/work/mysql-5.0-runtime
This commit is contained in:
kostja@bodhi.(none)
2007-07-16 23:41:28 +04:00
36 changed files with 1779 additions and 203 deletions

View File

@ -735,4 +735,8 @@ COUNT(*)
3072
set @@sort_buffer_size=default;
DROP TABLE t1,t2;
drop table if exists t1;
create table t1 (a int) engine=innodb;
alter table t1 alter a set default 1;
drop table t1;
End of 5.0 tests