mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 00:05:33 +02:00
gcc295 fixes for embedded
This commit is contained in:
parent
2b4d61cae5
commit
04af4d100f
2 changed files with 14 additions and 16 deletions
|
|
@ -46,6 +46,8 @@ C_MODE_START
|
|||
|
||||
static my_bool emb_read_query_result(MYSQL *mysql);
|
||||
|
||||
C_MODE_END
|
||||
|
||||
void THD::clear_data_list()
|
||||
{
|
||||
while (first_data)
|
||||
|
|
@ -59,6 +61,7 @@ void THD::clear_data_list()
|
|||
cur_data= 0;
|
||||
}
|
||||
|
||||
C_MODE_START
|
||||
|
||||
/*
|
||||
Reads error information from the MYSQL_DATA and puts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue