1
0
Fork 0
mirror of https://github.com/MariaDB/server.git synced 2025-09-19 23:55:29 +02:00
mariadb/vio
unknown fa1613be0a Review of changesets since last pull.
(Mostly code cleanups)


include/my_sys.h:
  Removed not used define
myisam/mi_check.c:
  Indentation change
mysql-test/t/rpl_insert_id.test:
  Add test if server supports innodb
mysys/mf_format.c:
  Remove QUOTE handling from fn_format()
  (fn_format() should not have anything to do with quoting things)
sql/log_event.cc:
  Removed some unnecessary casts (by changing functions to use const char *)
  Cleaned up some error messages to make them shorter and (hopefully) more readable.
  Fixed wrong format strings
  Restored 'thd->options' on error.
sql/mini_client.cc:
  Changed order of include files to remove compilation warning
sql/mysqld.cc:
  Add proper quoting of service arguments (don't use fn_format)
sql/slave.cc:
  Simple optimization and cleanup.
  Changed rewrite_db() and print_slave_db_safe() to use const char* to avoid casting of arguments when calling functions.
  Cleanup of some error messages.
sql/slave.h:
  Changed protypes to use const char *
sql/sql_acl.cc:
  Simple optimization
vio/viosslfactories.c:
  Changed order of include files to remove compilation warning
2003-08-07 20:16:37 +03:00
..
docs Fixed searching after ssl directories. 2002-09-05 16:17:08 +03:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Fixed wrong usage of libvio.a (Bug ) 2003-07-03 12:30:52 +03:00
test-ssl.c Fixes for Netware 2003-01-28 08:38:28 +02:00
test-sslclient.c Fixes for Netware 2003-01-28 08:38:28 +02:00
test-sslserver.c Fixes for Netware 2003-01-28 08:38:28 +02:00
vio.c FreeBSD patch by Jeremy Zawodny. 2002-11-23 18:41:26 +02:00
viosocket.c Portability fixes for Redhat 9 2003-07-18 12:35:29 +03:00
viossl.c Fix bug : MySQL 4.0.13 no SSL connection with mysql client possible 2003-06-26 12:47:36 +05:00
viosslfactories.c Review of changesets since last pull. 2003-08-07 20:16:37 +03:00
viotest-ssl.c Fixes for Netware 2003-01-28 08:38:28 +02:00
viotest-sslconnect.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
viotest.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00