summaryrefslogtreecommitdiff
path: root/tests/nonblock-wrappers.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-09-03 14:04:17 +0200
committerSergei Golubchik <serg@mariadb.org>2016-09-12 17:51:50 +0200
commitece01ef3dc89d20198efbaec40e7114fdb515338 (patch)
tree7f3c1f1ee812b8bf8fa98fee94103dae4d7afa0d /tests/nonblock-wrappers.h
parent12067633fb44205777e2e9f401bbcb3242bafd66 (diff)
downloadmariadb-git-ece01ef3dc89d20198efbaec40e7114fdb515338.tar.gz
After-review changes
* remove redundant code * fix tests * move declarations and defines where they belong
Diffstat (limited to 'tests/nonblock-wrappers.h')
-rw-r--r--tests/nonblock-wrappers.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/tests/nonblock-wrappers.h b/tests/nonblock-wrappers.h
index fd50e4e4ee6..78851854442 100644
--- a/tests/nonblock-wrappers.h
+++ b/tests/nonblock-wrappers.h
@@ -321,44 +321,6 @@ MK_WRAPPER(
mysql,
mysql)
-#ifdef HAVE_DEPRECATED_ASYNC_API
-MK_WRAPPER(
- MYSQL_RES *,
- mysql_list_dbs,
- (MYSQL *mysql, const char *wild),
- (&res, mysql, wild),
- (mysql, wild),
- mysql,
- mysql)
-
-MK_WRAPPER(
- MYSQL_RES *,
- mysql_list_tables,
- (MYSQL *mysql, const char *wild),
- (&res, mysql, wild),
- (mysql, wild),
- mysql,
- mysql)
-
-MK_WRAPPER(
- MYSQL_RES *,
- mysql_list_processes,
- (MYSQL *mysql),
- (&res, mysql),
- (mysql),
- mysql,
- mysql)
-
-MK_WRAPPER(
- MYSQL_RES *,
- mysql_list_fields,
- (MYSQL *mysql, const char *table, const char *wild),
- (&res, mysql, table, wild),
- (mysql, table, wild),
- mysql,
- mysql)
-#endif /* HAVE_DEPRECATED_ASYNC_API */
-
MK_WRAPPER(
my_bool,
mysql_read_query_result,