This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET @oldsite='psd401.net'; | |
SET @newsite='lauri-dev.psd401.net'; | |
DROP PROCEDURE IF EXISTS setoptions; | |
DELIMITER $$; | |
CREATE PROCEDURE setoptions() | |
BEGIN | |
DECLARE done INT DEFAULT 0; | |
DECLARE site VARCHAR(255) DEFAULT NULL; |