mariadb/storage/perfschema
Michael Widenius 59f5c05a38 Don't crash with: UPDATE performance_schema.setup_instruments SET ENABLED="NO";
Don't log updates to performance schema in replication log.
Ensure that we don't call ha_update after ha_index_or_rnd_end() is called on slave.


.bzrignore:
  Ignore some generated files
mysql-test/include/show_slave_status.inc:
  Ensure that ./ is removed from file names
mysql-test/suite/perfschema/r/binlog_mix.result:
  Updated results
mysql-test/suite/perfschema/r/binlog_row.result:
  Updated results
mysql-test/suite/perfschema/r/binlog_stmt.result:
  Updated results
mysql-test/suite/rpl/r/rpl_cant_read_event_incident.result:
  Updated results
mysql-test/suite/rpl/r/rpl_performance_schema.result:
  Ensure that we don't crash slave when we update performance schema
mysql-test/suite/rpl/t/rpl_performance_schema.test:
  Ensure that we don't crash slave when we update performance schema
sql/log_event.cc:
  Ensure that we don't call ha_update after ha_index_or_rnd_end() is called.
  Remove old code that is not needed anymore (like restarting read loop over all rows if no matcing row is found)
  Simplify code
sql/log_event_old.cc:
  Ensure that we don't call ha_update after ha_index_or_rnd_end() is called.
storage/myisam/ha_myisam.cc:
  More DBUG_PRINT
storage/perfschema/ha_perfschema.h:
  Don't log updates to performance schema in replication log.
2012-01-24 18:07:35 +02:00
..
unittest mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
CMakeLists.txt unit test fixes for ctest 2011-07-16 09:09:01 +02:00
ha_perfschema.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
ha_perfschema.h Don't crash with: UPDATE performance_schema.setup_instruments SET ENABLED="NO"; 2012-01-24 18:07:35 +02:00
pfs.cc Bug#12727287: Maintainer mode compilation fails with gcc 4.6 2011-07-07 08:22:43 -03:00
pfs.h
pfs_atomic.cc Fixed crashes found by application verifier: 2011-12-02 15:35:05 +01:00
pfs_atomic.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
pfs_check.cc
pfs_column_types.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
pfs_column_values.cc
pfs_column_values.h
pfs_engine_table.cc
pfs_engine_table.h
pfs_events_waits.cc
pfs_events_waits.h
pfs_global.cc
pfs_global.h
pfs_instr.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
pfs_instr.h
pfs_instr_class.cc
pfs_instr_class.h
pfs_lock.h fix memory leaks and other problems found by safemalloc 2011-07-10 20:09:17 +02:00
pfs_server.cc
pfs_server.h
pfs_stat.h
pfs_timer.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
pfs_timer.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
table_all_instr.cc
table_all_instr.h
table_events_waits.cc
table_events_waits.h
table_events_waits_summary.cc
table_events_waits_summary.h
table_ews_global_by_event_name.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
table_ews_global_by_event_name.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
table_file_instances.cc
table_file_instances.h
table_file_summary.cc
table_file_summary.h
table_performance_timers.cc
table_performance_timers.h
table_setup_consumers.cc
table_setup_consumers.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
table_setup_instruments.cc
table_setup_instruments.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
table_setup_timers.cc
table_setup_timers.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
table_sync_instances.cc
table_sync_instances.h
table_threads.cc
table_threads.h