lp:~drizzle-developers/drizzle/major-docs-cleanup

Created by Henrik Ingo and last modified
Get this branch:
bzr branch lp:~drizzle-developers/drizzle/major-docs-cleanup
Members of Drizzle Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Drizzle Developers
Project:
Drizzle
Status:
Development

Recent revisions

2567. By Henrik Ingo

As discussed at Drizzle Day, this commit removes most of the manual
contents created by Marisa. A) because lots of it was inaccurate, B)
because of other reasons that needn't be stated here.

Unfortunately this means that most of the SQL syntax, functions are gone.
The removed contents are replaced with a string 'TODO'.

To follow a clean room engineering process, someone else than me should
now take this. You can
grep -r "'TODO'" docs
to find all the places that need to be rewritten.

2566. By Drizzle Continuous Integration

added:
  plugin/regex_policy/tests/r/dynamic_plugin.result
  plugin/regex_policy/tests/t/dynamic.policy1
  plugin/regex_policy/tests/t/dynamic.policy2
  plugin/regex_policy/tests/t/dynamic.policy3
  plugin/regex_policy/tests/t/dynamic_plugin-master.opt
  plugin/regex_policy/tests/t/dynamic_plugin.test
modified:
  plugin/regex_policy/docs/index.rst
  plugin/regex_policy/module.cc
  plugin/regex_policy/policy.h
pending merge tips: (use -v to see all merge revisions)
  Anshu Kumar 2012-06-06 Change in some variable names to avoid confusions.

2565. By Drizzle Continuous Integration

added:
  plugin/auth_file/tests/r/dynamic_plugin.result
  plugin/auth_file/tests/t/dynamic.users1
  plugin/auth_file/tests/t/dynamic.users2
  plugin/auth_file/tests/t/dynamic_plugin-master.opt
  plugin/auth_file/tests/t/dynamic_plugin.test
modified:
  plugin/auth_file/auth_file.cc
  plugin/auth_file/docs/index.rst
pending merge tips: (use -v to see all merge revisions)
  Anshu Kumar 2012-06-03 auth_file plugin made dynamic. Tests and documentation have also been added.

2564. By Patrick Crews

Merge denis' main.cc changes

2563. By Drizzle Continuous Integration

