Commit graph

72 commits

Author SHA1 Message Date
unknown
e484a91efe - Tagged ChangeSet 1.1224 as "mysql-3.23.53"
- bumped up version number to 3.23.54 in configure.in
 - replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified
   scripts/make_binary_distribution.sh and Build-tools/mysql-copyright*
   accordingly.


BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8:
  Delete: Docs/LICENSE
Build-tools/mysql-copyright-2:
   - replaced LICENSE with MySQLEULA.txt
Build-tools/mysql-copyright:
   - use "tar" instead of "gtar"
   - replaced LICENSE with MySQLEULA.txt
configure.in:
   - Bumped up version number to 3.23.54 now that 3.23.53 has been
     tagged
scripts/make_binary_distribution.sh:
   - replaced LICENSE with MySQLEULA.txt
2002-10-13 16:26:28 +02:00
unknown
3c1e16c574 - rearranged test order in Do-compile (BDB tends to fail more often than
InnoDB, so test it after InnoDB)


Build-tools/Do-compile:
   - Test BDB after InnoDB (BDB tends to fail more often than InnoDB)
2002-10-03 18:30:49 +02:00
unknown
18585d178d - merge 4.0 modifications to Build-tools/Do-compile
Build-tools/Do-compile:
   - Merged 4.0 modifications (--innodb, more verbose failure reports)
2002-09-27 13:53:14 +02:00
unknown
a1e858bfdb - Reworked/Cleaned up Build-tools/Do-compile to be more flexible and
better documented


Build-tools/Do-compile:
   - Removed some obsolete pieces of code (get rid of using rsh and rcp)
   - Added some code comments
   - Reworked help text to match the options available
   - Heavily reworked GetOptions, removed some obsolete ones and joined others
   - make_options and config_options can now be given multiple times
   - simplified code that added configure options dependent on given options
2002-09-04 14:05:24 +02:00
unknown
76c5feb722 - Applied many modifications to Build-tools/Do-compile made in the 4.0 tree
Build-tools/Do-compile:
   - applied some modifications made in the 4.0 tree
   - added option --make-options to pass options to "make" after configure
   - added option --raid to enable RAID
   - added option --libwrap to enable TCP wrapper support
   - make sure to remove log files as early as possible
   - fixed option --with-other-libc to actually work
   - fixed some oddly-placed quotes in the configure call
2002-08-29 14:17:52 +02:00
unknown
f4b230a6c7 Fixed Build-tools/mysql-copyright-2 to properly replace the copyright
header in x86 assemler files instead of eating the whole file


Build-tools/mysql-copyright-2:
  Handle copyright headers in *-x86.s files correctly (they do not
  use C style comments)
2002-06-17 08:54:57 +02:00
unknown
f3d9307262 Added creation of debug symbols to Build-tools/Do-linux-build
Build-tools/Do-linux-build:
  Create debug symbols so make_binary_distribution adds them to the tarball
  as well
2002-06-11 12:26:36 +02:00
unknown
00d62e8dc5 Fixed sql_yacc.yy to be compatible with bison 1.31 and above.
Made detection of GNU tar a bit more flexible.
Only use /usr/local/mysql-glibc if it actually exists


Build-tools/Do-linux-build:
  Only use the "--with-other-libc" parameter, if another libc actually
  exists at this location
Makefile.am:
  Removed hard-coded tar binary name
configure.in:
  Added check for GNU tar with various names
sql/sql_yacc.yy:
  Added semicolons to several expressions to make bison 1.31 and above
  happy when used in Yacc compatibility mode. From the bison NEWS:
  
    "Bison has always permitted actions such as { $$ = $1 }: it adds the
    ending semicolon.  Now if in Yacc compatibility mode, the semicolon
    is no longer output: one has to write { $$ = $1; }."
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-05-15 11:06:44 +02:00
unknown
5e403c9c42 Fix to be able to use egc to compile 3.23 2002-05-05 15:40:45 +03:00
unknown
8bf5ad427c Print compiler version
Optimize for pentiumpro for RPM's.


Build-tools/Do-rpm:
  Use compiler option -mpentiumpro
