mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Enforce standard declaration order in SPs.
Added new test cases for this, and adjusted old tests accordingly, and new error codes and messages. Fixed bugs in some tests (bug2673 and use test). Added debug printing of instructions in SPs.
This commit is contained in:
@ -270,6 +270,8 @@ public:
|
||||
void qs_append(double d);
|
||||
void qs_append(double *d);
|
||||
void qs_append(const char &c);
|
||||
void qs_append(int i);
|
||||
void qs_append(uint i);
|
||||
|
||||
/* Inline (general) functions used by the protocol functions */
|
||||
|
||||
|
Reference in New Issue
Block a user