1
0
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:
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

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