Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1316
 
1317
 
1317
 
oscommerce.sql
_> 1 -# $Id: oscommerce.sql 1316 2007-03-05 05:06:50Z hpdl $
   1+# $Id: oscommerce.sql 1317 2007-03-05 05:36:15Z hpdl $
22 #
  33 # osCommerce, Open Source E-Commerce Solutions
  44 # http://www.oscommerce.com
     
 !
4343 DROP TABLE IF EXISTS osc_administrators;
  4444 CREATE TABLE osc_administrators (
  4545   id int NOT NULL auto_increment,
<> 46 -  user_name varchar(32) NOT NULL,
   46+  user_name varchar(32) CHARACTER SET binary NOT NULL,
<_ 4747   user_password varchar(40) NOT NULL,
  4848   PRIMARY KEY (id)
  4949 );