dbTalk Databases Forums  

[Info-Ingres] How to crash a 9.1.1 server

comp.databases.ingres comp.databases.ingres


Discuss [Info-Ingres] How to crash a 9.1.1 server in the comp.databases.ingres forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Martin Bowes
 
Posts: n/a

Default [Info-Ingres] How to crash a 9.1.1 server - 01-19-2010 , 06:59 AM






Hi All,



Try this...and yes it may crash the server...

createdb bowtest

sql bowtest << SQL_END

create table xx (a byte not null, b date not null) with nojournaling;

insert into xx values (byte(1), 'now');

\p\g

select max(b) from xx where a=1; /*Whoops: should have been byte(1) */

\p\g

rollback

\q

SQL_END



I typically get errors like:

E_AD8999 The function `=()' is not currently implemented.



And occasionaly worse with the server packing it in.



Seems to be ok in 9.2.0.



Martin Bowes

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.