removed:
  tests/crashme_tests/
  tests/crashme_tests/main/
  tests/crashme_tests/main/crashme.cnf
  tests/dbqp.py
  tests/dbqp_data/
  tests/kewpie/
  tests/kewpie/.bzrignore
  tests/kewpie/lib/
  tests/kewpie/lib/__init__.py
  tests/kewpie/lib/modes/sysbench/
  tests/kewpie/lib/modes/sysbench/__init__.py
  tests/kewpie/lib/modes/sysbench/sysbench_test_execution.py
  tests/kewpie/lib/modes/sysbench/sysbench_test_management.py
  tests/kewpie/sysbench_tests/
  tests/kewpie/sysbench_tests/readonly/
  tests/kewpie/sysbench_tests/readonly/concurrency_1024.cnf
  tests/kewpie/sysbench_tests/readonly/concurrency_128.cnf
  tests/kewpie/sysbench_tests/readonly/concurrency_16.cnf
  tests/kewpie/sysbench_tests/readonly/concurrency_256.cnf
  tests/kewpie/sysbench_tests/readonly/concurrency_32.cnf
  tests/kewpie/sysbench_tests/readonly/concurrency_512.cnf
  tests/kewpie/sysbench_tests/readonly/concurrency_64.cnf
  tests/kewpie/sysbench_tests/readwrite/
  tests/kewpie/sysbench_tests/readwrite/concurrency_1024.cnf
  tests/kewpie/sysbench_tests/readwrite/concurrency_128.cnf
  tests/kewpie/sysbench_tests/readwrite/concurrency_16.cnf
  tests/kewpie/sysbench_tests/readwrite/concurrency_256.cnf
  tests/kewpie/sysbench_tests/readwrite/concurrency_32.cnf
  tests/kewpie/sysbench_tests/readwrite/concurrency_512.cnf
  tests/kewpie/sysbench_tests/readwrite/concurrency_64.cnf
  tests/lib/dbqp_modes/
  tests/lib/dbqp_modes/__init__.py
  tests/lib/dbqp_modes/crashme/
  tests/lib/dbqp_modes/crashme/__init__.py
  tests/lib/dbqp_modes/crashme/crashme_test_execution.py
  tests/lib/dbqp_modes/crashme/crashme_test_management.py
  tests/lib/dbqp_modes/dtr/
  tests/lib/dbqp_modes/dtr/__init__.py
  tests/lib/dbqp_modes/dtr/dtr_test_execution.py
  tests/lib/dbqp_modes/dtr/dtr_test_management.py
  tests/lib/dbqp_modes/native/
  tests/lib/dbqp_modes/randgen/
  tests/lib/dbqp_modes/randgen/__init__.py
  tests/lib/dbqp_modes/randgen/randgen_test_execution.py
  tests/lib/dbqp_modes/randgen/randgen_test_management.py
  tests/lib/dbqp_modes/sqlbench/
  tests/lib/dbqp_modes/sqlbench/__init__.py
  tests/lib/dbqp_modes/sqlbench/sqlbench_test_execution.py
  tests/lib/dbqp_modes/sqlbench/sqlbench_test_management.py
  tests/lib/dbqp_modes/sysbench/
  tests/lib/dbqp_modes/sysbench/__init__.py
  tests/lib/dbqp_modes/sysbench/sysbench_test_execution.py
  tests/lib/dbqp_modes/sysbench/sysbench_test_management.py
  tests/lib/dbqp_modes/test_mode.py
  tests/lib/dbqp_opts/
  tests/lib/dbqp_opts/__init__.py
  tests/lib/dbqp_opts/test_run_options.py
  tests/lib/server_mgmt/
  tests/lib/server_mgmt/__init__.py
  tests/lib/server_mgmt/drizzled.py
  tests/lib/server_mgmt/mysqld.py
  tests/lib/server_mgmt/server.py
  tests/lib/server_mgmt/server_management.py
  tests/lib/sys_mgmt/
  tests/lib/sys_mgmt/__init__.py
  tests/lib/sys_mgmt/codeTree.py
  tests/lib/sys_mgmt/code_management.py
  tests/lib/sys_mgmt/environment_management.py
  tests/lib/sys_mgmt/logging_management.py
  tests/lib/sys_mgmt/port_management.py
  tests/lib/sys_mgmt/system_management.py
  tests/lib/sys_mgmt/time_management.py
  tests/lib/test_mgmt/
  tests/lib/test_mgmt/__init__.py
  tests/lib/test_mgmt/execution_management.py
  tests/lib/test_mgmt/test_execution.py
  tests/lib/test_mgmt/test_management.py
  tests/randgen/
  tests/randgen/Contributors
  tests/randgen/LICENSE
  tests/randgen/README
  tests/randgen/backtrace-all.gdb
  tests/randgen/backtrace.gdb
  tests/randgen/bench/
  tests/randgen/bench/WL5004_sql.yy
  tests/randgen/bench/benchmark.pl
  tests/randgen/bench/falcon_data_types.zz
  tests/randgen/bughunt_template.cfg
  tests/randgen/combinations.pl
  tests/randgen/conf/
  tests/randgen/conf/backup/
  tests/randgen/conf/backup/backup_interop.yy
  tests/randgen/conf/backup/backup_obj.yy
  tests/randgen/conf/backup/backup_simple.yy
  tests/randgen/conf/backup/invariant.yy
  tests/randgen/conf/backup/invariant.zz
  tests/randgen/conf/dbt3/
  tests/randgen/conf/dbt3/dbt3-dml.yy
  tests/randgen/conf/dbt3/dbt3-joins.yy
  tests/randgen/conf/dbt3/dbt3-ranges.yy
  tests/randgen/conf/dbt3/dbt3-s0.0001.dump
  tests/randgen/conf/dbt3/dbt3-s0.001.dump
  tests/randgen/conf/dbt3/dbt3-s0.01.dump.bz2
  tests/randgen/conf/drizzle/
  tests/randgen/conf/drizzle/bug680669.yy
  tests/randgen/conf/drizzle/collations_drizzle.yy
  tests/randgen/conf/drizzle/combinations_drizzle.zz
  tests/randgen/conf/drizzle/data_dict_concurrent_drizzle.yy
  tests/randgen/conf/drizzle/drizzle.yy
  tests/randgen/conf/drizzle/drizzle.zz
  tests/randgen/conf/drizzle/drizzledump.yy
  tests/randgen/conf/drizzle/drizzledump_migrate.yy
  tests/randgen/conf/drizzle/drizzledump_migrate.zz
  tests/randgen/conf/drizzle/limit_compare_drizzle.yy
  tests/randgen/conf/drizzle/many_indexes_drizzle.yy
  tests/randgen/conf/drizzle/many_indexes_drizzle.zz
  tests/randgen/conf/drizzle/optimizer_subquery_data_dictionary_drizzle.yy
  tests/randgen/conf/drizzle/optimizer_subquery_drizzle.yy
  tests/randgen/conf/drizzle/outer_join_data_dictionary_drizzle.yy
  tests/randgen/conf/drizzle/outer_join_drizzle.yy
  tests/randgen/conf/drizzle/outer_join_drizzle.zz
  tests/randgen/conf/drizzle/outer_join_portable_drizzle.yy
  tests/randgen/conf/drizzle/proclist_drizzle.yy
  tests/randgen/conf/drizzle/proclist_subquery_drizzle.yy
  tests/randgen/conf/drizzle/range_access_drizzle.yy
  tests/randgen/conf/drizzle/range_access_drizzle.zz
  tests/randgen/conf/drizzle/subquery_drizzle.yy
  tests/randgen/conf/drizzle/subquery_materialization_drizzle.yy
  tests/randgen/conf/drizzle/subquery_semijoin_drizzle.yy
  tests/randgen/conf/drizzle/subquery_semijoin_nested_drizzle.yy
  tests/randgen/conf/drizzle/translog_concurrent1.yy
  tests/randgen/conf/drizzle/translog_concurrent2.yy
  tests/randgen/conf/drizzle/translog_concurrent3.yy
  tests/randgen/conf/drizzle/translog_drizzle.zz
  tests/randgen/conf/drizzle/translog_ordering.yy
  tests/randgen/conf/drizzle/translog_ordering.zz
  tests/randgen/conf/drizzle/varchar_drizzle.zz
  tests/randgen/conf/dyncol/
  tests/randgen/conf/dyncol/dyncol_dml.yy
  tests/randgen/conf/dyncol/dyncol_dml.zz
  tests/randgen/conf/engines/
  tests/randgen/conf/engines/blobs.yy
  tests/randgen/conf/engines/engine_stress.yy
  tests/randgen/conf/engines/engine_stress.zz
  tests/randgen/conf/engines/falcon/
  tests/randgen/conf/engines/falcon/falcon_backlog.yy
  tests/randgen/conf/engines/falcon/falcon_backlog.zz
  tests/randgen/conf/engines/falcon/falcon_blobs.yy
  tests/randgen/conf/engines/falcon/falcon_blobs.zz
  tests/randgen/conf/engines/falcon/falcon_chill_thaw.yy
  tests/randgen/conf/engines/falcon/falcon_chill_thaw.zz
  tests/randgen/conf/engines/falcon/falcon_data_types.yy
  tests/randgen/conf/engines/falcon/falcon_data_types.zz
  tests/randgen/conf/engines/falcon/falcon_data_types_no_year_time.yy
  tests/randgen/conf/engines/falcon/falcon_data_types_no_year_time.zz
  tests/randgen/conf/engines/falcon/falcon_ddl.yy
  tests/randgen/conf/engines/falcon/falcon_limit.yy
  tests/randgen/conf/engines/falcon/falcon_nolimit.yy
  tests/randgen/conf/engines/falcon/falcon_nolimit_int.yy
  tests/randgen/conf/engines/falcon/falcon_online_alter.yy
  tests/randgen/conf/engines/falcon/falcon_pagesize.yy
  tests/randgen/conf/engines/falcon/falcon_pagesize2K.zz
  tests/randgen/conf/engines/falcon/falcon_pagesize32K.zz
  tests/randgen/conf/engines/falcon/falcon_recovery.yy
  tests/randgen/conf/engines/falcon/falcon_recovery.zz
  tests/randgen/conf/engines/falcon/falcon_replication.yy
  tests/randgen/conf/engines/falcon/falcon_replication.zz
  tests/randgen/conf/engines/falcon/falcon_select_autocommit.yy
  tests/randgen/conf/engines/falcon/falcon_simple.cc
  tests/randgen/conf/engines/falcon/falcon_varchar.cc
  tests/randgen/conf/engines/falcon/limit_compare.yy
  tests/randgen/conf/engines/handler.yy
  tests/randgen/conf/engines/handler.zz
  tests/randgen/conf/engines/heap/
  tests/randgen/conf/engines/heap/heap_ddl_multi.yy
  tests/randgen/conf/engines/heap/heap_dml_single.init
  tests/randgen/conf/engines/heap/heap_dml_single.yy
  tests/randgen/conf/engines/innodb/
  tests/randgen/conf/engines/innodb/innodb_simple.cc
  tests/randgen/conf/engines/many_indexes.yy
  tests/randgen/conf/engines/many_indexes.zz
  tests/randgen/conf/engines/maria/
  tests/randgen/conf/engines/maria/maria.zz
  tests/randgen/conf/engines/maria/maria_bulk_insert.yy
  tests/randgen/conf/engines/maria/maria_dml_alter.yy
  tests/randgen/conf/engines/maria/maria_mostly_selects.yy
  tests/randgen/conf/engines/maria/maria_recovery.cc
  tests/randgen/conf/engines/maria/maria_stress.yy
  tests/randgen/conf/engines/tiny_inserts.yy
  tests/randgen/conf/engines/tiny_inserts.zz
  tests/randgen/conf/engines/varchar.yy
  tests/randgen/conf/engines/varchar.zz
  tests/randgen/conf/examples/
  tests/randgen/conf/examples/example.ff
  tests/randgen/conf/examples/example.yy
  tests/randgen/conf/examples/example.zz
  tests/randgen/conf/examples/flightstats.yy
  tests/randgen/conf/hivol/
  tests/randgen/conf/hivol/hivol_fbase_small.yy
  tests/randgen/conf/hivol/hivol_film.yy
  tests/randgen/conf/i18n/
  tests/randgen/conf/i18n/collations.yy
  tests/randgen/conf/optimizer/
  tests/randgen/conf/optimizer/archive/
  tests/randgen/conf/optimizer/archive/subquery_materialization.yy
  tests/randgen/conf/optimizer/archive/subquery_semijoin.yy
  tests/randgen/conf/optimizer/archive/subquery_semijoin_nested.yy
  tests/randgen/conf/optimizer/dsmrr-cpk-compare.cc
  tests/randgen/conf/optimizer/dsmrr-cpk-single.cc
  tests/randgen/conf/optimizer/dsmrr-cpk.ff
  tests/randgen/conf/optimizer/intersect.ff
  tests/randgen/conf/optimizer/join_buffer.ff
  tests/randgen/conf/optimizer/mrr-single.cc
  tests/randgen/conf/optimizer/mrr.ff
  tests/randgen/conf/optimizer/optimizer_access_exp.yy
  tests/randgen/conf/optimizer/optimizer_no_subquery.yy
  tests/randgen/conf/optimizer/optimizer_no_subquery_portable.yy
  tests/randgen/conf/optimizer/optimizer_subquery.yy
  tests/randgen/conf/optimizer/optimizer_subquery_no_outer_join.yy
  tests/randgen/conf/optimizer/optimizer_subquery_portable.yy
  tests/randgen/conf/optimizer/outer_join.yy
  tests/randgen/conf/optimizer/outer_join.zz
  tests/randgen/conf/optimizer/outer_join_portable.yy
  tests/randgen/conf/optimizer/range_access.ff
  tests/randgen/conf/optimizer/range_access.yy
  tests/randgen/conf/optimizer/range_access.zz
  tests/randgen/conf/optimizer/range_access2.yy
  tests/randgen/conf/optimizer/range_access2.zz
  tests/randgen/conf/optimizer/sort_union-index_merge.ff
  tests/randgen/conf/optimizer/virtual_columns.yy
  tests/randgen/conf/oqgraph/
  tests/randgen/conf/oqgraph/oqgraph.init
  tests/randgen/conf/oqgraph/oqgraph.yy
  tests/randgen/conf/oqgraph/oqgraph_bulgaria.sql.bz2
  tests/randgen/conf/oqgraph/osm2oqg.pl
  tests/randgen/conf/osm/
  tests/randgen/conf/osm/LICENCE
  tests/randgen/conf/osm/andorra.sql
  tests/randgen/conf/osm/osm-schema.sql
  tests/randgen/conf/partitioning/
  tests/randgen/conf/partitioning/partition_pruning.yy
  tests/randgen/conf/partitioning/partition_pruning.zz
  tests/randgen/conf/partitioning/partitions-ddl.yy
  tests/randgen/conf/partitioning/partitions-wl4571.yy
  tests/randgen/conf/partitioning/partitions_procedures_triggers.yy
  tests/randgen/conf/replication/
  tests/randgen/conf/replication/WL5092_data.zz
  tests/randgen/conf/replication/WL5092_sql_1.yy
  tests/randgen/conf/replication/WL5092_sql_2.yy
  tests/randgen/conf/replication/replication-5.1.zz
  tests/randgen/conf/replication/replication-6.0.zz
  tests/randgen/conf/replication/replication-ddl_data.zz
  tests/randgen/conf/replication/replication-ddl_sql.yy
  tests/randgen/conf/replication/replication-dml_data.zz
  tests/randgen/conf/replication/replication-dml_sql.yy
  tests/randgen/conf/replication/replication.yy
  tests/randgen/conf/replication/replication_innodb_myisam.zz
  tests/randgen/conf/replication/replication_simple.yy
  tests/randgen/conf/replication/replication_single_engine.zz
  tests/randgen/conf/replication/replication_single_engine_pk.zz
  tests/randgen/conf/replication/rpl_transactions.yy
  tests/randgen/conf/replication/rpl_transactions.zz
  tests/randgen/conf/replication/rpl_transactions_nopk.zz
  tests/randgen/conf/runtime/
  tests/randgen/conf/runtime/WL5004_data.zz
  tests/randgen/conf/runtime/WL5004_sql.yy
  tests/randgen/conf/runtime/WL5004_sql_custom.yy
  tests/randgen/conf/runtime/connect_kill_data.zz
  tests/randgen/conf/runtime/connect_kill_sql.yy
  tests/randgen/conf/runtime/create_drop.yy
  tests/randgen/conf/runtime/information_schema.yy
  tests/randgen/conf/runtime/metadata_locking.cc
  tests/randgen/conf/runtime/metadata_stability.yy
  tests/randgen/conf/runtime/metadata_stability.zz
  tests/randgen/conf/runtime/performance_schema.yy
  tests/randgen/conf/runtime/signal_resignal.yy
  tests/randgen/conf/temporal/
  tests/randgen/conf/temporal/temporal_functions.yy
  tests/randgen/conf/temporal/temporal_functions.zz
  tests/randgen/conf/temporal/temporal_ranges.yy
  tests/randgen/conf/temporal/temporal_ranges.zz
  tests/randgen/conf/temporal/temporal_replication.yy
  tests/randgen/conf/transactions/
  tests/randgen/conf/transactions/combinations.yy
  tests/randgen/conf/transactions/combinations.zz
  tests/randgen/conf/transactions/repeatable_read.yy
  tests/randgen/conf/transactions/transaction_durability.yy
  tests/randgen/conf/transactions/transactions-flat.yy
  tests/randgen/conf/transactions/transactions.yy
  tests/randgen/conf/transactions/transactions.zz
  tests/randgen/data/
  tests/randgen/data/earth11k.jpg
  tests/randgen/data/earth15kb.jpg
  tests/randgen/data/earth1886kb.jpg
  tests/randgen/data/earth215kb.jpg
  tests/randgen/data/earth2kb.jpg
  tests/randgen/data/earth579kb.jpg
  tests/randgen/data/earth5kb.jpg
  tests/randgen/data/earth81kb.jpg
  tests/randgen/dict/
  tests/randgen/dict/english.txt
  tests/randgen/dict/states.txt
  tests/randgen/gendata-old.pl
  tests/randgen/gendata.pl
  tests/randgen/gengrammar.pl
  tests/randgen/gensql.pl
  tests/randgen/gentest.pl
  tests/randgen/init/
  tests/randgen/init/all_off.sql
  tests/randgen/init/mrr_no_opt.sql
  tests/randgen/init/mrr_opt.sql
  tests/randgen/init/no_materialization.sql
  tests/randgen/init/no_mrr.opt
  tests/randgen/init/no_mrr_no_opt.sql
  tests/randgen/init/no_mrr_opt.sql
  tests/randgen/init/no_semijoin.sql
  tests/randgen/init/no_subquery.sql
  tests/randgen/lib/
  tests/randgen/lib/DBServer/
  tests/randgen/lib/DBServer/DBServer.pm
  tests/randgen/lib/DBServer/MySQL/
  tests/randgen/lib/DBServer/MySQL/MySQLd.pm
  tests/randgen/lib/DBServer/MySQL/ReplMySQLd.pm
  tests/randgen/lib/GenTest/
  tests/randgen/lib/GenTest.pm
  tests/randgen/lib/GenTest/App/
  tests/randgen/lib/GenTest/App/GenTest.pm
  tests/randgen/lib/GenTest/App/Gendata.pm
  tests/randgen/lib/GenTest/App/GendataSimple.pm
  tests/randgen/lib/GenTest/BzrInfo.pm
  tests/randgen/lib/GenTest/Comparator.pm
  tests/randgen/lib/GenTest/Constants.pm
  tests/randgen/lib/GenTest/ErrorFilter.pm
  tests/randgen/lib/GenTest/Executor/
  tests/randgen/lib/GenTest/Executor.pm
  tests/randgen/lib/GenTest/Executor/Drizzle.pm
  tests/randgen/lib/GenTest/Executor/Dummy.pm
  tests/randgen/lib/GenTest/Executor/JavaDB.pm
  tests/randgen/lib/GenTest/Executor/MySQL.pm
  tests/randgen/lib/GenTest/Executor/MySQLPrepared.pm
  tests/randgen/lib/GenTest/Executor/Postgres.pm
  tests/randgen/lib/GenTest/Filter/
  tests/randgen/lib/GenTest/Filter/Regexp.pm
  tests/randgen/lib/GenTest/Generator/
  tests/randgen/lib/GenTest/Generator.pm
  tests/randgen/lib/GenTest/Generator/FromGrammar.pm
  tests/randgen/lib/GenTest/Grammar/
  tests/randgen/lib/GenTest/Grammar.pm
  tests/randgen/lib/GenTest/Grammar/Rule.pm
  tests/randgen/lib/GenTest/IPC/
  tests/randgen/lib/GenTest/IPC/Channel.pm
  tests/randgen/lib/GenTest/IPC/Process.pm
  tests/randgen/lib/GenTest/Incident.pm
  tests/randgen/lib/GenTest/Mixer/
  tests/randgen/lib/GenTest/Mixer.pm
  tests/randgen/lib/GenTest/Properties.pm
  tests/randgen/lib/GenTest/Random.pm
  tests/randgen/lib/GenTest/Reporter/
  tests/randgen/lib/GenTest/Reporter.pm
  tests/randgen/lib/GenTest/Reporter/AriaDoubleRecovery.pm
  tests/randgen/lib/GenTest/Reporter/Backtrace.pm
  tests/randgen/lib/GenTest/Reporter/BackupAndRestore.pm
  tests/randgen/lib/GenTest/Reporter/BackupAndRestoreInvariant.pm
  tests/randgen/lib/GenTest/Reporter/BackupInterop.pm
  tests/randgen/lib/GenTest/Reporter/CloneSlave.pm
  tests/randgen/lib/GenTest/Reporter/CloneSlaveXtrabackup.pm
  tests/randgen/lib/GenTest/Reporter/DatabaseConsistency.pm
  tests/randgen/lib/GenTest/Reporter/Deadlock.pm
  tests/randgen/lib/GenTest/Reporter/DrizzleInnoTrxLog.pm
  tests/randgen/lib/GenTest/Reporter/DrizzleInnoTrxLogCrashRecovery.pm
  tests/randgen/lib/GenTest/Reporter/DrizzleRecovery.pm
  tests/randgen/lib/GenTest/Reporter/DrizzleRecoveryConsistency.pm
  tests/randgen/lib/GenTest/Reporter/DrizzleSlavePlugin.pm
  tests/randgen/lib/GenTest/Reporter/DrizzleSlavePluginCrashRecover.pm
  tests/randgen/lib/GenTest/Reporter/DrizzleTransactionLog.pm
  tests/randgen/lib/GenTest/Reporter/ErrorLog.pm
  tests/randgen/lib/GenTest/Reporter/ErrorLogAlarm.pm
  tests/randgen/lib/GenTest/Reporter/LockTableKiller.pm
  tests/randgen/lib/GenTest/Reporter/MemoryUsage.pm
  tests/randgen/lib/GenTest/Reporter/MySQLClient.pm
  tests/randgen/lib/GenTest/Reporter/QueryTimeout.pm
  tests/randgen/lib/GenTest/Reporter/Recovery.pm
  tests/randgen/lib/GenTest/Reporter/RecoveryConsistency.pm
  tests/randgen/lib/GenTest/Reporter/ReplicationAnalyzeTable.pm
  tests/randgen/lib/GenTest/Reporter/ReplicationConnectionKiller.pm
  tests/randgen/lib/GenTest/Reporter/ReplicationConsistency.pm
  tests/randgen/lib/GenTest/Reporter/ReplicationLogFlusher.pm
  tests/randgen/lib/GenTest/Reporter/ReplicationSemiSync.pm
  tests/randgen/lib/GenTest/Reporter/ReplicationThreadRestarter.pm
  tests/randgen/lib/GenTest/Reporter/Shutdown.pm
  tests/randgen/lib/GenTest/Reporter/ValgrindXMLErrors.pm
  tests/randgen/lib/GenTest/Reporter/WinPackage.pm
  tests/randgen/lib/GenTest/ReporterManager.pm
  tests/randgen/lib/GenTest/Result.pm
  tests/randgen/lib/GenTest/Server/
  tests/randgen/lib/GenTest/SimPipe/
  tests/randgen/lib/GenTest/SimPipe/DBObject.pm
  tests/randgen/lib/GenTest/SimPipe/Oracle/
  tests/randgen/lib/GenTest/SimPipe/Oracle.pm
  tests/randgen/lib/GenTest/SimPipe/Oracle/Crash.pm
  tests/randgen/lib/GenTest/SimPipe/Oracle/FullScan.pm
  tests/randgen/lib/GenTest/SimPipe/Oracle/TwiceSporadic.pm
  tests/randgen/lib/GenTest/SimPipe/Testcase.pm
  tests/randgen/lib/GenTest/Simplifier/
  tests/randgen/lib/GenTest/Simplifier/Grammar.pm
  tests/randgen/lib/GenTest/Simplifier/Mysqltest.pm
  tests/randgen/lib/GenTest/Simplifier/SQL.pm
  tests/randgen/lib/GenTest/Simplifier/Tables.pm
  tests/randgen/lib/GenTest/Simplifier/Test.pm
  tests/randgen/lib/GenTest/Stack/
  tests/randgen/lib/GenTest/Stack/Stack.pm
  tests/randgen/lib/GenTest/Stack/StackFrame.pm
  tests/randgen/lib/GenTest/Statement.pm
  tests/randgen/lib/GenTest/Transform/
  tests/randgen/lib/GenTest/Transform.pm
  tests/randgen/lib/GenTest/Transform/ConvertLiteralsToSubqueries.pm
  tests/randgen/lib/GenTest/Transform/ConvertSubqueriesToViews.pm
  tests/randgen/lib/GenTest/Transform/Count.pm
  tests/randgen/lib/GenTest/Transform/DisableChosenPlan.pm
  tests/randgen/lib/GenTest/Transform/DisableIndexes.pm
  tests/randgen/lib/GenTest/Transform/DisableJoinCache.pm
  tests/randgen/lib/GenTest/Transform/Distinct.pm
  tests/randgen/lib/GenTest/Transform/DrizzleExecuteString.pm
  tests/randgen/lib/GenTest/Transform/DrizzleExecuteVariable.pm
  tests/randgen/lib/GenTest/Transform/Dummy.pm
  tests/randgen/lib/GenTest/Transform/ExecuteAsFunctionTwice.pm
  tests/randgen/lib/GenTest/Transform/ExecuteAsInsertSelect.pm
  tests/randgen/lib/GenTest/Transform/ExecuteAsPreparedTwice.pm
  tests/randgen/lib/GenTest/Transform/ExecuteAsSPTwice.pm
  tests/randgen/lib/GenTest/Transform/ExecuteAsSelectItem.pm
  tests/randgen/lib/GenTest/Transform/ExecuteAsTrigger.pm
  tests/randgen/lib/GenTest/Transform/ExecuteAsUnion.pm
  tests/randgen/lib/GenTest/Transform/ExecuteAsUpdateDelete.pm
  tests/randgen/lib/GenTest/Transform/ExecuteAsView.pm
  tests/randgen/lib/GenTest/Transform/ExecuteAsWhereSubquery.pm
  tests/randgen/lib/GenTest/Transform/FromSubquery.pm
  tests/randgen/lib/GenTest/Transform/Having.pm
  tests/randgen/lib/GenTest/Transform/InlineSubqueries.pm
  tests/randgen/lib/GenTest/Transform/InlineVirtualColumns.pm
  tests/randgen/lib/GenTest/Transform/LimitDecrease.pm
  tests/randgen/lib/GenTest/Transform/LimitIncrease.pm
  tests/randgen/lib/GenTest/Transform/OrderBy.pm
  tests/randgen/lib/GenTest/Transform/RemoveIndexHints.pm
  tests/randgen/lib/GenTest/Transform/SelectOption.pm
  tests/randgen/lib/GenTest/Transform/StraightJoin.pm
  tests/randgen/lib/GenTest/Translator/
  tests/randgen/lib/GenTest/Translator.pm
  tests/randgen/lib/GenTest/Translator/MysqlDML2ANSI.pm
  tests/randgen/lib/GenTest/Translator/MysqlDML2javadb.pm
  tests/randgen/lib/GenTest/Translator/MysqlDML2pgsql.pm
  tests/randgen/lib/GenTest/Translator/Mysqldump2ANSI.pm
  tests/randgen/lib/GenTest/Translator/Mysqldump2javadb.pm
  tests/randgen/lib/GenTest/Translator/Mysqldump2pgsql.pm
  tests/randgen/lib/GenTest/Validator/
  tests/randgen/lib/GenTest/Validator.pm
  tests/randgen/lib/GenTest/Validator/AbortOnSyntaxError.pm
  tests/randgen/lib/GenTest/Validator/DML.pm
  tests/randgen/lib/GenTest/Validator/DatabaseComparator.pm
  tests/randgen/lib/GenTest/Validator/DatabaseConsistency.pm
  tests/randgen/lib/GenTest/Validator/DrizzleErrorLogScan.pm
  tests/randgen/lib/GenTest/Validator/DrizzleTransformer.pm
  tests/randgen/lib/GenTest/Validator/Drizzledump.pm
  tests/randgen/lib/GenTest/Validator/DrizzledumpMigrate.pm
  tests/randgen/lib/GenTest/Validator/ErrorMessageCorruption.pm
  tests/randgen/lib/GenTest/Validator/ExecutionTimeComparator.pm
  tests/randgen/lib/GenTest/Validator/ExplainMatch.pm
  tests/randgen/lib/GenTest/Validator/ExplicitRollback.pm
  tests/randgen/lib/GenTest/Validator/Falcon.pm
  tests/randgen/lib/GenTest/Validator/FalconErrors.pm
  tests/randgen/lib/GenTest/Validator/Invariant.pm
  tests/randgen/lib/GenTest/Validator/Limit.pm
  tests/randgen/lib/GenTest/Validator/MarkErrorLog.pm
  tests/randgen/lib/GenTest/Validator/OptimizerTraceParser.pm
  tests/randgen/lib/GenTest/Validator/OrderBy.pm
  tests/randgen/lib/GenTest/Validator/QueryProperties.pm
  tests/randgen/lib/GenTest/Validator/RepeatableRead.pm
  tests/randgen/lib/GenTest/Validator/ReplicationSlaveStatus.pm
  tests/randgen/lib/GenTest/Validator/ReplicationWaitForSlave.pm
  tests/randgen/lib/GenTest/Validator/ResultsetComparator.pm
  tests/randgen/lib/GenTest/Validator/ResultsetComparator3.pm
  tests/randgen/lib/GenTest/Validator/ResultsetComparator3Simplify.pm
  tests/randgen/lib/GenTest/Validator/ResultsetComparatorSimplify.pm
  tests/randgen/lib/GenTest/Validator/ResultsetCorruption.pm
  tests/randgen/lib/GenTest/Validator/SelectStability.pm
  tests/randgen/lib/GenTest/Validator/Transformer.pm
  tests/randgen/lib/GenTest/Validator/Transformer2.pm
  tests/randgen/lib/GenTest/XML/
  tests/randgen/lib/GenTest/XML/BuildInfo.pm
  tests/randgen/lib/GenTest/XML/Environment.pm
  tests/randgen/lib/GenTest/XML/Report.pm
  tests/randgen/lib/GenTest/XML/Test.pm
  tests/randgen/lib/GenTest/XML/Transporter.pm
  tests/randgen/pb2combinations.pl
  tests/randgen/pb2gentest-new.pl
  tests/randgen/pb2gentest.pl
  tests/randgen/pb2runtest.pl
  tests/randgen/runall-new.pl
  tests/randgen/runall.pl
  tests/randgen/server.pl
  tests/randgen/simpipe-crash.pl
  tests/randgen/simpipe.pl
  tests/randgen/simplify-grammar_template.cfg
  tests/randgen/simplify-mysqltest_template-huge.cfg
  tests/randgen/simplify-mysqltest_template.cfg
  tests/randgen/t/
  tests/randgen/t/constant.t
  tests/randgen/t/gensql.t
  tests/randgen/t/gensql.yy
  tests/randgen/t/gentest.t
  tests/randgen/t/grammar-doubledefine.t.disabled
  tests/randgen/t/grammar-doubledefine.yy
  tests/randgen/t/grammar.t
  tests/randgen/t/prng.t
  tests/randgen/t/simplify-empty.t
  tests/randgen/t/simplify-empty.yy
  tests/randgen/t/simplify-grammar.t
  tests/randgen/t/simplify-grammar.yy
  tests/randgen/t/test.bat
  tests/randgen/tmp/
  tests/randgen/translateMysql.pl
  tests/randgen/unit/
  tests/randgen/unit/DBDVersion.pm
  tests/randgen/unit/ExecutorTest.pm
  tests/randgen/unit/FromGrammarTest.pm
  tests/randgen/unit/GendataTest.pm
  tests/randgen/unit/GendataTest.zz
  tests/randgen/unit/GrammarTest.pm
  tests/randgen/unit/IPC.pm
  tests/randgen/unit/IPC_P1.pm
  tests/randgen/unit/Metadata.pm
  tests/randgen/unit/ParseAllGrammars.pm
  tests/randgen/unit/README
  tests/randgen/unit/RQGRunner.pm
  tests/randgen/unit/RandomTest.pm
  tests/randgen/unit/Suite.pm
  tests/randgen/unit/TestMySQLServer.pm
  tests/randgen/unit/TestReplServer.pm
  tests/randgen/unit/TestScripts.pm
  tests/randgen/unit/testGrammar.yy
  tests/randgen/unit/testStack.yy
  tests/randgen/unit/unit.pl
  tests/randgen/util/
  tests/randgen/util/bughunt.pl
  tests/randgen/util/dump-test.pl
  tests/randgen/util/mask-grammar.pl
  tests/randgen/util/simplify-crash.pl
  tests/randgen/util/simplify-grammar.pl
  tests/randgen/util/simplify-mysqltest.pl
  tests/randgen/util/simplify-query-performance.pl
  tests/randgen/util/simplify-query.pl
  tests/randgen/util/simplify-sporadic.pl
  tests/randgen_tests/
  tests/randgen_tests/innodb_trx_log/
  tests/randgen_tests/innodb_trx_log/multi_thread1.cnf
  tests/randgen_tests/innodb_trx_log/multi_thread1_crash_recover.cnf
  tests/randgen_tests/innodb_trx_log/multi_thread1_mix.cnf
  tests/randgen_tests/innodb_trx_log/multi_thread2.cnf
  tests/randgen_tests/innodb_trx_log/multi_thread2_mix.cnf
  tests/randgen_tests/innodb_trx_log/multi_thread3.cnf
  tests/randgen_tests/innodb_trx_log/multi_thread3_mix.cnf
  tests/randgen_tests/innodb_trx_log/single_thread3.cnf
  tests/randgen_tests/innodb_trx_log/trx_ordering.cnf
  tests/randgen_tests/main/
  tests/randgen_tests/main/basic.cnf
  tests/randgen_tests/main/blob.cnf
  tests/randgen_tests/main/collations.cnf
  tests/randgen_tests/main/combinations.cnf
  tests/randgen_tests/main/create_drop.cnf
  tests/randgen_tests/main/database_consistency_after_recovery.disabled
  tests/randgen_tests/main/database_integrity_after_recovery.cnf
  tests/randgen_tests/main/drizzledump_restore.cnf
  tests/randgen_tests/main/drizzledump_restore_rand.cnf
  tests/randgen_tests/main/limit_compare.cnf
  tests/randgen_tests/main/many_indexes.cnf
  tests/randgen_tests/main/optimizer_subquery.cnf
  tests/randgen_tests/main/orderby_validator.disabled
  tests/randgen_tests/main/outer_join.cnf
  tests/randgen_tests/main/outer_join_portable.cnf
  tests/randgen_tests/main/repeatable_read.cnf
  tests/randgen_tests/main/select_stability_validator.cnf
  tests/randgen_tests/main/subquery.cnf
  tests/randgen_tests/main/subquery_semijoin.cnf
  tests/randgen_tests/main/subquery_semijoin_nested.cnf
  tests/randgen_tests/main/varchar.cnf
  tests/randgen_tests/slave_plugin/
  tests/randgen_tests/slave_plugin/multi_thread1.cnf
  tests/randgen_tests/slave_plugin/multi_thread1_crash_recover.cnf
  tests/randgen_tests/slave_plugin/multi_thread1_mix.cnf
  tests/randgen_tests/slave_plugin/multi_thread2.cnf
  tests/randgen_tests/slave_plugin/multi_thread2_mix.cnf
  tests/randgen_tests/slave_plugin/multi_thread3.cnf
  tests/randgen_tests/slave_plugin/multi_thread3_mix.cnf
  tests/randgen_tests/slave_plugin/single_thread3.cnf
  tests/randgen_tests/slave_plugin/trx_ordering.cnf
  tests/randgen_tests/trx_log/
  tests/randgen_tests/trx_log/multi_thread1.cnf
  tests/randgen_tests/trx_log/multi_thread1_mix.cnf
  tests/randgen_tests/trx_log/multi_thread2.cnf
  tests/randgen_tests/trx_log/multi_thread2_mix.cnf
  tests/randgen_tests/trx_log/multi_thread3.cnf
  tests/randgen_tests/trx_log/multi_thread3_mix.cnf
  tests/randgen_tests/trx_log/single_thread3.cnf
  tests/randgen_tests/trx_log/trx_ordering.cnf
  tests/sql-bench/
  tests/sql-bench/COPYING
  tests/sql-bench/Comments/
  tests/sql-bench/Comments/Access.crash-me
  tests/sql-bench/Comments/Adabas.crash-me
  tests/sql-bench/Comments/Empress.crash-me
  tests/sql-bench/Comments/FrontBase.benchmark
  tests/sql-bench/Comments/Informix.crash-me
  tests/sql-bench/Comments/interbase
  tests/sql-bench/Comments/mysql.benchmark
  tests/sql-bench/Comments/postgres.benchmark
  tests/sql-bench/Comments/postgres.crash-me
  tests/sql-bench/Data/
  tests/sql-bench/Data/ATIS/
  tests/sql-bench/Data/ATIS/aircraft.txt
  tests/sql-bench/Data/ATIS/airline.txt
  tests/sql-bench/Data/ATIS/airport.txt
  tests/sql-bench/Data/ATIS/airport_service.txt
  tests/sql-bench/Data/ATIS/city.txt
  tests/sql-bench/Data/ATIS/class_of_service.txt
  tests/sql-bench/Data/ATIS/code_description.txt
  tests/sql-bench/Data/ATIS/compound_class.txt
  tests/sql-bench/Data/ATIS/connect_leg.txt
  tests/sql-bench/Data/ATIS/date_day.txt
  tests/sql-bench/Data/ATIS/day_name.txt
  tests/sql-bench/Data/ATIS/dual_carrier.txt
  tests/sql-bench/Data/ATIS/fare.txt
  tests/sql-bench/Data/ATIS/fconnection.txt
  tests/sql-bench/Data/ATIS/flight.txt
  tests/sql-bench/Data/ATIS/flight_class.txt
  tests/sql-bench/Data/ATIS/flight_day.txt
  tests/sql-bench/Data/ATIS/flight_fare.txt
  tests/sql-bench/Data/ATIS/food_service.txt
  tests/sql-bench/Data/ATIS/ground_service.txt
  tests/sql-bench/Data/ATIS/month_name.txt
  tests/sql-bench/Data/ATIS/restrict_carrier.txt
  tests/sql-bench/Data/ATIS/restrict_class.txt
  tests/sql-bench/Data/ATIS/restriction.txt
  tests/sql-bench/Data/ATIS/state.txt
  tests/sql-bench/Data/ATIS/stop.txt
  tests/sql-bench/Data/ATIS/stop1.txt
  tests/sql-bench/Data/ATIS/time_interval.txt
  tests/sql-bench/Data/ATIS/time_zone.txt
  tests/sql-bench/Data/ATIS/transport.txt
  tests/sql-bench/Data/Wisconsin/
  tests/sql-bench/Data/Wisconsin/onek.data
  tests/sql-bench/Data/Wisconsin/tenk.data
  tests/sql-bench/Makefile.am
  tests/sql-bench/README
  tests/sql-bench/TODO
  tests/sql-bench/as3ap
  tests/sql-bench/bench-count-distinct
  tests/sql-bench/bench-init.pl
  tests/sql-bench/compare-results
  tests/sql-bench/copy-db
  tests/sql-bench/crash-me
  tests/sql-bench/example
  tests/sql-bench/example.bat
  tests/sql-bench/graph-compare-results
  tests/sql-bench/innotest1
  tests/sql-bench/innotest1a
  tests/sql-bench/innotest1b
  tests/sql-bench/innotest2
  tests/sql-bench/innotest2a
  tests/sql-bench/innotest2b
  tests/sql-bench/limits/
  tests/sql-bench/limits/Adabas.cfg
  tests/sql-bench/limits/Informix.cfg
  tests/sql-bench/limits/access.cfg
  tests/sql-bench/limits/access_odbc.cfg
  tests/sql-bench/limits/db2.cfg
  tests/sql-bench/limits/empress.cfg
  tests/sql-bench/limits/frontbase.cfg
  tests/sql-bench/limits/interbase-dialect1.cfg
  tests/sql-bench/limits/interbase-dialect3.cfg
  tests/sql-bench/limits/interbase-superserver.cfg
  tests/sql-bench/limits/interbase.cfg
  tests/sql-bench/limits/mimer.cfg
  tests/sql-bench/limits/ms-sql.cfg
  tests/sql-bench/limits/ms-sql65.cfg
  tests/sql-bench/limits/msql.cfg
  tests/sql-bench/limits/mysql-3.22.cfg
  tests/sql-bench/limits/mysql-3.23.cfg
  tests/sql-bench/limits/mysql-4.0.cfg
  tests/sql-bench/limits/mysql-4.1.cfg
  tests/sql-bench/limits/mysql.cfg
  tests/sql-bench/limits/oracle.cfg
  tests/sql-bench/limits/pg.cfg
  tests/sql-bench/limits/solid-nt4.cfg
  tests/sql-bench/limits/solid.cfg
  tests/sql-bench/limits/sybase.cfg
  tests/sql-bench/myisam.cnf
  tests/sql-bench/output/
  tests/sql-bench/pwd.bat
  tests/sql-bench/run-all-tests
  tests/sql-bench/server-cfg
  tests/sql-bench/test-ATIS
  tests/sql-bench/test-alter-table
  tests/sql-bench/test-big-tables
  tests/sql-bench/test-connect
  tests/sql-bench/test-create
  tests/sql-bench/test-insert
  tests/sql-bench/test-select
  tests/sql-bench/test-transactions
  tests/sql-bench/test-wisconsin
  tests/sql-bench/uname.bat
  tests/sqlbench_tests/
  tests/sqlbench_tests/main/
  tests/sqlbench_tests/main/all_sqlbench_tests.cnf
  tests/sysbench_tests/
  tests/sysbench_tests/readonly/
  tests/sysbench_tests/readonly/concurrency_1024.cnf
  tests/sysbench_tests/readonly/concurrency_128.cnf
  tests/sysbench_tests/readonly/concurrency_16.cnf
  tests/sysbench_tests/readonly/concurrency_256.cnf
  tests/sysbench_tests/readonly/concurrency_32.cnf
  tests/sysbench_tests/readonly/concurrency_512.cnf
  tests/sysbench_tests/readonly/concurrency_64.cnf
  tests/sysbench_tests/readwrite/
  tests/sysbench_tests/readwrite/concurrency_1024.cnf
  tests/sysbench_tests/readwrite/concurrency_128.cnf
  tests/sysbench_tests/readwrite/concurrency_16.cnf
  tests/sysbench_tests/readwrite/concurrency_256.cnf
  tests/sysbench_tests/readwrite/concurrency_32.cnf
  tests/sysbench_tests/readwrite/concurrency_512.cnf
  tests/sysbench_tests/readwrite/concurrency_64.cnf
