1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-12 01:53:02 +03:00

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
This commit is contained in:
unknown
2004-06-25 21:56:23 +03:00
parent c6e23c8549
commit ba8ffc50a9
5 changed files with 12 additions and 5 deletions

View File

@ -302,7 +302,6 @@ typedef struct st_mysql_res {
#endif
typedef struct st_mysql_manager
{
NET net;