Bugs item #2830238, was opened at 2009-07-31 10:02 Message generated for change (Comment added) made by nielsnes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2830238&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: SQL/Core Group: SQL "stable" >Status: Closed >Resolution: Fixed Priority: 2 Private: No Submitted By: Roberto Cornacchia (cornuz) Assigned to: Niels Nes (nielsnes) Summary: SQL: Crash when trying to write on read-only DB Initial Comment: Starting mserver5 in read-only mode, i.e. with 'gdk_readonly=yes' in monetdb5.conf, and then trying a CREATE statement, crashes the server: sql>create table x(a int); MAPI = mone...@localhost:50151 ACTION= read_line QUERY = create table x(a int); ERROR = Connection terminated ---------------------------------------------------------------------- >Comment By: Niels Nes (nielsnes) Date: 2009-09-20 19:39 Message: added checks to disallow schema statements on readonly db. added test to src/test/BugTracker-2009/create_on_ro_db_crash.SF-2830238.py ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2009-08-14 12:10 Message: tagged subject ---------------------------------------------------------------------- Comment By: Martin Kersten (mlkersten) Date: 2009-08-06 13:58 Message: See report 2808453 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2830238&group_id=56967 ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
