mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Fix various spelling errors
e.g. - dont -> don't - occurence -> occurrence - succesfully -> successfully - easyly -> easily Also remove trailing space in selected files. These changes span: - server core - Connect and Innobase storage engine code - OQgraph, Sphinx and TokuDB storage engines Related to MDEV-21769.
This commit is contained in:
parent
3c57693ff1
commit
c8388de2fd
40 changed files with 80 additions and 80 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
SET TIME_ZONE = "+00:00";
|
||||
#
|
||||
# Test of errors for column data types that dont support function
|
||||
# Test of errors for column data types that don't support function
|
||||
# defaults.
|
||||
#
|
||||
CREATE OR REPLACE TABLE t1( a BIT DEFAULT CURRENT_TIMESTAMP );
|
||||
|
|
@ -1552,7 +1552,7 @@ DROP TABLE t1;
|
|||
#
|
||||
SET TIME_ZONE = "+00:00";
|
||||
#
|
||||
# Test of errors for column data types that dont support function
|
||||
# Test of errors for column data types that don't support function
|
||||
# defaults.
|
||||
#
|
||||
CREATE OR REPLACE TABLE t1( a BIT DEFAULT CURRENT_TIMESTAMP(6) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue