MySQL Forums
Forum List  »  Stored Procedures

Re: INOUT parameter problem.
Posted by: jan
Date: December 04, 2005 02:15PM

I converted a few SP from Mssql. They worked fine, exept one. I found out that I used IN in one parameter of the SP. I tried to change it to INOUT using the MSSQL Administrator. At that moment the server crashed.
after restarting the server al my SP's were lost. And the server crashes as soon I select a database in the administrator or the QueryBrowser.


051202 21:31:08 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
Version: '5.0.16-nt' socket: '' port: 3306 Official MySQL binary
051204 20:37:21 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
051204 20:37:21 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 144223.
InnoDB: Doing recovery: scanned up to log sequence number 0 144223
InnoDB: Last MySQL binlog file position 0 0, file name
051204 20:37:22 InnoDB: Started; log sequence number 0 144223
051204 20:37:22 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
Version: '5.0.16-nt' socket: '' port: 3306 Official MySQL binary
051204 20:38:40 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.

Options: ReplyQuote


Subject
Views
Written By
Posted
6445
R A
December 02, 2005 10:13PM
2478
December 03, 2005 07:49AM
4135
R A
December 03, 2005 03:09PM
Re: INOUT parameter problem.
2247
jan
December 04, 2005 02:15PM
2152
December 04, 2005 08:36PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.