mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Rename all prepared statements COM_ commands to prefix with COM_STMT_
This commit is contained in:
@@ -13040,7 +13040,7 @@ static void test_bug9478()
|
||||
int4store(buff, stmt->stmt_id);
|
||||
buff[4]= 0; /* Flag */
|
||||
int4store(buff+5, 1); /* Return 1 row */
|
||||
rc= ((*mysql->methods->advanced_command)(mysql, COM_EXECUTE, buff,
|
||||
rc= ((*mysql->methods->advanced_command)(mysql, COM_STMT_EXECUTE, buff,
|
||||
sizeof(buff), 0,0,1) ||
|
||||
(*mysql->methods->read_query_result)(mysql));
|
||||
DIE_UNLESS(rc);
|
||||
|
Reference in New Issue
Block a user