mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
f5692f21f9
the InnoDB Plugin tests are now in mysql-test/suite/innodb_plugin. Move InnoDB tests to the innodb suite at mysql-test/suite/innodb.
9 lines
191 B
Text
9 lines
191 B
Text
SELECT f4, f8 FROM bug34300;
|
|
f4 f8
|
|
xxx zzz
|
|
ALTER TABLE bug34300 ADD COLUMN (f10 INT);
|
|
SELECT f4, f8 FROM bug34300;
|
|
f4 f8
|
|
xxx zzz
|
|
DROP TABLE bug34300;
|
|
SET @@global.max_allowed_packet=default;
|