summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SCRUM:hf@deer.(none)2003-09-2624-284/+445
| | | | | | | | | | | WL#604 Privileges in embedded library code added to check privileges in embedded library NO_EMBEDDED_ACCESS_CHECKS macros inserted in code so we can exclude access-checking parts. Actually we now can exclude these parts from standalone server as well. Do we need it? Access checks are disabled in embedded server by default. One should edit libmysqld/Makefile manually to get this working. We definitely need the separate configure for embedded server
* SCRUMhf@deer.(none)2003-09-186-9/+15
| | | | prepared statements in embedded library
* Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2003-09-175-21/+49
|\ | | | | | | into deer.(none):/home/hf/work/mysql-4.1.stmt
| * Charset number is now stored into error.sys by comp_err and loaded by mysqld.bar@bar.mysql.r18.ru2003-09-175-21/+49
| |
* | SCRUM:hf@deer.(none)2003-09-1711-29/+191
| | | | | | | | prepared statements in embedded library
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2003-09-1711-257/+279
|\ \ | |/ |/| | | into deer.(none):/home/hf/work/mysql-4.1.stmt
| * SCRUMhf@deer.(none)2003-09-177-34/+97
| | | | | | | | prepared statements in embedded library
| * Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2003-09-1611-235/+194
| |\ | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.stmt
| | * Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2003-09-1611-235/+194
| | |\ | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.stmt
| | | * Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2003-09-1611-235/+194
| | | |\ | | | | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.stmt
| | | | * SCRUMhf@deer.(none)2003-09-1610-234/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepared statements in embedded server Several changes in library code with two goals: to make mysql_prepare_stmt working in embedded server to get rid of #define mysql_interface_func mysql->methods->interface_func in user's interface
| | | | * Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2003-09-127-18/+31
| | | | |\ | | | | | | | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.stmt
| | | | | * SCRUM:hf@deer.(none)2003-09-127-18/+31
| | | | | | | | | | | | | | | | | | | | | | | | #977 Prepared statements in embedded library
* | | | | | Preparing to support character set in error messagesbar@bar.mysql.r18.ru2003-09-1724-0/+73
| | | | | |
* | | | | | BUG #1305: ISAM table handler should not be compiled by default under 4.1greg@mysql.com2003-09-171-1/+0
| | | | | |
* | | | | | Bug fix: bar@bar.mysql.r18.ru2003-09-163-0/+14
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SET character_set_connection=newcharset; SELECT hex('text'); The above sequence failed in some cases.
* | | | | UCS testsbar@bar.mysql.r18.ru2003-09-162-0/+241
|/ / / /
* | | | Bug fix:bar@bar.mysql.r18.ru2003-09-1615-9/+48
|/ / / | | | | | | | | | http://bugs.mysql.com/bug.php?id=1264
* | | Bug fix:bar@bar.mysql.r18.ru2003-09-162-2/+2
| | | | | | | | | | | | http://bugs.mysql.com/bug.php?id=1264
* | | Bug fix:bar@bar.mysql.r18.ru2003-09-166-18/+22
| | | | | | | | | | | | | | | | | | | | | http://bugs.mysql.com/bug.php?id=1129 From: Georg Richter Description: there is a problem with special chars like umlauts in comments
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2003-09-162-1/+5
|\ \ \ | | | | | | | | | | | | into mysql.com:/home/dlenev/src/mysql-4.1-clean
| * | | Made rpl_until test independent from mysqld versiondlenev@dlenev.mshome2003-09-162-1/+5
| | | |
* | | | minor authentification optimisationkostja@oak.local2003-09-161-9/+9
|/ / /
* | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2003-09-159-30/+126
|\ \ \ | | | | | | | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
| * | | New SQL variables "collation_server" and "collation_database"bar@bar.mysql.r18.ru2003-09-159-30/+126
| | | |
* | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1guilhem@mysql.com2003-09-157-7/+99
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.1
| * | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2003-09-154-3/+51
| |\ \ \ | | | | | | | | | | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
| | * | | In CREATE syntax: KEY a (field_name(10))bar@bar.mysql.r18.ru2003-09-154-3/+51
| | | | | | | | | | | | | | | | | | | | 10 now means "number of characters", not number of bytes.
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-09-151-0/+50
| |\ \ \ \ | | |/ / / | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.1
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-09-153-4/+48
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.1
| | * \ \ \ Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@laptop.sanja.is.com.ua2003-08-263-4/+48
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.1
| | | * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-08-123-4/+48
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.1
| | | | * | | | fixed query cache intercommunication with innodb enginebell@sanja.is.com.ua2003-08-123-4/+48
| | | | | | | |
* | | | | | | | Accept SLAVE START and STOP, even if deprecated.guilhem@gbichot22003-09-152-8/+16
| | | | | | | |
* | | | | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1guilhem@mysql.com2003-09-15264-4084/+5614
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.1
| * | | | | | | type_nchar.result:bar@bar.mysql.r18.ru2003-09-151-0/+50
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | I forgot to push it in the previous changeset.
| * | | | | | New syntax:bar@bar.mysql.r18.ru2003-09-154-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CREATE TABLE t1(a NVARCHAR(10)) This is for compatibility with MSSQL, DB2, Informix and some other DBMSs. Note, standard SQL doesn't have "NVARCHAR" syntax. There are only these syntaxes in SQL2003: NATIONAL VARCHAR NCHAR VARCHAR NATIONAL CHARACTER VARYING NCHAR VARYING - Tests were added for all the above syntaxes.
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2003-09-146-52/+54
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/dlenev/src/mysql-4.1-868
| | * | | | | | renamed join_types (as was suggested by Peter Gulutzan)bell@sanja.is.com.ua2003-09-146-52/+54
| | | | | | | |
| * | | | | | | Post merge fixes. Fixed tests after adding UNTIL conditions dlenev@dlenev.mshome2003-09-1415-75/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to SHOW SLAVE STATUS.
| * | | | | | | Manual merge after commiting START SLAVE UNTILdlenev@mysql.com2003-09-1434-62/+582
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Implemented support for START SLAVE UNTIL (WL#868)dlenev@dlenev.mshome2003-09-1442-88/+606
| | | | | | | |
| * | | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2003-09-1326-33/+120
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1
| | * | | | | | | "normal" warning in test suite disabledserg@serg.mylan2003-09-133-19/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bad merge fixed
| | * | | | | | | error messages from english/errmsg.txt added to other languages.serg@serg.mylan2003-09-1322-1/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug#1269
| | * | | | | | | removed double procedure deletetionbell@sanja.is.com.ua2003-09-131-8/+4
| | | | | | | | |
| | * | | | | | | fixed memory leak (now JOIN cleaning procedure always called)bell@sanja.is.com.ua2003-09-131-5/+2
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Fixes for OPTION_FOUND_ROWS in UNION'sSinisa@sinisa.nasamreza.org2003-09-134-5/+8
| | | | | | | |
| * | | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2003-09-123-3/+10
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1
| | * | | | | | Fix for a bug #1231Sinisa@sinisa.nasamreza.org2003-09-123-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parse error caused global ORDER BY to be initialized although it should not have been.