summaryrefslogtreecommitdiff
path: root/extra/comp_err.c
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-09-23 13:36:01 +0300
committermonty@narttu.mysql.fi <>2003-09-23 13:36:01 +0300
commitf05a1c83940557721a42c758e26f2adace291d0a (patch)
tree367cc7ddc8eef505b0dd3d8bd8d196d7aa8a105f /extra/comp_err.c
parent88faa2ab9554b775f4436bbe5bc051fc5c8e52f5 (diff)
downloadmariadb-git-f05a1c83940557721a42c758e26f2adace291d0a.tar.gz
Block SIGPIPE also for not threaded client programs.
Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues
Diffstat (limited to 'extra/comp_err.c')
-rw-r--r--extra/comp_err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/comp_err.c b/extra/comp_err.c
index 806fb5052b4..8e9c6fc0f0e 100644
--- a/extra/comp_err.c
+++ b/extra/comp_err.c
@@ -60,7 +60,7 @@ int main(int argc,char *argv[])
return(1);
}
- VOID(count_rows(from,'"','}')); /* Calculate start-info */
+ VOID(count_rows(from,'"','{')); /* Calculate start-info */
if (remember_rows(from,'}') < 0) /* Remember rows */
{
fprintf(stderr,"Can't find textrows in '%s'\n",*argv);