diff options
author | tsmith@ramayana.hindu.god <> | 2007-09-28 10:57:45 -0600 |
---|---|---|
committer | tsmith@ramayana.hindu.god <> | 2007-09-28 10:57:45 -0600 |
commit | 1be91eac9673e3518fd9d016701085e24fa99fa1 (patch) | |
tree | 7029fc8d92228e142a9bdfefcb9626ed85ad227c /libmysql/libmysql.c | |
parent | 37cbd6f7b46c2887aea61d32651fd97c67e09f5c (diff) | |
parent | 5a1284ccb2ae763ba22e2da47d45ea6b88c6865e (diff) | |
download | mariadb-git-1be91eac9673e3518fd9d016701085e24fa99fa1.tar.gz |
Merge ramayana.hindu.god:/home/tsmith/m/bk/maint/50
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
Diffstat (limited to 'libmysql/libmysql.c')
-rw-r--r-- | libmysql/libmysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c index 7c8fe04f36d..8ccf7b7d5e2 100644 --- a/libmysql/libmysql.c +++ b/libmysql/libmysql.c @@ -4692,7 +4692,7 @@ int cli_read_binary_rows(MYSQL_STMT *stmt) NET *net; DBUG_ENTER("cli_read_binary_rows"); - + if (!mysql) { set_stmt_error(stmt, CR_SERVER_LOST, unknown_sqlstate); |