summaryrefslogtreecommitdiff
path: root/mysql-test/r/order_by.result
diff options
context:
space:
mode:
authorunknown <jani@hynda.(none)>2003-03-22 20:34:20 +0200
committerunknown <jani@hynda.(none)>2003-03-22 20:34:20 +0200
commitc1719ad057d0bfa3bc4a40d01c604193c91a5659 (patch)
tree1b9e4699601c329a0eab8e8bccb8e0fdb7d74b3f /mysql-test/r/order_by.result
parentebedd1521c19f9a6a2025d5c1c5be751cdb7b636 (diff)
downloadmariadb-git-c1719ad057d0bfa3bc4a40d01c604193c91a5659.tar.gz
Changed some tests to pass with new auto_increment handling,
e.g. default value is not accepted with auto_increment anymore.
Diffstat (limited to 'mysql-test/r/order_by.result')
-rw-r--r--mysql-test/r/order_by.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/order_by.result b/mysql-test/r/order_by.result
index 9238d9eafcb..79c6c9fa6fb 100644
--- a/mysql-test/r/order_by.result
+++ b/mysql-test/r/order_by.result
@@ -15,7 +15,7 @@ INSERT INTO t1 VALUES (2,6,'60671515','Y');
INSERT INTO t1 VALUES (2,7,'60671569','Y');
INSERT INTO t1 VALUES (2,3,'dd','Y');
CREATE TABLE t2 (
-id int(6) DEFAULT '0' NOT NULL auto_increment,
+id int(6) NOT NULL auto_increment,
description varchar(40) NOT NULL,
idform varchar(40),
ordre int(6) unsigned DEFAULT '0' NOT NULL,