| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- --- scripts/mysql_install_db.sh.dist Wed Jan 29 12:29:21 2003
- +++ scripts/mysql_install_db.sh Wed Feb 5 09:56:12 2003
- @@ -138,9 +138,8 @@
- then
- if test ! -d $ldata; then mkdir $ldata; chmod 700 $ldata ; fi
- if test ! -d $ldata/mysql; then mkdir $ldata/mysql; chmod 700 $ldata/mysql ; fi
- - if test ! -d $ldata/test; then mkdir $ldata/test; chmod 700 $ldata/test ; fi
- if test -w / -a ! -z "$user"; then
- - chown $user $ldata $ldata/mysql $ldata/test;
- + chown $user $ldata $ldata/mysql
- fi
- fi
-
- @@ -178,8 +177,6 @@
- c_d="$c_d )"
- c_d="$c_d comment='Database privileges';"
-
- - i_d="INSERT INTO db VALUES ('%','test','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y');
- - INSERT INTO db VALUES ('%','test\_%','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y');"
- fi
-
- if test ! -f $mdata/host.frm
- @@ -250,10 +247,7 @@
- INSERT INTO user VALUES ('$hostname','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0);
-
- REPLACE INTO user VALUES ('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0);
- - REPLACE INTO user VALUES ('$hostname','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0);
- -
- - INSERT INTO user (host,user) values ('localhost','');
- - INSERT INTO user (host,user) values ('$hostname','');"
- + REPLACE INTO user VALUES ('$hostname','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0);"
- fi
-
- if test ! -f $mdata/func.frm
- @@ -351,10 +345,7 @@
- if test "$IN_RPM" -eq 0
- then
- echo "You can start the MySQL daemon with:"
- - echo "cd @prefix@ ; $bindir/mysqld_safe &"
- - echo
- - echo "You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:"
- - echo "cd sql-bench ; perl run-all-tests"
- + echo "@l_prefix@/etc/rc mysql start"
- echo
- fi
- echo "Please report any problems with the @scriptdir@/mysqlbug script!"
- --- scripts/msql2mysql.sh.dist Tue Feb 11 09:50:29 2003
- +++ scripts/msql2mysql.sh Tue Feb 11 09:53:08 2003
- @@ -13,4 +13,4 @@
- # described in the License. Among other things, the License requires that
- # the copyright notice and this notice be preserved on all copies.
-
- -@bindir@/replace msqlConnect mysql_connect msqlListDBs mysql_list_dbs msqlNumRows mysql_num_rows msqlFetchRow mysql_fetch_row msqlFetchField mysql_fetch_field msqlFreeResult mysql_free_result msqlListFields mysql_list_fields msqlListTables mysql_list_tables msqlErrMsg 'mysql_error(mysql)' msqlStoreResult mysql_store_result msqlQuery mysql_query msqlField mysql_field msqlSelect mysql_select msqlSelectDB mysql_select_db msqlNumFields mysql_num_fields msqlClose mysql_close msqlDataSeek mysql_data_seek m_field MYSQL_FIELD m_result MYSQL_RES m_row MYSQL_ROW msql mysql mSQL mySQL MSQL MYSQL msqlCreateDB mysql_create_db msqlDropDB mysql_drop_db msqlFieldSeek mysql_field_seek -- $*
- +@libexecdir@/replace msqlConnect mysql_connect msqlListDBs mysql_list_dbs msqlNumRows mysql_num_rows msqlFetchRow mysql_fetch_row msqlFetchField mysql_fetch_field msqlFreeResult mysql_free_result msqlListFields mysql_list_fields msqlListTables mysql_list_tables msqlErrMsg 'mysql_error(mysql)' msqlStoreResult mysql_store_result msqlQuery mysql_query msqlField mysql_field msqlSelect mysql_select msqlSelectDB mysql_select_db msqlNumFields mysql_num_fields msqlClose mysql_close msqlDataSeek mysql_data_seek m_field MYSQL_FIELD m_result MYSQL_RES m_row MYSQL_ROW msql mysql mSQL mySQL MSQL MYSQL msqlCreateDB mysql_create_db msqlDropDB mysql_drop_db msqlFieldSeek mysql_field_seek -- $*
- --- mysys/default.c.dist Wed Jan 29 12:29:20 2003
- +++ mysys/default.c Wed Feb 5 09:58:40 2003
- @@ -49,7 +49,7 @@
- #elif defined(__NETWARE__)
- "sys:/etc/",
- #else
- -"/etc/",
- +"@l_prefix@/etc/mysql/",
- #endif
- #ifdef DATADIR
- DATADIR,
- --- config.h.in.orig 2004-12-09 12:21:30.331530371 +0100
- +++ config.h.in 2004-12-09 12:21:33.941576868 +0100
- @@ -628,6 +628,9 @@
- /* Define to 1 if you have the `setupterm' function. */
- #undef HAVE_SETUPTERM
-
- +/* Define to 1 if you have the <signal.h> header file. */
- +#undef HAVE_SIGNAL_H
- +
- /* Define to 1 if you have the `sighold' function. */
- #undef HAVE_SIGHOLD
-
- --- include/my_pthread.h.orig 2004-10-28 02:48:34.000000000 +0200
- +++ include/my_pthread.h 2004-12-09 12:23:37.673149500 +0100
- @@ -229,7 +229,6 @@
-
- #ifdef HAVE_rts_threads
- #define sigwait org_sigwait
- -#include <signal.h>
- #undef sigwait
- #endif
- #undef _REENTRANT /* Fix if _REENTRANT is in pthread.h */
- @@ -240,6 +239,9 @@
- #ifdef HAVE_THR_SETCONCURRENCY
- #include <thread.h> /* Probably solaris */
- #endif
- +#ifdef HAVE_SIGNAL_H
- +#include <signal.h>
- +#endif
- #ifdef HAVE_SCHED_H
- #include <sched.h>
- #endif
- --- configure.in.orig 2004-10-28 02:48:38.000000000 +0200
- +++ configure.in 2004-12-09 12:26:09.585078188 +0100
- @@ -735,7 +735,7 @@
- AC_HEADER_STDC
- AC_HEADER_SYS_WAIT
- AC_CHECK_HEADERS(fcntl.h float.h floatingpoint.h ieeefp.h limits.h \
- - memory.h pwd.h select.h \
- + memory.h pwd.h select.h signal.h \
- stdlib.h stddef.h \
- strings.h string.h synch.h sys/mman.h sys/socket.h netinet/in.h arpa/inet.h \
- sys/timeb.h sys/types.h sys/un.h sys/vadvise.h sys/wait.h term.h \
- --- configure.orig 2004-10-28 02:48:59.000000000 +0200
- +++ configure 2004-12-09 12:22:45.602487633 +0100
- @@ -21408,7 +21408,7 @@
-
-
- for ac_header in fcntl.h float.h floatingpoint.h ieeefp.h limits.h \
- - memory.h pwd.h select.h \
- + memory.h pwd.h select.h signal.h \
- stdlib.h stddef.h \
- strings.h string.h synch.h sys/mman.h sys/socket.h netinet/in.h arpa/inet.h \
- sys/timeb.h sys/types.h sys/un.h sys/vadvise.h sys/wait.h term.h \
|