1
0
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:
Marc Alexander 2022-01-12 21:16:00 +01:00
parent d4b5d74dfd
commit b9a22c02e5
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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',