ClaireLytt commented on issue #35091: URL: https://github.com/apache/shardingsphere/issues/35091#issuecomment-3889865621
-- The original file and line number of the sql: init_connect:86 set global init_connect="create procedure p1(x int)\ begin\ select count(*) from t1;\ select * from t1;\ set @x = x For this syntax, I think it's missing an END, and there is no need to include set global init_connect= at the beginning of the SQL. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
