[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1489: Added RVrlid field to assign vtable to particular RawLibrary record

Denis Silakov denis.silakov at rosalab.ru
Mon Jul 7 14:36:38 UTC 2014


------------------------------------------------------------
revno: 1489
committer: Denis Silakov <denis.silakov at rosalab.ru>
branch nick: specdb
timestamp: Mon 2014-07-07 18:36:38 +0400
message:
  Added RVrlid field to assign vtable to particular RawLibrary record
modified:
  RawVtable.sql
-------------- next part --------------
=== modified file 'RawVtable.sql'
--- a/RawVtable.sql	2014-07-02 11:18:55 +0000
+++ b/RawVtable.sql	2014-07-07 14:36:38 +0000
@@ -12,12 +12,13 @@
 DROP TABLE IF EXISTS `RawVtable`;
 CREATE TABLE `RawVtable` (
   `RVrcid` int(10) unsigned NOT NULL DEFAULT '0',
+  `RVrlid` int(10) unsigned NOT NULL DEFAULT '0',
   `RVvtpos` int(11) NOT NULL DEFAULT '0',
   `RVpos` int(11) NOT NULL DEFAULT '0',
   `RVriid` int(10) unsigned NOT NULL DEFAULT '0',
   `RVaid` int(10) unsigned NOT NULL DEFAULT '2',
   PRIMARY KEY (`RVrcid`,`RVpos`,`RVaid`,`RVvtpos`),
-  KEY `k_RVrcid` (`RVrcid`,`RVvtpos`),
+  KEY `k_RVrcid` (`RVrcid`,`RVrlid`,`RVvtpos`),
   KEY `k_RVriid` (`RVriid`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;



More information about the lsb-messages mailing list