added:
  tests/lib/util/sysbench_methods.py
  tests/qp_tests/sysbench/
  tests/qp_tests/sysbench/sysbench_readonly_test.py
  tests/test_tools/
renamed:
  tests/kewpie/drizzle_tests/ => tests/qp_tests/
  tests/kewpie/kewpie.py => tests/kewpie.py
  tests/kewpie/lib/modes/ => tests/lib/modes/
  tests/kewpie/lib/opts/ => tests/lib/opts/
  tests/kewpie/lib/server_mgmt/ => tests/lib/server_mgmt/
  tests/kewpie/lib/sys_mgmt/ => tests/lib/sys_mgmt/
  tests/kewpie/lib/test_mgmt/ => tests/lib/test_mgmt/
  tests/kewpie/lib/util/ => tests/lib/util/
  tests/kewpie/qp_data/ => tests/qp_data/
  tests/kewpie/randgen/ => tests/test_tools/randgen/
  tests/kewpie/sql-bench/ => tests/test_tools/sql-bench/
modified:
  .bzrignore
  tests/include.am
  tests/lib/modes/native/native_test_management.py
  tests/lib/opts/defaults.py
  tests/lib/opts/test_run_options.py
  tests/lib/test_mgmt/test_execution.py
  tests/kewpie.py
