mariadb/scripts
Monty bf9aa8687f Fixes to make dbug traces from Windows easier to compare with Unix traces
- Remove DBUG calls from my_winfile.c where call and parameters
  are already printed by mysys.
- Remove DBUG from my_get_osfhandle() and my_get_open_flags() to remove
  DBUG noise.
- Updated convert-debug-for-diff to take into account windows.
- Changed some DBUG_RETURN(function()) to tmp=function(); DBUG_RETURN(tmp);
  This is needed as Visual C++ prints for DBUG binaries a trace for
  func_a()
  {
    DBUG_ENTER("func_a");
    DBUG_RETURN(func_b())
  }
  as
  >func_a
  <func_a
  >func_b
  <func_b
instead of when using gcc:
  >func_a
  | >func_b
  | <func_b
  <func_a
2023-03-02 13:11:54 +02:00
..
sys_schema Added sys.optimizer_switch_on() and sys.optimizer_switch_off() 2023-02-10 12:58:50 +02:00
CMakeLists.txt MDEV-30203 Move mysql symlinks to different package 2023-02-12 12:15:22 +01:00
comp_sql.c
convert-debug-for-diff.sh Fixes to make dbug traces from Windows easier to compare with Unix traces 2023-03-02 13:11:54 +02:00
dheadgen.pl
fill_help_tables.sql Update 11.0 HELP 2023-02-13 18:01:25 +11:00
galera_new_cluster.sh
galera_recovery.sh
maria_add_gis_sp.sql.in
mariadb-service-convert Merge 10.4 into 10.5 2023-01-13 10:18:30 +02:00
msql2mysql.sh
mysql_config.pl.in
mysql_config.sh
mysql_convert_table_format.sh MDEV-29582 post-review fixes 2023-02-10 10:45:25 +01:00
mysql_find_rows.sh MDEV-29582 post-review fixes 2023-02-10 10:45:25 +01:00
mysql_fix_extensions.sh MDEV-30448 No deprecation message shown for mysql_fix_extensions 2023-02-07 20:11:37 +11:00
mysql_install_db.sh MDEV-29582 post-review fixes 2023-02-10 10:45:25 +01:00
mysql_performance_tables.sql
mysql_secure_installation.sh MDEV-29582 post-review fixes 2023-02-10 10:45:25 +01:00
mysql_setpermission.sh MDEV-29582 post-review fixes 2023-02-10 10:45:25 +01:00
mysql_system_tables.sql
mysql_system_tables_data.sql
mysql_system_tables_fix.sql
mysql_test_data_timezone.sql
mysql_test_db.sql
mysqlaccess.conf
mysqlaccess.sh MDEV-29582 post-review fixes 2023-02-10 10:45:25 +01:00
mysqld_multi.sh MDEV-29582 post-review fixes 2023-02-10 10:45:25 +01:00
mysqld_safe.sh MDEV-29582 post-review fixes 2023-02-10 10:45:25 +01:00
mysqldumpslow.sh MDEV-29582 post-review fixes 2023-02-10 10:45:25 +01:00
mysqlhotcopy.sh MDEV-29582 post-review fixes 2023-02-10 10:45:25 +01:00
mytop.sh
wsrep_sst_backup.sh
wsrep_sst_common.sh Merge 10.5 into 10.6 2023-01-13 10:45:41 +02:00
wsrep_sst_mariabackup.sh MDEV-30220: rsync SST completely ignores aria-log-dir-path 2023-01-11 15:01:00 +01:00
wsrep_sst_mysqldump.sh MDEV-30153 ad hoc client versions are confusing 2023-01-19 12:39:37 +01:00
wsrep_sst_rsync.sh Merge 10.7 into 10.8 2023-01-13 11:11:04 +02:00