mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
13
mysql-test/r/bigint.result
Normal file
13
mysql-test/r/bigint.result
Normal file
@ -0,0 +1,13 @@
|
||||
0 256 00000000000000065536 2147483647 -2147483648 2147483648 +4294967296
|
||||
0 256 65536 2147483647 -2147483648 2147483648 4294967296
|
||||
922337203685477580 92233720368547758000
|
||||
922337203685477580 92233720368547758080
|
||||
-922337203685477580 -92233720368547758000
|
||||
-922337203685477580 -92233720368547758080
|
||||
9223372036854775807 -009223372036854775808
|
||||
9223372036854775807 -9223372036854775808
|
||||
+9999999999999999999 -9999999999999999999
|
||||
10000000000000000000 -10000000000000000000
|
||||
a
|
||||
18446744073709551615
|
||||
18446744073709551615
|
Reference in New Issue
Block a user