diff options
author | Georgi Kodinov <joro@sun.com> | 2009-09-18 16:01:18 +0300 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-09-18 16:01:18 +0300 |
commit | 01e5bc703d91e5d39b9f00b8eb31d563a2cf6b40 (patch) | |
tree | 5ec69f44c0fb8391a6b8b9e19ab20bf83cec6aba /mysql-test/t/bug46760-master.opt | |
parent | 64badb5f269850d0111aec29788aff7e181c195d (diff) | |
download | mariadb-git-01e5bc703d91e5d39b9f00b8eb31d563a2cf6b40.tar.gz |
Bug#46760: Fast ALTER TABLE no longer works for InnoDB
Despite copying the value of the old table's row type
we don't always have to mark row type as being specified.
Innodb uses this to check if it can do fast ALTER TABLE
or not.
Fixed by correctly flagging the presence of row_type
only when it's actually changed.
Added a test case for 39200.
Diffstat (limited to 'mysql-test/t/bug46760-master.opt')
-rw-r--r-- | mysql-test/t/bug46760-master.opt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/bug46760-master.opt b/mysql-test/t/bug46760-master.opt new file mode 100644 index 00000000000..f830d135149 --- /dev/null +++ b/mysql-test/t/bug46760-master.opt @@ -0,0 +1,2 @@ +--innodb-lock-wait-timeout=2 +--innodb-file-per-table |