configure.in:
  Print compiler version
2002-03-25 21:23:30 +02:00
unknown
9ee0658adc Fixed that RPM can be recompiled even if there is not another glibc in /usr/local/mysql-glibc
Build-tools/Do-compile:
  Fix to build mysqlcom
Build-tools/Do-rpm:
  Fixes for building with gcc 3.0.4
Docs/manual.texi:
  Small bug fix
configure.in:
  Cleanup
2002-03-25 18:10:34 +02:00
unknown
d6998363af Fixed bug in DATE_FORMAT when used with GROUP BY
Build-tools/Do-compile:
  Fixed typo
Docs/manual.texi:
  Changelog
mysql-test/r/type_date.result:
  Added test of bug in DATE_FORMAT
mysql-test/t/type_date.test:
  Added test of bug in DATE_FORMAT
scripts/mysqlhotcopy.sh:
  Fix for RAID files
sql/table.cc:
  Fixed typo in last patch
2002-03-06 18:36:31 +02:00
unknown
4e806126da updated build scripts for new Linux build
Build-tools/Do-all-build-steps:
  pass parameters to Do-rpm
Build-tools/Do-compile:
  with-other-libc option
Build-tools/Do-rpm:
  make it "automagically" work on SuSE as well as RedHat
strings/Makefile.am:
  added t_ctype.h to the distribution for now - permanent fix to come later
support-files/mysql.spec.sh:
  changed build to use --with-other-libc
2002-02-16 11:32:06 -07:00
unknown
4c16462118 Enable LOAD DATA LOCAL by default 2002-02-14 19:24:49 +02:00
unknown
c1caaf756f Fixed bug in full join with many NULL fields.
Build-tools/Do-compile:
  Fixed 'touch' and 'chmod' of files.
Docs/manual.texi:
  Changelog
2002-02-10 12:47:37 +02:00
unknown
61b769d94a Fix for customer build 2002-02-10 02:28:24 +02:00
unknown
c9a4dde5de Add forgotten argument to --version-suffix 2002-02-10 00:34:05 +02:00
unknown
84c71cf778 added options 'version-suffix' to Do-compile
Build-tools/Do-compile:
  added options 'version-suffix'
2002-02-09 17:14:58 +02:00
unknown
ace649189d Better optimization for InnoDB and BDB tables for ORDER BY
Build-tools/Do-compile:
  Merge with 4.0
Docs/manual.texi:
  Changelog
mysql-test/r/innodb.result:
  New tests cases for ORDER BY
mysql-test/r/myisam.result:
  New tests cases for ORDER BY
mysql-test/t/innodb.test:
  New tests cases for ORDER BY
mysql-test/t/myisam.test:
  New tests cases for ORDER BY
2001-11-29 15:34:37 +02:00
unknown
b9e1b930f7 Portability fixes.
BitKeeper/deleted/.del-configure.in~c6fc04d4e3d6e291:
  Delete: libmysql/configure.in
BitKeeper/deleted/.del-db_ext.h~a1e210bbd0de0a48:
  Delete: bdb/include/db_ext.h
BitKeeper/deleted/.del-mutex_ext.h~f20f47ddc346598b:
  Delete: bdb/include/mutex_ext.h
