summaryrefslogtreecommitdiff
path: root/create_firebird_database.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2010-08-27 14:12:16 +0100
committerLester Caine <lester@lsces.co.uk>2010-08-27 14:12:16 +0100
commit949fb683b66d37cfc273a81e70034cdd9b8456e0 (patch)
tree12eb2b3febabfa0f893a3509604df969094ef584 /create_firebird_database.php
parent8e8097fdaaa4fff6d761e0d33d14c1cf5d7f2c4b (diff)
downloadinstall-949fb683b66d37cfc273a81e70034cdd9b8456e0.tar.gz
install-949fb683b66d37cfc273a81e70034cdd9b8456e0.tar.bz2
install-949fb683b66d37cfc273a81e70034cdd9b8456e0.zip
Change default firebird page size
Diffstat (limited to 'create_firebird_database.php')
-rw-r--r--create_firebird_database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_firebird_database.php b/create_firebird_database.php
index 2a25db0..5c65334 100644
--- a/create_firebird_database.php
+++ b/create_firebird_database.php
@@ -25,7 +25,7 @@
$sql .= ' USER "'.$user.'"';
if (strlen($pass) > 0)
$sql .= ' PASSWORD "'.$pass.'"';
- $sql .= ' PAGE_SIZE = 4096';
+ $sql .= ' PAGE_SIZE = 16384';
// if ($s_create_charset != 'NONE') {
// NONE is the default character set