pending merge tips: (use -v to see all merge revisions)
  patrick crews 2012-05-31 Minor cleanup of redundant entry in tests/include.am

2562. By Drizzle Continuous Integration

modified:
  drizzled/session.cc
  drizzled/session.h
  drizzled/session/state.cc
  drizzled/session/state.h
  drizzled/sql_parse.cc
  drizzled/sql_parse.h
  drizzled/util/data_ref.h
pending merge tips: (use -v to see all merge revisions)
  Olaf van der Spek 2012-05-31 Use str_ref

2561. By Drizzle Continuous Integration

modified:
  plugin/json_server/json_server.cc
  plugin/json_server/tests/r/basic.result
  plugin/json_server/tests/t/basic.test
pending merge tips: (use -v to see all merge revisions)
  srivastavamohit91... 2012-05-29 Few more test cases are added

2560. By Drizzle Continuous Integration

added:
  po/bs.po
modified:
  po/pl.po
  po/pt_BR.po
  po/zh_CN.po
pending merge tips: (use -v to see all merge revisions)
  Continuous Integr... 2012-05-28 [merge] added:

2559. By Drizzle Continuous Integration

removed:
  plugin/innobase/include/thr0loc.h
  plugin/innobase/include/thr0loc.ic
  plugin/innobase/thr/thr0loc.cc
