[Digikam-devel] [Bug 283323] a new label _Digikam_root_tag_ is created every time

Francesco Riosa francesco+kde at pnpitalia.it
Tue Nov 1 22:42:30 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=283323





--- Comment #17 from Francesco Riosa <francesco+kde pnpitalia it>  2011-11-01 22:42:30 ---
Question to someone experiencing the problem:

show create table Tags ;

look like this?

CREATE TABLE `tags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pid` int(11) DEFAULT NULL,
  `name` longtext NOT NULL,
  `icon` int(11) DEFAULT NULL,
  `iconkde` longtext,
  `lft` int(11) NOT NULL,
  `rgt` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2147483648 DEFAULT CHARSET=utf8

I'm interested expecially in the "AUTO_INCREMENT=2147483648" part

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list