mariadb/storage/innobase/handler
Marko Mäkelä 37b9734c06 MDEV-21636 information_schema.innodb_mutexes.name column is not populated
The column INFORMATION_SCHEMA.INNODB_MUTEXES.NAME is not populated ever since
commit 2e814d4702 applied the InnoDB changes from
MySQL 5.7.9 to MariaDB Server 10.2.2.

Since the same commit, the view is only providing information about
rw_lock_t, not any mutexes.

For now, let us convert the source code file name and line number of
the rw_lock_t creation into a name. A better option in the future might
be to store the information somewhere where it can be looked up by
mysql_pfs_key_t, and possibly to remove the CREATE_FILE and CREATE_LINE
columns.
2020-02-03 12:34:08 +02:00
..
ha_innodb.cc MDEV-21429 TRUNCATE and OPTIMIZE are being refused due to "row size too large" 2020-01-07 11:02:12 +02:00
ha_innodb.h MDEV-21429 TRUNCATE and OPTIMIZE are being refused due to "row size too large" 2020-01-07 11:02:12 +02:00
ha_xtradb.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
handler0alter.cc Fixup MDEV-21429: Correct a definition 2020-01-07 14:38:21 +02:00
i_s.cc MDEV-21636 information_schema.innodb_mutexes.name column is not populated 2020-02-03 12:34:08 +02:00
i_s.h Merge 10.1 into 10.2 2019-05-13 18:48:28 +03:00