mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
corrected typo: deafault -> default
This commit is contained in:
parent
d44a4212d6
commit
a032510e19
1 changed files with 1 additions and 1 deletions
|
@ -6487,7 +6487,7 @@ ha_ndbcluster::build_scan_filter_predicate(Ndb_cond * &cond,
|
|||
: (b->type == NDB_FIELD)? b
|
||||
: NULL;
|
||||
break;
|
||||
deafult:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
switch((negated) ?
|
||||
|
|
Loading…
Reference in a new issue