diff options
author | unknown <jani@labbari.dsl.inet.fi> | 2007-07-07 23:17:35 +0300 |
---|---|---|
committer | unknown <jani@labbari.dsl.inet.fi> | 2007-07-07 23:17:35 +0300 |
commit | 85510db991b5bbaa954bd181e1d02e45ca9f845f (patch) | |
tree | 1c72ca43486fdb34e70e157c23e269e51acca621 /mysql-test/r/alter_table.result | |
parent | 81e32ad00bc76a08b63d68ad600e4a3db8caaee3 (diff) | |
download | mariadb-git-85510db991b5bbaa954bd181e1d02e45ca9f845f.tar.gz |
Merged from main 5.1
Diffstat (limited to 'mysql-test/r/alter_table.result')
-rw-r--r-- | mysql-test/r/alter_table.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/alter_table.result b/mysql-test/r/alter_table.result index a9c01f308f7..cc93eab0cd5 100644 --- a/mysql-test/r/alter_table.result +++ b/mysql-test/r/alter_table.result @@ -1030,6 +1030,7 @@ select * from t2; c NULL 1 +Two Three lock table t2 write, t3 read; alter table t2 change c vc varchar(100) default "Four", rename to t1; @@ -1046,6 +1047,7 @@ select * from t1; vc NULL 1 +Two Three Four drop tables t1, t3; |