diff options
author | unknown <lenz@mysql.com> | 2003-09-12 15:48:05 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-09-12 15:48:05 +0200 |
commit | 7f659e4dadfd0b54936615a25b196f3d2f40f0b6 (patch) | |
tree | f7c8fac32aec7658a953a708c9eadc863318c4d5 /libmysqld | |
parent | f61743dea88b0581a12a0f1db673ea3ef3e699c5 (diff) | |
download | mariadb-git-7f659e4dadfd0b54936615a25b196f3d2f40f0b6.tar.gz |
- fixed yet another C++-style comment in a .c file that made the IBM
C compiler barf
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/libmysqld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/libmysqld.c b/libmysqld/libmysqld.c index 70ac4ce46c5..2e8cd2a4861 100644 --- a/libmysqld/libmysqld.c +++ b/libmysqld/libmysqld.c @@ -88,7 +88,7 @@ net_safe_read(MYSQL *mysql) { NET *net= &mysql->net; uint len=0; - //init_sigpipe_variables + /* init_sigpipe_variables */ /* Don't give sigpipe errors if the client doesn't want them */ set_sigpipe(mysql); if (net->vio != 0) |