29 Commits

Author SHA1 Message Date
Johan Wikman
c0615408aa Reindented server/core/modutil.c 2015-11-30 18:53:42 +02:00
Markus Makela
cd55f62051 Fix to MXS-29: https://mariadb.atlassian.net/browse/MXS-29
If MAXSCALE_SCHEMA.REPLICATION_HEARTBEAT isn't replicated, a warning is logged.
2015-10-31 10:34:37 +02:00
Markus Makela
5471d35524 Merge branch 'develop' into MAX-324
Conflicts:
	server/include/modutil.h
2015-03-09 10:18:59 +02:00
Markus Makela
22849f7c90 Added support for multiple result sets. 2015-03-06 22:40:10 +02:00
Markus Makela
2aaa367c37 Merge branch 'develop' into tee_fixes 2015-03-06 18:27:41 +02:00
Markus Makela
d98dd6e15f Fixing errors caused by the merge with develop. 2015-03-05 11:14:12 +02:00
Markus Makela
880adca73e Merge branch 'develop' into MAX-324 2015-03-05 10:45:48 +02:00
Markus Makela
3b76ed43c4 Added tee filter multi-statement support. 2015-03-04 04:20:46 +02:00
Markus Makela
692dd79235 Added binary protocol COM_STMT_PREPARE to modutil_get_SQL. 2015-03-03 14:42:55 +02:00
Markus Makela
db1ea422a0 Merge branch 'develop' into MAX-324
Conflicts:
	server/core/modutil.c
2015-01-20 04:25:40 +02:00
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
f54d4a76aa Final implementation of client session based sharding. 2015-01-15 20:24:01 +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
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
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
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
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
60536f622e Fix to bug #590, http://bugs.mariadb.com/show_bug.cgi?id=590
Added function poll.c:poll_add_epollin_event_to_dcb which adds given event and related GWBUF to given DCB. The DCB is then added to event queue list so that its even becomes executed as soon as any of the threads start to process events next time.
The problem solved is case where COM_CHANGE_USER failed due to authentication failure. An error should be sent to the client but it was sent once per failed backend authentication instead of just once.
Thread which failed in authentication bypassed router and thus replies weren't filtered out. Solution adds an event and a GWBUF including error message to DCB and the DCB is then added to event queue. Thus the error message appeares like it was an incoming event and becomes processed properly.

An addition was made to mysql_backend.c:gw_read_backend_event so that self-generated event can be processed. Even if socket read doesn't manage to read anything, function proceeds if there is enough data in DCB's readqueue.

Fix ti bug #602, http://bugs.mariadb.com/show_bug.cgi?id=602
Added function sescmd_response_complete which checks if the read data completes session command response packet(s). Function is called only if there's a sessoin command being executed.
2014-10-30 16:54:27 +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
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
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
Mark Riddoch
a652e875b5 Support for multipacket statements
Remove double free in cloned DCB's
2014-06-24 17:59:29 +01:00
Mark Riddoch
ea177b481f Fixed for typo in modutil.h
Addition of timestamps to the query log produced by the QLA filter
2014-06-04 23:30:54 +01:00
Mark Riddoch
46ca0676c0 A filter parameter fix and a new filter, the regex filter.
The regexfilter is an example of a query rewriting filter that uses
regular expressions to match the SQL text and allows a replacement text
to be used for each match of the regular expression.

Regexfilter has no special SQL undertanding, it merely uses the features
avialable inthe regex library to perform matches.

Statements that span multiple packets are not supported by the regex
filter.
2014-06-04 23:04:17 +01:00
Mark Riddoch
57e910ad3d Addition of the module utilities functions 2014-06-04 18:34:24 +01:00