new
[phpmyadmin/crack.git] / libraries / engines / pbxt.lib.php
blob66e5c7b4a3d4eba29895e6a7237fb09d69d41d70
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @version $Id$
5 */
7 /**
8 * the MyISAM storage engine
9 */
10 class PMA_StorageEngine_pbxt extends PMA_StorageEngine
12 /**
13 * returns array with variable names dedicated to PBXT storage engine
15 * @return array variable names
17 function getVariables()
19 return array(
20 'pbxt_index_cache_size' => array(
21 'title' => $GLOBALS['strPBXTIndexCacheSize'],
22 'desc' => $GLOBALS['strPBXTIndexCacheSizeDesc'],
23 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
25 'pbxt_record_cache_size' => array(
26 'title' => $GLOBALS['strPBXTRecordCacheSize'],
27 'desc' => $GLOBALS['strPBXTRecordCacheSizeDesc'],
28 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
30 'pbxt_log_cache_size' => array(
31 'title' => $GLOBALS['strPBXTLogCacheSize'],
32 'desc' => $GLOBALS['strPBXTLogCacheSizeDesc'],
33 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
35 'pbxt_log_file_threshold' => array(
36 'title' => $GLOBALS['strPBXTLogFileThreshold'],
37 'desc' => $GLOBALS['strPBXTLogFileThresholdDesc'],
38 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
40 'pbxt_transaction_buffer_size' => array(
41 'title' => $GLOBALS['strPBXTTransactionBufferSize'],
42 'desc' => $GLOBALS['strPBXTTransactionBufferSizeDesc'],
43 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
45 'pbxt_checkpoint_frequency' => array(
46 'title' => $GLOBALS['strPBXTCheckpointFrequency'],
47 'desc' => $GLOBALS['strPBXTCheckpointFrequencyDesc'],
48 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
50 'pbxt_data_log_threshold' => array(
51 'title' => $GLOBALS['strPBXTDataLogThreshold'],
52 'desc' => $GLOBALS['strPBXTDataLogThresholdDesc'],
53 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
55 'pbxt_garbage_threshold' => array(
56 'title' => $GLOBALS['strPBXTGarbageThreshold'],
57 'desc' => $GLOBALS['strPBXTGarbageThresholdDesc'],
58 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC
60 'pbxt_log_buffer_size' => array(
61 'title' => $GLOBALS['strPBXTLogBufferSize'],
62 'desc' => $GLOBALS['strPBXTLogBufferSizeDesc'],
63 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
65 'pbxt_data_file_grow_size' => array(
66 'title' => $GLOBALS['strPBXTDataFileGrowSize'],
67 'desc' => $GLOBALS['strPBXTDataFileGrowSizeDesc'],
68 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
70 'pbxt_row_file_grow_size' => array(
71 'title' => $GLOBALS['strPBXTRowFileGrowSize'],
72 'desc' => $GLOBALS['strPBXTRowFileGrowSizeDesc'],
73 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
75 'pbxt_log_file_count' => array(
76 'title' => $GLOBALS['strPBXTLogFileCount'],
77 'desc' => $GLOBALS['strPBXTLogFileCountDesc'],
78 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC