1
0
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:
Otto Kekäläinen
2022-03-02 18:18:43 -08:00
committed by Daniel Black
parent 2db80c3773
commit 1fa872f6ef
12 changed files with 19 additions and 19 deletions

View File

@ -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ады");