~2591kuldeep/libdrizzle/libdrizzle-binlogapi

« back to all changes in this revision

Viewing changes to libdrizzle/binlogevent/table_map_event.cc

  • Committer: kuldeep
  • Date: 2013-09-02 19:38:02 UTC
  • Revision ID: kuldeep@kuldeep-laptop-20130902193802-n3llpwz0843omdtp
copyright headers added

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* 
 
2
 * Copyright (C) 2013 Drizzle Developer Group
 
3
 * Copyright (C) 2013 Kuldeep Porwal
 
4
 * All rights reserved.
 
5
 *
 
6
 * Use and distribution licensed under the BSD license.  See
 
7
 * the COPYING file in the parent directory for full text.
 
8
 *
 
9
 * summary: parse table map event
 
10
 *
 
11
 */
1
12
#include<iostream>
2
13
#include <libdrizzle-5.1/libdrizzle.h>
3
14
#include <stdio.h>