mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
New error messages
Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
select 0x41,0x41+0,0x41 | 0x7fffffffffffffff | 0,0xffffffffffffffff | 0 ;
|
||||
0x41 0x41+0 0x41 | 0x7fffffffffffffff | 0 0xffffffffffffffff | 0
|
||||
A 65 9223372036854775807 -1
|
||||
A 65 9223372036854775807 18446744073709551615
|
||||
select 0x31+1,concat(0x31)+1,-0xf;
|
||||
0x31+1 concat(0x31)+1 -0xf
|
||||
50 2 -15
|
||||
|
||||
Reference in New Issue
Block a user