diff options
author | anozdrin/alik@station. <> | 2007-10-20 21:48:15 +0400 |
---|---|---|
committer | anozdrin/alik@station. <> | 2007-10-20 21:48:15 +0400 |
commit | 9a6f67314380ee56a1c7af02554de544bd796fc4 (patch) | |
tree | 0618e0e21b4d2baf858b1032b77241f6632acdec /server-tools/instance-manager/manager.cc | |
parent | 62a7103a3def3e4d9625a7a83dff6e6653367f85 (diff) | |
download | mariadb-git-9a6f67314380ee56a1c7af02554de544bd796fc4.tar.gz |
Fix for BUG#31148: bool close_thread_table(THD*, TABLE**):
Assertion `table->key_read == 0' failed.
The problem was that key_read on a table in a sub-select was not
properly reset. That happens because the code responsible for that
is copy&pasted all around the server. In some place, it was obviously
forgotten to be pasted.
The fix is to reset key_read properly.
Diffstat (limited to 'server-tools/instance-manager/manager.cc')
0 files changed, 0 insertions, 0 deletions