google-code-export / mycheckpoint

Automatically exported from code.google.com/p/mycheckpoint
1 stars 3 forks source link

This tool doesn't support mysql 4.X #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
mycheckpoint --verbose --debug deploy

-- mycheckpoint rev 208, build 201011041330. Copyright (c) 2009-2010 by Shlomi 
Noach
-- database is mycheckpoint
-- Deploy requested. Will deploy
-- metadata table created
-- numbers table created
-- charts_api table created
-- html_components table created
-- custom_query table created
(1064, "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 'OR REPLACE\n     
   ALGORITHM = TEMPTABLE\n        DEFINER = CURRENT_USER\n        ' at line 2")

What version of the mycheckpoint are you using?
208
What version of the MySQL are you using? (SELECT VERSION())
4.1.22
On what operating system?
Red Hat Enterprise Linux Server release 5.3 (Tikanga)

Please provide any additional information below.

Can improve this tool to support mysql 4.X ?

Original issue reported on code.google.com by freesk8...@163.com on 15 Dec 2010 at 3:18

GoogleCodeExporter commented 9 years ago
Sorry,
This product only supports MySQL >= 5.0. There is no possibility to make it 
work on 4.1 because of its extensive use of views.

Original comment by shlomi.n...@gmail.com on 15 Dec 2010 at 5:57