View Issue Details

IDProjectCategoryView StatusLast Update
0007754ADK-VCDKSQLpublic2016-09-06 09:46
ReporterChris Zakrewsky Assigned ToIvan Smahin  
PriorityurgentSeveritycrashReproducibilityalways
Status closedResolutionfixed 
PlatformINTELOSWindowsOS Version*
Product Version6.4.x 
Fixed in Version6.5.x 
Summary0007754: DROP EVENT crashes vserver
DescriptionEach time I execute DROP EVENT the vserver crashes:

sprintf ( sql, "USE Master; CREATE EVENT IF NOT EXISTS MyEvent FOR MyDatabase ON SCHEDULE EVERY 12 HOUR STARTS TIMESTAMP '2016-08-29 23:59:59' DO REINDEX DATABASE;" );
Connection_SqlExecute ( connection, sql, NULL, 0 ); // OK

sprintf ( sql, "USE Master; DROP EVENT IF EXISTS MyEvent; " );
Connection_SqlExecute ( connection, sql, NULL, 0 ); // CRASH!!!

Additionally, Valentina Studio crashes as well when attempting to delete this event.

Valentina 6.5.11
Steps To ReproduceRun the attached code twice.
TagsNo tags attached.

Activities

Chris Zakrewsky

Chris Zakrewsky

2016-09-01 12:15

reporter  

VServer_crash.c (2,338 bytes)
Chris Zakrewsky

Chris Zakrewsky

2016-09-06 09:46

reporter   ~0009234

No more vserver crashes on DROP EVENT or ALTER EVENT.

Issue History

Date Modified Username Field Change
2016-09-01 12:14 Chris Zakrewsky New Issue
2016-09-01 12:15 Chris Zakrewsky File Added: VServer_crash.c
2016-09-01 12:55 Ruslan Zasukhin Assigned To => Ivan Smahin
2016-09-01 12:55 Ruslan Zasukhin Status new => assigned
2016-09-01 14:31 Ivan Smahin Status assigned => resolved
2016-09-01 14:31 Ivan Smahin Fixed in Version => 6.5.x
2016-09-01 14:31 Ivan Smahin Resolution open => fixed
2016-09-06 09:46 Chris Zakrewsky Note Added: 0009234
2016-09-06 09:46 Chris Zakrewsky Status resolved => closed