1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.11 into 11.2

This commit is contained in:
Marko Mäkelä
2024-10-03 13:24:43 +03:00
548 changed files with 5714 additions and 1374 deletions

View File

@@ -61,7 +61,7 @@ public:
count--;
DBUG_ASSERT(vio_type == VIO_CLOSED);
}
void close_and_delete();
void close_and_delete(uint err);
void close_with_error(uint sql_errno,
const char *message, uint close_error);
THD *create_thd(THD *thd);