summaryrefslogtreecommitdiff
path: root/libmysql/errmsg.c
diff options
context:
space:
mode:
authorvenu@myvenu.com <>2003-01-30 00:38:11 -0800
committervenu@myvenu.com <>2003-01-30 00:38:11 -0800
commit7e09f1db4b1cf3b36fa8a6c0b0325d788d562d72 (patch)
treeb44894af687099c5f4b6788966f6f5eab2fafbd3 /libmysql/errmsg.c
parentb312b97aa0828eacba21453a15835e2e0f6221d9 (diff)
downloadmariadb-git-7e09f1db4b1cf3b36fa8a6c0b0325d788d562d72.tar.gz
Fix 'n' concurrent prepared executions
Diffstat (limited to 'libmysql/errmsg.c')
-rw-r--r--libmysql/errmsg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmysql/errmsg.c b/libmysql/errmsg.c
index 2eecb5c2afd..ea11a7b6120 100644
--- a/libmysql/errmsg.c
+++ b/libmysql/errmsg.c
@@ -59,7 +59,7 @@ const char *client_errors[]=
"No parameters exists in the statement",
"Invalid parameter number",
"Can't send long data for non string or binary data types (parameter: %d)",
- "Using un supported parameter type: %d (parameter: %d)"
+ "Using un supported buffer type: %d (parameter: %d)",
"Shared memory (%lu)",
"Can't open shared memory. Request event don't create (%lu)",
"Can't open shared memory. Answer event don't create (%lu)",
@@ -114,7 +114,7 @@ const char *client_errors[]=
"No parameters exists in the statement",
"Invalid parameter number",
"Can't send long data for non string or binary data types (parameter: %d)",
- "Using un supported parameter type: %d (parameter: %d)"
+ "Using un supported buffer type: %d (parameter: %d)",
"Shared memory (%lu)",
"Can't open shared memory. Request event don't create (%lu)",
"Can't open shared memory. Answer event don't create (%lu)",
@@ -167,7 +167,7 @@ const char *client_errors[]=
"No parameters exists in the statement",
"Invalid parameter number",
"Can't send long data for non string or binary data types (parameter: %d)",
- "Using un supported parameter type: %d (parameter: %d)"
+ "Using un supported buffer type: %d (parameter: %d)",
"Shared memory (%lu)",
"Can't open shared memory. Request event don't create (%lu)",
"Can't open shared memory. Answer event don't create (%lu)",