diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-10-14 12:51:53 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-10-14 12:51:53 +0200 |
commit | eac8d95ffcdea7cd31d60d273e30cb3dfec66add (patch) | |
tree | 79e0abbeed1598de5e153fca9e657e2495a54749 | |
parent | 5a43a31ee81bc181eeb5ef2bf0704befa6e0594d (diff) | |
download | mariadb-git-eac8d95ffcdea7cd31d60d273e30cb3dfec66add.tar.gz |
compilation warning after xtradb mergemariadb-5.5.53
-rw-r--r-- | storage/xtradb/handler/ha_innodb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/handler/ha_innodb.cc b/storage/xtradb/handler/ha_innodb.cc index 386920e689d..66fcc2799bb 100644 --- a/storage/xtradb/handler/ha_innodb.cc +++ b/storage/xtradb/handler/ha_innodb.cc @@ -481,7 +481,7 @@ int innobase_get_parent_fk_list( THD* thd, const char* path, - List<FOREIGN_KEY_INFO>* f_key_list); + List<FOREIGN_KEY_INFO>* f_key_list) __attribute__((unused)); /******************************************************************//** Maps a MySQL trx isolation level code to the InnoDB isolation level code |