mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
merge bug14597605 to 5.5.
This commit is contained in:
@@ -2589,7 +2589,7 @@ public:
|
||||
and which case the applier adjusts execution path.
|
||||
*/
|
||||
bool is_deferred() { return deferred; }
|
||||
void set_deferred() { deferred= val; }
|
||||
void set_deferred() { deferred= true; }
|
||||
#endif
|
||||
bool is_valid() const { return 1; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user