summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Collapse)AuthorAgeFilesLines
* Merged some functions and removed some unused client functions.monty@donna.mysql.fi2001-03-061-25/+22
| | | | | | | | Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user.
* Fixes for innobasemonty@donna.mysql.fi2001-02-212-2/+4
| | | | Added test for ALTER TABLE ORDER BY
* Fixed problem with concurrent inserts and read-previousmonty@donna.mysql.com2001-02-181-1/+1
| | | | Fix for BSDI 4.0
* Fixed that myisamchk -R works on text columnsmonty@donna.mysql.com2001-02-181-3/+4
| | | | Fixed typo when removing space from argument to -O
* Added locks needed for Innobasemonty@donna.mysql.com2001-02-182-4/+13
| | | | Fixed mutex problem when doing automatic repair of MyISAM tables
* Added Innobase to source distributionmonty@donna.mysql.com2001-02-171-3/+3
|
* Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-153-7/+7
| | | | | | Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
* Fixed bug in bitmap handlingmonty@donna.mysql.com2001-02-091-1/+2
|
* Force sockets to be blocking on HPUX 11.0monty@donna.mysql.com2001-02-072-8/+5
| | | | Changed BITMAP to MY_BITMAP to avoid type conflict on windows
* Use new bitmap interfacemonty@donna.mysql.com2001-02-072-19/+43
| | | | | Patches for Armstrong Removed warnings when using REPAIR TABLE .. EXTENDED
* Workaround for bug in thread library in Unixware 7monty@donna.mysql.com2001-02-031-0/+3
| | | | | Fixed bug in GROUP BY on ELT() Added SEQUENCE() to UDF examples
* Changes prompted by manual comments.jcole@tetra.spaceapes.com2001-02-012-2/+2
|
* New myisamchk option --sort-recovermonty@donna.mysql.com2001-01-311-22/+43
| | | | | | | | Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name()
* mergemonty@donna.mysql.com2001-01-285-3/+78
|\
| * mergesasha@mysql.sashanet.com2001-01-274-2/+71
| |\
| | * manual mergejcole@tetra.spaceapes.com2001-01-274-2/+71
| | |\
| | | * Added --temp-pool option to mysqld. This will cause temporary filesjcole@tetra.spaceapes.com2001-01-274-2/+71
| | | | | | | | | | | | | | | | | | | | created to use a small set of filenames, to try and avoid problems in the Linux kernel.
| * | | fixed up lock counting code - Monty's suggestionssasha@mysql.sashanet.com2001-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated manual about table lock counter fixed coredump in DROP DATABASE with long bogus name by non-root user fixed bug in handling STOP immediately after ROTATE added test case for buffer overrun on DROP DATABASE by non-root user added test case for the STOP bug in replication
| * | | Table_locks_waitedsasha@mysql.sashanet.com2001-01-261-1/+7
| |/ / | | | | | | | | | Table_locks_immediate
* | | Portability fixes for OPENBSD, OS2 and Windowsmonty@donna.mysql.com2001-01-271-0/+4
|/ /
* | Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2001-01-252-1/+8
|\ \
| * \ Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-01-241-0/+7
| |\ \ | | |/ | |/| | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| | * Added last_errno and last_error to show slave statussasha@mysql.sashanet.com2001-01-241-0/+7
| | | | | | | | | | | | | | | | | | | | | slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - this is needed to recover from broken replication when the next log event(s) should just be skipped. Rotate binlogs when max_binlog_size is reached
| * | Corrected misnamed DBUG_ENTER in create_temp_filejcole@tetra.spaceapes.com2001-01-231-1/+1
| |/
* | Lots of manual changesmonty@donna.mysql.com2001-01-251-2/+2
|/ | | | Changed 'static inline' to 'inline' for SCO new's compiler
* Mergemonty@donna.mysql.com2001-01-212-47/+37
|\
| * delete test_vnsprintf.c sasha@mysql.sashanet.com2001-01-201-45/+0
| |
| * client/mysqltest.csasha@mysql.sashanet.com2001-01-191-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added send/reap/dirty_close include/mysql.h mysql_send_query()/mysql_reap_query() libmysql/libmysql.c mysql_send_query()/mysql_reap_query() mysys/my_vsnprintf.c fixed critical bug that codedumped when connection aborted sql/sql_parse.cc 0 mysql-test/r/dirty-close.result New BitKeeper file ``mysql-test/r/dirty-close.result'' mysql-test/t/dirty-close.test New BitKeeper file ``mysql-test/t/dirty-close.test''
* | Added MYSQL_SERVER_SUFFIX to mysqldmonty@donna.mysql.com2001-01-193-7/+7
|/ | | | | Fixed bug in TRIM changed strnmov -> strmake
* Fixes for mysqltestmonty@donna.mysql.com2001-01-151-1/+0
|
* Fixed test when exeeding file quota on writemonty@donna.mysql.com2001-01-153-7/+21
| | | | Sanity checks when opening MyISAM files
* Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-083-8/+18
| | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest
* Fixed gethostname_r tests to be more portablemonty@donna.mysql.com2001-01-011-2/+2
|
* Fixed --no-defaults in mysqltestmonty@donna.mysql.com2000-12-291-0/+45
|
* New benchmark testmonty@donna.mysql.com2000-12-241-1/+2
| | | | | | | Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages
* Lots of new benchmark runsmonty@donna.mysql.com2000-12-183-74/+59
| | | | | | Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
* Fixed delete in tables with hidden primary keymonty@donna.mysql.com2000-12-121-4/+5
| | | | | | Remove not used BDB logs on shutdown Don't give warnings for repair on slaves Fixed transaction log files
* Lots of fixes for BDB tablesmonty@donna.mysql.com2000-12-081-14/+13
| | | | Change DROP TABLE to first drop the data, then the .frm file
* New error messagesmonty@donna.mysql.com2000-12-051-2/+5
| | | | | Fix for creating read-only files on windows Manual updates
* Makefile.am rm -> rm -f, to get rid of silly "remove this r-------- ?"serg@serg.mysql.com2000-11-291-3/+3
|
* New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-288-27/+115
| | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
* slave master.info FILE -> IO_CACHEsasha@mysql.sashanet.com2000-11-241-6/+18
| | | | | | | send_file() is more stack-friendly - changed large static buffer to alloc_root() fixed my_b_seek() to work with WRITE_CACHE test case to make sure the slave starts correctly after being stopped truncated words file so the replication tests will take less time
* Fixed compilation in another dirmonty@donna.mysql.com2000-11-211-1/+1
|
* Fixed performance bug in lock tablesmonty@donna.mysql.com2000-11-201-3/+3
|
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesmonty@donna.mysql.com2000-11-202-1/+3
|
* Fixed some reported bugsmonty@donna.mysql.com2000-11-181-6/+17
|
* Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2000-11-171-1/+1
|\
| * Fixed bug with text key compares in BDBmonty@donna.mysql.com2000-11-171-1/+1
| |
* | fixed bugs in IO_CACHE and Load_event constructor. The code now passessasha@mysql.sashanet.com2000-11-161-1/+1
|/ | | | replication test suite
* Fixes for bugs in the usage of IO_CACHEmonty@narttu.mysql.fi2000-11-173-10/+17
|