From 7da16844ea2591d84d72d7b2012ba80a2ea6f9a7 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 12 Jul 2013 23:07:32 +0200 Subject: fix the maria suite sql/handler.h: not "unused" sql/sql_table.cc: move this check where it is in 10.0 --- mysql-test/suite/maria/maria3.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/suite/maria/maria3.result') diff --git a/mysql-test/suite/maria/maria3.result b/mysql-test/suite/maria/maria3.result index 27d72b75930..84ba81aae4d 100644 --- a/mysql-test/suite/maria/maria3.result +++ b/mysql-test/suite/maria/maria3.result @@ -460,7 +460,7 @@ id f1 1 test1 2 test2 drop table t1; -SET SQL_MODE = 'TRADITIONAL'; +SET SQL_MODE = ''; create table t1 (n int not null primary key auto_increment, c char(1), unique(c)); insert into t1 values(100, "a"); insert into t1 values(300, "b"); -- cgit v1.2.1