mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Rename:
read_statistic -> read_statistics (statistic is adjective)
This commit is contained in:
@ -234,7 +234,7 @@ static void emb_free_embedded_thd(MYSQL *mysql)
|
||||
delete thd;
|
||||
}
|
||||
|
||||
static const char * emb_read_statistic(MYSQL *mysql)
|
||||
static const char * emb_read_statistics(MYSQL *mysql)
|
||||
{
|
||||
THD *thd= (THD*)mysql->thd;
|
||||
return thd->net.last_error;
|
||||
@ -279,7 +279,7 @@ MYSQL_METHODS embedded_methods=
|
||||
emb_read_binary_rows,
|
||||
emb_unbuffered_fetch,
|
||||
emb_free_embedded_thd,
|
||||
emb_read_statistic,
|
||||
emb_read_statistics,
|
||||
emb_next_result,
|
||||
emb_read_change_user_result
|
||||
};
|
||||
|
Reference in New Issue
Block a user