mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor()
added string length for more speed made code covarage for print() method of Item fixed printability of some items (SCRUM) (WL#1274)
This commit is contained in:
@@ -37,6 +37,11 @@ version()>=_latin1"3.23.29"
|
||||
select charset(version());
|
||||
charset(version())
|
||||
utf8
|
||||
explain extended select database(), user();
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL No tables used
|
||||
Warnings:
|
||||
Note 1003 select high_priority no_cache database() AS `database()`,user() AS `user()`
|
||||
create table t1 (version char(40)) select database(), user(), version() as 'version';
|
||||
show create table t1;
|
||||
Table Create Table
|
||||
|
||||
Reference in New Issue
Block a user