1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix typos in C comments inside sql/

This commit is contained in:
Vasilii Lakhin
2025-03-09 18:19:33 +02:00
committed by Sergey Vojtovich
parent 153778437d
commit 717c12de0e
193 changed files with 746 additions and 746 deletions

View File

@@ -24,7 +24,7 @@
similar to the COMPLEMENTARY and PREFERABLY respectively except that
with these values we would not be collecting EITS for queries like
ANALYZE TABLE t1;
To collect EITS with these values, we have to use PERSISITENT FOR
To collect EITS with these values, we have to use PERSISTENT FOR
analyze table t1 persistent for
columns (col1,col2...) index (idx1, idx2...)
or
@@ -579,7 +579,7 @@ public:
@retval
TRUE: Statistics are not present for a column
FALSE: Statisitics are present for a column
FALSE: Statistics are present for a column
*/
bool no_stat_values_provided()
{