summaryrefslogtreecommitdiff
path: root/sql/share/norwegian
Commit message (Collapse)AuthorAgeFilesLines
* added checking for empty index name (fixed bug #1419)vva@eagle.mysql.r18.ru2003-10-161-0/+1
|
* wrong ER_TOO_BIG_FOR_UNCOMPRESS error in UNCOMPRESS() fixed.serg@serg.mylan2003-10-121-2/+2
| | | | | typo in error message text corrected. new tests added
* fixed error namesbell@laptop.sanja.is.com.ua2003-10-061-1/+1
|
* Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@laptop.sanja.is.com.ua2003-10-051-1/+1
|\ | | | | | | into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-errs-4.1
| * fixed error message as suggested by Peter Gulutzanbell@laptop.sanja.is.com.ua2003-10-041-1/+1
| |
* | minor edit (changed tense) as suggested by our docs team.guilhem@gbichot22003-10-021-2/+2
|/ | | | Portuguese and Swedish are not affected (they were already translated).
* Subselect -> subquerypaul@teton.kitebird.com2003-09-301-1/+1
|
* Preparing to support character set in error messagesbar@bar.mysql.r18.ru2003-09-171-0/+2
|
* Manual merge after commiting START SLAVE UNTILdlenev@mysql.com2003-09-141-0/+3
|\
| * Implemented support for START SLAVE UNTIL (WL#868)dlenev@dlenev.mshome2003-09-141-0/+3
| |
* | error messages from english/errmsg.txt added to other languages.serg@serg.mylan2003-09-131-0/+5
| | | | | | | | bug#1269
* | mergebell@sanja.is.com.ua2003-09-091-0/+2
|\ \
| * \ merge commit, hope that none of bar and dlenev changes werekostja@oak.local2003-09-031-0/+1
| |\ \ | | | | | | | | | | | | lost.
| | * \ manual mergekostja@oak.local2003-07-311-0/+1
| | |\ \ | | | |/ | | |/|
| | | * Merge oak.local:/home/kostja/mysql/mysql-4.1-rootkostja@oak.local2003-07-171-0/+1
| | | |\ | | | | | | | | | | | | | | | into oak.local:/home/kostja/mysql/mysql-4.1
| | | | * resolved conflict with pulled changesetkostja@oak.local2003-07-091-0/+1
| | | | |\
| | | | | * Preliminary support for options --secure-auth, kostja@oak.local2003-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --old-passwords Support for option --old-protocol was removed. Some test performed. Tests for SSL and replication are pending. More strict following to specification for --old-passwords is in the TODO.
| * | | | | Manual merge fixesdlenev@mysql.com2003-09-011-0/+1
| |\ \ \ \ \
| | * | | | | Implemented replication over SSLdlenev@dlenev.mshome2003-09-011-0/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added proper options to CHANGE MASTER TO, new fields to SHOW SLAVE STATUS, Honoring this parameters during connection to master. Introduced new format of master.info file
* | | | | | mergebell@laptop.sanja.is.com.ua2003-08-261-5/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix forguilhem@mysql.com2003-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG#797 "If query ignored on slave (replicate-ignore-table) the slave still checks if the returned error (0) is the same as the one on the master, whereas it shouldn't test this. Plus a new test for BUG#797.
| * | | | | A new separate error message: Unknown collation 'blablabla'bar@bar.mysql.r18.ru2003-07-291-0/+1
| | | | | |
| * | | | | Print accounts in error messages as 'user'@'host' rather than 'user@host'.paul@teton.kitebird.com2003-07-241-5/+5
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | The latter is misleading because differs from the syntax used for GRANT/REVOKE. Fix up test result affected by error message edits.
* | | | | added warning about external fields resolving to EXPLAIN commandbell@sanja.is.com.ua2003-07-251-0/+1
|/ / / / | | | | | | | | | | | | (SCRUM) (WL#1053)
* | | | Error message consistency edits + updates to affected test results.paul@ice.snake.net2003-07-161-2/+2
| | | |
* | | | Modifications to error messages, and affected test results.paul@ice.snake.net2003-07-151-2/+2
| | | |
* | | | Error message style consistency edits.paul@teton.kitebird.com2003-07-091-2/+2
| |/ / |/| |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2003-07-081-0/+1
|\ \ \ | | | | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.1
| * | | Support for variables with componentsmonty@mashka.mysql.fi2003-07-061-0/+1
| | |/ | |/| | | | | | | Added framework to create/drop and manager buffers for multiple key caches
* | | Error message edits. (Change sentence ending with period + sentencepaul@ice.snake.net2003-07-071-2/+2
|/ / | | | | | | not ending with period into single sentence.)
* | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@teton.kitebird.com2003-06-261-1/+1
|\ \ | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.1
| * | modify error messagepaul@teton.kitebird.com2003-06-251-1/+1
| | |
* | | New messages for 3-adic and N-adic operationsbar@bar.mysql.r18.ru2003-06-261-0/+2
|/ / | | | | | | REPLACE() now processed arguments collations according to standard
* | REVOKE all privileges and delete user(244)gluh@gluh.mysql.r18.ru2003-06-061-0/+2
| |
* | mergemonty@mashka.mysql.fi2003-05-221-1/+1
|\ \
| * \ Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-1/+1
| |\ \ | | |/
| | * Dropping out deprecated OPTION from the error messages.Sinisa@sinisa.nasamreza.org2003-04-211-1/+1
| | |
* | | A separate, better error message when it's impossible to aggregate strings ↵bar@bar.mysql.r18.ru2003-05-201-0/+1
|/ / | | | | | | for some operation
* | Give warning if MySQL doesn't honor given storage enginemonty@mashka.mysql.fi2003-05-131-12/+13
| | | | | | | | Allow syntax CREATE TABLE t1 (LIKE t2)
* | Mergevva@eagle.mysql.r18.ru2003-04-101-1/+5
|\ \
| * | added compress/uncompress functionvva@eagle.mysql.r18.ru2003-04-091-0/+4
| | |
* | | Added missing error message (was only added in english/).pem@mysql.com2003-04-041-0/+1
|/ / | | | | | | Removed extraneous error message from german/errmsg.txt.
* | Do not give an error when the user does START SLAVE on an alreadyguilhem@mysql.com2003-03-031-0/+2
| | | | | | | | | | running slave, just give a warning. Same thing for STOP SLAVE. This will make scripts writing easier for users.
* | New error message for situation like:bar@bar.mysql.r18.ru2003-03-021-0/+1
| | | | | | | | SELECT latin1_expr COLLATE anpther_charset_collation
* | All segments of SPATIAL keys MUST be NOT NULL.ram@mysql.r18.ru2003-02-261-1/+2
| | | | | | | | Allow NULL geometry fields.
* | Merge with 4.0.11monty@narttu.mysql.fi2003-02-261-4/+4
|\ \ | |/
| * merge with 3.23 to get corrected error message files and rename of files in ↵monty@narttu.mysql.fi2003-02-261-4/+4
| |\ | | | | | | | | | mysql-test
| | * Fixed "syntax" errors in text message files.monty@mashka.mysql.fi2003-02-251-4/+4
| | | | | | | | | | | | Ensured that all errors messages ends with: ",
* | | Add proper error message for old client connecting new server using user ↵peter@mysql.com2002-12-261-0/+1
| | | | | | | | | | | | | | | | | | which has password in new format SCRUM