mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
commit
2c1067166d
334 changed files with 5235 additions and 3076 deletions
|
|
@ -1063,7 +1063,7 @@ Event_db_repository::load_named_event(THD *thd, const LEX_CSTRING *dbname,
|
|||
TABLE_LIST event_table;
|
||||
|
||||
DBUG_ENTER("Event_db_repository::load_named_event");
|
||||
DBUG_PRINT("enter",("thd: 0x%lx name: %*s", (long) thd,
|
||||
DBUG_PRINT("enter",("thd: %p name: %*s", thd,
|
||||
(int) name->length, name->str));
|
||||
|
||||
event_table.init_one_table("mysql", 5, "event", 5, "event", TL_READ);
|
||||
|
|
@ -1186,7 +1186,7 @@ Event_db_repository::check_system_tables(THD *thd)
|
|||
const unsigned int event_priv_column_position= 29;
|
||||
|
||||
DBUG_ENTER("Event_db_repository::check_system_tables");
|
||||
DBUG_PRINT("enter", ("thd: 0x%lx", (long) thd));
|
||||
DBUG_PRINT("enter", ("thd: %p", thd));
|
||||
|
||||
/* Check mysql.db */
|
||||
tables.init_one_table("mysql", 5, "db", 2, "db", TL_READ);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue