diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-03-04 18:30:08 +0200 |
---|---|---|
committer | Otto Kekäläinen <otto@kekalainen.net> | 2020-03-16 00:10:50 +0200 |
commit | c8388de2fd9d6132f5e74a2e7943a98fbdcf2c58 (patch) | |
tree | afb45488d109e3baaa80c9e71b6e7ce7a737e205 /storage/connect/tabxcl.cpp | |
parent | 3c57693ff199b066c9cd5eef4f5a2ec6ca5b7898 (diff) | |
download | mariadb-git-c8388de2fd9d6132f5e74a2e7943a98fbdcf2c58.tar.gz |
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.
Diffstat (limited to 'storage/connect/tabxcl.cpp')
-rw-r--r-- | storage/connect/tabxcl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/tabxcl.cpp b/storage/connect/tabxcl.cpp index 4634f6a4ded..46620985852 100644 --- a/storage/connect/tabxcl.cpp +++ b/storage/connect/tabxcl.cpp @@ -103,7 +103,7 @@ TDBXCL::TDBXCL(PXCLDEF tdp) : TDBPRX(tdp) Xcolp = NULL; // To the XCLCOL column Mult = tdp->Mult; // Multiplication factor N = 0; // The current table index - M = 0; // The occurence rank + M = 0; // The occurrence rank RowFlag = 0; // 0: Ok, 1: Same, 2: Skip New = TRUE; // TRUE for new line Sep = tdp->Sep; // The Xcol separator @@ -142,7 +142,7 @@ int TDBXCL::GetMaxSize(PGLOBAL g) /***********************************************************************/ /* For this table type, ROWID is the (virtual) row number, */ -/* while ROWNUM is be the occurence rank in the multiple column. */ +/* while ROWNUM is be the occurrence rank in the multiple column. */ /***********************************************************************/ int TDBXCL::RowNumber(PGLOBAL, bool b) { |