mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/my/mysql-5.0 sql/sql_select.cc: Auto merged
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
drop table if exists t1,t2;
|
||||
drop database if exists client_test_db;
|
||||
create table t1
|
||||
(
|
||||
a int primary key,
|
||||
|
@ -185,7 +185,7 @@ explain select st_a from t1 ignore index (st_a) where st_a=1 and st_b=1;
|
||||
#
|
||||
|
||||
# Different value on 32 and 64 bit
|
||||
--replace sta_swt12a sta_swt21a
|
||||
--replace_result sta_swt12a sta_swt21a sta_swt12a, sta_swt12a,
|
||||
explain select * from t1 where st_a=1 and swt1a=1 and swt2a=1;
|
||||
|
||||
explain select * from t1 where st_b=1 and swt1b=1 and swt2b=1;
|
||||
|
@ -3,6 +3,9 @@
|
||||
#
|
||||
--disable_warnings
|
||||
drop table if exists t1,t2;
|
||||
|
||||
# Avoid wrong warnings if mysql_client_test fails
|
||||
drop database if exists client_test_db;
|
||||
--enable_warnings
|
||||
|
||||
create table t1
|
||||
|
Reference in New Issue
Block a user