32 Commits

Author SHA1 Message Date
VilhoRaatikka
fca674b16a modutil.c: added modutil_reply_auth_error
mysql_backend.c:gw_change_user: instead of setting flags directly to replybuffer, set server command to backend's protocol object and reply the message directly to backend where flags are set and it is replied back to client.
2015-01-19 00:01:08 +02:00
VilhoRaatikka
f5d8e2366a modutil.c:modutil_reply_routing_error: Removed GWBUF type flag setting and added flags argument to function prototype so that the caller can set necessary flags and they are then copied to GWBUF which is first created in modutil_reply_rounting_error. 2015-01-17 23:07:06 +02:00
VilhoRaatikka
6d2b38d4b6 Complementary fix to #694,http://bugs.mariadb.com/show_bug.cgi?id=694
RWSplit router handles query processing errors that happened in router by sending parse error reply to client. routeQuery fails only when backend has failed.
2015-01-17 22:40:52 +02:00
Markus Makela
88a26f03ab Fix to bug 685: http://bugs.mariadb.com/show_bug.cgi?id=685
Added the missing detection of partial packets in the buffers.
2015-01-15 13:13:09 +02:00
Markus Makela
30d2742294 Fixed garbled data at end of modutil.c 2015-01-15 04:40:33 +02:00
Markus Makela
b635eb1493 Additional debugging info added to tee filter. 2015-01-14 21:13:52 +02:00
Markus Makela
7f4675cd57 Fix to bug 685: http://bugs.mariadb.com/show_bug.cgi?id=685
Added the missing ERR packet detection to modutil functions.
2015-01-13 21:32:04 +02:00
Markus Makela
d194af0733 Moved result set processing functions to modutil.c from tee.c. 2015-01-13 09:45:58 +02:00
Markus Makela
e27b51392a Changed SIZE_MAX references to values calculated at runtime. 2015-01-05 11:38:54 +02:00
Markus Makela
ba009e5fd3 Fixes to Coverity defects 85010 84878 72752 72742 72719 and 73418.
skygw_utils.cc: Added function is_valid_posix_path that checks if a path is POSIX-compliant.
2015-01-05 06:05:56 +02:00
VilhoRaatikka
6228be4284 Fix to bug #678, http://bugs.skysql.com/show_bug.cgi?id=678
tee.c:routeQuery cloned partial MySQL packets to be routed to child router. Problems were due to the use of gwbuf_clone and modutil_MySQL_query which clone/examine only the first buffer from the buffer list which composes GWBUF.
modutil.c: Added function modutil_MySQL_query_len which calculates MySQL packet length and the missing bytecount
2015-01-02 18:32:57 +02:00
Markus Makela
04a92e40df Fixes to Coverity defects 84879 84878 72752 72742 2014-12-15 06:28:47 +02:00
VilhoRaatikka
c31f971999 Fix candidate for #645, http://bugs.skysql.com/show_bug.cgi?id=645 and #648, http://bugs.skysql.com/show_bug.cgi?id=648
If readwritesplit.c:routeQuery gets a GWBUF whose type is UNDEFINED, then each MySQL packet is extracted from input buffer and passed to new function, route_single_stmt. Each extracted packet is stored in separate GWBUF and added types GWBUF_TYPE_MYSQL and GWBUG_TYPE_SINGLE_STMT which makes it possible to execute session commands and process reply packets properly.

Code nedes still cleaning but this is for testing atm.
2014-12-13 01:55:40 +02:00
Markus Makela
1e2027f4dc Fixes to Coverity defects 83027 73421 72714 72671 72646 72642 2014-12-03 17:56:22 +02:00
Mark Riddoch
ca677f90ec Bug 551 - added new routine to return NULL terminated query text
Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
Bug 551 - added new routine to return NULL terminated query text

Fixed issue in qlafilter that put filebase value into source value
2014-11-06 17:59:20 +00:00
VilhoRaatikka
00fded016b Fixes to Coverity tasks : 73267, 72686, 72672
Cleaned up warnings, and added checks to malloc return values and error log writes in case of failures.
2014-10-31 15:25:59 +02:00
MassimilianoPinto
c207b8b990 Added routines comment
Added routines comment
2014-10-24 12:33:38 +02:00
MassimilianoPinto
970511a275 Update for message errors in DB authentication
Update for message errors in DB authentication
2014-10-24 12:20:50 +02:00
MassimilianoPinto
48423f75f6 Merge branch 'develop' into MAX-309 2014-10-24 09:39:42 +02:00
MassimilianoPinto
35996a40cb Reply messages for failed db authentication
Reply messages for failed db authentication
2014-10-23 19:36:25 +02:00
VilhoRaatikka
287bc90465 Fix to bug #585, http://bugs.mariadb.com/show_bug.cgi?id=585
buffer.c:gwbuf_make_contiguous: when new buffer is created, copy original buffer's type to new buffer
modutil.c:modutil_replace_SQL: when new bugger is added to GWBUF, copy original buffer's type to new buffer
In all filters, merge all buffers of GWBUF to one before calling modutil:extract_SQL
2014-10-21 21:13:21 +03:00
Markus Makela
0acb8fe05d Renaming missed SkySQL references. 2014-10-01 13:48:00 +03:00
Markus Makela
c344231f80 Renamed all occurences of SkySQL to MariaDB Corporation 2014-09-30 13:02:10 +03:00
Mark Riddoch
48b1a77a27 Fix for message length in COM_QUERY 2014-09-24 11:15:33 +01:00
Mark Riddoch
675baad4b1 Fixed typo 2014-09-17 14:54:40 +01:00
VilhoRaatikka
40416d424e Merge branch 'Z3' of https://github.com/skysql/MaxScale into Z3
Conflicts:
	gcov.diff
	server/core/buffer.c
	server/include/buffer.h
	server/modules/routing/readwritesplit/readwritesplit.c
2014-08-29 18:50:32 +03:00
VilhoRaatikka
c501d4d4e1 Changes related to canonical query format implementation.
query_classifier.cc: Now query can be parsed outside query_classifier_get_type by calling function parse_query. It creates parsing_info_t struct which is then added to the GWBUF which also includes the query. Parsing information follows the buffered query and it is freed at the same time with query buffer, in gwbuf_free.
buffer.c: additions of parsing information to gwbuf struct.
modutil.c: added function which returns query from GWBUF in plain text string.
readwritesplit.c:routeQuery now only calls query_classifier_get_type to get the query type instead of extracting plain text query from the GWBUF buffer.
2014-08-20 22:10:36 +03:00
VilhoRaatikka
dfdd2cfccb Applying changes made in commit fa1f9ec13113e00e65f2425b080cfb0d102b0872 to this branch. 2014-08-01 16:49:13 +03:00
MassimilianoPinto
fa1f9ec131 Added unsigned char in modutil.c routines
Added unsigned char in modutil.c routines
2014-07-16 19:32:20 +02:00
Mark Riddoch
a652e875b5 Support for multipacket statements
Remove double free in cloned DCB's
2014-06-24 17:59:29 +01:00
Mark Riddoch
be87556ab0 Fix for compiler warnings 2014-06-05 15:26:57 +01:00
Mark Riddoch
57e910ad3d Addition of the module utilities functions 2014-06-04 18:34:24 +01:00