2 /* vim: set expandtab sw=4 ts=4 sts=4: */
5 * @package phpMyAdmin-Engines
9 * the MyISAM storage engine
10 * @package phpMyAdmin-Engines
12 class PMA_StorageEngine_pbxt
extends PMA_StorageEngine
15 * returns array with variable names dedicated to PBXT storage engine
17 * @return array variable names
19 function getVariables()
22 'pbxt_index_cache_size' => array(
23 'title' => $GLOBALS['strPBXTIndexCacheSize'],
24 'desc' => $GLOBALS['strPBXTIndexCacheSizeDesc'],
25 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
27 'pbxt_record_cache_size' => array(
28 'title' => $GLOBALS['strPBXTRecordCacheSize'],
29 'desc' => $GLOBALS['strPBXTRecordCacheSizeDesc'],
30 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
32 'pbxt_log_cache_size' => array(
33 'title' => $GLOBALS['strPBXTLogCacheSize'],
34 'desc' => $GLOBALS['strPBXTLogCacheSizeDesc'],
35 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
37 'pbxt_log_file_threshold' => array(
38 'title' => $GLOBALS['strPBXTLogFileThreshold'],
39 'desc' => $GLOBALS['strPBXTLogFileThresholdDesc'],
40 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
42 'pbxt_transaction_buffer_size' => array(
43 'title' => $GLOBALS['strPBXTTransactionBufferSize'],
44 'desc' => $GLOBALS['strPBXTTransactionBufferSizeDesc'],
45 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
47 'pbxt_checkpoint_frequency' => array(
48 'title' => $GLOBALS['strPBXTCheckpointFrequency'],
49 'desc' => $GLOBALS['strPBXTCheckpointFrequencyDesc'],
50 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
52 'pbxt_data_log_threshold' => array(
53 'title' => $GLOBALS['strPBXTDataLogThreshold'],
54 'desc' => $GLOBALS['strPBXTDataLogThresholdDesc'],
55 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
57 'pbxt_garbage_threshold' => array(
58 'title' => $GLOBALS['strPBXTGarbageThreshold'],
59 'desc' => $GLOBALS['strPBXTGarbageThresholdDesc'],
60 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC
62 'pbxt_log_buffer_size' => array(
63 'title' => $GLOBALS['strPBXTLogBufferSize'],
64 'desc' => $GLOBALS['strPBXTLogBufferSizeDesc'],
65 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
67 'pbxt_data_file_grow_size' => array(
68 'title' => $GLOBALS['strPBXTDataFileGrowSize'],
69 'desc' => $GLOBALS['strPBXTDataFileGrowSizeDesc'],
70 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
72 'pbxt_row_file_grow_size' => array(
73 'title' => $GLOBALS['strPBXTRowFileGrowSize'],
74 'desc' => $GLOBALS['strPBXTRowFileGrowSizeDesc'],
75 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
77 'pbxt_log_file_count' => array(
78 'title' => $GLOBALS['strPBXTLogFileCount'],
79 'desc' => $GLOBALS['strPBXTLogFileCountDesc'],
80 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC