1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

UPDATE/DELETE post-fixes

This commit is contained in:
Sergei Golubchik
2024-07-18 14:43:47 +02:00
parent f2512c0fa8
commit f44989ff0f
9 changed files with 130 additions and 129 deletions

View File

@@ -1800,7 +1800,7 @@ public:
int open_hlindexes_for_write();
int hlindexes_on_insert();
int hlindexes_on_update();
int hlindexes_on_delete();
int hlindexes_on_delete(const uchar *buf);
int hlindexes_on_delete_all();
int reset_hlindexes();