Edgewall Software

Changes between Initial Version and Version 1 of Ticket #9003, comment 7


Ignore:
Timestamp:
Jan 27, 2010, 5:38:29 PM (14 years ago)
Author:
Christian Boos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9003, comment 7

    initial v1  
    11hi,
    22I tried the following ones:
     3{{{
    34| Database   | Create Database                                                     |
    45+------------+---------------------------------------------------------------------+
     
    1920| trac_shape | CREATE DATABASE `trac_shape` /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_bin */ |
    2021+------------+--------------------------------------------------------------------------------------+
     22}}}
    2123The first one w/out collate succeeded to parse 3/4 of total commits.
    2224The second one with collate failed.