190 Commits (5db7673f880913fc57390b11a1d713b63422d3b7)

Author SHA1 Message Date
mskold@mysql.com a6ebed7cea Added flag to detect renaming of fields (not supported as fast alter table for ndbcluster) 20 years ago
monty@mysql.com 74cc73d461 This changeset is largely a handler cleanup changeset (WL#3281), but includes fixes and cleanups that was found necessary while testing the handler changes 20 years ago
anozdrin@mysql.com c1113af15c This is an implementation of two WL items: 20 years ago
tomas@poseidon.ndb.mysql.com 4b731ddfb4 wl2325 wl2324 20 years ago
anozdrin@mysql.com b04b851ef9 Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clause 20 years ago
monty@mysql.com f5fdf3e87a Reviewing new pushed code 20 years ago
bar@mysql.com 1d12ac8849 Bug#10504 21 years ago
mronstrom@mysql.com 67087e2aa7 Patch for push of wl1354 Partitioning 21 years ago
konstantin@mysql.com f60ebc4815 A fix and a test case for Bug#10794 "mysql_stmt_attr_set no 21 years ago
jimw@mysql.com 3ccb90c085 Make status of NO_BACKSLASH_ESCAPES mode known to the client so 21 years ago
konstantin@mysql.com b3d977df10 Rename all prepared statements COM_ commands to prefix with COM_STMT_ 21 years ago
konstantin@mysql.com f30f95183b Change the return type back to int (modify_defaults_file). 21 years ago
jani@a193-229-222-105.elisa-laajakaista.fi c63ad3b549 New file default_modify.c. Fixed a typo on mysqld.cc 21 years ago
hf@deer.(none) b94a482ee9 Precision Math implementation 21 years ago
bell@sanja.is.com.ua e9ad508542 Fixed problem of sending ERROR to client after OK or EOF (BUG#6804) 21 years ago
mskold@mysql.com 3edf243875 Condition pushdown to storage engine 21 years ago
ram@gw.mysql.r18.ru 92f89369ae bit type 21 years ago
monty@mysql.com 67ce247965 Add support for up to VARCHAR (size up to 65535) 21 years ago
monty@mysql.com 2185f1a56c Remove usage of !$ from mysql-tests 21 years ago
serg@serg.mylan 123ce649b4 added missing command names to command_name[] array 21 years ago
ram@gw.mysql.r18.ru 61c7767786 A fix (bug #4802 prompt in mysql client shows wrong database after dropping default db). 21 years ago
monty@mishka.local f2941380c4 Strict mode & better warnings 22 years ago
ingo@mysql.com 6c47f075c7 BUG#4788 - show create table provides incorrect statement. 22 years ago
pem@mysql.comhem.se 2d7f4c30a7 Fixed symbol name problems that made build fail. 22 years ago
guilhem@mysql.com 22a65bcf26 mysql_com.h: 22 years ago
guilhem@mysql.com f1e8bc8535 mysql_com.h: 22 years ago
guilhem@mysql.com f5228a60e6 Very small API change: changing the values in enum enum_shutdown_level; 22 years ago
konstantin@mysql.com d3e520ce7e Port of cursors to be pushed into 5.0 tree: 22 years ago
konstantin@mysql.com 072d4e0c18 enum_server_command 22 years ago
guilhem@mysql.com c846e86d54 Including in enum_shutdown_level the 2 types of KILL of 5.0 22 years ago
guilhem@mysql.com 99bc72d9ed changing order of enum_shutdown_level (easier; we can test if we should die with 22 years ago
guilhem@mysql.com 19dbf58eec API change: mysql_shutdown() now requires a 2nd argument, the shutdown level. 22 years ago
guilhem@mysql.com 25de721934 Adding SHUTDOWN_WAIT_STATEMENTS to the possible arguments of mysql_shutdown(). 22 years ago
guilhem@mysql.com f1fda6387e API change: mysql_shutdown() now needs a 2nd parameter, the shutdown level. 22 years ago
hf@deer.(none) 78f58ff384 Fix to make Windows compilation smoother 22 years ago
hf@deer.(none) 640728a051 Proposed fix for bug #3818 (libmysqld.dll leads to program's crash) 22 years ago
konstantin@mysql.com f207b33a7b Support for character set conversion in binary protocol: another go 22 years ago
konstantin@mysql.com aec8522569 Fix for Bug#3035 "Prepared statement integer inserts": now unsigned 22 years ago
monty@mysql.com 42cf92ce37 Fixed many compiler warnings 22 years ago
bar@bar.intranet.mysql.r18.ru 3aea3e92ce 1. New data types, from the user point of view: 22 years ago
monty@mysql.com 7e92336b1d Fixed a possible memory leak on MacOSX when using the shared libmysql.so library (Bug #2061) 22 years ago
serg@serg.mylan 6d0703ab5b QUERY_NO_GOOD_INDEX_USED and QUERY_NO_INDEX_USED moved from thd->lex.select_lex->options to thd->server_status 22 years ago
pem@mysql.comhem.se d8bf426b80 Fixed BUG#1965: Opening a cursor hangs client when malformed select fails 22 years ago
monty@mysql.com 7c725b2486 Fixed compiler warnings from Intel compiler in Win64 22 years ago
monty@mashka.mysql.fi cab1dc628c CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 22 years ago
monty@narttu.mysql.fi bc00893d16 Change back service name to MySQL 22 years ago
monty@narttu.mysql.fi d1572484bb Fix for problem of installing MySQL as a service with 22 years ago
lenz@kallisto.local ce9c9845a1 - portability fix: replaced "uint" with "unsigned int" 23 years ago
hf@deer.(none) e89e3ff753 SCRUM 23 years ago
hf@deer.(none) 7dd4cb58d6 SCRUM 23 years ago