summaryrefslogtreecommitdiff
path: root/sql/share/danish
Commit message (Collapse)AuthorAgeFilesLines
* Fix error messagesmonty@hundin.mysql.fi2001-11-041-1/+0
| | | | mysqltest now also writes failed error messages to log
* mergemonty@hundin.mysql.fi2001-11-031-0/+4
|\
| * Added STDCALL to mysql_sever and mysql_thread variablesmonty@hundin.mysql.fi2001-11-031-0/+4
| | | | | | | | | | Merged error messages with 3.23.44 Fixed bug with DATA DIRECTORY on windows
* | mergedserg@serg.mysql.com2001-10-231-0/+1
|\ \ | |/ |/|
| * HA_NO_FULLTEXT_KEY and an appropriate error messageserg@serg.mysql.com2001-10-231-0/+1
| |
* | Cleanup after last mergemonty@hundin.mysql.fi2001-10-081-3/+1
| |
* | SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-301-0/+3
| |
* | mergemonty@work.mysql.com2001-09-171-0/+1
|\ \ | |/
| * Added unique error for DEADLOCKmonty@hundin.mysql.fi2001-09-171-0/+1
| | | | | | | | Include missing man pages into binary distribution
* | merge with 3.23.42monty@work.mysql.com2001-09-021-0/+1
|\ \ | |/
| * Test that all MERGE tables comes from the same databasemonty@hundin.mysql.fi2001-08-291-0/+1
| |
| * Portability fixesmonty@hundin.mysql.fi2001-08-101-90/+91
| | | | | | | | | | | | Added record_rnd_buffer Added --safe-user-create Fix for ALTER TABLE RENAME on windows
| * Fix when using --without-server --with-thread-safe-clientmonty@tik.mysql.fi2001-08-041-0/+1
| | | | | | | | | | | | Added prototype for my_thread_end New error message for MATCH Give error when using myisamchk --force --readonly
* | Fix of UNION codemonty@hundin.mysql.fi2001-08-191-0/+1
| | | | | | | | | | | | | | Added heap_delete_table Added HA_EXTRA_PREPARE_FOR_DELETE Added and use my_dup() for faster open of tables. Removed not working no-mix-table-type
* | Remove warnings and portability fixesmonty@hundin.mysql.fi2001-08-141-0/+1
| | | | | | | | | | | | New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general.
* | Fix error messages after merge from 3.23monty@hundin.mysql.fi2001-08-131-91/+91
| |
* | post-merge fixes to make it compile. It still fails the fulltext test,sasha@mysql.sashanet.com2001-08-111-0/+1
| | | | | | | | | | (wrong error code) but I'll push it so that Sergei could clean up my merge
* | New error messages for MATCH and UNIONmonty@tik.mysql.fi2001-08-041-0/+1
| |
* | Fix UNIONmonty@tik.mysql.fi2001-08-021-0/+2
| | | | | | | | | | | | | | | | New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION
* | Redefinition of myisam_bulk_insert_tree_sizemonty@tik.mysql.fi2001-07-101-2/+1
| | | | | | | | | | | | | | | | Removed new error message Fixed test case for varbinary Threads are again killable in "merge_buffers" Cleanup of sql_repl.cc SHOW OPEN TABLES now works when no tables are opened
* | SHOW NEW MASTER FOR SLAVE WITH ...sasha@mysql.sashanet.com2001-07-041-0/+1
| |
* | merged new 3.23 errorssasha@mysql.sashanet.com2001-06-221-0/+3
|/ | | | | | fixed bugs in log seq - now starting to look good fixes for SHOW BINLOG EVENTS will push this one
* fixed drop/create database bug when holding global read locksasha@mysql.sashanet.com2001-06-211-0/+2
| | | | preserve originating server id in Intvar events to avoid inifinite loops
* Pushing all the Gemini changes above the table handler.mikef@nslinux.bedford.progress.com2001-05-291-0/+3
|
* Fixed a bug that allowed:jcole@tetra.spaceapes.com2001-03-021-0/+1
| | | | | | | | | | SET @foo=bar; This would cause a deadlock in mysqld, it now generates the error: ER_SET_CONSTANTS_ONLY as follows: mysql> set @foo=bar; ERROR 1204: You may only use constant expressions with SET
* Added max_user_connectionsmonty@donna.mysql.com2001-02-201-0/+1
| | | | | Fixes for Innobase Don't reset whole to-buffer in strxnmov
* Added last_errno and last_error to show slave statussasha@mysql.sashanet.com2001-01-241-0/+5
| | | | | | | 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
* Makefile.am create */errmsg.sys during build, not installserg@serg.mysql.com2001-01-071-0/+0
| | | | | | | | | | | | | | Delete: sql/share/spanish/errmsg.sys sql/share/swedish/errmsg.sys sql/share/slovak/errmsg.sys sql/share/polish/errmsg.sys sql/share/romanian/errmsg.sys sql/share/russian/errmsg.sys sql/share/portuguese/errmsg.sys sql/share/hungarian/errmsg.sys sql/share/italian/errmsg.sys sql/share/japanese/errmsg.sys sql/share/korean/errmsg.sys sql/share/greek/errmsg.sys sql/share/czech/errmsg.sys sql/share/danish/errmsg.sys sql/share/dutch/errmsg.sys sql/share/english/errmsg.sys sql/share/estonian/errmsg.sys sql/share/french/errmsg.sys sql/share/german/errmsg.sys post-commit adapted for bk-2.0beta5
* Only write full transactions to binary logmonty@donna.mysql.com2000-12-072-0/+1
| | | | | | A lot of new functions for BDB tables Fix for DROP DATABASE on windows Default server_id variables
* All statements are now run in a sub transactionmonty@donna.mysql.com2000-11-242-0/+1
| | | | | Give warning if we are using non transactional tables and do ROLLBACK Porting of crash-me and benchmarks to FrontBase
* Split error message for crashed table to 3 different error messages.monty@donna.mysql.com2000-11-222-0/+2
| | | | Fixes for Windows
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,monty@tramp.mysql.fi2000-09-262-0/+1
| | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY
* RENAME TABLE table_name TO new_table_name ; Faster Allocmonty@donna.mysql.com2000-08-212-0/+1
| | | | Small bug fixes
* Import changesetbk@work.mysql.com2000-07-312-0/+198