mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0
This commit is contained in:
commit
d470738ca0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
drop table if exists t1, t2, t3, t4, t5, t6, t7;
|
||||
drop table if exists t1, t2, t3, t4, t5, t6, t7, t8;
|
||||
CREATE TABLE t1 (
|
||||
a int unsigned NOT NULL PRIMARY KEY,
|
||||
b int unsigned not null,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
-- source include/have_ndb.inc
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1, t2, t3, t4, t5, t6, t7;
|
||||
drop table if exists t1, t2, t3, t4, t5, t6, t7, t8;
|
||||
--enable_warnings
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue