summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2020-01-26 20:27:13 +0400
committerAlexander Barkov <bar@mariadb.com>2020-01-28 12:29:23 +0400
commitf1e13fdc8d9e78f4529aa60b6a9b49c6ff063c66 (patch)
treece84da1deeea573be5be7db7d739a4c9ba9b40f8 /mysql-test/include
parentdd68ba74f357aca074609cbd77491ed4ba390369 (diff)
downloadmariadb-git-f1e13fdc8d9e78f4529aa60b6a9b49c6ff063c66.tar.gz
MDEV-21581 Helper functions and methods for CHARSET_INFO
Diffstat (limited to 'mysql-test/include')
-rw-r--r--mysql-test/include/ctype_heap.inc2
-rw-r--r--mysql-test/include/ctype_strtoll10.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/include/ctype_heap.inc b/mysql-test/include/ctype_heap.inc
index eafd37e104a..061ed439483 100644
--- a/mysql-test/include/ctype_heap.inc
+++ b/mysql-test/include/ctype_heap.inc
@@ -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;
diff --git a/mysql-test/include/ctype_strtoll10.inc b/mysql-test/include/ctype_strtoll10.inc
index 8bb2d29f86a..725180d6a24 100644
--- a/mysql-test/include/ctype_strtoll10.inc
+++ b/mysql-test/include/ctype_strtoll10.inc
@@ -1,5 +1,5 @@
--echo #
---echo # Testing cs->cset->strtoll10()
+--echo # Testing strtoll10()
--echo #
SELECT @@character_set_connection;