1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
Files
mariadb/scripts
unknown 0606f5bb1b - applied patch from provided by Christian Hammers from Debian to be able
to run the script even if mysqld is not up and running on upgrade


scripts/mysql_fix_privilege_tables.sh:
   - applied Patch provided by Christian Hammers from Debian to be able to run
     this script on every upgrade without having to worry that the server
     is really running. Therefore "mysqld --bootstrap" is used to make the
     changes. For this to work all SQL statements are sent to stderr when
     "--sqlonly" is given and the echo's are piped to /dev/null.
     The echo_stderr that is used is just a "#!/bin/sh\necho "$*" >&2"
     script.
2003-04-09 21:19:53 +02:00
..
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
Fix
2002-08-14 13:05:38 +05:00
2000-09-14 15:10:06 +03:00
2000-09-14 15:10:06 +03:00
2000-09-14 15:10:06 +03:00
2003-03-13 13:44:03 +01:00