regexp1987 / common-schema

Automatically exported from code.google.com/p/common-schema
0 stars 0 forks source link

Error when installing #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am using common_schema 1.2, and i tried to install on MySQL 5.5.28, but i got 
an error (see attach).

The error possibly comes from a SQL create function. 

I tried using heidiSQL, but also using MySQL Workbench i got the same error!

Original issue reported on code.google.com by dtri...@gmail.com on 14 Nov 2012 at 8:57

Attachments:

GoogleCodeExporter commented 8 years ago
Thank you for this report.
This is fixed in revision 368 (version 1.2.2, available for download)
The "\G" is not accepted as a statement delimited by GUI tools. Simply replaced 
with ";".

I'm still getting various issues with MySQL Workbench, which occasionally 
complains about a line break in the middle of statement. Will further 
investigate.

Original comment by shlomi.n...@gmail.com on 14 Nov 2012 at 9:23