ERROR cannot create index RDB$PRIMARYxx
---------------------------------------

                 Key: CORE-3719
                 URL: http://tracker.firebirdsql.org/browse/CORE-3719
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.1
            Reporter: vander clock stephane
            Priority: Minor


CREATE DATABASE 'c:\test_utf8.fdb'
USER 'sysdba'
PASSWORD 'masterkey'
PAGE_SIZE 4096
DEFAULT CHARACTER SET UTF8;

CREATE TABLE TEST_A(
ID VARCHAR(32) NOT NULL,
DATA1 VARCHAR(5000),
DATA2 VARCHAR(5000),
DATA3 VARCHAR(5000),
DATA4 VARCHAR(5000),
DATA6 VARCHAR(5000),
DATA10 VARCHAR(5000),
PRIMARY KEY (ID)
);

=> ERROR new record size is too big (that ok)

but now

CREATE TABLE TEST_A(
ID VARCHAR(32) NOT NULL,
PRIMARY KEY (ID)
);

=> ERROR cannot create index RDB$PRIMARY2 !

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to