user without any rights can delete from RDB$DATABASE, RDB$COLLATIONS, 
RDB$CHARACTER_SETS
----------------------------------------------------------------------------------------

                 Key: CORE-3735
                 URL: http://tracker.firebirdsql.org/browse/CORE-3735
             Project: Firebird Core
          Issue Type: Bug
            Reporter: Pavel Zotov


[firebird@firebirdG empbuild]$ isql
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'aaa.fdb'; commit;
SQL> connect aaa.fdb user usrxxx password 123;
Database:  aaa.fdb, User: usrxxx
SQL> delete from rdb$collations;
SQL> commit;
Segmentation fault (core dumped)

-- 
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

        

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to