~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-08-09 18:04:12 UTC
  • mfrom: (1689.3.7 staging)
  • Revision ID: brian@gaz-20100809180412-olurwh51ojllev6p
Merge in heap conversion, and case insensitive patch, and remove need for
M_HASH in session.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Copyright (C) 2010 PrimeBase Technologies GmbH, Germany
 
2
# Copyright (c) 2010 PrimeBase Technologies GmbH, Germany
3
3
4
4
# This program is free software; you can redistribute it and/or modify it under
5
5
# the terms of the GNU General Public License as published by the Free Software
11
11
12
12
# You should have received a copy of the GNU General Public License along with
13
13
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
14
 
# Place, Suite 330, Boston, MA 02110-1301 USA
 
14
# Place, Suite 330, Boston, MA 02111-1307 USA
15
15
#
16
16
 
17
17
[plugin]
74
74
                src/cslib/CSTime.cc
75
75
                src/cslib/CSUTF8.cc
76
76
                src/cslib/CSXML.cc
77
 
                src/cslib/CSSys_unix.cc
78
77
 
79
78
headers=src/backup_ms.h
80
79
                src/cloud_ms.h
105
104
                src/cslib/CSTime.h
106
105
                src/cslib/CSUTF8.h
107
106
                src/cslib/CSXML.h
108
 
                src/cslib/CSSys.h
109
107
                src/database_ms.h
110
108
                src/defs_ms.h
111
109
                src/discover_ms.h
136
134
                src/version_ms.h
137
135
                
138
136
                
139
 
extra_dist=AUTHORS
140
 
 COPYING
141
 
 ChangeLog
142
 
 README
143
 
 TODO
144
 
 src/api_ms.cc
145
 
 src/metadata_ms.cc
146
 
 src/cslib/CSSys_win.cc