added:
  plugin/innobase/include/ut0bh.h
  plugin/innobase/include/ut0bh.ic
  plugin/innobase/ut/ut0bh.cc
modified:
  plugin/innobase/CMakeLists.txt
  plugin/innobase/btr/btr0btr.cc
  plugin/innobase/btr/btr0cur.cc
  plugin/innobase/btr/btr0sea.cc
  plugin/innobase/buf/buf0buddy.cc
  plugin/innobase/buf/buf0buf.cc
  plugin/innobase/buf/buf0flu.cc
  plugin/innobase/buf/buf0lru.cc
  plugin/innobase/buf/buf0rea.cc
  plugin/innobase/dict/dict0dict.cc
  plugin/innobase/dict/dict0load.cc
  plugin/innobase/dict/dict0mem.cc
  plugin/innobase/fil/fil0fil.cc
  plugin/innobase/fsp/fsp0fsp.cc
  plugin/innobase/handler/ha_innodb.cc
  plugin/innobase/handler/handler0alter.cc
  plugin/innobase/handler/internal_dictionary.cc
  plugin/innobase/handler/replication_dictionary.cc
  plugin/innobase/handler/replication_log.cc
  plugin/innobase/ibuf/ibuf0ibuf.cc
  plugin/innobase/include/btr0btr.h
  plugin/innobase/include/btr0cur.h
  plugin/innobase/include/btr0pcur.h
  plugin/innobase/include/btr0pcur.ic
  plugin/innobase/include/btr0types.h
  plugin/innobase/include/buf0buf.h
  plugin/innobase/include/buf0flu.h
  plugin/innobase/include/buf0lru.h
  plugin/innobase/include/buf0rea.h
  plugin/innobase/include/data0data.h
  plugin/innobase/include/data0data.ic
  plugin/innobase/include/dict0dict.h
  plugin/innobase/include/dict0dict.ic
  plugin/innobase/include/dict0load.h
  plugin/innobase/include/dict0mem.h
  plugin/innobase/include/dict0types.h
  plugin/innobase/include/ha_prototypes.h
  plugin/innobase/include/ibuf0ibuf.h
  plugin/innobase/include/ibuf0ibuf.ic
  plugin/innobase/include/mem0mem.h
  plugin/innobase/include/mem0mem.ic
  plugin/innobase/include/mtr0mtr.h
  plugin/innobase/include/mtr0mtr.ic
  plugin/innobase/include/os0file.h
  plugin/innobase/include/page0page.h
  plugin/innobase/include/page0zip.h
  plugin/innobase/include/rem0cmp.h
  plugin/innobase/include/rem0cmp.ic
  plugin/innobase/include/rem0rec.h
  plugin/innobase/include/rem0rec.ic
  plugin/innobase/include/row0upd.h
  plugin/innobase/include/srv0srv.h
  plugin/innobase/include/sync0arr.h
  plugin/innobase/include/sync0rw.h
  plugin/innobase/include/sync0sync.h
  plugin/innobase/include/trx0purge.h
  plugin/innobase/include/trx0rseg.h
  plugin/innobase/include/trx0sys.h
  plugin/innobase/include/trx0sys.ic
  plugin/innobase/include/trx0trx.h
  plugin/innobase/include/univ.i
  plugin/innobase/include/ut0ut.h
  plugin/innobase/include/ut0vec.h
  plugin/innobase/include/ut0vec.ic
  plugin/innobase/lock/lock0lock.cc
  plugin/innobase/log/log0recv.cc
  plugin/innobase/mem/mem0dbg.cc
  plugin/innobase/mem/mem0mem.cc
  plugin/innobase/mtr/mtr0mtr.cc
  plugin/innobase/os/os0file.cc
  plugin/innobase/page/page0cur.cc
  plugin/innobase/page/page0page.cc
  plugin/innobase/page/page0zip.cc
  plugin/innobase/plugin.am
  plugin/innobase/rem/rem0cmp.cc
  plugin/innobase/row/row0ins.cc
  plugin/innobase/row/row0merge.cc
  plugin/innobase/row/row0mysql.cc
  plugin/innobase/row/row0purge.cc
  plugin/innobase/row/row0umod.cc
  plugin/innobase/row/row0upd.cc
  plugin/innobase/row/row0vers.cc
  plugin/innobase/srv/srv0srv.cc
  plugin/innobase/srv/srv0start.cc
  plugin/innobase/sync/sync0arr.cc
  plugin/innobase/sync/sync0rw.cc
  plugin/innobase/sync/sync0sync.cc
  plugin/innobase/trx/trx0i_s.cc
  plugin/innobase/trx/trx0purge.cc
  plugin/innobase/trx/trx0roll.cc
  plugin/innobase/trx/trx0rseg.cc
  plugin/innobase/trx/trx0sys.cc
  plugin/innobase/trx/trx0trx.cc
  plugin/innobase/ut/ut0dbg.cc
  plugin/innobase/ut/ut0ut.cc
  plugin/innobase/xtrabackup/xtrabackup.cc
pending merge tips: (use -v to see all merge revisions)
  Continuous Integr... 2012-05-23 [merge] removed:

2558. By Drizzle Continuous Integration

modified:
  plugin/gearman_udf/function_map.cc
  plugin/gearman_udf/gearman_udf.cc
  plugin/gearman_udf/gman_do.cc
  plugin/gearman_udf/gman_servers_set.cc
pending merge tips: (use -v to see all merge revisions)
  Continuous Integr... 2012-05-21 [merge] modified:

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:drizzle
This branch contains Public information 
Everyone can see this information.