mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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:
33
mysql-test/r/binary.result
Normal file
33
mysql-test/r/binary.result
Normal file
@ -0,0 +1,33 @@
|
||||
name
|
||||
<EFBFBD>
|
||||
<EFBFBD>
|
||||
<EFBFBD>
|
||||
concat("*",name,"*")
|
||||
*<2A>*
|
||||
*<2A>*
|
||||
*<2A>*
|
||||
min(name) min(concat("*",name,"*")) max(name) max(concat("*",name,"*"))
|
||||
<EFBFBD> *<2A>* <09> *<2A>*
|
||||
name
|
||||
<EFBFBD>
|
||||
<EFBFBD>
|
||||
<EFBFBD>
|
||||
concat("*",name,"*")
|
||||
*<2A>*
|
||||
*<2A>*
|
||||
*<2A>*
|
||||
min(name) min(concat("*",name,"*")) max(name) max(concat("*",name,"*"))
|
||||
<EFBFBD> *<2A>* <09> *<2A>*
|
||||
name
|
||||
<EFBFBD>
|
||||
<EFBFBD>
|
||||
name
|
||||
<EFBFBD>
|
||||
<EFBFBD>
|
||||
<EFBFBD>
|
||||
name
|
||||
a b
|
||||
hello hello
|
||||
a b
|
||||
a b
|
||||
hello hello
|
Reference in New Issue
Block a user