mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Added support for hex strings to mysqlimport
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
This commit is contained in:
15
mysql-test/r/func_equal.result
Normal file
15
mysql-test/r/func_equal.result
Normal file
@@ -0,0 +1,15 @@
|
||||
0<=>0 0.0<=>0.0 "A"<=>"A" NULL<=>NULL
|
||||
1 1 1 1
|
||||
1<=>0 0<=>NULL NULL<=>0
|
||||
0 0 0
|
||||
1.0<=>0.0 0.0<=>NULL NULL<=>0.0
|
||||
0 0 0
|
||||
"A"<=>"B" "A"<=>NULL NULL<=>"A"
|
||||
0 0 0
|
||||
id value id value t1.value<=>t2.value
|
||||
1 NULL 1 NULL 1
|
||||
id value
|
||||
1 NULL
|
||||
id value
|
||||
1 NULL
|
||||
id value
|
Reference in New Issue
Block a user