Commit 9e4df02f authored by unknown's avatar unknown

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

into mysql.com:/home/jonas/src/mysql-5.0

parents 70e47994 8789e001
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 ( CREATE TABLE t1 (
a int unsigned NOT NULL PRIMARY KEY, a int unsigned NOT NULL PRIMARY KEY,
b int unsigned not null, b int unsigned not null,
......
-- source include/have_ndb.inc -- source include/have_ndb.inc
--disable_warnings --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 --enable_warnings
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment