Changeset 254

Show
Ignore:
Timestamp:
06/23/07 06:08:19 (3 years ago)
Author:
eevee
Message:

Fixed my erroneous use of FLUSH TABLES in the example base data.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/script/base_data.sql

    r73 r254  
    1 FLUSH TABLES WITH READ LOCK; 
     1LOCK TABLES forums WRITE, grouppermissions WRITE, groups WRITE, usergroups WRITE, users WRITE; 
    22 
    33INSERT INTO forums (id, name, lastpostid, threadct, postct, flags, accessibility, blurb)