mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
merged
sql/item_create.cc: Auto merged sql/item_func.h: Auto merged sql/lex.h: Auto merged
This commit is contained in:
@@ -8,6 +8,9 @@ hellomonty
|
||||
select length('\n\t\r\b\0\_\%\\');
|
||||
length('\n\t\r\b\0\_\%\\')
|
||||
10
|
||||
select bit_length('\n\t\r\b\0\_\%\\');
|
||||
bit_length('\n\t\r\b\0\_\%\\')
|
||||
80
|
||||
select concat('monty',' was here ','again'),length('hello'),char(ascii('h'));
|
||||
concat('monty',' was here ','again') length('hello') char(ascii('h'))
|
||||
monty was here again 5 h
|
||||
|
||||
@@ -129,6 +129,7 @@ a b
|
||||
handler t2 read next;
|
||||
a b
|
||||
18 eee
|
||||
alter table t1 type=MyISAM;
|
||||
handler t2 read next;
|
||||
a b
|
||||
19 fff
|
||||
|
||||
Reference in New Issue
Block a user