mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
bf9aa8687f
- 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 |
||
---|---|---|
.. | ||
sys_schema | ||
CMakeLists.txt | ||
comp_sql.c | ||
convert-debug-for-diff.sh | ||
dheadgen.pl | ||
fill_help_tables.sql | ||
galera_new_cluster.sh | ||
galera_recovery.sh | ||
maria_add_gis_sp.sql.in | ||
mariadb-service-convert | ||
msql2mysql.sh | ||
mysql_config.pl.in | ||
mysql_config.sh | ||
mysql_convert_table_format.sh | ||
mysql_find_rows.sh | ||
mysql_fix_extensions.sh | ||
mysql_install_db.sh | ||
mysql_performance_tables.sql | ||
mysql_secure_installation.sh | ||
mysql_setpermission.sh | ||
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 | ||
mysqld_multi.sh | ||
mysqld_safe.sh | ||
mysqldumpslow.sh | ||
mysqlhotcopy.sh | ||
mytop.sh | ||
wsrep_sst_backup.sh | ||
wsrep_sst_common.sh | ||
wsrep_sst_mariabackup.sh | ||
wsrep_sst_mysqldump.sh | ||
wsrep_sst_rsync.sh |