~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/drizzle_protocol.cc

  • Committer: Brian Aker
  • Date: 2010-10-28 01:51:45 UTC
  • Revision ID: brian@tangent.org-20101028015145-c5z78n0adw4no03k
Support for MySQL UNIX Socket protocol

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* - mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
<<<<<<< TREE
5
4
 *  Copyright (C) 2010 Brian Aker
6
5
 *
7
6
 *  This program is free software; you can redistribute it and/or modify
17
16
 *  You should have received a copy of the GNU General Public License
18
17
 *  along with this program; if not, write to the Free Software
19
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
20
 
=======
21
 
 *  Copyright (C) 2008 Sun Microsystems
22
 
 *
23
 
 * This program is free software; you can redistribute it and/or modify
24
 
 * it under the terms of the GNU General Public License as published by
25
 
 * the Free Software Foundation; version 2 of the License.
26
 
 *
27
 
 * This program is distributed in the hope that it will be useful,
28
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
29
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30
 
 * GNU General Public License for more details.
31
 
 *
32
 
 * You should have received a copy of the GNU General Public License
33
 
 * along with this program; if not, write to the Free Software
34
 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
35
 
>>>>>>> MERGE-SOURCE
36
19
 */
37
20
 
38
21