~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/plugin.ini

  • Committer: Patrick Crews
  • Date: 2010-12-07 20:02:50 UTC
  • Revision ID: gleebix@gmail.com-20101207200250-6a27jgqalgw5bsb5
Added disabled.def file to disable drizzleslap due to Bug#684269.  Need to skip for tarball release this round

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Copyright (C) 2006, 2010, Innobase Oy. All Rights Reserved.
 
2
# Copyright (c) 2006, 2010, Innobase Oy. All Rights Reserved.
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
18
18
title=InnoDB Storage Engine
19
19
description=Transactional Tables using InnoDB
20
20
load_by_default=yes
21
 
sources=
 
21
sources=handler/ha_innodb.cc
 
22
  handler/handler0alter.cc
22
23
  handler/data_dictionary.cc
23
 
  handler/ha_innodb.cc
24
 
  handler/handler0alter.cc
25
24
  handler/internal_dictionary.cc
 
25
  handler/mysql_addons.cc
 
26
  handler/replication_log.cc
26
27
  handler/replication_dictionary.cc
27
 
  handler/replication_log.cc
28
28
cflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE
29
29
cxxflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE
30
30
libs=plugin/innobase/libinnobase.la
31
 
extra_dist=
 
31
extra_dist=COPYING
32
32
 COPYING.Google
33
33
 COPYING.Percona
 
34
 COPYING.Sun_Microsystems
34
35
 ChangeLog
35
36
 Doxyfile
36
37
 README
54
55
 mysql-test/innodb_bug39438-master.opt
55
56
 mysql-test/innodb_bug39438.result
56
57
 mysql-test/innodb_bug39438.test
 
58
 ut/ut0auxconf_have_gcc_atomics.c
57
59
 
58
60
 
59
61
#cflags=${INNODB_DYNAMIC_CFLAGS} ${NO_SHADOW} -I$(top_srcdir)/storage/innobase/include -DBUILD_DRIZZLE