Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Use 1048576 bytes sort buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jun 2, 2017
1 parent 7a7e343 commit 5184d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aimeos-default.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'database' => 'slim',
'username' => 'root',
'password' => '',
'stmt' => array( "SET SESSION sort_buffer_size=1048572", "SET NAMES 'utf8'", "SET SESSION sql_mode='ANSI'" ),
'stmt' => array( "SET SESSION sort_buffer_size=1048576", "SET NAMES 'utf8'", "SET SESSION sql_mode='ANSI'" ),
'opt-persistent' => 0,
'limit' => 2,
),
Expand Down
2 changes: 1 addition & 1 deletion src/aimeos-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'database' => 'slim',
'username' => 'root',
'password' => '',
'stmt' => array( "SET SESSION sort_buffer_size='1M'", "SET NAMES 'utf8'", "SET SESSION sql_mode='ANSI'" ),
'stmt' => array( "SET SESSION sort_buffer_size=1048576", "SET NAMES 'utf8'", "SET SESSION sql_mode='ANSI'" ),
'opt-persistent' => 0,
'limit' => 2,
),
Expand Down

0 comments on commit 5184d23

Please sign in to comment.