mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16935] Remove not needed truncate on new table
PHPBB3-16935
This commit is contained in:
parent
d4b5d74dfd
commit
b9a22c02e5
1 changed files with 0 additions and 3 deletions
|
@ -642,9 +642,6 @@ class fulltext_sphinx implements search_backend_interface
|
|||
);
|
||||
$this->db_tools->sql_create_table(SPHINX_TABLE, $table_data);
|
||||
|
||||
$sql = 'TRUNCATE TABLE ' . SPHINX_TABLE;
|
||||
$this->db->sql_query($sql);
|
||||
|
||||
$data = array(
|
||||
'counter_id' => '1',
|
||||
'max_doc_id' => '0',
|
||||
|
|
Loading…
Add table
Reference in a new issue