mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
Fix various spelling errors still found in code
Reseting -> Resetting Unknow -> Unknown capabilites -> capabilities choosen -> chosen direcory -> directory informations -> information openned -> opened refered -> referred to access -> one to access missmatch -> mismatch succesfully -> successfully dont -> don't
This commit is contained in:
parent
e7ddf46632
commit
cebf9ee204
60 changed files with 91 additions and 92 deletions
|
|
@ -676,7 +676,7 @@ drop table t1;
|
|||
if ($merge_table_support)
|
||||
{
|
||||
#
|
||||
# BUG#17314: Index_merge/intersection not choosen by the optimizer for MERGE tables
|
||||
# BUG#17314: Index_merge/intersection not chosen by the optimizer for MERGE tables
|
||||
#
|
||||
create table t0 (a int);
|
||||
insert into t0 values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue