mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 15:55:53 +02:00
Update to new debian files configure.in: Updated version number sql-bench/Results/ATIS-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/RUN-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/alter-table-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/big-tables-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/connect-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/create-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/insert-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/select-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/wisconsin-mysql-Linux_2.2.16_SMP_alpha: New benchmark results support-files/debian/README.debian: Update to new debian files support-files/debian/changelog: Update to new debian files support-files/debian/control: Update to new debian files support-files/debian/gomi: Update to new debian files support-files/debian/move: Update to new debian files support-files/debian/patches/ab: Update to new debian files support-files/debian/patches/ad: Update to new debian files support-files/debian/patches/ae: Update to new debian files support-files/debian/rules: Update to new debian files support-files/debian/shlibs: Update to new debian files |
||
|---|---|---|
| .. | ||
| patches | ||
| changelog | ||
| control | ||
| copyright | ||
| gomi | ||
| libmysqlclient9.dirs | ||
| libmysqlclient9.postinst | ||
| libmysqlclient10.dirs | ||
| libmysqlclient10.postinst | ||
| move | ||
| my.cnf | ||
| mysql-bench.dirs | ||
| mysql-client.dirs | ||
| mysql-dev.dirs | ||
| mysql-doc.dirs | ||
| mysql-max-debug.dirs | ||
| mysql-max-debug.postinst | ||
| mysql-max-debug.postrm | ||
| mysql-max-shared.dirs | ||
| mysql-max-shared.postinst | ||
| mysql-max-shared.postrm | ||
| mysql-max.dirs | ||
| mysql-max.postinst | ||
| mysql-max.postrm | ||
| mysql-server-debug.dirs | ||
| mysql-server-debug.postinst | ||
| mysql-server-debug.postrm | ||
| mysql-server-shared.dirs | ||
| mysql-server-shared.postinst | ||
| mysql-server-shared.postrm | ||
| mysql-server.conffiles | ||
| mysql-server.dirs | ||
| mysql-server.postinst | ||
| mysql-server.postrm | ||
| mysql-server.prerm | ||
| README.debian | ||
| rules | ||
| shlibs | ||
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