mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-08 06:24:34 +00:00
spelling: query
This commit is contained in:
parent
d3dd373e8b
commit
3c51178e68
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ bool MySQLDB::createDBSchema() {
|
|||
ntop->getPrefs()->get_mysql_tablename());
|
||||
exec_sql_query(&mysql, sql, true, true);
|
||||
|
||||
// Add an extra column with the interface id to speed up certain quer
|
||||
// Add an extra column with the interface id to speed up certain query
|
||||
snprintf(sql, sizeof(sql), "ALTER TABLE `%sv4` ADD COLUMN INTERFACE_ID SMALLINT(5) DEFAULT NULL",
|
||||
ntop->getPrefs()->get_mysql_tablename());
|
||||
exec_sql_query(&mysql, sql, true, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue