mariadb/support-files/debian
unknown b0f963f5a6 Many files:
Removed references to ISAM and MERGE


netware/BUILD/compile-linux-tools:
  Removed references to ISAM and MERGE
netware/Makefile.am:
  Removed references to ISAM and MERGE
os2/ChangeLog.os2:
  Removed references to ISAM and MERGE
os2/MySQL-Source.icc:
  Removed references to ISAM and MERGE
os2/MySQL-Sql.icc:
  Removed references to ISAM and MERGE
os2/MySQL-Util.icc:
  Removed references to ISAM and MERGE
support-files/debian/gomi:
  Removed references to ISAM and MERGE
2005-01-01 20:54:45 +01:00
..
patches Updated version number 2001-07-18 14:32:54 +03:00
changelog Updated version number 2001-07-18 14:32:54 +03:00
control Updated version number 2001-07-18 14:32:54 +03:00
copyright Small bug fixes 2000-09-07 04:55:17 +03:00
gomi Many files: 2005-01-01 20:54:45 +01: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
libmysqlclient10.dirs Updated version number 2001-07-18 14:32:54 +03:00
libmysqlclient10.postinst Updated version number 2001-07-18 14:32:54 +03:00
move Updated version number 2001-07-18 14:32:54 +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-max-debug.dirs Updated version number 2001-07-18 14:32:54 +03:00
mysql-max-debug.postinst Updated version number 2001-07-18 14:32:54 +03:00
mysql-max-debug.postrm Updated version number 2001-07-18 14:32:54 +03:00
mysql-max-shared.dirs Updated version number 2001-07-18 14:32:54 +03:00
mysql-max-shared.postinst Updated version number 2001-07-18 14:32:54 +03:00
mysql-max-shared.postrm Updated version number 2001-07-18 14:32:54 +03:00
mysql-max.dirs Updated version number 2001-07-18 14:32:54 +03:00
mysql-max.postinst Updated version number 2001-07-18 14:32:54 +03:00
mysql-max.postrm Updated version number 2001-07-18 14:32:54 +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 Updated version number 2001-07-18 14:32:54 +03:00
rules Updated version number 2001-07-18 14:32:54 +03:00
shlibs Updated version number 2001-07-18 14:32:54 +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 MySQL-Max packages:
  
  mysql-max  :
      this is static linked MySQL-Max server only. (/usr/sbin/mysqld-max-static).
  mysql-max-shared:
      this is dynamic linked MySQL server only. (/usr/sbin/mysqld-max-shared)
  mysql-max-debug:
      --with-debug flag. mysqld only. (/usr/sbin/mysqld-max-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