При обновлении сервера вылезли ошибки:
Код:
(1050) Table 'inet_tariff_traffic_max_1' already exists
(1050) Table 'inet_tariff_traffic_range_1' already exists
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER //
CREATE procedure fill_max_traff() begin
IF NOT EXISTS (select * f' at line 1
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'END IF' at line 1
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'END //
DELIMITER' at line 1
PROCEDURE bgbilling.fill_max_traff does not exist
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER //
CREATE procedure fill_range_traff() begin
IF NOT EXISTS (select *' at line 1
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'END IF' at line 1
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'END //
DELIMITER' at line 1
PROCEDURE bgbilling.fill_range_traff does not exist
Пока не знаю, что из-за этого у меня сломалось, но думаю что что-нибудь да сломалось )