mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix 64-bit issue with mysql_client_test. (Bug #8047)
This commit is contained in:
@ -10976,7 +10976,7 @@ static void test_view_insert()
|
|||||||
MYSQL_STMT *insert_stmt, *select_stmt;
|
MYSQL_STMT *insert_stmt, *select_stmt;
|
||||||
int rc, i;
|
int rc, i;
|
||||||
MYSQL_BIND bind[1];
|
MYSQL_BIND bind[1];
|
||||||
long my_val = 0L;
|
int my_val = 0;
|
||||||
ulong my_length = 0L;
|
ulong my_length = 0L;
|
||||||
long my_null = 0L;
|
long my_null = 0L;
|
||||||
const char *query=
|
const char *query=
|
||||||
|
Reference in New Issue
Block a user