mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb configure.in: Auto merged ndb/include/ndbapi/Ndb.hpp: Auto merged ndb/include/ndbapi/NdbDictionary.hpp: Auto merged ndb/include/ndbapi/NdbTransaction.hpp: Auto merged scripts/make_win_src_distribution.sh: Auto merged
This commit is contained in:
@ -188,7 +188,7 @@ FAST_START=""
|
||||
MYSQL_TMP_DIR=$MYSQL_TEST_DIR/var/tmp
|
||||
SLAVE_LOAD_TMPDIR=../../var/tmp #needs to be same length to test logging
|
||||
RES_SPACE=" "
|
||||
MYSQLD_SRC_DIRS="strings mysys include extra regex isam merge myisam \
|
||||
MYSQLD_SRC_DIRS="strings mysys include extra regex myisam \
|
||||
myisammrg heap sql"
|
||||
MY_LOG_DIR="$MYSQL_TEST_DIR/var/log"
|
||||
#
|
||||
|
@ -46,7 +46,9 @@ select 'a' union select concat('a', -'3');
|
||||
select 'a' union select concat('a', -concat('3',4));
|
||||
|
||||
select 'a' union select concat('a', -0);
|
||||
--replace_result a-0.0 a0.0
|
||||
select 'a' union select concat('a', -0.0);
|
||||
|
||||
--replace_result a-0.0000 a0.0000
|
||||
select 'a' union select concat('a', -0.0000);
|
||||
|
||||
|
Reference in New Issue
Block a user