diff options
author | monty@hundin.mysql.fi <> | 2002-08-08 16:41:04 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-08 16:41:04 +0300 |
commit | 77296b3f67f50eb5dd2ed804841d28c6b4e3f103 (patch) | |
tree | 8abd660ca8962e8c1a9aa58dbabd22e3c2e6f163 /libmysqld | |
parent | 087261482a9bbdaa3bc0e26052a719ebdb73644b (diff) | |
download | mariadb-git-77296b3f67f50eb5dd2ed804841d28c6b4e3f103.tar.gz |
Fix after merge
Updated WEEK() and DATE information in the manual.
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/lib_vio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/lib_vio.c b/libmysqld/lib_vio.c index 5460c546faa..29a70b7acbb 100644 --- a/libmysqld/lib_vio.c +++ b/libmysqld/lib_vio.c @@ -151,7 +151,7 @@ int vio_write(Vio * vio, const gptr buf, int size) DBUG_RETURN(size); } -int vio_blocking(Vio * vio, my_bool set_blocking_mode) +int vio_blocking(Vio * vio, my_bool set_blocking_mode, my_bool *old_mode) { return (0); } |