diff options
author | Michael Widenius <monty@askmonty.org> | 2011-11-30 22:57:18 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-11-30 22:57:18 +0200 |
commit | a4754d9d14a83e8be8680873f60b225535da70b4 (patch) | |
tree | 9eb3b78e20ecf4bd9e5cd587db50d51c1f06d336 /sql/sql_load.cc | |
parent | e71cd2058f67fab8e5b12b2bd99ff04c30d4a7e1 (diff) | |
parent | 62e68139d9afbc5d34af1e811debdfbb36d2102b (diff) | |
download | mariadb-git-a4754d9d14a83e8be8680873f60b225535da70b4.tar.gz |
Merge with 5.1
Diffstat (limited to 'sql/sql_load.cc')
-rw-r--r-- | sql/sql_load.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_load.cc b/sql/sql_load.cc index 3a1dbef4f3f..e4ba53ac53c 100644 --- a/sql/sql_load.cc +++ b/sql/sql_load.cc @@ -140,7 +140,7 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list, */ char *tdb= thd->db ? thd->db : db; // Result is never null ulong skip_lines= ex->skip_lines; - bool transactional_table; + bool transactional_table __attribute__((unused)); DBUG_ENTER("mysql_load"); /* |