1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Update libmysqld to use 4.1 protocol.

This commit is contained in:
monty@mashka.mysql.fi
2002-10-02 14:14:36 +03:00
parent a748b35ddd
commit 4d705988d5
3 changed files with 32 additions and 8 deletions

View File

@ -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;