mariadb/support-files/debian
unknown bee9933ab8 Small bug fixes
support-files/mysql.server-sys5.sh:
  Change mode to -rw-rw-r--
Docs/manual.texi:
  Added information about BeOS, Access 2000, AIX and user links
client/mysql.cc:
  Fixed SOURCE to work on windows
client/mysqldump.c:
  Strip of white space
configure.in:
  Fix for AIX
include/dbug.h:
  Assert handling
include/my_pthread.h:
  Ia64 needs more thread stack than other processors
include/my_sys.h:
  More comments
myisam/mi_key.c:
  Fixed wrong key length checks
mysql.proj:
  update
mysys/charset.c:
  Cleanup
mysys/mf_keycache.c:
  Moved SEC_LINK to file that used it
mysys/my_static.h:
  Moved SEC_LINK to file that used it
scripts/Makefile.am:
  Fix for debian
scripts/mysql_install_db.sh:
  Cleanup
sql/gen_lex_hash.cc:
  Better values
sql/ha_berkeley.cc:
  Fix of reading of unique key
sql/handler.cc:
  Fix memory allocation bug
sql/mysqld.cc:
  Fix for Ia64
sql/share/charsets/latin1.conf:
  Fixed sortorder back to scandinavian.
sql/sql_yacc.yy:
  FULL shouldn't be a keyword
support-files/Makefile.am:
  Fix for debian
support-files/mysql.server.sh:
  Cleanups
2000-09-07 04:55:17 +03:00
..
patches Small bug fixes 2000-09-07 04:55:17 +03:00
changelog Small bug fixes 2000-09-07 04:55:17 +03:00
control Small bug fixes 2000-09-07 04:55:17 +03:00
copyright Small bug fixes 2000-09-07 04:55:17 +03:00
gomi Small bug fixes 2000-09-07 04:55:17 +03:00
libmysqlclient9.dirs Small bug fixes 2000-09-07 04:55:17 +03:00
libmysqlclient9.postinst Small bug fixes 2000-09-07 04:55:17 +03:00
move Small bug fixes 2000-09-07 04:55:17 +03:00
my.cnf Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-bench.dirs Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-client.dirs Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-dev.dirs Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-doc.dirs Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-server-debug.dirs Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-server-debug.postinst Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-server-debug.postrm Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-server-shared.dirs Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-server-shared.postinst Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-server-shared.postrm Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-server.conffiles Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-server.dirs Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-server.postinst Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-server.postrm Small bug fixes 2000-09-07 04:55:17 +03:00
mysql-server.prerm Small bug fixes 2000-09-07 04:55:17 +03:00
README.debian Small bug fixes 2000-09-07 04:55:17 +03:00
rules Small bug fixes 2000-09-07 04:55:17 +03:00
shlibs Small bug fixes 2000-09-07 04:55:17 +03:00

mysql for DEBIAN
----------------------

Comments regarding the Package

* about patch files
  if you want to make new patch,
  write patch file and put it into debian/patches/.
  debian/rules do patch debian/patches/* automatically.

* about server packages
  I use Debian alternative system, to switch next 3 type MySQL server.

  mysql-server  :
      this is static linked MySQL server(/usr/sbin/mysqld-static) and share/mysql/ files.
  mysql-server-shared:
      this is dynamic linked MySQL server only. (/usr/sbin/mysqld-shared)
  mysql-server-debug:
      --with-debug flag. mysqld only. (/usr/sbin/mysqld-debug)

* about charset
 I build MySQL server --with-extra-charsets=all

* about location
  server programs ......  /usr/sbin/
  share files ..........  /usr/share/mysql/
  client programs ......  /usr/bin/
  MySQL data directory .  /var/mysql/data/
  benchmark directory ..  /var/mysql/sql-bench/
  socket file  .........  /tmp/mysql.sock
  include files ........  /usr/include/mysql/
  libraries  ...........  /usr/lib/  , /usr/lib/mysql/
                          put libmysqlclient* into /usr/lib/ ,
                          others, put /usr/lib/mysql/ .


takeshi@SoftAgency.co.jp