1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge bb-10.2-ext into 10.3

This commit is contained in:
Marko Mäkelä
2017-10-04 08:24:06 +03:00
334 changed files with 5235 additions and 3076 deletions

View File

@ -590,7 +590,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
}
}
#endif
DBUG_PRINT("admin", ("table: 0x%lx", (long) table->table));
DBUG_PRINT("admin", ("table: %p", table->table));
if (prepare_func)
{