lp:~wiml-omni/libdrizzle/misc

Created by Wim Lewis and last modified
Get this branch:
bzr branch lp:~wiml-omni/libdrizzle/misc
Only Wim Lewis can upload to this branch. If you are Wim Lewis please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Wim Lewis
Project:
Drizzle Client & Protocol Library
Status:
Merged

Recent revisions

115. By Wim Lewis

Simplifying platform-specific code in conn.cc.
Instead of #defining missing platform-specific constants to 0 and then checking whether they're 0, simply check whether they're defined. This makes it a little clearer what kinds of tests are happening at compile time vs run time, and avoids some carping from Clang about constant boolean expressions.

114. By Wim Lewis

Check the param_num argument to drizzle_stmt_set_FOO(),
so that buggy clients are a little less likely to cause a segfault.

113. By Wim Lewis

Eliminating a dead store.

112. By Wim Lewis

drizzle_stmt_set_string() and drizzle_stmt_set_param() can take const pointers, since they don't write to the buffer they're given.

111. By Wim Lewis

#include stdint.h and inttypes.h in appropriate places.

110. By Drizzle Continuous Integration

Merge lp:~wiml/libdrizzle/unit-tests Build: jenkins-Libdrizzle-75

109. By Drizzle Continuous Integration

Merge lp:~wiml/libdrizzle/integer-sizes Build: jenkins-Libdrizzle-74

108. By Drizzle Continuous Integration

Merge lp:~wiml/libdrizzle/unit-tests Build: jenkins-Libdrizzle-69

107. By Drizzle Continuous Integration

Merge lp:~linuxjedi/libdrizzle/5.1-docs2 Build: jenkins-Libdrizzle-68

106. By Drizzle Continuous Integration

Merge lp:~linuxjedi/libdrizzle/5.1-binlogs-err Build: jenkins-Libdrizzle-67

Branch metadata

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

Subscribers