1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixes for embedded MySQL

Some limit optimization
This commit is contained in:
monty@donna.mysql.fi
2001-04-25 01:11:29 +03:00
parent 93de112238
commit 9ee2a297c0
17 changed files with 95 additions and 229 deletions

View File

@ -53,3 +53,4 @@ extern const char *client_errors[]; /* Error messages */
#define CR_NAMEDPIPESETSTATE_ERROR 2018
#define CR_CANT_READ_CHARSET 2019
#define CR_NET_PACKET_TOO_LARGE 2020
#define CR_EMBEDDED_CONNECTION 2021