diff options
author | unknown <monty@mysql.com> | 2004-06-25 21:56:23 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-06-25 21:56:23 +0300 |
commit | 7828d5683780ab9596f5b1398ac707362174e5a9 (patch) | |
tree | 06dc93aec118ef2da622d0ade5ab9cf7f4664b88 /include | |
parent | b4cf5325559d994bb096cf76384acabe5e0cbfda (diff) | |
download | mariadb-git-7828d5683780ab9596f5b1398ac707362174e5a9.tar.gz |
After merge fixes
include/mysql.h:
Cleanup
sql-common/client.c:
Allow client.c to compile after changes to mysql.h
sql/opt_range.cc:
Make bdb.test repeatable (and assume that table scans is a little bit slower)
sql/sql_handler.cc:
Fixed typo during merge
sql/sql_insert.cc:
Fixed indentation
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mysql.h b/include/mysql.h index cd1226fb272..0f3fdc90548 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -302,7 +302,6 @@ typedef struct st_mysql_res { #endif - typedef struct st_mysql_manager { NET net; |