diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-10-02 11:58:24 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-10-02 11:58:24 +0200 |
commit | 384999f3e8707bcc249bf9fd56828b8ec3e839bf (patch) | |
tree | 27daebd0afb3744329f3ea785333d2247c489fb5 /libmysql | |
parent | e90851008b9c8a84b642fc487eea09eecfbcec2c (diff) | |
download | mariadb-git-384999f3e8707bcc249bf9fd56828b8ec3e839bf.tar.gz |
MDEV-6528 review debian patches for mysql
and apply whatever was reasonable
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/errmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/errmsg.c b/libmysql/errmsg.c index 81d2728534a..23c8e99cebc 100644 --- a/libmysql/errmsg.c +++ b/libmysql/errmsg.c @@ -81,7 +81,7 @@ const char *client_errors[]= "Attempt to read a row while there is no result set associated with the statement", "This feature is not implemented yet", "Lost connection to MySQL server at '%s', system error: %d", - "Statement closed indirectly because of a preceeding %s() call", + "Statement closed indirectly because of a preceding %s() call", "The number of columns in the result set differs from the number of bound buffers. You must reset the statement, rebind the result set columns, and execute the statement again", "This handle is already connected. Use a separate handle for each connection.", "Authentication plugin '%s' cannot be loaded: %s", |