mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
merge with 3.23 to get bugfixes for <=> NULL and --bind-address
Build-tools/Do-compile: Auto merged mysql-test/r/func_test.result: Auto merged mysql-test/t/func_test.test: Auto merged mysql-test/t/func_time.test: Auto merged mysql-test/t/null_key.test: Auto merged mysql-test/mysql-test-run.sh: Ignore changes from 3.23 mysql-test/r/func_time.result: Update results mysql-test/r/null_key.result: Update results scripts/mysqld_safe.sh: Don't apply NICE handling change from 3.23 sql/mysqld.cc: merge sql/opt_range.cc: merge support-files/mysql.server.sh: Don't apply changes from 3.23
This commit is contained in:
@ -228,3 +228,20 @@ alter table t1 add key id (id);
|
||||
select * from t1, t2 where t1.id = t2.id;
|
||||
id id
|
||||
drop table t1,t2;
|
||||
id id2
|
||||
NULL 0
|
||||
1 1
|
||||
id id2
|
||||
NULL 0
|
||||
id id2
|
||||
NULL 0
|
||||
1 1
|
||||
id id2
|
||||
NULL 0
|
||||
1 1
|
||||
id id2
|
||||
1 1
|
||||
id id2
|
||||
1 1
|
||||
id id2
|
||||
1 1
|
||||
|
Reference in New Issue
Block a user