mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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
@ -689,7 +689,7 @@ select column_get(column_create("1212", 2, "адын", 1, 3, 3), 4 as int);
|
||||
select column_get(column_create("1212", 2, "адын", 1, 3, 3), "4" as int);
|
||||
set names latin1;
|
||||
|
||||
--echo # column existance test (names)
|
||||
--echo # column existence test (names)
|
||||
set names utf8;
|
||||
select column_exists(column_create("адын", 1212), "адын");
|
||||
select column_exists(column_create("адын", 1212), "aады");
|
||||
|
Reference in New Issue
Block a user