diff options
Diffstat (limited to 'storage/maria/ha_maria.cc')
-rw-r--r-- | storage/maria/ha_maria.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ha_maria.cc b/storage/maria/ha_maria.cc index efbb63a53ed..0e0aa09825b 100644 --- a/storage/maria/ha_maria.cc +++ b/storage/maria/ha_maria.cc @@ -1191,7 +1191,7 @@ int ha_maria::open(const char *name, int mode, uint test_if_locked) /* For static size rows, tell MariaDB that we will access all bytes - in the record when writing it. This signals MariaDB to initalize + in the record when writing it. This signals MariaDB to initialize the full row to ensure we don't get any errors from valgrind and that all bytes in the row is properly reset. */ |