mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Update libmysqld to use 4.1 protocol.
BitKeeper/etc/ignore: added sql_error.cc sql_prepare.cc BitKeeper/deleted/.del-sql_error.cc~2f1caca8d2485dbe: deleted BitKeeper/deleted/.del-sql_prepare.cc~f703729793935ed6: deleted libmysqld/libmysqld.c: Update to use 4.1 protocol. Added mysql_warning_count() and mysql_warnings() myisam/rt_test.c: Added missing variable
This commit is contained in:
@ -63,6 +63,7 @@ int run_test(const char *filename)
|
||||
int row_count=0;
|
||||
char record[MAX_REC_LENGTH];
|
||||
char read_record[MAX_REC_LENGTH];
|
||||
int upd= 10;
|
||||
ha_rows hrows;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user