Home
last modified time | relevance | path

Searched refs:cache_size (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/
H A Dphp.ini-development971 ; http://php.net/pdo_mysql.cache_size
972 pdo_mysql.cache_size = 2000
1105 ; http://php.net/mysql.cache_size
1106 mysql.cache_size = 2000
1172 ; http://php.net/mysqli.cache_size
1173 mysqli.cache_size = 2000
H A Dphp.ini-production971 ; http://php.net/pdo_mysql.cache_size
972 pdo_mysql.cache_size = 2000
1105 ; http://php.net/mysql.cache_size
1106 mysql.cache_size = 2000
1172 ; http://php.net/mysqli.cache_size
1173 mysqli.cache_size = 2000
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c10898 int cache_size; /* Number of pages to use in the cache */ member
78890 mxCache = db->aDb[0].pSchema->cache_size;
104019 pDb->pSchema->cache_size = size;
104020 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
104314 returnSingleInt(pParse, "cache_size", pDb->pSchema->cache_size);
104317 pDb->pSchema->cache_size = size;
104318 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
105857 if( pDb->pSchema->cache_size==0 ){
105861 pDb->pSchema->cache_size = size;
105863 pDb->pSchema->cache_size = SQLITE_DEFAULT_CACHE_SIZE;
[all …]

Completed in 307 milliseconds