1
0
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:
Alexander Barkov
2020-01-26 20:27:13 +04:00
parent dd68ba74f3
commit f1e13fdc8d
118 changed files with 1416 additions and 1025 deletions

View File

@@ -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;

View File

@@ -1,5 +1,5 @@
--echo #
--echo # Testing cs->cset->strtoll10()
--echo # Testing strtoll10()
--echo #
SELECT @@character_set_connection;