~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/plugin.ini

  • Committer: Monty Taylor
  • Date: 2010-11-08 18:26:08 UTC
  • mto: This revision was merged to the branch mainline in revision 1931.
  • Revision ID: mordred@inaugust.com-20101108182608-lci86acl7r53sbi3
Replaced auto_ptr with scoped_ptr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  handler/data_dictionary.cc
24
24
  handler/internal_dictionary.cc
25
25
  handler/mysql_addons.cc
26
 
  handler/replication_log.cc
27
 
  handler/replication_dictionary.cc
28
26
cflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE
29
27
cxxflags=${NO_SHADOW} -I$(top_srcdir)/plugin/innobase/include -DBUILD_DRIZZLE
30
28
libs=plugin/innobase/libinnobase.la
31
 
extra_dist=
 
29
extra_dist=COPYING
32
30
 COPYING.Google
33
31
 COPYING.Percona
 
32
 COPYING.Sun_Microsystems
34
33
 ChangeLog
35
34
 Doxyfile
36
35
 README
49
48
 mysql-test/innodb_bug47167.test
50
49
 mysql-test/innodb_bug47777.result
51
50
 mysql-test/innodb_bug47777.test
52
 
 mysql-test/innodb_bug38231.result
53
 
 mysql-test/innodb_bug38231.test
54
 
 mysql-test/innodb_bug39438-master.opt
55
 
 mysql-test/innodb_bug39438.result
56
 
 mysql-test/innodb_bug39438.test
 
51
 ut/ut0auxconf_have_gcc_atomics.c
57
52
 
58
53
 
59
54
#cflags=${INNODB_DYNAMIC_CFLAGS} ${NO_SHADOW} -I$(top_srcdir)/storage/innobase/include -DBUILD_DRIZZLE