mariadb/storage
Monty c7bdf0779c MDEV-38019 Send ok packet to client earlier
Send ok packet earlier for SELECT queries that does not have any updates.
This is done in select_send::send_eof()

Axel's select benchmarks shows that this has a notable speed improvement:
1  Thread:  28% TPS speedup
8  Threads: 23%
64 Threads  6%

This was meassured with t_oltp_point_select With InnoDB running the client
over sockets.

Other things:
- Moved error reporting of LIMIT ROWS EXAMINED from handle_select() to
  check_limit_rows_examined(). This is to ensure that the error is
  reported before send_eof() is called.
- Removed duplicate "Query execution was interrupted" messages for the
  same query

Reviewer: Sergei Golubchik <serg@mariadb.org>
2026-01-12 15:50:13 +02:00
..
archive Merge branch '11.8' into main 2025-04-18 17:11:01 +02:00
blackhole Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
columnstore Add Columnstore MTR to the mariadb-test package 2025-11-07 15:17:37 +02:00
connect cleanup: CREATE_TYPELIB_FOR() helper 2025-10-25 00:19:11 +07:00
csv Merge branch '11.8' into bb-12.1-release 2025-10-08 09:05:38 +02:00
example cleanup: CREATE_TYPELIB_FOR() helper 2025-10-25 00:19:11 +07:00
federated Merge branch '11.8' into 12.0 2025-07-31 20:55:47 +02:00
federatedx Merge 11.4 into 11.8 2025-11-28 14:17:28 +02:00
heap Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
innobase Merge branch '11.8' into 12.2 2026-01-08 12:02:45 +01:00
maria MDEV-38019 Send ok packet to client earlier 2026-01-12 15:50:13 +02:00
mroonga cleanup: CREATE_TYPELIB_FOR() helper 2025-10-25 00:19:11 +07:00
myisam cleanup: CREATE_TYPELIB_FOR() helper 2025-10-25 00:19:11 +07:00
myisammrg cleanup: CREATE_TYPELIB_FOR() helper 2025-10-25 00:19:11 +07:00
oqgraph Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
perfschema Merge branch '11.8' into bb-12.1-release 2025-10-08 09:05:38 +02:00
rocksdb Merge branch '11.8' into bb-12.1-release 2025-10-28 15:26:26 +01:00
sequence cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
sphinx Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
spider Merge branch '11.8' into 12.2 2026-01-08 12:02:45 +01:00
test_sql_discovery MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
videx MDEV-36737: Research and Estimation for Adapting VIDEX to MariaDB 2025-12-22 10:21:29 +11:00