summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Collapse)AuthorAgeFilesLines
* Changed thd variables max_join_size and select_limit to type ha_rows.monty@mashka.mysql.fi2002-12-202-2/+3
| | | | | | This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug
* Merge mashka.mysql.fi:/home/my/mysql-3.23monty@mashka.mysql.fi2002-12-141-0/+7
|\ | | | | | | into mashka.mysql.fi:/home/my/mysql-4.0
| * On windows, delete any conflicting 'to' files on rename(from,to)monty@mashka.mysql.fi2002-12-141-0/+7
| | | | | | | | This fixes a bug with REPAIR TABLE t1 USE_FRM on windows.
| * - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree)lenz@mysql.com2002-12-044-7/+18
| | | | | | | | - sql_analyse.cc: Fixed bug in decimal handling
* | New multi-table-update codemonty@mashka.mysql.fi2002-11-291-0/+2
| | | | | | | | | | | | | | New (simpler) internal timestamp handling. More debuging to heap tables. Small cleanups to multi-table-delete false -> 0 and true -> 1 (We should use TRUE and FALSE)
* | Try to optimize the cache buffer size needed for bulk_insertmonty@mashka.mysql.fi2002-11-201-3/+5
| | | | | | | | Fix for shutdown on Mac OS X
* | merge with 3.23monty@mashka.mysql.fi2002-11-192-6/+7
|\ \ | |/
| * Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23monty@mashka.mysql.fi2002-11-181-5/+6
| |\
| | * Small change to make key cache code cleaermonty@mashka.mysql.fi2002-11-181-5/+6
| | |
| * | - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-10/+1
| |/ | | | | | | - "make distcheck" needs to be fixed
* | Small improvement to alloc_rootmonty@mashka.mysql.fi2002-11-161-8/+7
| | | | | | | | | | | | | | | | | | Add support for LIMIT # OFFSET # Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions. Don't call query_cache_invalidate() twice in some cases mysql_change_user() now clears states to be equal to close + connect. Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES Fixed a bug with replicate-do and UPDATE
* | Portability fixes for HP compiler and HPUX11monty@hundin.mysql.fi2002-11-094-7/+18
| |
* | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-11/+13
| |
* | Remove warnings/errors on Solaris when doing automakemonty@hundin.mysql.fi2002-11-011-3/+3
| | | | | | | | (Has to be properly fixed at some point)
* | 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
* | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-10-251-1/+1
|\ \ \ | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * \ \ mergedserg@serg.mysql.com2002-10-251-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-10-201-1/+1
| | |\
| | | * Fixed usage of putenv() on windows (in not normally used code)monty@hundin.mysql.fi2002-10-201-1/+1
| | | |
| | * | Added optional NT service and fix the TZ variable bugmiguel@hegel.br2002-10-161-0/+4
| | |/
* | | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventuallenz@mysql.com2002-10-245-6/+6
|/ / | | | | | | differences in HPUX11)
* | Fix the 100% CPU usage with TZ variablemiguel@hegel.br2002-10-161-0/+4
| |
* | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-10-161-4/+3
|\ \
| * \ Merge with 3.23.54monty@hundin.mysql.fi2002-10-161-4/+3
| |\ \ | | |/
| | * Allocate HEAP blocks in smaller blocks to get better memory utilization and ↵monty@hundin.mysql.fi2002-10-131-4/+3
| | | | | | | | | | | | | | | | | | more speed when used with safemalloc. Don't initalize memory areas when run with --skip-safemalloc.
| | * Portability fixes for HPUX and Openbsdmonty@hundin.mysql.fi2002-08-181-2/+2
| | |
| | * Fix for HPUX 11 and pthread_mutex_lockmonty@hundin.mysql.fi2002-08-161-28/+51
| | |
* | | Fixed a bug in my_getoptjani@rhols221.adsl.netsonic.fi2002-10-151-7/+14
|/ /
* | - Applied required modifications for automake 1.5lenz@mysql.com2002-10-011-10/+1
| | | | | | | | | | - some additional small fixes - added "depcomp" for automake 1.5
* | Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set.monty@hundin.mysql.fi2002-09-261-0/+4
| |
* | Increased max possible max_allowed_packet to 1Gmonty@mashka.mysql.fi2002-09-191-7/+7
| | | | | | | | Small optimization to not do external locking of temporary MyISAM tables.
* | Update mysql-test results after mergemonty@mashka.mysql.fi2002-09-181-4/+4
| |
* | Mergemonty@mashka.mysql.fi2002-09-181-4/+2
|\ \
| * | comment correctedserg@sergbook.mysql.com2002-09-171-4/+2
| | |
* | | fixed so that --ssl and --skip-ssl works with the MySQL clients.monty@mashka.mysql.fi2002-09-171-2/+3
|/ / | | | | | | Fixed core dump bug when sending wrong string to AES_DECRYPT()
* | mergemonty@mashka.mysql.fi2002-09-113-1/+27
|\ \
| * | Portability fixes.monty@mashka.mysql.fi2002-09-113-1/+27
| | | | | | | | | | | | | | | | | | | | | Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
* | | syntactic error..vva@genie.(none)2002-09-101-1/+1
| | |
* | | fix bug for slave..vva@genie.(none)2002-09-091-1/+1
|/ /
* | Mergemonty@mashka.mysql.fi2002-09-051-5/+14
|\ \
| * | Fixed searching after ssl directories.monty@mashka.mysql.fi2002-09-051-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT Changed fn_ext to point at first '.' after directory. FLUSH LOGS removed numerical extension for all future update logs. Fixed the mysqld --help reports right values for --datadir and --bind-address --log-binary=a.b.c now properly strips of .b.c Fix that one can DROP UDF functions that was not loaded at startup Made AND optional in REQUIRE Added REQUIRE NONE
* | | Fixed a bug in my_getopt and mysqld.ccjani@rhols221.adsl.netsonic.fi2002-09-051-1/+1
|/ /
* | Removed unneccessary comment.jani@rhols221.adsl.netsonic.fi2002-08-281-1/+0
| |
* | * Fixed a bug in my_getoptjani@rhols221.adsl.netsonic.fi2002-08-281-3/+10
| | | | | | | | | | * Fixed some spelling/language errors in mysqlcheck * Added some more information in mysql -client internal help.
* | Portability fix.monty@hundin.mysql.fi2002-08-211-11/+25
| |
* | mergemonty@hundin.mysql.fi2002-08-214-13/+21
|\ \
| * | Use our version of RWLOCKS on UNIXWARE 7monty@hundin.mysql.fi2002-08-214-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
* | | A compatibility fix in my_getopt for boolean variables. All ofjani@hynda.(none)2002-08-191-2/+2
|/ / | | | | | | | | | | these work now and do the same thing: --lower-case-table-names, --lower-case-table-names=1, -O lower-case-table-names=1, --set-variable=lower-case-table-names=1
* | Portability fixes for 4.0.3 build.monty@hundin.mysql.fi2002-08-171-3/+2
| | | | | | | | Don't update MyISAM index file on UPDATE if index is not changed