You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add engine stress test (direct API) and MySQL wire protocol server
- engine_stress_test.cpp: multi-threaded benchmark calling Session<D> directly,
each thread with its own Session/MultiRemoteExecutor/Arena, shared read-only
catalog and shard map. Outputs JSON compatible with compare.py.
- mysql_server.cpp: minimal MySQL wire protocol server (text protocol only)
wrapping Session<D>, allowing standard MySQL clients to connect. Supports
COM_QUERY, COM_QUIT, COM_PING, COM_INIT_DB. One thread per connection.
- Makefile: added engine-stress and mysql-server build targets.
0 commit comments