| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into production.mysql.com:/usersnfs/jperkin/bk/build/5.1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
were accidentally removed during a previous rototill of this
code. Fixes bug#27692.
While it can be argued we should strive to provide a 'secure by
default' installation, this happens to be the setup currently
documented in the manual as the default, so defer changes that
improve security out of the box to a co-ordinated effort later
on.
For now, make a note about the test databases and anonymous user
in mysql_install_db and recommend that mysql_secure_installation
be ran for users wishing to remove these defaults.
[..re-commit of previously lost change..]
|
| |\
| | |
| | |
| | | |
into trift2.:/MySQL/M50/push-5.0
|
|\ \ \
| | | |
| | | |
| | | | |
into mysql.com:/home/kent/bk/make-install/mysql-5.1-build
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
into trift2.:/MySQL/M51/push-5.1
This is mysql-5.1.22-rc.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Bug #30759 mysql_install_db fails to set $extra_bindir properly in all cases.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Copy a fix by jperkin for bug#30624 into the 5.1.22 build tree.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added special handling of "mysql_install_db" and "mysql.server" scripts,
find executables relative to the current directory.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use custom 'pkgduppdir'
mysql.server.sh:
The server is installed in 'libexecdir'
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
into mysql.com:/home/kent/bk/make-install/mysql-5.1-build
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use 'make install' to create the package
Makefile.am:
Added 'pkgsuppdir' to control location separately
Pass on mandir and infodir
Don't install headers
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into production.mysql.com:/usersnfs/jperkin/bk/trees/51/mysql-5.1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
fixing bug#30624
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into trift2.:/MySQL/M51/push-5.1
|
| |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | |
| | | | | | | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Use "SHOW TABLES FROM `db`" instead of $dbh->tables() in the
get_list_of_tables() routine.
The symptom is that, when used with recent versions of DBD::mysql,
mysqlhotcopy uses a double-qualified table name, for example:
Invalid db.table name 'test.test`.`x' at /usr/bin/mysqlhotcopy line 855.
This is caused by a change in DBD::mysql. See this diff:
http://svn.perl.org/viewcvs/modules/DBD-mysql/trunk/lib/DBD/mysql.pm?r1=9183&r2=9188
Basically, older DBD::mysql implemented a limited ->table_info method;
now the full method is implemented, and as a result DBI's ->tables()
method has access to the schema value, so it uses it.
|
| |\ \ \ \ \ \ \
| | | |_|_|_|/ /
| | |/| | | | |
| | | | | | | | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
|
| | |\ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | |
| | | | | | | | |
into trift2.:/MySQL/M51/target-5.1.22
|
| |\ \ \ \ \ \ \
| | |/ / / / / /
| | | | | | | |
| | | | | | | | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
NO_ZERO_DATE
- Set sql_mode to default when creating system tables
|
| | | | | | | | |
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | | |
- Change to use '' to quote a string inside another string
|
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | |
| | | | | | | |
into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
|
| |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | |
| | | | | | | |
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Flag changed name in icc 10
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Rename: scripts/make_win_src_distribution.sh -> scripts/make_win_src_distribution_old.sh
Makefile.am, make_win_src_distribution_old.sh:
Rename and put in note not to be used
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | /
| | |_|_|/
| |/| | | |
into trift2.:/MySQL/M51/push-5.1
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1) "test_db.sql" is a plaintext file, no binary;
2) do not try to strip the binaries, it will not work.
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
into mysql.com:/home/my/mysql-5.1
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Faster thr_alarm()
Added 'Opened_files' status variable to track calls to my_open()
Don't give warnings when running mysql_install_db
Added option --source-install to mysql_install_db
I had to do the following renames() as used polymorphism didn't work with Forte compiler on 64 bit systems
index_read() -> index_read_map()
index_read_idx() -> index_read_idx_map()
index_read_last() -> index_read_last_map()
|
|\ \ \ \ \
| | |_|/ /
| |/| | |
| | | | | |
into mysql.com:/home/kent/bk/cmake-tls/mysql-5.1-build-new
|
| | | | |
| | | | |
| | | | |
| | | | | |
Corrected install path
|
| | | | |
| | | | |
| | | | |
| | | | | |
Copy embedded .pdb and static debug lib
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
into mysql.com:/home/kent/bk/cmake-tls/mysql-5.1-build-new
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Several adjustments to make client libraries pass the link test
on both win32 and winx64, Visual Studio 2003 and 2005 (bug#30118)
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into trift2.:/MySQL/M50/push-5.0
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into production.mysql.com:/usersnfs/jperkin/bk/mysql-5.0-maint
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into trift2.:/MySQL/M51/push-5.1
|
| |\ \ \ \ \ \ \ \
| | | |_|_|/ / / /
| | |/| | | | | |
| | | | | | | | | |
into mysql.com:/home/kent/bk/cmake-tls/mysql-5.1-build
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Simplified copying of 'mysql-test' directory
|
| | |\ \ \ \ \ \ \
| | | |/ / / / / /
| | |/| | | | | |
| | | | | | | | | |
into mysql.com:/home/kent/bk/cmake-tls/mysql-5.0-build
|
| |\ \ \ \ \ \ \ \
| | | |/ / / / / /
| | |/| | | | | |
| | | | | | | | | |
into mysql.com:/home/kent/bk/cmake-tls/mysql-5.1-build
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Aligned client library build and use with the Unix version when it
comes to what source to include directly in the builds, and what
libraries to link with (bug#30118).
Also reviewed, corrected and made more clear when static or dynamic
Thread Local Storage is to be used. Some code duplication was removed,
and some redundant library usage were removed, reducing the risk of
incorrect TLS usage.
|
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|/ / /
| |/| | | | | / /
| | | |_|_|_|/ /
| | |/| | | | | |
into trift2.:/MySQL/M51/push-5.1
|
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | |
| | | | | | | | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
|
| |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | |
| | | | | | | | |
into mysql.com:/home/kent/bk/config_h/mysql-5.1-build
|
| | | |/ / / /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
to "my_config.h". Not to pollute the top directory, and to get more control
over what is included. Made the include path for "libedit" pick up its own
"config.h" first.
|
| |\ \ \ \ \ \
| | |/ / / / /
| | | | | | |
| | | | | | | |
into production.mysql.com:/usersnfs/jperkin/bk/bug-28585-5.1
|