summaryrefslogtreecommitdiff
path: root/sql/share
Commit message (Collapse)AuthorAgeFilesLines
* Error message edits.paul@kite-hub.kitebird.com2004-06-1623-44/+44
|
* Language/consistency edits to error messages.paul@ice.snake.net2004-06-1523-111/+111
|
* Post-merge post-merge fix (new error codes for fparser).pem@mysql.com2004-05-1423-0/+115
|\
| * file parser for new .frmbell@sanja.is.com.ua2004-05-1123-0/+115
| |
* | Merge 4.1 -> 5.0pem@mysql.com2004-05-0724-2/+25
|\ \ | |/ |/|
| * ctype-win1250ch.c, ctype-czech.c:bar@bar.intranet.mysql.r18.ru2004-05-071-2/+2
| | | | | | | | | | | | Czech collations were renamed to _cs Index.xml: Czech collation were renamed to _cs
| * new error for unsupported command in PSbell@sanja.is.com.ua2004-04-0823-0/+23
| | | | | | | | | | | | | | | | | | fixed IN subselect with basic constant left expression SQLCOM_CREATE_TABLE, SQLCOM_UPDATE_MULTI, SQLCOM_REPLACE_SELECT, SQLCOM_INSERT_SELECT, QLCOM_DELETE_MULTI fixed to be compatible with PS (BUG#3398, BUG#3406) fixed multiupdate privelege check (BUG#3408) fixed multiupdate tables check (BUG#3411) unchecked commands now is rejected by PS protocol to avoid serever crash fixed cleunup procedure to be compatible sith DO/SET (BUG#3393)
* | Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.ccpem@mysql.comhem.se2004-04-284-121/+0
| | | | | | | | merged manually by guilhem.
* | Merge 4.1 -> 5.0.pem@mysql.com2004-04-0724-216/+448
|\ \ | |/
| * Spanish and Portuguese translation.miguel@hegel.local2004-04-032-64/+64
| |
| * Added missing error message and corrected another one.pem@mysql.comhem.se2004-04-021-1/+2
| |
| * WL#1266 "Separate auto-set logic from TIMESTAMP type."dlenev@jabberwock.localdomain2004-04-0223-1/+46
| | | | | | | | | | | | | | | | | | | | | | Final version of patch. Adds support for specifying of DEFAULT NOW() and/or ON UPDATE NOW() clauses for TIMESTAMP field definition. Current implementation allows only one such field per table and uses several unireg types for storing info about this properties of field. It should be replaced with better implementation when new .frm format is introduced.
| * Unicode Collation Algorithm subset implementationbar@bar.intranet.mysql.r18.ru2004-03-241-3/+0
| |
| * Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@teton.kitebird.com2004-03-1623-0/+46
| |\ | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1
| | * Task #835: additional changes fot str_to_dategluh@gluh.mysql.r18.ru2004-03-1523-0/+23
| | |
| | * fixed bug #1427 "enum allows duplicate values in the list"vva@eagle.mysql.r18.ru2004-03-1323-0/+23
| | |
| * | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@teton.kitebird.com2004-03-0821-21/+21
| |\ \ | | |/ | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1
| | * SESSION instead of LOCAL in error messages.paul@ice.local2004-03-0721-21/+21
| | |
| * | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@teton.kitebird.com2004-03-0522-22/+22
| |\ \ | | |/ | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1
| | * "you need MySQL build with" may take an configure option as an argument not ↵serg@serg.mylan2004-03-0222-22/+22
| | | | | | | | | | | | necessarily a define
| * | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@teton.kitebird.com2004-03-0123-47/+47
| |\ \ | | |/ | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1
| | * Add word to error message.paul@ice.snake.net2004-02-2922-23/+23
| | |
| | * small after-merge fixes (error messages).guilhem@mysql.com2004-02-2822-41/+41
| | |
| | * temporary undo needed for mergeguilhem@mysql.com2004-02-281-2/+2
| | |\
| | | * found typoguilhem@mysql.com2004-02-2221-21/+21
| | | |
| | | * Fix for BUG#2757guilhem@mysql.com2004-02-2123-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "--read-only gives weird error on update". It is not fixable in 4.0 because it requires modifying the sql/share/*/errmsg.txt files. So it is fixed in 4.1 like this: the ER_SKIP_GRANT_TABLES is replaced by a more generic ER_OPTION_PREVENTS_STATEMENT which can be used both for "can't do this because of --skip-grant-tables" and "can't do this because of --read-only" (for this we don't use ER_CANT_UPDATE_WITH_READLOCK anymore). So now the message for --read-only is: "The MySQL server is running with the --read-only option so cannot execute this statement".
| | * | minor compress() cleanupserg@serg.mylan2004-02-281-3/+3
| | | |
| * | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@teton.kitebird.com2004-02-203-4/+4
| |\ \ \ | | |/ / | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1
| | * | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2004-02-173-4/+4
| | |\ \ | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| | | * | if a key length exceeds the supported maximum and it is safe to ↵serg@serg.mylan2004-02-173-4/+4
| | | | | | | | | | | | | | | | | | | | auto-decrease it, do it.
| * | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@teton.kitebird.com2004-02-1722-75/+97
| |\ \ \ \ | | |/ / / | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1
| | * | | Merge with public treemonty@mysql.com2004-02-1622-75/+97
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge with 4.0.18monty@mysql.com2004-02-1122-54/+76
| | | |\ \ | | | | |/ | | | |/|
| | | | * Completion of fix for BUG#2121 "Inadequate message "check permissions on ↵guilhem@mysql.com2004-01-069-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master.info"": I had not corrected these languages. As it has been discussed with the docs team, the new messages will be merged to 4.1, and then will be translated in 4.1 (they will remain in English in 4.0).
| | | | * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2003-12-1822-0/+22
| | | | |\ | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_2086/mysql-4.0
| | | | | * added error message for receiving variable with wrong GLOBAL|LOCAL typevva@eagle.mysql.r18.ru2003-12-1722-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | (bug #2086)
| * | | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@teton.kitebird.com2004-02-1623-91/+91
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1
| | * | | | no dots in the error messages!serg@serg.mylan2004-02-1523-91/+91
| | |/ / / | | | | | | | | | | | | | | | --disable-warning in union.test
| * | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@teton.kitebird.com2004-01-2623-0/+46
| |\ \ \ \ | | |/ / / | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1
| * | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@teton.kitebird.com2004-01-2023-0/+23
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1
| * \ \ \ \ Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@teton.kitebird.com2004-01-023-1/+280
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1
| * | | | | | Avoid displaying account name in error messagespaul@teton.kitebird.com2003-12-2323-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | using syntax that is not actually legal in GRANT.
* | | | | | | Fixed BUG#3287: Stored Procedure Case Statement Not SQL:2003 Compliant.pem@mysql.comhem.se2004-03-2923-0/+23
| | | | | | |
* | | | | | | Enforce standard declaration order in SPs.pem@mysql.comhem.se2004-03-2923-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new test cases for this, and adjusted old tests accordingly, and new error codes and messages. Fixed bugs in some tests (bug2673 and use test). Added debug printing of instructions in SPs.
* | | | | | | WL#1366: Use the schema (db) associated with an SP.pem@mysql.comhem.se2004-03-1123-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Phase 2: Make SPs belong to a DB, and use qualified names. As a side effect, using USE in an SP is no longer allowed. (It just doesn't work otherwise.)
* | | | | | | Merge 4.1 into 5.0.pem@mysql.com2004-02-1026-1/+349
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Fix for bug#2505: MySQL reports "out of memory" gluh@gluh.mysql.r18.ru2004-01-2623-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | when DROP USER if --skip-grant-tables
| * | | | | | Error message addedhf@deer.(none)2004-01-2322-0/+22
| | | | | | |
| * | | | | | Conflicts resolvedhf@deer.(none)2004-01-231-0/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | SCRUMhf@deer.(none)2004-01-231-0/+1
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | WL#1163 (Make spatial code separable) fixes before the push