mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
@@ -47,6 +47,13 @@ void kill_delayed_threads(void);
|
||||
bool binlog_create_table(THD *thd, TABLE *table, bool replace);
|
||||
bool binlog_drop_table(THD *thd, TABLE *table);
|
||||
|
||||
static inline void restore_default_record_for_insert(TABLE *t)
|
||||
{
|
||||
restore_record(t,s->default_values);
|
||||
if (t->triggers)
|
||||
t->triggers->default_extra_null_bitmap();
|
||||
}
|
||||
|
||||
#ifdef EMBEDDED_LIBRARY
|
||||
inline void kill_delayed_threads(void) {}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user