summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
Commit message (Expand)AuthorAgeFilesLines
* information about different variables agged to query cache (BUG#5515, BUG#5394)bell@sanja.is.com.ua2004-09-101-0/+3
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-08-311-1/+3
|\
| * after review patchbell@sanja.is.com.ua2004-08-311-1/+3
* | bug in my_strnncoll_utf8 (and friends) fixedserg@serg.mylan2004-08-301-4/+4
|/
* mergedserg@serg.mylan2004-08-261-3/+9
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0rburnett@build.mysql.com2004-08-261-2/+9
| |\
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.0rburnett@build.mysql.com2004-08-251-2/+9
| | |\
| | | * Bug #4466 Nothing in .err when mysql service ends because of malformed my.i...rburnett@build.mysql.com2004-08-191-2/+1
| | | * BUG# 4466 - Nothing in .err when mysql service ends because of malformed my.i...rburnett@build.mysql.com2004-08-181-13/+3
| | | * mysql_priv.h:rburnett@build.mysql.com2004-08-141-2/+20
| * | | mergemonty@mysql.com2004-08-261-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Remove default argument to mysql_truncate()monty@mysql.com2004-08-261-1/+1
| | |/
* | | mergebell@sanja.is.com.ua2004-08-231-0/+7
|\ \ \
| * \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-08-231-0/+7
| |\ \ \
| | * | | skip resolving field in table list if table list is not accessable due to gro...bell@sanja.is.com.ua2004-08-131-0/+7
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-08-211-1/+1
|\ \ \ \ \
| * | | | | Fix for bug#4912 "mysqld crashs in case a statement is executedkonstantin@mysql.com2004-08-211-1/+1
| |/ / / /
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-08-201-1/+0
|\ \ \ \ \
| * \ \ \ \ Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1rburnett@build.mysql.com2004-08-201-1/+0
| |\ \ \ \ \
| | * | | | | This fixes a Windows build failure. How did this build on Linux?rburnett@build.mysql.com2004-08-191-1/+0
| | |/ / / /
* | | | | | mergedserg@serg.mylan2004-08-201-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions,guilhem@mysql.com2004-08-201-1/+2
* | | | | mergedserg@serg.mylan2004-08-201-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix for BUG#4971 "CREATE TABLE ... TYPE=HEAP SELECT ... stops slave (wrong DE...guilhem@mysql.com2004-08-191-1/+1
| | |_|/ | |/| |
* | | | (manual port from 4.0 - was needed)guilhem@mysql.com2004-08-191-1/+1
| |/ / |/| |
* | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1brian@avenger.(none)2004-08-131-1/+1
|\ \ \ | |_|/ |/| |
| * | This is the addition of the CSV engine "aka tina". Its an example engine that...brian@avenger.(none)2004-08-121-1/+1
* | | Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...dlenev@brandersnatch.localdomain2004-08-101-1/+0
* | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1guilhem@mysql.com2004-07-291-4/+1
|\ \ \
| * | | WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --pos...guilhem@mysql.com2004-07-291-4/+1
* | | | LEX initialization fixedbell@sanja.is.com.ua2004-07-211-1/+1
| |/ / |/| |
* | | Mergemonty@mysql.com2004-07-111-0/+2
|\ \ \ | | |/ | |/|
| * | mysql_find_files() made extern (from static to sql_show.cc)serg@serg.mylan2004-07-101-0/+2
* | | Cleanup of db option cacheingmonty@mysql.com2004-07-091-2/+3
* | | WL#807 Optimize loading database options in load_db_optbar@mysql.com2004-07-081-1/+3
| |/ |/|
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-06-251-2/+3
|\ \
| * \ Merge with 4.0 to get the latest bug patches to 4.1monty@mysql.com2004-06-251-2/+3
| |\ \ | | |/
| | * bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.ingo@mysql.com2004-06-241-3/+3
* | | Removed mysql_tzinfo_to_sql dependancy on sql/mysql_priv.h for circumventingdlenev@brandersnatch.localdomain2004-06-251-8/+0
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-06-241-5/+3
|\ \
| * | Fix for Bug#4030 "Client side conversion string -> date type doesn't konstantin@mysql.com2004-06-241-5/+3
* | | Final part of WL#1717 "innodb/binlog consistency". This is to resolveguilhem@mysql.com2004-06-241-1/+1
* | | Robustness feature.guilhem@mysql.com2004-06-201-0/+1
|/ /
* | WL#1264 "Per-thread time zone support infrastructure".dlenev@brandersnatch.localdomain2004-06-181-6/+21
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for konstantin@mysql.com2004-06-101-1/+0
* | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1guilhem@mysql.com2004-06-101-1/+2
|\ \
| * | WL#1689 "Map OPTIMIZE TABLE to ALTER TABLE for InnoDB"guilhem@mysql.com2004-06-101-1/+2
* | | WL#1595 "Optionally fsync() the binlog after every statement":guilhem@mysql.com2004-06-101-1/+1
|/ /
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-06-071-1/+7
|\ \
| * | Post review fixes for "SQL Syntax for Prepared Statements".sergefp@mysql.com2004-06-071-0/+1