~ubuntu-branches/ubuntu/trusty/drizzle/trusty-proposed

« back to all changes in this revision

Viewing changes to drizzled/statement/show_errors.h

  • Committer: Package Import Robot
  • Author(s): Tobias Frost
  • Date: 2012-03-13 12:09:29 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120313120929-2tj7hvngqltmw1ke
Tags: 2012.01.30-1
* New upstream release. (Closes: #623009)
* Haildb and pbms are no longer part of drizzle.
* Mysql-protocol and unix-socket-protocol are now part of drizzled.
* Add static js plugin (Executes JavaScript) and libv8-dev dependency.
* Enable hardening
* Support for DEB_BUILD_OPTIONS=noopt
* Use dh-autoreconf and add patch autotools.patch to allow
  build-twice-in-a-row
* Removed patch boost-148.patch, no longer needed.
* Added patch fix_spellings.patch
* Removed B-D on libtokyocabinet-dev.
* Added debconf translations. (Closes: #660042, #660625, #660780, #661349,
  #663387, #663115)
* Bump S-V to 3.9.3. Only change is to update debian/copyright (Format: and
  some syntax errors in the file)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/statement.h>
24
24
 
25
 
namespace drizzled
26
 
{
27
 
class Session;
28
 
 
29
 
namespace statement
30
 
{
 
25
namespace drizzled {
 
26
namespace statement {
31
27
 
32
28
class ShowErrors : public Statement
33
29
{