mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
add more dbug helpers for gdb
This commit is contained in:
parent
c913cd2b66
commit
ad3346dddf
1 changed files with 3 additions and 0 deletions
|
@ -10752,6 +10752,9 @@ const char *dbug_print_unit(SELECT_LEX_UNIT *un)
|
|||
return "Couldn't fit into buffer";
|
||||
}
|
||||
|
||||
const char *dbug_print(Item *x) { return dbug_print_item(x); }
|
||||
const char *dbug_print(SELECT_LEX *x) { return dbug_print_select(x); }
|
||||
const char *dbug_print(SELECT_LEX_UNIT *x) { return dbug_print_unit(x); }
|
||||
|
||||
#endif /*DBUG_OFF*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue