summaryrefslogtreecommitdiff
path: root/sql
Commit message (Collapse)AuthorAgeFilesLines
* Cleanupsmonty@hundin.mysql.fi2001-08-132-22/+8
|
* Fix error messages after merge from 3.23monty@hundin.mysql.fi2001-08-1321-238/+242
|
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2001-08-125-75/+142
|\ | | | | | | into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
| * Changes so that CREATE and INSERT work from UNION'sSinisa@sinisa.nasamreza.org2001-08-125-75/+142
| |
* | post-merge fixes to make it compile. It still fails the fulltext test,sasha@mysql.sashanet.com2001-08-1125-10/+33
| | | | | | | | | | (wrong error code) but I'll push it so that Sergei could clean up my merge
* | mergedsasha@mysql.sashanet.com2001-08-1110-66/+158
|\ \
| * \ Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-08-114-488/+24
| |\ \ | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * | | Portability fix for windowsmonty@hundin.mysql.fi2001-08-111-0/+4
| | | |
| * | | Merge hundin:/my/mysql into bitch.mysql.fi:/my/mysqlmonty@bitch.mysql.fi2001-08-111-11/+11
| |\ \ \
| | * | | Made SIGTERM safer for Solarismonty@bitch.mysql.fi2001-08-111-11/+11
| | | | |
| * | | | Fixed handling of strings in mysqldumpslowmonty@hundin.mysql.fi2001-08-111-2/+2
| |/ / /
| * | | Allow myisam-recover="" and --sql-mode=""monty@hundin.mysql.fi2001-08-101-6/+8
| | | |
| * | | mergemonty@hundin.mysql.fi2001-08-1033-164/+263
| |\ \ \
| | * | | Portability fixesmonty@hundin.mysql.fi2001-08-1030-141/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added record_rnd_buffer Added --safe-user-create Fix for ALTER TABLE RENAME on windows
| | * | | Fixed bug in ALTER TABLE for MERGE tablesmonty@bitch.mysql.fi2001-08-104-22/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Portability fixes Fixed problem when giving wrong arguments to myisam_recover Fix to remove warnings when using purify
| * | | | Fixed bug in show variables, it didn't show whether slow-query wasjani@hynda.mysql.fi2001-08-101-0/+1
| | | | | | | | | | | | | | | | | | | | enabled or not.
| * | | | New dutch error message file.jani@hynda.mysql.fi2001-08-101-120/+124
| | | | |
| * | | | Merge jamppa@work:/home/bk/mysql into hynda.mysql.fi:/data/my/bk/mysqljani@hynda.mysql.fi2001-08-101-2/+2
| |\ \ \ \
| | * | | | changed variable display from string to int (bits) for myisam-recoverjani@hynda.mysql.fi2001-08-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | and sql-mode options.
* | | | | | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-08-111-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * | | | | | Embedded mysql fixes.tim@black.box2001-08-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is now a mysql_server_init() function which needs to be called at the beginning of the program (and _end() for the end of the program). This routine handles argument parsing for the embedded server. Use the embedded version of mysql_load_file() (ignore the LOCAL argument, since the client and server are the same program). There are now mysql_thread_init/end() functions for the client to use in a multi-threaded app. They are just wrappers for my_thread_init/end().
* | | | | | | temp commit working on a mergesasha@mysql.sashanet.com2001-08-111-1/+2
| | | | | | |
* | | | | | | mergedsasha@mysql.sashanet.com2001-08-0918-527/+124
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-08-094-484/+24
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| | * | | | mysqlbinlog->clientsasha@mysql.sashanet.com2001-08-094-484/+24
| | | |/ / | | |/| |
| * | | | ha_innobase.h Fix Sort aborted bugheikki@donna.mysql.fi2001-08-091-0/+1
| | | | |
| * | | | btr0cur.c Improve range size estimate for big rangesheikki@donna.mysql.fi2001-08-091-5/+36
| | |/ / | |/| | | | | | | | | | ha_innobase.cc Fix Sort aborted bug
| * | | Added new optino --sql-mode to mysqld.jani@hynda.mysql.fi2001-08-099-18/+52
| | | |
| * | | Fix of big in SELECT DISTINCT ... HAVINGmonty@tik.mysql.fi2001-08-081-0/+1
| |/ /
| * | Fix when using --without-server --with-thread-safe-clientmonty@tik.mysql.fi2001-08-0424-6/+41
| | | | | | | | | | | | | | | | | | Added prototype for my_thread_end New error message for MATCH Give error when using myisamchk --force --readonly
| * | Merge work:/my/mysql into tik.mysql.fi:/home/my/mysqlmonty@tik.mysql.fi2001-07-301-6/+6
| |\ \
| | * | Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.monty@tik.mysql.fi2001-07-301-6/+6
| | | | | | | | | | | | | | | | Extended default arguments to be up to 4095 characters
| * | | do not log stray error codes in Query_log_eventsasha@mysql.sashanet.com2001-07-281-0/+3
| |/ /
| * | Add test case for update/replace bug in bdb.tim@white.box2001-07-242-16/+8
| | | | | | | | | | | | Remove unused argument to ha_berkeley::remove_key().
| * | ha_berkeley.cc Fix bug in remove_key(), when key != primary_key it wouldtim@white.box2001-07-241-1/+1
| | | | | | | | | | | | ha_berkeley.cc core dump if cursor was invalid.
| * | Updated Translation English->Protuguesemiguel@light.local2001-07-211-5/+5
| | |
* | | misc bug fixessasha@mysql.sashanet.com2001-08-062-1/+3
| |/ |/|
* | new file_id generation methodsasha@mysql.sashanet.com2001-08-043-2/+15
| |
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-08-0350-440/+722
|\ \ | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * | New error messages for MATCH and UNIONmonty@tik.mysql.fi2001-08-0421-0/+21
| | |
| * | Fix UNIONmonty@tik.mysql.fi2001-08-0250-440/+701
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | LOAD DATA INFILE is now replicated properly, except for cleanup on sasha@mysql.sashanet.com2001-08-0312-686/+1279
| | | | | | | | | | | | | | | | | | | | | | | | | | | Stop event and bugs the test suite could not catch Did some big restructuring of binlog event classes - most important change is that now each event class has exec_event method and one does not need to modify slave core code to add a new event. Slave code is now much smaller and easier to read
* | | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-07-275-97/+123
|\ \ \ | |/ / | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2001-07-251-1/+44
| |\ \ | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| | * \ Merge serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2001-07-201-1/+44
| | |\ \ | | | |/ | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| | | * srv0srv.h Support raw disk as a data fileheikki@donna.mysql.fi2001-07-191-1/+44
| | | | | | | | | | | | | | | | | | | | | | | | srv0start.c Support raw disk as a data file srv0srv.c Support raw disk as a data file ha_innobase.cc Some error messages and support raw disk as a data file
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2001-07-253-95/+56
| |\ \ \ | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
| | * | | UNION'sSinisa@sinisa.nasamreza.org2001-07-253-95/+56
| | | | |
| * | | | Merge work.mysql.com:/home/bk/mysql-4.0tonu@x153.internalnet2001-07-242-1/+23
| |\ \ \ \ | | |/ / / | |/| | | | | | | | into x153.internalnet:/home/tonu/mysql-x
| | * | | OpenSSL fixes. Should not affect anything else.tonu@x153.internalnet2001-07-242-1/+23
| | | | |