mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Fixed typos
- Some of the typos was because a Russian character was accidentally used instead of an ascii one.
This commit is contained in:
parent
882f6fa3aa
commit
5a35fff422
4 changed files with 4 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ my_bool _ma_write_static_record(MARIA_HA *info, const uchar *record)
|
|||
return(2);
|
||||
}
|
||||
if (info->opt_flag & WRITE_CACHE_USED)
|
||||
{ /* Cash in use */
|
||||
{ /* Cache in use */
|
||||
if (my_b_write(&info->rec_cache, record,
|
||||
info->s->base.reclength))
|
||||
goto err;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue