~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/suite/falcon/t/falcon_options2.test

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
SELECT @@falcon_io_threads;
19
19
SELECT @@falcon_large_blob_threshold;
20
20
SELECT @@falcon_lock_wait_timeout;
21
 
SELECT @@falcon_max_transaction_backlog;
22
21
SELECT @@falcon_page_cache_size;
23
22
SELECT @@falcon_page_size;
24
23
SELECT @@falcon_record_chill_threshold;
31
30
SELECT @@falcon_serial_log_dir;
32
31
SELECT @@falcon_serial_log_priority;
33
32
SELECT @@falcon_use_deferred_index_hash;
 
33
SELECT @@falcon_use_sectorcache;
 
34
SELECT @@falcon_use_supernodes;