mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge pilot.blaudden:/home/msvensson/mysql/bug25197/my50-bug25197
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
This commit is contained in:
@ -1964,6 +1964,15 @@ A B tire
|
||||
0
|
||||
# # 1
|
||||
## ## 2
|
||||
SELECT REPEAT('0', CAST(0 AS UNSIGNED));
|
||||
REPEAT('0', CAST(0 AS UNSIGNED))
|
||||
|
||||
SELECT REPEAT('0', -2);
|
||||
REPEAT('0', -2)
|
||||
|
||||
SELECT REPEAT('0', 2);
|
||||
REPEAT('0', 2)
|
||||
00
|
||||
DROP TABLE t1;
|
||||
SELECT UNHEX('G');
|
||||
UNHEX('G')
|
||||
|
Reference in New Issue
Block a user