mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0 mysql-test/r/order_by.result: Auto merged mysql-test/t/order_by.test: Auto merged sql/sql_insert.cc: Auto merged
This commit is contained in:
commit
2224afb79a
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…
Reference in a new issue