mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-9117: Client Server capability negotiation for MariaDB specific functionality
New capability flags space. Removed old progress flag, added new one.
This commit is contained in:
@ -4329,7 +4329,7 @@ extern "C" void thd_progress_init(MYSQL_THD thd, uint max_stage)
|
||||
is a high level command (like ALTER TABLE) and we are not in a
|
||||
stored procedure
|
||||
*/
|
||||
thd->progress.report= ((thd->client_capabilities & CLIENT_PROGRESS) &&
|
||||
thd->progress.report= ((thd->client_capabilities & MARIADB_CLIENT_PROGRESS) &&
|
||||
thd->progress.report_to_client &&
|
||||
!thd->in_sub_stmt);
|
||||
thd->progress.next_report_time= 0;
|
||||
|
Reference in New Issue
Block a user