diff options
author | lenz@mysql.com <> | 2003-09-12 15:48:05 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2003-09-12 15:48:05 +0200 |
commit | 9578d0b0eaab70cf03a05e2fa390a8a136b37f90 (patch) | |
tree | f7c8fac32aec7658a953a708c9eadc863318c4d5 /libmysqld | |
parent | edfbc3d3e826187fbbb1dbd2d3750995b25d088e (diff) | |
download | mariadb-git-9578d0b0eaab70cf03a05e2fa390a8a136b37f90.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) |