Changeset 6361

Show
Ignore:
Timestamp:
09/11/06 10:28:20 (2 years ago)
Author:
GamerZ
Message:

Fixed Some Bugs With MYSQL 4.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-useronline/trunk/useronline/useronline.php

    r6319 r6361  
    643643                                          " url varchar(255) NOT NULL default '',". 
    644644                                          " type enum('member','guest','bot') NOT NULL default 'guest',". 
    645                                           " UNIQUE KEY useronline_id (timestamp,username,ip,useragent))"; 
     645                                          " UNIQUE KEY useronline_id (timestamp,username,ip,useragent))  ENGINE=MyISAM DEFAULT CHARSET=latin1;"; 
    646646      maybe_create_table($wpdb->useronline, $create_table); 
    647647      // Add In Options