1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

merge with 4.0 (to get compiler error fixes for innodb)

This commit is contained in:
monty@mysql.com
2004-03-19 15:17:56 +02:00
17 changed files with 318 additions and 155 deletions

View File

@@ -52,6 +52,7 @@ const char *client_errors[]=
"Error connecting to master:",
"SSL connection error",
"Malformed packet",
"This client library is licensed only for use with MySQL servers having '%s' license",
"Invalid use of null pointer",
"Statement not prepared",
"Parameters data was not supplied",
@@ -110,6 +111,7 @@ const char *client_errors[]=
"Error connecting to master:",
"SSL connection error",
"Malformed packet",
"This client library is licensed only for use with MySQL servers having '%s' license",
"Invalid use of null pointer",
"Statement not prepared",
"Parameters data was not supplied",
@@ -166,6 +168,7 @@ const char *client_errors[]=
"Error connecting to master:",
"SSL connection error",
"Malformed packet",
"This client library is licensed only for use with MySQL servers having '%s' license",
"Invalid use of null pointer",
"Statement not prepared",
"Not all parameters data supplied",