mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Bug #28989 hpux11 ps_row warnings
- do not print 701 dictionary busy error sql/ha_ndbcluster.cc: save the ndb error such that it can be traced sql/ha_ndbcluster.h: save the ndb error such that it can be traced sql/ha_ndbcluster_binlog.cc: use the traced ndb error to determine if it is an error that should be printed
This commit is contained in:
parent
7bbf39015d
commit
95497dcc28
3 changed files with 94 additions and 22 deletions
|
|
@ -207,6 +207,8 @@ class Thd_ndb
|
|||
NdbTransaction *stmt;
|
||||
bool m_error;
|
||||
bool m_slow_path;
|
||||
int m_error_code;
|
||||
uint32 m_query_id; /* query id whn m_error_code was set */
|
||||
uint32 options;
|
||||
uint32 trans_options;
|
||||
List<NDB_SHARE> changed_tables;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue