Files
MaxScale/server/modules
Esa Korhonen 7e59254454 Change modutil_get_SQL() to modutil_extract_SQL() + length limit
The modutil_get_SQL()-function allocates storage, while
modutil_extract_SQL() does not. The strings given by the latter
are not 0-terminated so require a length limit when matched using
regexec().

This commit changes the used function in those cases where the
sql-string is not modified nor is the pointer saved for later use.
2017-06-16 10:07:27 +03:00
..
2017-06-14 13:36:40 +03:00
2017-06-14 13:36:40 +03:00
2017-02-15 09:31:14 +02:00