lp:~stewart/drizzle/bug588251-startScan-unused-result

Created by Stewart Smith and last modified
Get this branch:
bzr branch lp:~stewart/drizzle/bug588251-startScan-unused-result
Only Stewart Smith can upload to this branch. If you are Stewart Smith please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Stewart Smith
Project:
Drizzle
Status:
Merged

Recent revisions

2051. By Stewart Smith

remove the saving of previous_error in doStartTableScan in HailDB. Now that we've fixed the upper layer to handle errors returned from doStarttableScan correctly.

2050. By Stewart Smith

doStartTableScan() result not checked.

Add __attribute__((warn_unused_result)) to Cursor::startTableScan()
and by extension init_read_records

then go and fix the places where we weren't checking for errors.

This patch helped by Monty Widenius' patch to MariaDB. Greatly increased
confidence that we either handle the errors correctly or are at least
on par with bugs :)

2049. By Brian Aker

Refactor drop schema so that it can be used for removing tables under
catalogs.

2048. By Brian Aker

Merge in Monty

2047. By Brian Aker

MErge in Andrew's patch for a mysql bug

2046. By Brian Aker

Roll up of code around timer issues.

2045. By Brian Aker

Merge in Lee's bug fix

2044. By Brian Aker

Partial update to the time code.

2043. By Brian Aker

See if the boost atomic counter will work.

2042. By Lee Bieber

Merge Andrew - fix bug 632755: Crash / assertion failed in drizzled::Session::free_cached_table (this=0x7f83a42c63f0) at drizzled/sql_base.cc:513
Merge Lee - update tests to run with --repeat=2
Merge Shrews - 695755: filtered_replicator test hangs after first run when run with --repeat=2

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:drizzle/7.0
This branch contains Public information 
Everyone can see this information.

Subscribers