mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-21581 Helper functions and methods for CHARSET_INFO
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--echo #
|
||||
--echo # Test that cs->coll->hash_sort() ignores trailing spaces
|
||||
--echo # Test that hash_sort() ignores trailing spaces
|
||||
--echo #
|
||||
SELECT @@collation_connection;
|
||||
CREATE TABLE t1 ENGINE=HEAP AS SELECT REPEAT (' ', 10) AS a LIMIT 0;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
--echo #
|
||||
--echo # Testing cs->cset->strtoll10()
|
||||
--echo # Testing strtoll10()
|
||||
--echo #
|
||||
|
||||
SELECT @@character_set_connection;
|
||||
|
Reference in New Issue
Block a user