mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
5.5 merge
This commit is contained in:
commit
c6d30805db
1275 changed files with 66336 additions and 40622 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
/* Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -581,7 +581,7 @@ public:
|
|||
};
|
||||
Open_table_context(THD *thd, uint flags);
|
||||
|
||||
bool recover_from_failed_open(THD *thd);
|
||||
bool recover_from_failed_open();
|
||||
bool request_backoff_action(enum_open_table_action action_arg,
|
||||
TABLE_LIST *table);
|
||||
|
||||
|
|
@ -621,6 +621,8 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
/* THD for which tables are opened. */
|
||||
THD *m_thd;
|
||||
/**
|
||||
For OT_DISCOVER and OT_REPAIR actions, the table list element for
|
||||
the table which definition should be re-discovered or which
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue