lp://staging/~diego-fmpwizard/drizzle/bug-fixes
- Get this branch:
- bzr branch lp://staging/~diego-fmpwizard/drizzle/bug-fixes
Branch merges
- fmpwizard (community): Needs Resubmitting
- Brian Aker: Needs Information
- Drizzle Developers: Pending requested
-
Diff: 82 lines4 files modifieddrizzled/sql_delete.cc (+10/-0)
drizzled/sql_update.cc (+10/-0)
tests/r/update.result (+2/-0)
tests/t/update.test (+6/-0)
Related bugs
Bug #377826: Failure to detect error in allocating transcation_prealloc_size | High | Fix Released | |
Bug #421345: Crash using query logging and use <dbname> statement | High | Fix Released | |
Bug #423502: Crash using logging_query plugin and drizzledump | High | Fix Released | |
Bug #432210: Drizzle client crash if drizzled is restarted and client had default db | High | Fix Released | |
Bug #435619: Crash if drizzled is shutdown during insert | Critical | Fix Released | |
Bug #438852: variables test fails as of build 1144 on linux 32 bit machines | Critical | Fix Released | |
Bug #439719: Drizzle crash when running random query generator | High | Fix Released |
Related blueprints
Recent revisions
- 1138. By Diego Medina <email address hidden>
-
* On certain UPDATE and DELETE statements, drizzled failed an assert() in
Diagnostic_area.
** Fixed by resetting m_status after "delete select"
* Fixed LP bug#439719
* Added test case - 1137. By Diego Medina <email address hidden>
-
* Fixes bug#438852
** variables test fails as of build 1144 on linux 32 bit machines
** Some linux systems use i686 to indicate they are 32-bit - 1135. By Diego Medina <email address hidden>
-
Enabled a hack to account for 32-bit vs 64-bit tests results
- 1134. By Diego Medina <email address hidden>
-
* Fixed LP bug#435619
** Protect error_message(code) from retrieving a negative index which causes a crash* When a new session starts, initialize query_length (this was another
crash on the logging_* plugins)(timing dependant) - 1133. By Diego Medina <email address hidden>
-
Fixed a crash that came after fixing lp bug#432210 if you call use <db_name> twice on a
disconnected session. - 1132. By Diego Medina <email address hidden>
-
Fixes lp bug#432210
* Only call com_rehash(NULL, NULL) if we are connected to a server and if the option to rehash is enabled. - 1131. By Diego Medina <email address hidden>
-
reverted transaction_
prealloc_ size to an uint32_t
fixed test case
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
- Stacked on:
- lp://staging/~drizzle-trunk/drizzle/development