[MDEV-3788] LP:742556 - ./netware/static_init_db.sql contains deprecated TIMESTAMP(14) syntax Created: 2011-03-25  Updated: 2012-10-04  Resolved: 2012-10-04

Status: Closed
Project: MariaDB Server
Component/s: None
Fix Version/s: None

Type: Task Priority: Minor
Reporter: Philip Stoev (Inactive) Assignee: Sergei Golubchik
Resolution: Won't Fix Votes: 0
Labels: Launchpad, MariaDB_5.3

Attachments: XML File LPexportBug742556.xml    

 Description   

Grepping the codebase for old TIMESTAMP() syntax realed the following lines:

./netware/static_init_db.sql:CREATE TABLE tables_priv (Host char(60) binary DEFAULT '' NOT NULL, Db char(64) binary DEFAULT '' NOT NULL, User char(16) binary DEFAULT '' NOT NULL, Table_name char(64) binary DEFAULT '' NOT NULL, Grantor char(77) DEFAULT '' NOT NULL, Timestamp timestamp(14), Table_priv set('Select','Insert','Update','Delete','Create','Drop','Grant','References','Index','Alter') DEFAULT '' NOT NULL, Column_priv set('Select','Insert','Update','References') DEFAULT '' NOT NULL, PRIMARY KEY (Host,Db,User,Table_name), KEY Grantor (Grantor)) comment='Table privileges';
./netware/static_init_db.sql:CREATE TABLE columns_priv (Host char(60) binary DEFAULT '' NOT NULL, Db char(64) binary DEFAULT '' NOT NULL, User char(16) binary DEFAULT '' NOT NULL, Table_name char(64) binary DEFAULT '' NOT NULL, Column_name char(64) binary DEFAULT '' NOT NULL, Timestamp timestamp(14), Column_priv set('Select','Insert','Update','References') DEFAULT '' NOT NULL, PRIMARY KEY (Host,Db,User,Table_name,Column_name)) comment='Column privileges';

not sure if those are still relevant.



 Comments   
Comment by Sergei Golubchik [ 2011-03-25 ]

Re: ./netware/static_init_db.sql contains deprecated TIMESTAMP(14) syntax
I'd rather keep it as is than to change it, creating the impression that netware configuration is still supported.

Comment by Rasmus Johansson (Inactive) [ 2011-03-25 ]

Launchpad bug id: 742556

Generated at Thu Feb 08 06:51:12 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.