1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

backport of dbug extensions from 6.0:

function/ syntax
  glob(7) wildcards
  unit tests
This commit is contained in:
Sergei Golubchik
2009-10-30 19:13:58 +01:00
parent eff49de23e
commit 319847a4ec
29 changed files with 1317 additions and 789 deletions

View File

@@ -5423,7 +5423,7 @@ binlog:
}
VOID(pthread_mutex_unlock(&LOCK_open));
IF_DBUG(int result=)
int result __attribute__((unused))=
store_create_info(thd, table, &query,
create_info, FALSE /* show_database */);