summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0.8monty@mashka.mysql.fi2003-01-061-1/+4
|\
| * A lot of portability fixes.monty@mashka.mysql.fi2003-01-051-1/+4
| | | | | | | | Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
| * Changed shared lib version to 12 as some structures has changedmonty@mashka.mysql.fi2003-01-041-1/+1
| |
* | Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-1/+1
| | | | | | | | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* | Merge with 4.0.8monty@mashka.mysql.fi2003-01-031-7/+13
|\ \ | |/
| * - bumped up version number to 4.0.8-gammalenz@mysql.com2002-12-241-1/+1
| | | | | | | | - tagged ChangeSet 1.1484 as mysql-4.0.7
| * - fix CC_VERSION and CXX_VERSION for compilers that return multiple lines oflenz@mysql.com2002-12-231-2/+2
| | | | | | | | output for "--version" (e.g. gcc 3.x)
| * Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-12-201-1/+7
| |\
| | * Changed thd variables max_join_size and select_limit to type ha_rows.monty@mashka.mysql.fi2002-12-201-1/+7
| | | | | | | | | | | | | | | | | | This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug
| * | - tagged ChangeSet 1.1477 as MySQL 4.0.6lenz@mysql.com2002-12-201-1/+1
| |/ | | | | | | - bumped up version number in configure.in to 4.0.7-gamma
| * Merge with 3.23 to get patch for lower_case_table_names for MacOSXmonty@mashka.mysql.fi2002-12-141-4/+4
| |\
| | * Make --lower-case-table-names default on MacOSXmonty@mashka.mysql.fi2002-12-141-4/+4
| | |
| | * - tagged ChangeSet 1.1276.3.1 as MySQL 3.23.54lenz@mysql.com2002-12-111-1/+1
| | | | | | | | | | | | - bumped up version number in configure.in to 3.23.55
| | * - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree)lenz@mysql.com2002-12-041-0/+6
| | | | | | | | | | | | - sql_analyse.cc: Fixed bug in decimal handling
* | | Merge with 4.0monty@mashka.mysql.fi2002-11-251-0/+1
|\ \ \ | |/ /
| * | configure.in:lenz@mysql.com2002-11-211-1/+1
| | | | | | | | | | | | | | | - actually follow the hints in the comment above and "Remember that regexps needs to quote [ and ] since this is run through m4"...
| * | configure.in:lenz@mysql.com2002-11-211-0/+1
| | | | | | | | | | | | | | | | | | - fix MYSQL_NO_DASH_VERSION if version number ends on one digit only ("comment" test failed when MySQL version was changed from 4.0.5 to 4.0.5a)
* | | Merge with 4.0monty@mashka.mysql.fi2002-11-211-8/+18
|\ \ \ | |/ /
| * | merge with 3.23monty@mashka.mysql.fi2002-11-191-1/+2
| |\ \ | | |/
| | * add -DHAVE_BROKEN_REALPATH to CFLAGS on FreeBSD (previous patch touched only ↵serg@serg.mysql.com2002-11-181-0/+1
| | | | | | | | | | | | CXXFLAGS)
| | * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2002-11-181-1/+1
| | |\
| | | * added -DHAVE_BROKEN_REALPATH for FreeBSD buildsserg@serg.mysql.com2002-11-181-1/+1
| | | |
| | * | - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-1/+4
| | |/ | | | | | | | | | - "make distcheck" needs to be fixed
| * | - Tagged ChangeSet 1.1400.1.3 as "mysql-4.0.5"lenz@mysql.com2002-11-181-1/+1
| | | | | | | | | | | | | | | - bumped up version number in configure.in - fixed a typo in test-create.sh
| * | Small fix in configure for HPUX11monty@hundin.mysql.fi2002-11-091-5/+1
| | |
| * | Portability fixes for HP compiler and HPUX11monty@hundin.mysql.fi2002-11-091-0/+10
| | |
| * | mergemonty@butch.2002-11-071-2/+5
| |\ \
| | * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-2/+5
| | | |
| * | | - configure.in: replaced AM_PROG_LIBTOOL with AC_PROG_LIBTOOL, since the lenz@mysql.com2002-11-061-1/+1
| |/ / | | | | | | | | | old macro name is deprecated (according to the libtool 1.4.2 docs).
| * | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0monty@hundin.mysql.fi2002-10-311-1/+1
| |\ \
| | * | discard superflous os2/Makefile in dependence list..vva@genie.(none)2002-10-311-1/+1
| | | |
| * | | Mergemonty@hundin.mysql.fi2002-10-311-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Added back old LARGEFILE handlingmonty@hundin.mysql.fi2002-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed reference to freed memory in acl_init()/grant_init() Fixed possible memory leak. (Could only happen in very strange circumstances) Fixed bug in ALTER TABLE with BDB tables Updated mysql-test for valgrind
| * | | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventuallenz@mysql.com2002-10-241-4/+4
| |/ / | | | | | | | | | differences in HPUX11)
* | | - configure.in: replaced AM_PROG_LIBTOOL with AC_PROG_LIBTOOL, since thelenz@mysql.com2002-11-061-1/+1
| | | | | | | | | | | | old macro name is deprecated (according to the libtool 1.4.2 docs).
* | | merge with 4.0.5monty@hundin.mysql.fi2002-10-161-197/+148
|\ \ \ | |/ / |/| |
| * | fix 4.1 buildbell@sanja.is.com.ua2002-10-141-1/+1
| | |
| * | mergedserg@serg.mysql.com2002-10-141-196/+147
| |\ \
| | * \ Merge with 4.0.4monty@mashka.mysql.fi2002-10-021-196/+147
| | |\ \
| | | * | Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
| | | * | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-195/+146
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed)
| | | | * | UCS2 charset has been addedbar@gw.udmsearch.izhnet.ru2002-06-171-2/+6
| | | | | |
| | | | * | configure.in:bar@gw.udmsearch.izhnet.ru2002-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | changed version number
| | | | * | merge with 4.0monty@hundin.mysql.fi2002-06-031-14/+25
| | | | |\ \
| | | | * | | Fix to use Monty's changes in frm formatbar@gw.udmsearch.izhnet.ru2002-04-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable latin1 by default
| | | | * | | New win1250ch charsetbar@gw.udmsearch.izhnet.ru2002-04-171-2/+5
| | | | | | |
| | | | * | | Somebody made a bug here: one line disappearedbar@gw.udmsearch.izhnet.ru2002-04-151-0/+1
| | | | | | |
| | | | * | | mergemonty@hundin.mysql.fi2002-04-131-193/+133
| | | | |\ \ \
| | | | | * | | Fix for small tipoSinisa@sinisa.nasamreza.org2002-03-301-1/+1
| | | | | | | |
| | | | | * | | New UTF8 charsetbar@gw.udmsearch.izhnet.ru2002-03-281-1/+1
| | | | | | | |