Build-tools/Do-all-build-steps:
  Portability fix (-j 2 doesn't always work)
configure.in:
  Added extra compiler options for libmysqld (required for HPUX)
libmysql/Makefile.am:
  Added extra compiler options for libmysqld (required for HPUX)
libmysql_r/Makefile.am:
  Added extra compiler options for libmysqld (required for HPUX)
sql/log_event.cc:
  Removed warning
2001-11-02 07:42:28 +02:00
unknown
e9a620e60b Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
Build-tools/Do-compile:
  Auto merged
2001-10-03 18:38:31 +03:00
unknown
8fa4fe0886 Cleanup between compilations
Build-tools/Do-compile:
  Cleanups
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-10-03 17:38:30 +02:00
unknown
2529b817b1 Added usage of --master-retry-count to make mysql-test-run safer.
Build-tools/Do-compile:
  Remove --no-delete
Docs/manual.texi:
  Udated IA64 section
mysql-test/mysql-test-run.sh:
  Added usage of --master-retry-count
  set LD_LIBRARY_PATH
sql/mysqld.cc:
  Added master-retry-count (needed by mysql-test-run)
sql/slave.cc:
  Added master-retry-count
  Don't write same error to log on retry
sql/slave.h:
  Added master-retry-count (needed by mysql-test-run)
2001-10-03 16:27:20 +03:00
unknown
32bc9157e5 Portability fix 2001-10-02 23:14:48 +03:00
unknown
e7006ae794 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-09-03 13:09:46 -06:00
unknown
bed8ef6924 added symbols files to RPM to resolve stack trace
fixed Do-rpm to accept command-line options for easier testing/local
RPM build


BUILD/compile-pentium-max:
  add enable-thread-safe-client
Build-tools/Do-rpm:
  make configurable from command line
support-files/mysql.spec.sh:
  add mysqld.sym and mysqld-max.sym to the RPM
2001-09-03 13:09:08 -06:00
unknown
992e7da03a Added testing of IN(value-list)
Portability fixes


Build-tools/Do-compile:
  Fix for Linux ia64
sql-bench/bench-init.pl.sh:
  Added help function time_fetch_all_rows
sql-bench/test-insert.sh:
  Added testing of IN(value-list)
sql/item_func.cc:
  Cleanup
sql/mysqld.cc:
  Portability fix
sql/stacktrace.c:
  Portability fix
2001-09-02 16:03:37 +03:00
unknown
421e64ae35 ix compilition for computer in a previous timezone
Build-tools/Do-compile:
  Fix compilition for computer in a previous timezone
sql/net_serv.cc:
  Added comment
sql/sql_parse.cc:
  Cleanup
2001-08-31 10:30:38 +03:00
unknown
a14d63ba6e Fix for handling of floats inside val_int() of +, - * and /.
Build-tools/Do-compile:
  Make shutdown safer
Docs/manual.texi:
  Fix of bad merge
sql/log.cc:
  cleanup
sql/sql_acl.cc:
  cleanup
2001-08-18 14:24:01 +03:00
unknown
0b40bd043c merge 2001-06-12 12:06:14 +03:00
unknown
be2b125bf8 Added --enable-shared to Do-compile
Build-tools/Do-compile:
  Added --enable-shared
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-06-12 11:04:31 +02:00
unknown
01c886ee22 Added --verbose option to mysqlshow
Fixes for making distribution


Build-tools/Do-compile:
  Added --no-strip option
Docs/manual.texi:
  Changelog and some fixes to comparison section
client/mysqlshow.c:
  Added --verbose option
mysql-test/r/create.result:
  Test of CREATE ... SELECT with keys
mysql-test/t/create.test:
  Test of CREATE ... SELECT with keys
scripts/make_binary_distribution.sh:
  Changed to use long options
sql-bench/Comments/postgres.benchmark:
  update
sql-bench/server-cfg.sh:
  update to use 'vacuum analyze'
2001-06-12 11:59:14 +03:00
unknown
ada14881c7 Do-patch-file Fix typo (extra 'mv')
ignore  	added Logs/* binary/*


BitKeeper/etc/ignore:
  added Logs/* binary/*
Build-tools/Do-patch-file:
  Fix typo (extra 'mv')
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-05-18 18:48:38 +02:00
unknown
c69f5dc37a Fixes for MySQL-Max 2001-05-11 22:51:24 +02:00
unknown
09518126f1 Update for MySQL-Max
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-04-18 16:35:30 +02:00
unknown
3b78ab65bb Changes to get mysqld-max to compile
BUILD/SETUP.sh:
  Changed to use -ffixed-ebp with -fomit-frame-pointer
BUILD/compile-pentium:
  Changed to use reckless flags as defaults as this appears to work
  good, even with stack-traces.
Build-tools/Do-all-build-steps:
  Innobase -> Innodb
Docs/manual.texi:
  Added information about -ffixed-ebp
scripts/safe_mysqld.sh:
  Added option --mysqld-version
  Use mysqld-max binary as default if installed and --mysqld or --mysqld-version
  is not used
support-files/mysql-max.spec.sh:
  Fixed bugs
support-files/mysql.spec.sh:
  Added Max package
tests/fork_big.pl:
  Added --user and --password
2001-04-13 16:21:38 +03:00
unknown
9e82b5c854 fixed Do-rpm to not omit frame pointer
Build-tools/Do-rpm:
  will we ever get this -fno-omit-frame-pointer stuff right?
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-04-07 18:31:31 -06:00
unknown
1512a50ecc Changed --with-innobase-db to --with-innobase
Updated manual about INNOBASE and BDB


BUILD/SETUP.sh:
  Added --print as alias for --just-print
BUILD/compile-pentium-debug:
  Changed --with-innobase-db to --with-innobase
BUILD/compile-pentium:
  Changed --with-innobase-db to --with-innobase
Build-tools/Do-all-build-steps:
  Changed --with-innobase-db to --with-innobase
Docs/manual.texi:
  Added that BDB and INNBASE is included in the source distribution
sql/mysqld.cc:
  Fixed typo
support-files/maxsql.spec.sh:
  Changed --with-innobase-db to --with-innobase
support-files/mysql.spec.sh:
  Changed --with-innobase-db to --with-innobase
2001-03-08 03:15:54 +02:00
unknown
3886c89fca Merge 2001-03-07 22:47:51 +01:00
unknown
e3dc55a839 Do-all-build-steps We build with BerkeleyDB now, too.
Build-tools/Do-all-build-steps:
  We build with BerkeleyDB now, too.
2001-03-07 22:45:16 +01:00
unknown
b0089e699a Changes so that 'make distcheck' works with Berkeley DB.
Build-tools/Do-all-build-steps:
  We now build with Berkeley DB.
Docs/manual.texi:
  Try to make MySQL's extensions to GROUP BY more noticable.
acinclude.m4:
  Berkeley DB defaults to "no", now.
  
  Changes so that 'make distcheck' works with Berkeley DB.
bdb/Makefile.in:
  Add some more dummy targets to ignore.
2001-03-07 16:34:42 -05:00
unknown
277d59b86e Make sure ib_config.h is distributed.
Clean up Do-all-build-steps.


Build-tools/Do-all-build-steps:
  Make this script run on machines other than mysql-work.
innobase/Makefile.am:
  Make sure ib_config.h is distributed.
2001-03-05 21:08:24 -05:00
unknown
87b85dca5a Do-all-build-steps Innobase is included in the distribution.
Build-tools/Do-all-build-steps:
  Innobase is included in the distribution.
2001-03-05 22:08:40 +01:00
unknown
0a4ce964b4 merge 2001-02-14 15:14:24 -07:00
unknown
437b4659cf Do-compile monty's uncommitted stuff
Build-tools/Do-compile:
  monty's uncommitted stuff
2001-02-14 23:14:23 +01:00
unknown
e485707b55 keep frame pointer 2001-02-14 15:09:38 -07:00
unknown
c8908b8fd1 Remove several uses of cp -a, and fix broken dist-hook in sql-bench.
Build-tools/mysql-copyright:
  remove use of cp -a.
sql-bench/Makefile.am:
  fix broken dist-hook target (brain-o)
sql/share/Makefile.am:
  remove use of cp -a.
2001-02-05 21:58:20 -05:00
unknown
f24513ea4d Updates from 3.23.30
Build-tools/Do-compile:
  Added binary suffix
  Stage are now names, not numbers
Build-tools/Do-patch-file:
  Changed to use unified diff
Build-tools/Do-rpm:
  Updated to new DBI/DBD versions
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-01-21 16:38:36 +01:00
unknown
e6da25ea25 Do-compile Fix typo.
Build-tools/Do-compile:
  Fix typo.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-01-02 15:24:24 +01:00
unknown
45344b862b Fixes for MySQL 3.23.30
Build-tools/Do-compile:
  Don't use gmake -j2
  Run mysql-test suite.
2001-01-02 14:24:18 +01:00