| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
generated files
(here: "scripts/mysql_fix_privilege_tables{.sql,_sql.c}"). Important for cross-builds.
|
|
|
|
|
|
| |
"scripts/mysql_fix_privilege_tables_sql.c" in the
source tarball, this is essential for cross builds, like for NetWare.
|
|\
| |
| |
| | |
into trift2.:/MySQL/M50/push-5.0
|
| |
| |
| |
| | |
"mysql_fix_privilege_tables_sql.c" in the source tarball.
|
| | |
|
|\ \
| | |
| | |
| | | |
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Recognize the --no-defaults, --defaults-file and --defaults-extra-file
options. Treat old --config-file argument as if --defaults-extra-file
had been specified instead.
Plus a few other defaults-related cleanups.
|
|/ / |
|
|/
|
|
| |
Disable broken quoting of extra arguments; proper fix requires using eval and lots more quoting throughout the script
|
| |
|
|
|
|
| |
Fix "make distcheck"
|
|\
| |
| |
| | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Improve mysql_upgrade and add comments describing it's logic
- Don't look for mysql and mysqlcheck randomly, use dir where mysql_upgrade
was started from
- Don't look for mysql_fix_privilege_tables.sql randomly, compile
in the mysql_fix_privilege_tables.sql file and use that to upgrade
the system tables of MySQL
- Check for any unexpected error returned from runnning the mysql_fix_privilege_tables SQL
- Fix bug#26639, bug#24248 and bug#25405
|
|\ \ \
| |/ /
| | |
| | | |
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-maint
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
existing files.
- Allow mysql_install_db to be run a second time in the same
datadir to create and fill any missing system tables
|
|\ \ \
| |/ /
|/| |
| | | |
into trift2.:/MySQL/M50/push-5.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Only require the more recent zlibCompileFlags() when
building the server, client zlib don't need it.
Makefile.am:
Always build the bundled zlib static only
configure.in:
Look for dlopen() even if --with-mysqld-ldflags constains "-static",
as this is not the same as the flag to "ld", it just informs
"libtool" to link static with libraries created part of the build,
even if there exists shared versions.
make_binary_distribution.sh:
Real "mysqlmanager" executable might be in ".libs"
|
|\ \ \
| |/ /
|/| |
| | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
|
| |\ \
| | | |
| | | |
| | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
|
| | | |
| | | |
| | | |
| | | | |
- Bail out with error if MySQL System tables already exist
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Delete: scripts/fill_func_tables.sh
.del-fill_help_tables.sh:
Delete: scripts/fill_help_tables.sh
.del-internals.texi:
Delete: Docs/internals.texi
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
No need to set LICENSE or USE_SYMDIR from project files
make_win_bin_dist:
Changed location of SQL initialization files to be "share/"
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Removed accidently added my_winsem.c
make_win_bin_dist:
Corrected test for relwithdebinfo target
mysql.sln:
Specify that comp_err depends on zlib
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Restore accidently removed line
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Major cleanup of old Visual Studio project files, aligning engines etc
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-release
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Support both "release" and "relwithdebinfo" targets
- Copy ".pdb" and ".pdb" files for the server and instance manager
- Removed the examples directory, unsupported
- Handle both old and new builds in the same script, "-debug" and "-nt"
extensions, directory "data" and "share" in different location
|
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Build sql files for netware from the mysql_system_tables*.sq files
- Fix comments about mysql_create_system_tables.sh
- Use mysql_install_db.sh to create system tables for mysql_test-run-shell
- Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files
Changeset coded today by Magnus Svensson, just the application to 5.0.38 is by Joerg Bruehe.
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | | |
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/mar07/stage2/50
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
from 5.1).
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- No .sql files in mysql-test/lib/ anymore, don't copy them
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Null merge 4.1 patch
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Split out initial data in mysql_system_tables.sql to it's own file
- Use file from mysql_install_db and mysql-test-run
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Remove DEFAULT values for blob's in mysql_system_tables.sql
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Escape undercore character in mysql.db to only allow
access test_% and not test%
|
| | | | | | |
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Use mysql_system_tables.sql to create MySQL system tables in
all places where we create them(mysql_install_db, mysql-test-run-pl
and mysql_fix_privilege_tables.sql)
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Copy "ndb_size.tmpl" into binary distribution (Bug#24191)
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If inserting a GPL header, include a complete one
Makefile.am, mysql.dsw, mysql.sln:
Removed C version of mysql-test-run
mysql.spec.sh:
Specify GPL license only in GPL sources
.del-my_manage.h:
Delete: mysql-test/my_manage.h
mysql.spec.sh:
Added GPL header
.del-mysql_test_run_new.c:
Delete: mysql-test/mysql_test_run_new.c
.del-mysql_test_run_new.dsp:
Delete: VC++Files/mysql-test/mysql_test_run_new.dsp
.del-my_create_tables.c:
Delete: mysql-test/my_create_tables.c
.del-mysql_test_run_new_ia64.dsp:
Delete: VC++Files/mysql-test/mysql_test_run_new_ia64.dsp
msql2mysql.sh:
Use up-to-date GPL header
.del-mysql_test_run_new.vcproj:
Delete: VC++Files/mysql-test/mysql_test_run_new.vcproj
.del-my_manage.c:
Delete: mysql-test/my_manage.c
|