mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
DTrace fixes plus fixing a too long file name
This commit is contained in:
@@ -122,7 +122,7 @@ ha_rows filesort(THD *thd, TABLE *table, SORT_FIELD *sortorder, uint s_length,
|
||||
TABLE_LIST *tab= table->pos_in_table_list;
|
||||
Item_subselect *subselect= tab ? tab->containing_subselect() : 0;
|
||||
|
||||
MYSQL_FILESORT_START(table->s->db.str, table->s->tablename.str);
|
||||
MYSQL_FILESORT_START(table->s->db.str, table->s->table_name.str);
|
||||
|
||||
/*
|
||||
Release InnoDB's adaptive hash index latch (if holding) before
|
||||
|
||||
Reference in New Issue
Block a user