Home
last modified time | relevance | path

Searched refs:current_found_rows (Results 1 – 25 of 46) sorted by relevance

12

/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_union.cc198 ulonglong current_found_rows; member in Query_result_union_direct
209 current_found_rows(0) in Query_result_union_direct()
337 current_found_rows+= thd->current_found_rows > offset ? in send_eof()
338 thd->current_found_rows - offset : 0; in send_eof()
356 if (current_found_rows > global_limit) in send_eof()
357 current_found_rows= global_limit; in send_eof()
360 thd->current_found_rows= current_found_rows; in send_eof()
901 thd->current_found_rows= (ulonglong)table->file->stats.records; in execute()
H A Dsql_cache.h163 ulonglong current_found_rows; member
174 inline ulonglong found_rows() { return current_found_rows; } in found_rows()
175 inline void found_rows(ulonglong rows) { current_found_rows= rows; } in found_rows()
H A Dsql_class.cc1258 current_found_rows= 0; in THD()
4357 backup->current_found_rows= current_found_rows; in reset_sub_statement_state()
4498 current_found_rows= backup->current_found_rows; in restore_sub_statement_state()
H A Dsql_cache.cc1272 ulonglong current_found_rows= thd->current_found_rows; in end_of_result() local
1332 header->found_rows(current_found_rows); in end_of_result()
2227 thd->current_found_rows= query->found_rows(); in send_result_to_client()
2254 (ulong) thd->current_found_rows); in send_result_to_client()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_union.cc198 ulonglong current_found_rows; member in Query_result_union_direct
209 current_found_rows(0) in Query_result_union_direct()
337 current_found_rows+= thd->current_found_rows > offset ? in send_eof()
338 thd->current_found_rows - offset : 0; in send_eof()
356 if (current_found_rows > global_limit) in send_eof()
357 current_found_rows= global_limit; in send_eof()
360 thd->current_found_rows= current_found_rows; in send_eof()
900 thd->current_found_rows= (ulonglong)table->file->stats.records; in execute()
H A Dsql_cache.h163 ulonglong current_found_rows; member
174 inline ulonglong found_rows() { return current_found_rows; } in found_rows()
175 inline void found_rows(ulonglong rows) { current_found_rows= rows; } in found_rows()
H A Dsql_class.cc1383 current_found_rows= 0; in THD()
4435 backup->current_found_rows= current_found_rows; in reset_sub_statement_state()
4515 current_found_rows= backup->current_found_rows; in restore_sub_statement_state()
H A Dsql_cache.cc1058 ulonglong current_found_rows= thd->current_found_rows; in end_of_result() local
1118 header->found_rows(current_found_rows); in end_of_result()
1932 thd->current_found_rows= query->found_rows(); in send_result_to_client()
1958 (ulong) thd->current_found_rows); in send_result_to_client()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_union.cc198 ulonglong current_found_rows; member in Query_result_union_direct
209 current_found_rows(0) in Query_result_union_direct()
337 current_found_rows+= thd->current_found_rows > offset ? in send_eof()
338 thd->current_found_rows - offset : 0; in send_eof()
356 if (current_found_rows > global_limit) in send_eof()
357 current_found_rows= global_limit; in send_eof()
360 thd->current_found_rows= current_found_rows; in send_eof()
901 thd->current_found_rows= (ulonglong)table->file->stats.records; in execute()
H A Dsql_cache.h163 ulonglong current_found_rows; member
174 inline ulonglong found_rows() { return current_found_rows; } in found_rows()
175 inline void found_rows(ulonglong rows) { current_found_rows= rows; } in found_rows()
H A Dsql_class.cc1258 current_found_rows= 0; in THD()
4357 backup->current_found_rows= current_found_rows; in reset_sub_statement_state()
4498 current_found_rows= backup->current_found_rows; in restore_sub_statement_state()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_union.cc198 ulonglong current_found_rows; member in Query_result_union_direct
209 current_found_rows(0) in Query_result_union_direct()
337 current_found_rows+= thd->current_found_rows > offset ? in send_eof()
338 thd->current_found_rows - offset : 0; in send_eof()
356 if (current_found_rows > global_limit) in send_eof()
357 current_found_rows= global_limit; in send_eof()
360 thd->current_found_rows= current_found_rows; in send_eof()
901 thd->current_found_rows= (ulonglong)table->file->stats.records; in execute()
H A Dsql_cache.h163 ulonglong current_found_rows; member
174 inline ulonglong found_rows() { return current_found_rows; } in found_rows()
175 inline void found_rows(ulonglong rows) { current_found_rows= rows; } in found_rows()
H A Dsql_class.cc1258 current_found_rows= 0; in THD()
4357 backup->current_found_rows= current_found_rows; in reset_sub_statement_state()
4498 current_found_rows= backup->current_found_rows; in restore_sub_statement_state()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_union.cc198 ulonglong current_found_rows; member in Query_result_union_direct
209 current_found_rows(0) in Query_result_union_direct()
337 current_found_rows+= thd->current_found_rows > offset ? in send_eof()
338 thd->current_found_rows - offset : 0; in send_eof()
356 if (current_found_rows > global_limit) in send_eof()
357 current_found_rows= global_limit; in send_eof()
360 thd->current_found_rows= current_found_rows; in send_eof()
900 thd->current_found_rows= (ulonglong)table->file->stats.records; in execute()
H A Dsql_cache.h163 ulonglong current_found_rows; member
174 inline ulonglong found_rows() { return current_found_rows; } in found_rows()
175 inline void found_rows(ulonglong rows) { current_found_rows= rows; } in found_rows()
H A Dsql_class.cc1157 current_found_rows= 0; in THD()
4098 backup->current_found_rows= current_found_rows; in reset_sub_statement_state()
4178 current_found_rows= backup->current_found_rows; in restore_sub_statement_state()
H A Dsql_cache.cc1058 ulonglong current_found_rows= thd->current_found_rows; in end_of_result() local
1118 header->found_rows(current_found_rows); in end_of_result()
1914 thd->current_found_rows= query->found_rows(); in send_result_to_client()
1940 (ulong) thd->current_found_rows); in send_result_to_client()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_union.cc198 ulonglong current_found_rows; member in Query_result_union_direct
209 current_found_rows(0) in Query_result_union_direct()
337 current_found_rows+= thd->current_found_rows > offset ? in send_eof()
338 thd->current_found_rows - offset : 0; in send_eof()
356 if (current_found_rows > global_limit) in send_eof()
357 current_found_rows= global_limit; in send_eof()
360 thd->current_found_rows= current_found_rows; in send_eof()
900 thd->current_found_rows= (ulonglong)table->file->stats.records; in execute()
H A Dsql_cache.h163 ulonglong current_found_rows; member
174 inline ulonglong found_rows() { return current_found_rows; } in found_rows()
175 inline void found_rows(ulonglong rows) { current_found_rows= rows; } in found_rows()
H A Dsql_class.cc1157 current_found_rows= 0; in THD()
4109 backup->current_found_rows= current_found_rows; in reset_sub_statement_state()
4189 current_found_rows= backup->current_found_rows; in restore_sub_statement_state()
H A Dsql_cache.cc1058 ulonglong current_found_rows= thd->current_found_rows; in end_of_result() local
1118 header->found_rows(current_found_rows); in end_of_result()
1914 thd->current_found_rows= query->found_rows(); in send_result_to_client()
1940 (ulong) thd->current_found_rows); in send_result_to_client()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_union.cc1114 thd->current_found_rows = 0; in ExecuteIteratorQuery()
1120 thd->current_found_rows += select->join->send_records; in ExecuteIteratorQuery()
1128 thd->current_found_rows = in ExecuteIteratorQuery()
1129 std::min(thd->current_found_rows, select_limit_cnt); in ExecuteIteratorQuery()
1209 thd->current_found_rows = *send_records_ptr; in ExecuteIteratorQuery()
H A Dsql_class.cc471 current_found_rows = 0; in THD()
1986 backup->current_found_rows = current_found_rows; in reset_sub_statement_state()
2056 current_found_rows = backup->current_found_rows; in restore_sub_statement_state()
H A Dsql_class.h617 ulonglong current_found_rows; variable
1991 ulonglong current_found_rows; variable
2795 previous_found_rows = current_found_rows; in update_previous_found_rows()

12