mariadb/client
unknown 64dd949c41 Add shared memory protocol and option --protocol
client/client_priv.h:
  Add OPT_MYSQL_PROTOCOL and OPT_SHARED_MEMORY_BASE_NAME
include/config-win.h:
  Add shared memory protocol
include/errmsg.h:
  Add error codes of shared memory protocol
include/my_sys.h:
  Delete TYPELIB, moved to typelib.h
include/mysql.h:
  Add shared memory protocol
include/violite.h:
  Add shared memory protocol
libmysql/errmsg.c:
  Add texts of errors of shared memory protocol
sql/mysqld.cc:
  Add shared memory protocol and option --shared-memory, correct option --named-pipe
sql/set_var.cc:
  Add shared memory protocol variables
vio/vio.c:
  Add shared memory protocol
vio/viosocket.c:
  Add shared memory protocol
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-11-15 00:16:30 +05:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Add shared memory protocol and option --protocol 2002-11-15 00:16:30 +05:00
completion_hash.cc Update copyright 2001-12-06 14:10:51 +02:00
completion_hash.h Update copyright 2001-12-06 14:10:51 +02:00
connect_test.c Update copyright 2001-12-06 14:10:51 +02:00
errmsg.c Update copyright 2001-12-06 14:10:51 +02:00
get_password.c Update copyright 2001-12-06 14:10:51 +02:00
insert_test.c Update copyright 2001-12-06 14:10:51 +02:00
list_test.c Update copyright 2001-12-06 14:10:51 +02:00
Makefile.am Fixed searching after ssl directories. 2002-09-05 16:17:08 +03:00
my_readline.h Update copyright 2001-12-06 14:10:51 +02:00
mysql.cc Add shared memory protocol and option --protocol 2002-11-15 00:16:30 +05:00
mysqladmin.c Add shared memory protocol and option --protocol 2002-11-15 00:16:30 +05:00
mysqlbinlog.cc Increased max possible max_allowed_packet to 1G 2002-09-19 17:49:41 +03:00
mysqlcheck.c Add shared memory protocol and option --protocol 2002-11-15 00:16:30 +05:00
mysqldump.c Add shared memory protocol and option --protocol 2002-11-15 00:16:30 +05:00
mysqlimport.c Add shared memory protocol and option --protocol 2002-11-15 00:16:30 +05:00
mysqlmanager-pwgen.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mysqlmanagerc.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mysqlshow.c Add shared memory protocol and option --protocol 2002-11-15 00:16:30 +05:00
mysqltest.c Merge with 4.0.4 2002-10-02 17:55:12 +03:00
password.c Update copyright 2001-12-06 14:10:51 +02:00
readline.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
select_test.c Update copyright 2001-12-06 14:10:51 +02:00
showdb_test.c Update copyright 2001-12-06 14:10:51 +02:00
sql_string.cc Fixes for fault about String::copy() 2002-11-10 14:05:17 +04:00
sql_string.h Fixes for fault about String::copy() 2002-11-10 14:05:17 +04:00
ssl_test.c Update copyright 2001-12-06 14:10:51 +02:00
thimble.cc Update copyright 2001-12-06 14:10:51 +02:00
thread_test.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00