An error occurred fetching the project authors.
- 06 Mar, 2006 1 commit
-
-
serg@serg.mylan authored
-
- 28 Feb, 2006 1 commit
-
-
serg@serg.mylan authored
-
- 26 Feb, 2006 1 commit
-
-
monty@mysql.com authored
-
- 17 Feb, 2006 2 commits
-
-
jimw@mysql.com authored
-
holyfoot@deer.(none) authored
5.1-related fixes
-
- 17 Jan, 2006 1 commit
-
-
svoj@april.(none) authored
libmysqlclient versioning when linked with GNU ld.
-
- 13 Jan, 2006 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 11 Jan, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
bug: check if storage engine is enabled to avoif code dump
-
- 10 Jan, 2006 1 commit
-
-
anozdrin@mysql.com authored
There are two main idea of this fix: - introduce a common function for server and client to split user value (<user name>@<host name>) into user name and host name parts; - dump DEFINER clause in correct format in mysqldump.
-
- 26 Dec, 2005 1 commit
-
-
bar@mysql.com authored
added item_xmlfunc.cc
-
- 25 Dec, 2005 1 commit
-
-
monty@mysql.com authored
-
- 07 Dec, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 05 Dec, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 24 Nov, 2005 1 commit
-
-
monty@mysql.com authored
Larger stack size neaded for open table on x86 64 bit Fix failing test cases Deleted symlink from bk
-
- 14 Nov, 2005 1 commit
-
-
SergeyV@selena. authored
-
- 08 Nov, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 05 Nov, 2005 1 commit
-
-
monty@mysql.com authored
This is a merge of 5.0 -> 5.1 + some code from old 5.1 tree to get all tests to work and keep the .frm format the same as the old 5.1 tree.
-
- 22 Sep, 2005 3 commits
-
-
jimw@mysql.com authored
parts of the library we have omitted.
-
jimw@mysql.com authored
and update ignore file after move of storage engines to storage/.
-
monty@mysql.com authored
Fixed problems in test suite where some test failed Fixed access to not initialized memory in federated Fixed access to not initialized memory when using BIT fields in internal temporary tables
-
- 15 Sep, 2005 1 commit
-
-
monty@mysql.com authored
Ignored some generated files
-
- 09 Sep, 2005 1 commit
-
-
jonas@eel.(none) authored
new testprogram testSRBank
-
- 19 Aug, 2005 1 commit
-
-
sasha@asksasha.com authored
We binlog the DROP TABLE for each table that was actually dropped. Per Sergei's suggestion a fixed buffer for the DROP TABLE query is pre-allocated from THD pool, and logging now is done in batches - new batch is started if the buffer becomes full. Reduced memory usage by reusing the table list instead of accumulating a list of dropped table names. Also fixed the problem if the table was not actually dropped, eg due to permissions. Extended the test case to make sure batched query logging does work.
-
- 14 Aug, 2005 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 27 Jul, 2005 1 commit
-
-
monty@mysql.com authored
Moved test for 'show full processlist' to not_embedded_server.test becasue it could fail on a slow computer where previous connections has not yet disconnected
-
- 26 Jul, 2005 1 commit
-
-
monty@mysql.com authored
Fixed portability problem with bool in C programs Moved close_thread_tables out from LOCK_thread_count mutex (safety fix) my_sleep() -> pthread_cond_timedwait()
-
- 19 Jul, 2005 3 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
list.
-
jan@hundin.mysql.fi authored
-
- 15 Jun, 2005 1 commit
-
-
timour@mysql.com authored
When the GROUP BY clause contains a column reference that can be resolved to both an aliased column in the SELECT list, and to a column in the FROM clause, the group column is resolved to the column in the FROM clause (for ANSI conformance). However, it may be so that the user's intent is just the other way around, and he/she gets the query results grouped by a completely different column than expexted. This patch adds a warning in such cases that tells the user that there is potential ambiguity in the group column. sql/sql_select.cc - Added a warning when a GROUP column is ambiguous due to that there is a column reference with the same name both in the SELECT and FROM clauses. In this case we resolve to the column in FROM clause and warn the user of a possible ambiguity. - More extensive comments. - Changed the function to return bool instead of int (as in other places). mysql-test/t/group_by.test Added test for BUG#11211. mysql-test/r/group_by.result Added test for BUG#11211.
-
- 07 Jun, 2005 1 commit
-
-
elliot@mysql.com authored
-
- 18 May, 2005 1 commit
-
-
konstantin@mysql.com authored
Fix build scripts to create them.
-
- 07 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Fixed warnings by valgrind for sum_distinct.test Enable buffered-record-reads after filesort for InnoDB tables with short primary key Enabled sort-with-data for MyISAM temporary files
-
- 05 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 16 Mar, 2005 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 05 Mar, 2005 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
dumped with --hex-blob and --skip-extended-insert options.
-
Sinisa@sinisa.nasamreza.org authored
stored procedure, it is converted to DELETE.
-
- 25 Feb, 2005 1 commit
-
-
joreland@mysql.com authored
-
- 09 Feb, 2005 1 commit
-
-
hf@deer.(none) authored
-