1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge remote-tracking branch 'origin/10.0' into 10.1

This commit is contained in:
Monty
2018-05-24 11:08:02 +03:00
31 changed files with 606 additions and 131 deletions

View File

@ -1518,7 +1518,8 @@ public:
~Stat_table_write_iter()
{
cleanup();
/* Ensure that cleanup has been run */
DBUG_ASSERT(rowid_buf == 0);
}
};