| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.1-rt-merge
|
| |\
| | |
| | |
| | | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
|
| | |\
| | | |
| | | |
| | | | |
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Our web server has been restructured several times, and references
to it in our source code has stayed the same. This patch from Paul
DuBois updates all URLs to modern semantics.
|
| | | |\
| | | | |
| | | | |
| | | | | |
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-maint
|
| | | | |\
| | | | | |
| | | | | |
| | | | | | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50
|
| | | | |\ \
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/home/tnurnberg/15327/50-15327
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-new-maint
|
| | | |\ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-new-maint
|
| | | | |\ \ \ \ \
| | | | | |/ / / /
| | | | | | | | |
| | | | | | | | | |
into pilot.mysql.com:/data/msvensson/mysql/bug31167/my51-bug31167
|
| | | | | |/ / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- Use a local uservariable to avoid @@hostname in binlog
|
| | |\ \ \ \ \ \
| | | |/ / / / /
| | | | | | | |
| | | | | | | | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
|
| | | |\ \ \ \ \
| | | | |/ / / /
| | | |/| | | |
| | | | | | | | |
into mysql.com:/home/tnurnberg/15327/51-15327
|
| | | | |\ \ \ \
| | | | | | |/ /
| | | | | |/| |
| | | | | | | | |
into mysql.com:/home/tnurnberg/15327/51-15327
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
make sure that if builder configured with a non-standard (!= 3306)
default TCP port that value actually gets used throughout. if they
didn't configure a value, assume "use a sensible default", which
will be read from /etc/services or, failing that, from the factory
default. That makes the order of preference
- command-line option
- my.cnf, where applicable
- $MYSQL_TCP_PORT environment variable
- /etc/services (unless configured --with-tcp-port)
- default port (--with-tcp-port=... or factory default)
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The problem was that the RETURNS column in the mysql.proc was of
CHAR(64). That was not enough for storing long-named datatypes.
The fix is to change CHAR(64) to LONGBLOB, and to throw warnings
at the time a stored routine is created if some data is truncated
during writing into mysql.proc.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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
|