Ticket #1485517 (closed Feature Requests: fixed)

Opened 3 months ago

Last modified 6 weeks ago

merge mysql.initial.sql and mysql5.initial.sql

Reported by: tensor Owned by:
Priority: 7 Milestone: 0.2-stable
Component: Database Version: 0.2-beta
Severity: minor Keywords:
Cc:

Description

There are conditional comments in MySQL dialect of SQL. Something like this:

CREATE /*!32302 TEMPORARY */ TABLE t (a INT);

Using these it is possible to merge the two files into one.

See http://dev.mysql.com/doc/refman/4.1/en/comments.html

Attachments

mysql.patch (5.9 kB) - added by tensor 6 weeks ago.
with conditional comments

Change History

Changed 3 months ago by alec

I think we should require mysql 5.x as we do with php.

Changed 7 weeks ago by thomasb

  • milestone changed from 0.2-stable to later

Changed 6 weeks ago by tensor

Please consider for 0.2

Changed 6 weeks ago by tensor

with conditional comments

Changed 6 weeks ago by thomasb

#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 '; */

With mysql 4.1.22

Changed 6 weeks ago by thomasb

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from later to 0.2-stable

Debugged patch added in r2100

Note: See TracTickets for help on using tickets.