mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
First part of automatic repair of MyISAM tables.
Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes
This commit is contained in:
parent
69a249c054
commit
9f7c4563f7
38 changed files with 570 additions and 419 deletions
|
|
@ -88,6 +88,7 @@ THD::THD()
|
|||
open_tables=temporary_tables=0;
|
||||
tmp_table=0;
|
||||
lock=locked_tables=0;
|
||||
used_tables=0;
|
||||
cuted_fields=0L;
|
||||
options=thd_startup_options;
|
||||
update_lock_default= low_priority_updates ? TL_WRITE_LOW_PRIORITY : TL_WRITE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue