1
0
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:
pem@mysql.comhem.se
2004-03-29 11:16:45 +02:00
parent 5954e94fa7
commit 52c820fbc5
34 changed files with 378 additions and 30 deletions

View File

@ -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 */