diff options
author | unknown <knielsen@knielsen-hq.org> | 2012-02-22 12:14:34 +0100 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2012-02-22 12:14:34 +0100 |
commit | 9305f2b52f8a219737653fa88ba022c901f2831b (patch) | |
tree | 4b00876e2caec3792a3a61b1e084e10d0d0e270f /include | |
parent | f2db5ef4ba128c86d02e6571f9aba907b8ea64c3 (diff) | |
parent | 925942e7af49eebc5ffeff705bb2167eb86a9dcb (diff) | |
download | mariadb-git-9305f2b52f8a219737653fa88ba022c901f2831b.tar.gz |
Merge latest MariaDB 5.5 into MWL#192: Non-blocking client library.
Diffstat (limited to 'include')
-rw-r--r-- | include/wqueue.h | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/include/wqueue.h b/include/wqueue.h index b3fe3dc8602..e568ab8e91e 100644 --- a/include/wqueue.h +++ b/include/wqueue.h @@ -1,6 +1,22 @@ +/* + Copyright (c) 2007, 2008, Sun Microsystems, Inc, + Copyright (c) 2011, 2012, Monty Program Ab -#ifndef _wqueue_h -#define _wqueue_h + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#ifndef WQUEUE_INCLUDED +#define WQUEUE_INCLUDED #include <my_global.h> #include <my_pthread.h> |