mariadb/include/mysql
Michael Widenius edc89f7511 Buildbot fixes and cleanups:
- Added --verbose to BUILD scripts to get make to write out compile commands.
- Detect if AM_EXTRA_MAKEFLAGS=VERBOSE=1 was used with build scripts.
- Don't write warnings about replication variables when doing bootstrap.
- Fixed that mysql_cond_wait() and mysql_cond_timedwait() will report original source file in case of errors.
- Ignore some compiler warnings

BUILD/FINISH.sh:
  Detect if AM_EXTRA_MAKEFLAGS=VERBOSE=1 or --verbose was used
BUILD/SETUP.sh:
  Added --verbose to print out the full compile lines
  Updated help message
client/mysqltest.cc:
  Fixed that one can use 'replace' with cat_file
cmake/configure.pl:
  If --verbose is used, get make to write out compile commands
debian/dist/Debian/rules:
  Added $AM_EXTRA_MAKEFLAGS to get VERBOSE=1 on buildbot builds
debian/dist/Ubuntu/rules:
  Added $AM_EXTRA_MAKEFLAGS to get VERBOSE=1 on buildbot builds
include/my_pthread.h:
  Made set_timespec_time_nsec() more portable.
include/mysql/psi/mysql_thread.h:
  Fixed that mysql_cond_wait() and mysql_cond_timedwait() will report original source file in case of errors.
mysql-test/suite/innodb/r/auto_increment_dup.result:
  Fixed wrong DBUG_SYNC
mysql-test/suite/innodb/t/auto_increment_dup.test:
  Fixed wrong DBUG_SYNC
mysql-test/suite/perfschema/include/upgrade_check.inc:
  Make test more portable for changes in *.sql files
mysql-test/suite/perfschema/r/pfs_upgrade.result:
  Updated test results
mysql-test/valgrind.supp:
  Ignore running Aria checkpoint thread
scripts/mysqlaccess.sh:
  Changed reference of bugs database
  Ensure that also client-server group is read.
sql/handler.cc:
  Added missing syncpoint
sql/mysqld.cc:
  Don't write warnings about replication variables when doing bootstrap
sql/mysqld.h:
  Don't write warnings about replication variables when doing bootstrap
sql/rpl_rli.cc:
  Don't write warnings about replication variables when doing bootstrap
sql/sql_insert.cc:
  Don't mask SERVER_SHUTDOWN in insert_delayed
  This is done to be able to distingush between shutdown and interrupt errors
support-files/compiler_warnings.supp:
  Ignore some compiler warnings in xtradb,innobase, oqgraph, yassl, string3.h
2013-01-11 02:03:43 +02:00
..
psi Buildbot fixes and cleanups: 2013-01-11 02:03:43 +02:00
auth_dialog_client.h move authentication_windows_client and mysql_clear_password clear client auth plugins 2011-07-12 14:34:47 +02:00
client_plugin.h 5.3 merge 2012-01-13 15:50:02 +01:00
client_plugin.h.pp move authentication_windows_client and mysql_clear_password clear client auth plugins 2011-07-12 14:34:47 +02:00
plugin.h Fixed some race conditons and bugs related to killed queries 2013-01-11 00:22:14 +02:00
plugin_audit.h Merge from mysql-5.5.14-release 2011-07-06 01:13:50 +02:00
plugin_audit.h.pp Fixed some race conditons and bugs related to killed queries 2013-01-11 00:22:14 +02:00
plugin_auth.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
plugin_auth.h.pp Fixed some race conditons and bugs related to killed queries 2013-01-11 00:22:14 +02:00
plugin_auth_common.h fix dialog plugin to work on windows 2011-11-22 21:55:11 +01:00
plugin_ftparser.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
plugin_ftparser.h.pp Fixed some race conditons and bugs related to killed queries 2013-01-11 00:22:14 +02:00
service_debug_sync.h debug_sync is now a service, available to dynamically loaded plugins. 2012-03-28 19:26:00 +02:00
service_my_snprintf.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
service_progress_report.h Added progress reporting for alter table, LOAD DATA INFILE and for aria tables: check table, repair table, analyze table. 2011-07-01 15:08:30 +03:00
service_thd_alloc.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
service_thd_wait.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
service_thread_scheduler.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
services.h debug_sync is now a service, available to dynamically loaded plugins. 2012-03-28 19:26:00 +02:00