mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
Bug#26243 - Cleanup Valgrind error
This commit is contained in:
parent
fd9993db87
commit
f13f6eaff3
1 changed files with 1 additions and 1 deletions
|
@ -2278,7 +2278,7 @@ my_tz_find(const String * name, TABLE_LIST *tz_tables)
|
|||
|
||||
DBUG_ENTER("my_tz_find");
|
||||
DBUG_PRINT("enter", ("time zone name='%s'",
|
||||
name ? ((String *)name)->c_ptr() : "NULL"));
|
||||
name ? ((String *)name)->c_ptr_safe() : "NULL"));
|
||||
|
||||
DBUG_ASSERT(!time_zone_tables_exist || tz_tables || current_thd->slave_thread);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue