mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix various spelling errors
Among others: existance -> existence reinitialze -> reinitialize successfuly -> successfully
This commit is contained in:
committed by
Daniel Black
parent
2db80c3773
commit
1fa872f6ef
@ -1508,7 +1508,7 @@ select column_get(column_create("1212", 2, "адын", 1, 3, 3), "4" as int);
|
||||
column_get(column_create("1212", 2, "адын", 1, 3, 3), "4" as int)
|
||||
NULL
|
||||
set names latin1;
|
||||
# column existance test (names)
|
||||
# column existence test (names)
|
||||
set names utf8;
|
||||
select column_exists(column_create("адын", 1212), "адын");
|
||||
column_exists(column_create("адын", 1212), "адын")
|
||||
|
Reference in New Issue
Block a user