yoichiro / chrome_mysql_admin

ChromeMyAdmin provides you the administration GUI of MySQL server. It is like phpMyAdmin, Sequel Pro.
https://www.eisbahn.jp/chrome_mysql_admin
Apache License 2.0
140 stars 33 forks source link

, #11

Closed ghost closed 10 years ago

ghost commented 10 years ago

,

yoichiro commented 10 years ago

Too long...

yoichiro commented 10 years ago

Well, current ChromeMyAdmin version doesn't support to execute a query which consists of multiple statements. That is, I need to implement the multiple statements execution support.

yoichiro commented 10 years ago

@triune Probably, in current ChromeMyAdmin version, at least you should be able to execute your "CREATE PROCEDURE" without specifying the "delimiter" command.

yoichiro commented 10 years ago

@triune I have just completed to implement this issue. 82cde07f3e17c3ebe96c5601c489b7a3d557136e This version will be published on the Chrome WebStore within a few hours.

yoichiro commented 10 years ago

@triune Good. I close this ticket. Thank you for the confirming.

yoichiro commented 10 years ago

@triune You should report the error message against the query above. Also, let me know the minimum query to reproduce the problem above.

yoichiro commented 10 years ago

@triune I could reproduce the problem. It seems that the query parser has stack overflow error.

yoichiro commented 10 years ago

@triune I think that this problem has just been fixed at f5a35580d769a5b727adcdc92bb93ee66341fe35. Thank you for the reporting!