mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
gcc295 fixes for embedded
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user