summaryrefslogtreecommitdiff
path: root/innobase/dict/dict0dict.c
Commit message (Expand)AuthorAgeFilesLines
* Changes to create storage directory for storage engines. unknown2005-04-261-4474/+0
* mergedunknown2005-03-091-2/+3
|\
| * InnoDB: Portability fixes for warnings reported on IA-64 Windowsunknown2005-03-071-2/+3
* | merge with 4.1unknown2005-02-281-1/+2
|\ \ | |/
| * Fixed wrong memory references found by purifyunknown2005-02-281-1/+2
* | Remove compiler warnings and remove not used variablesunknown2005-02-251-1/+1
* | InnoDB: Exclude code from InnoDB Hot Backup buildsunknown2005-02-041-0/+23
* | Merge hundin.mysql.fi:/home/heikki/mysql-4.1unknown2005-01-211-2/+6
|\ \ | |/
| * dict0dict.c:unknown2005-01-211-2/+6
* | InnoDB: Remove redundant page_no field from dict_index_t.unknown2005-01-141-7/+6
* | Merge with global treeunknown2004-12-311-2/+26
|\ \
| * \ Merge with 4.1unknown2004-12-221-2/+26
| |\ \ | | |/
| | * dict0dict.c, log.cc:unknown2004-12-101-32/+9
| | * Mergeunknown2004-12-101-9/+32
| | |\
| | | * dict0dict.h, dict0dict.c, ha_innodb.cc:unknown2004-12-101-9/+32
| | * | dict0dict.c:unknown2004-12-101-1/+1
| | * | dict0dict.c:unknown2004-12-101-2/+26
* | | | InnoDB: Remove dependency on rem0rec.ic from dict0dict.ic (Bug #7464)unknown2004-12-291-0/+23
|/ / /
* | | Many files:unknown2004-12-021-27/+78
|/ /
* | merge with 4.0unknown2004-11-121-25/+28
|\ \ | |/
| * InnoDB: fix bugs in the FOREIGN KEY parser (Bug #6340)unknown2004-11-031-26/+29
* | merge with 4.0unknown2004-11-021-2/+2
|\ \ | |/
| * row0mysql.c, pars0pars.c, eval0eval.c, dict0load.c, dict0dict.c, dict0crea.c:unknown2004-10-311-2/+2
* | InnoDB: Treat UTF-8 strings properly in case insensitive operationsunknown2004-10-181-23/+36
* | This patch removes unnecessary lock from the supremum record, takesunknown2004-10-141-1/+1
* | Many files:unknown2004-10-071-2/+10
* | Merge with 4.0 for 4.1 releaseunknown2004-10-061-12/+29
|\ \ | |/
| * InnoDB: make ALTER TABLE to work on table names containing '#' (Bug #5856)unknown2004-10-041-6/+16
| * dict0dict.h, dict0dict.c, row0row.c, pars0opt.c:unknown2004-09-161-3/+7
| * dict0dict.c:unknown2004-09-101-1/+1
| * InnoDB: Update links to the user manualunknown2004-09-081-3/+6
* | InnoDB: quote identifiers according to MySQL settings (Bug #5292)unknown2004-10-011-49/+47
* | manually mergedunknown2004-08-181-0/+1
|\ \ | |/
| * InnoDB: Add option for disabling innodb_status.<pid> files.unknown2004-08-061-0/+1
* | Merge with 4.0.21unknown2004-06-181-4/+2
|\ \ | |/
| * Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613unknown2004-06-171-2/+2
| * InnoDB: Revert most of ChangeSet@1.1772, as the debug functions mayunknown2004-06-161-2/+0
* | Merge with 4.0 to get fixes for netwareunknown2004-06-021-1/+1
|\ \ | |/
| * InnoDB: Add diagnostics when tmpfile() fails at start (Bug #3919)unknown2004-05-281-1/+1
| * dict0dict.c:unknown2004-05-171-1/+2
* | InnoDB cleanup:unknown2004-05-271-21/+34
* | InnoDB cleanup: Add const qualifiers to many char* argumentsunknown2004-05-171-29/+35
* | Merge with 4.0.20unknown2004-05-171-1/+1
|\ \ | |/
| * InnoDB: fixed bug in dict0dict.c: dict_index_name_print()unknown2004-05-131-1/+1
* | Merge with 4.0unknown2004-04-261-752/+505
|\ \ | |/
| * InnoDB: Remove debug functions unless #ifdef UNIV_DEBUGunknown2004-04-071-0/+2
| * InnoDB: send diagnostic output to stderr or filesunknown2004-04-061-321/+253
| * InnoDB: ignore intra-database foreign key references between tablesunknown2004-04-021-1/+1
| * InnoDB cleanup: fixing buffer overflows and quoting of quotesunknown2004-04-011-287/+243
| * InnoDB: Remove ut_str_contains() and replace it with strchr()unknown2004-03-311-3/+3