~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/POTFILES.in

  • Committer: Jay Pipes
  • Date: 2009-04-10 18:16:15 UTC
  • mto: (971.1.47 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: jpipes@serialcoder-20090410181615-k04cbtva3nwfpjz9
Removed old protobuf_replicator plugin, fixed up db.cc and other files to use new
TransactionServices interface, and put in a guard in the TransactionServices call
interfaces to do a no-op when either no replicators or appliers.

Next step: merge in the new filtered_replicator and transaction_log_writer plugins
from the other trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
drizzled/error.cc
13
13
drizzled/gettext.h
14
14
drizzled/handler.cc
15
 
drizzled/log.cc
16
15
drizzled/logging.cc
17
16
drizzled/plugin/storage_engine.cc
18
17
drizzled/protocol.cc
19
18
drizzled/qcache.cc
20
 
drizzled/replicator.cc
21
19
drizzled/scheduling.cc
22
20
drizzled/set_var.cc
23
21
drizzled/show.cc
27
25
drizzled/sql_table.cc
28
26
drizzled/sql_udf.cc
29
27
drizzled/table.cc
 
28
drizzled/transaction_services.cc
30
29
drizzled/tztime.cc
31
30
gnulib/getopt.c
32
31
mysys/errors.cc
42
41
plugin/oldlibdrizzle/errmsg.cc
43
42
plugin/pool_of_threads/pool_of_threads.cc
44
43
plugin/pool_of_threads/session_scheduler.cc
45
 
plugin/protobuf_replicator/protobuf_replicator.cc
46
44
plugin/signal_handler/signal_handler.cc
47
45
plugin/single_thread/single_thread.cc
48
46
storage/myisam/ha_myisam.cc