mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-22 15:31:28 +02:00
[ticket/16935] Remove not needed truncate on new table
PHPBB3-16935
This commit is contained in:
parent
d4b5d74dfd
commit
b9a22c02e5
@ -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…
x
Reference in New Issue
Block a user