~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_write.cc

  • Committer: Monty Taylor
  • Date: 2009-12-23 21:16:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091223211615-2d86z9aqztotcqb8
Moved remaining non-public portions of mysys and mystrings to drizzled/internal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include "mysys/mysys_priv.h"
 
16
#include "drizzled/internal/mysys_priv.h"
17
17
#include "drizzled/my_error.h"
18
18
#include <errno.h>
19
19