~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
#
# Tests the behvaiour of the transaction-log-sync-method
# configuration option.  At this point, the only thing we
# can check is that the options appear in the INFORMATION_SCHEMA.VARIABLES
# view, since I can't think of a way to test fsync() behaviour
# properly through the test suite...it might be that we just do this
# basic variables test and rely on LCOV code coverage to check
# the sync methods?
#

SELECT * FROM DATA_DICTIONARY.GLOBAL_VARIABLES
WHERE Variable_name LIKE 'transaction_log%';