1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/mysql-test/t
unknown 8f232cb75f Portability fixes.
Improve mysql-test to be more robust.
Fix that GRANT doesn't delete SSL options
Change innobase_flush_log_at_trx_commit to uint.
Don't rotate logs if we read a rotate log entry from the master.


Docs/manual.texi:
  Changelog
client/mysqlbinlog.cc:
  Handle empty binlogfiles gracefully
client/mysqltest.c:
  Do a sleep after 'sync_with_master'
  Cleaned up sleep() handling.
  Free all memory on exit
configure.in:
  Fix for Mac OS 10.2
include/my_sys.h:
  Added my_strdup_with_length()
innobase/btr/btr0cur.c:
  Fixed wrong printf()
libmysql/libmysql.c:
  Added DBUG_PRINT statements.
  Assume that mysql_...send() functions has correct query length.
mysql-test/mysql-test-run.sh:
  Properly remove log files before starting new tests.
mysql-test/r/grant.result:
  Update for new test results
mysql-test/r/innodb.result:
  Update for new test results
mysql-test/r/myisam.result:
  Update for new test results
mysql-test/r/rpl_log.result:
  Update for new test results
mysql-test/r/rpl_rotate_logs.result:
  Update for new test results
mysql-test/r/variables.result:
  Update for new test results
mysql-test/t/grant.test:
  Test that GRANT doesn't delete SSL options
mysql-test/t/myisam.test:
  Test long key usage
mysql-test/t/rpl_log.test:
  Disable 'show new master'
mysql-test/t/rpl_mystery22.test:
  Longer sleep for more safety.
mysql-test/t/rpl_rotate_logs.test:
  More comments
mysys/my_malloc.c:
  Added my_strdup_with_length()
mysys/safemalloc.c:
  Added my_strdup_with_length()
mysys/thr_alarm.c:
  Fix of alarms for windows.
sql/ha_innodb.cc:
  Change innobase_flush_log_at_trx_commit to uint
mysql-test/r/rpl_redirect.result:
  Updated test results
mysql-test/t/rpl_redirect.test:
  Added more tests to improve code coverage.
sql/ha_innodb.h:
  Change innobase_flush_log_at_trx_commit to uint
sql/item_func.cc:
  Return GLOBAL and SESSION as part of column names
sql/log.cc:
  Only write STOP events when server goes down.
sql/log_event.cc:
  Don't rotate logs if we read a rotate log entry from the master.
sql/log_event.h:
  Change ident_len to uint (more efficient)
sql/mysqld.cc:
  Change innobase_flush_log_at_trx_commit to uint
sql/net_serv.cc:
  More debug output
sql/repl_failsafe.cc:
  More DEBUG
  Search until we find next position in binary log (and not only =)
sql/slave.cc:
  More DBUG & comments
  Don't rotate the binary log on master flush logs
sql/slave.h:
  indentation change
sql/sql_acl.cc:
  Test that GRANT doesn't delete SSL options
sql/sql_parse.cc:
  Disable show_new_master.
sql/sql_repl.cc:
  Chamger show_binlog_events() to use my_error()
sql/sql_table.cc:
  Fixed check for too long keys in MyISAM
sql/sql_udf.cc:
  Fix udf handling
2002-09-11 06:40:08 +03:00
..
2001-08-02 06:29:50 +03:00
2001-11-26 03:30:16 +02:00
2001-11-26 03:30:16 +02:00
2002-01-16 23:02:26 +02:00
2002-08-12 04:04:43 +03:00
2001-01-31 04:47:25 +02:00
2002-03-13 17:20:17 +00:00
2001-06-12 17:13:52 +03:00
2001-10-08 05:36:35 +03:00
2002-09-04 15:24:27 +03:00
2002-08-31 20:42:41 +00:00
2002-02-13 22:37:19 +02:00
2002-09-04 14:13:31 +03:00
2001-08-18 10:49:00 +03:00
2002-03-22 22:55:08 +02:00
2001-11-20 17:58:00 +01:00
2001-04-17 21:30:02 +02:00
2002-05-17 10:50:57 +03:00
2001-12-13 15:53:18 +02:00
2001-12-13 15:53:18 +02:00
2001-11-04 16:14:09 +02:00
2001-11-30 22:09:44 -07:00
2002-09-11 06:40:08 +03:00
2002-08-08 15:24:47 +03:00
2002-01-03 14:31:54 +00:00
2002-08-21 20:55:34 +00:00
2001-11-28 02:55:52 +02:00
2001-12-05 23:15:05 +02:00
2002-05-16 18:20:49 +03:00
2000-12-29 16:06:10 +02:00
2002-07-23 18:31:22 +03:00
2001-10-24 11:52:19 -06:00
2002-07-22 00:46:30 +02:00
2002-09-11 06:40:08 +03:00
2001-09-01 06:57:08 +08:00
2001-09-01 06:57:08 +08:00
2001-08-09 19:16:15 -06:00
2001-09-27 23:05:54 -06:00
2001-08-18 10:49:00 +03:00
2001-10-08 07:24:04 +03:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2002-08-24 02:10:49 +03:00
2002-09-11 06:40:08 +03:00
2002-09-11 06:40:08 +03:00
2002-09-11 06:40:08 +03:00
2002-09-11 06:40:08 +03:00
2002-08-24 02:10:49 +03:00
2002-09-11 06:40:08 +03:00
2001-12-12 18:55:33 -07:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2002-09-03 15:44:25 +03:00
2002-05-16 18:20:49 +03:00
2001-11-28 03:47:15 +02:00
2002-05-16 18:20:49 +03:00
2002-05-27 23:52:21 +03:00
2001-06-28 15:24:28 +03:00
2001-01-22 05:32:58 +02:00
2001-11-08 22:30:27 +02:00

The file is empty.