diff options
author | Konstantin Osipov <kostja@sun.com> | 2010-06-01 14:19:05 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2010-06-01 14:19:05 +0400 |
commit | a96d23a57afffa1c74f79864267a889215be7fef (patch) | |
tree | 66430f04d87eee1473c4919dd82bdeb5af73df2f /client | |
parent | b9aa51e20995dc98f2739676499391cdcfbdec3d (diff) | |
download | mariadb-git-a96d23a57afffa1c74f79864267a889215be7fef.tar.gz |
A follow up patch for the fix for Bug#51263 "Deadlock between
transactional SELECT and ALTER TABLE ... REBUILD PARTITION".
Move declarations of sql_base.cc classes to sql_base.h
(previously declared in sql_class.h).
Became possible after a header file split.
sql/sql_base.cc:
Make sql_base.h the first include in sql_base.cc.
sql/sql_base.h:
Add declarations of Prelocking_strategy and Open_table_context.
sql/sql_class.h:
Remove declarations of Prelocking_strategy and Open_table_context
(moved).
Diffstat (limited to 'client')
0 files changed, 0 insertions, 0 deletions