summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Better distinction between "CLEANFILES" and "DISTCLEANFILES" for some ↵joerg@trift2.2007-05-031-8/+6
| | | | | | generated files (here: "scripts/mysql_fix_privilege_tables{.sql,_sql.c}"). Important for cross-builds.
* Resolve a possible timing issue with ↵joerg@trift2.2007-05-021-0/+2
| | | | | | "scripts/mysql_fix_privilege_tables_sql.c" in the source tarball, this is essential for cross builds, like for NetWare.
* Merge trift2.:/MySQL/M50/mysql-5.0joerg@trift2.2007-05-021-1/+3
|\ | | | | | | into trift2.:/MySQL/M50/push-5.0
| * Necessary change for cross-builds: Include ↵joerg@trift2.2007-04-301-1/+3
| | | | | | | | "mysql_fix_privilege_tables_sql.c" in the source tarball.
* | Format corrections for various "Makefile.am": Leading tab, no trailing blank.joerg@trift2.2007-05-021-1/+1
| |
* | Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/b27653/50tsmith@quadxeon.mysql.com2007-04-281-185/+127
|\ \ | | | | | | | | | into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
| * | Bug #27390: mysqld_multi --config-file= not working as documentedtsmith@quadxeon.mysql.com2007-04-281-185/+127
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | mysql_install_db.sh: Fix algorithm for finding pkgdata directorytsmith@quadxeon.mysql.com2007-04-271-0/+1
|/ /
* | mysql_install_db.sh:tsmith@quadxeon.mysql.com2007-04-251-1/+4
|/ | | | Disable broken quoting of extra arguments; proper fix requires using eval and lots more quoting throughout the script
* Don't copy any subdirs in scripts/msvensson@pilot.blaudden2007-04-231-1/+1
|
* Add "name of struct" as first arg to comp_sqlmsvensson@pilot.blaudden2007-04-233-23/+25
| | | | Fix "make distcheck"
* Merge bk-internal:/home/bk/mysql-5.0-maintmsvensson@pilot.blaudden2007-04-233-1/+175
|\ | | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
| * mysql_upgrade portability fixesmsvensson@pilot.blaudden2007-04-191-0/+9
| |
| * mysql_upgrade win fixesmsvensson@pilot.blaudden2007-04-192-5/+8
| |
| * Add CMakeLists.txt to EXTRA_DISTmsvensson@pilot.blaudden2007-04-181-1/+2
| |
| * Merge pilot.blaudden:/home/msvensson/mysql/my50-m-mysql_upgrademsvensson@pilot.blaudden2007-04-183-0/+161
| |\ | | | | | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
| | * Bug#25452 mysql_upgrade access deniedmsvensson@pilot.blaudden2007-04-183-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndbtomas@whalegate.ndb.mysql.com2007-04-163-18/+20
|\ \ \ | |/ / | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-maint
| * | Bug#27783 mysql_install_db should be able to install again, preserving ↵msvensson@pilot.blaudden2007-04-123-18/+20
| | | | | | | | | | | | | | | | | | | | | existing files. - Allow mysql_install_db to be run a second time in the same datadir to create and fill any missing system tables
* | | Merge trift2.:/MySQL/M50/mysql-5.0joerg@trift2.2007-04-071-1/+7
|\ \ \ | |/ / |/| | | | | into trift2.:/MySQL/M50/push-5.0
| * | zlib.m4:kent@mysql.com/kent-amd64.(none)2007-04-051-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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"
* | | Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0msvensson@pilot.blaudden2007-04-021-17/+11
|\ \ \ | |/ / |/| | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
| * | Merge pilot.blaudden:/home/msvensson/mysql/bug27022/my50-bug27022msvensson@pilot.blaudden2007-03-271-17/+11
| |\ \ | | | | | | | | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
| | * | Bug#27022 Install fails with Duplicate entry '%-test-' for key 'PRIMARY'msvensson@pilot.blaudden2007-03-161-17/+11
| | | | | | | | | | | | | | | | - Bail out with error if MySQL System tables already exist
* | | | Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-buildkent@mysql.com/kent-amd64.(none)2007-03-222-863/+0
|\ \ \ \ | |/ / / |/| | | | | | | into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
| * | | .del-fill_func_tables.sh:kent@mysql.com/kent-amd64.(none)2007-03-222-842/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete: scripts/fill_func_tables.sh .del-fill_help_tables.sh: Delete: scripts/fill_help_tables.sh .del-internals.texi: Delete: Docs/internals.texi
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maintcmiller@zippy.cornsilk.net2007-01-311-8/+0
| |\ \ \ | | | | | | | | | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
| * \ \ \ Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work-24780df@kahlann.erinye.com2007-01-222-0/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
* | | | | | vio.vcproj, mysqld.vcproj, mysys.vcproj, libmysqld.vcproj, mysqldemb.vcproj:kent@mysql.com/kent-amd64.(none)2007-03-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No need to set LICENSE or USE_SYMDIR from project files make_win_bin_dist: Changed location of SQL initialization files to be "share/"
* | | | | | mysys.vcproj:kent@mysql.com/kent-amd64.(none)2007-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed accidently added my_winsem.c make_win_bin_dist: Corrected test for relwithdebinfo target mysql.sln: Specify that comp_err depends on zlib
* | | | | | make_win_bin_dist:kent@mysql.com/kent-amd64.(none)2007-03-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Restore accidently removed line
* | | | | | Many files:kent@mysql.com/kent-amd64.(none)2007-03-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Major cleanup of old Visual Studio project files, aligning engines etc
* | | | | | Merge dev:my/mysql-5.0-releasedf@pippilotta.erinye.com2007-03-191-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-release
| * | | | | | add missing test cases to windows binary distributiondf@pippilotta.erinye.com2007-03-121-0/+1
| | | | | | |
* | | | | | | make_win_bin_dist:kent@mysql.com/kent-amd64.(none)2007-03-181-34/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | | Bug#20166 mysql-test-run.pl does not test system privilege tables creationjoerg@trift2.2007-03-161-6/+0
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-buildtsmith@quadxeon.mysql.com2007-03-081-1/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/mar07/stage2/50
| * | | | | A binary package should also contain the "mysqld-debug" server (backport ↵joerg@trift2.2007-02-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | from 5.1).
* | | | | | Bug #20166 mysql-test-run.pl does not test system privilege tables creationmsvensson@pilot.blaudden2007-02-282-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | - No .sql files in mysql-test/lib/ anymore, don't copy them
* | | | | | Bug#20166 mysql-test-run.pl does not test system privilege tables creationmsvensson@pilot.blaudden2007-02-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Null merge 4.1 patch
* | | | | | Bug#20166 mysql-test-run.pl does not test system privilege tables creationmsvensson@pilot.blaudden2007-02-285-18/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Split out initial data in mysql_system_tables.sql to it's own file - Use file from mysql_install_db and mysql-test-run
* | | | | | Bug#23669 mysql.proc not created in default installmsvensson@pilot.blaudden2007-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Remove DEFAULT values for blob's in mysql_system_tables.sql
* | | | | | Bug#20166 mysql-test-run.pl does not test system privilege tables creationmsvensson@pilot.blaudden2007-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Escape undercore character in mysql.db to only allow access test_% and not test%
* | | | | | Remove another spurious "msvensson@pilot.blaudden2007-02-261-1/+1
| | | | | |
* | | | | | Remove spurious "msvensson@pilot.blaudden2007-02-261-1/+1
| | | | | |
* | | | | | Bug#20166 mysql-test-run.pl does not test system privilege tables creationmsvensson@pilot.blaudden2007-02-267-1093/+250
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | | | | Merge pilot.mysql.com:/home/msvensson/mysql/mysql-5.0msvensson@pilot.mysql.com2007-02-131-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
| * | | | | make_binary_distribution.sh:kent@mysql.com/kent-amd64.(none)2007-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Copy "ndb_size.tmpl" into binary distribution (Bug#24191)
* | | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2007-02-061-11/+13
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | | | | gen_lex_hash.cc:kent@mysql.com/kent-amd64.(none)2007-01-311-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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