Code review comment for lp:~sharan-monikantan/drizzle/trunk-bug-723915-fixed

Revision history for this message
Brian Aker (brianaker) wrote :

From Jenkins:

https://jenkins.drizzle.org/job/drizzle-build-matrix/293/label=ubuntu-12.04/console

logging_query.select [ fail ]
--- ./plugin/logging_query/tests/r/select.result 2012-12-16 15:39:12.973392000 +0300
+++ ./plugin/logging_query/tests/r/select.reject 2012-12-16 16:33:36.880657220 +0300
@@ -98,7 +98,7 @@
 id
 3
 # This should print 13 indicating that the above queries are logged
-Number of queries logged : 13
+Number of queries logged : 12

 # Testing for select with order by
 # The following queries should be logged

drizzletest: Result content mismatch

Stopping All Servers
Restoring snapshot of databases
Resuming Tests

logging_query.thresholds [ pass ] 2488
logging_query.update [ fail ]
--- ./plugin/logging_query/tests/r/update.result 2012-12-16 15:39:12.973392000 +0300
+++ ./plugin/logging_query/tests/r/update.reject 2012-12-16 16:34:02.325636943 +0300
@@ -37,7 +37,7 @@
 4 update
 5 delete
 # This should print 5 indicating that, only the UPDATE query is NOT logged
-Number of queries logged : 2
+Number of queries logged : 1

 # Enabling the logging_query plugin to log UPDATE queries
 SET GLOBAL logging_query_pcre="UPDATE.+";

drizzletest: Result content mismatch

« Back to merge proposal