Changes between Initial Version and Version 1 of Ticket #11461, comment 2


Ignore:
Timestamp:
Dec 28, 2013, 12:17:05 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11461, comment 2

    initial v1  
    11I confirmed that the issue existed in MySQL 5.5.33
    22
    3 The issue appears to be the use of "restrict" as a column name in the smp_project table.
     3The issue appears to be the use of `restrict` as a column name in the `smp_project` table.
    44
    5 I renamed all instances of "restrict" to "restrick" in the following files:
     5I renamed all instances of `restrict` to `restrick` in the following files:
     6{{{#!sh
    67admin.py
    78environmentSetup.py
    89model.py
    9 
    10 Redid the whole thing and it appears to be working properly.  Evidently "restrict" is a restricted word in mysql and MariaDB
    11 
     10}}}
     11Redid the whole thing and it appears to be working properly.  Evidently `restrict` is a restricted word in mysql and MariaDB