An error occurred fetching the project authors.
- 10 Nov, 2005 1 commit
-
-
anozdrin@mysql.com authored
checks on trigger activation)
-
- 04 Nov, 2005 1 commit
-
-
monty@mysql.com authored
(Caused sp-security to fail)
-
- 25 Oct, 2005 2 commits
-
-
patg@krsna.patg.net authored
Made change to mysqlimport to set character_set_database to binary to make importing various charsets/columns work correctly.
-
pgalbraith@mysql.com authored
mysqldump.result: BUG# 12838 New test results for mysqldump -x on a DB with views mysqldump.test: sqldump.test: BUG# 12838 New test to run mysqldump -x on a DB with views mysqldump.c: BUG# 12838 Removed/Changed code which created tables to be put into the dump (For loading views of views) by creating temp tables and then using the CREATE TABLE information in those temp tables. The problem with this is that when mysqldump -x is called, it locks all tables, so the temp tables could not be created, causing the mysqldump to exit with failure. The code was changed to use SHOW FIELDS to get the column names and type to build CREATE TABLE text used to create these tables that views need in the dump.
-
- 13 Oct, 2005 2 commits
-
-
patg@krsna.patg.net authored
Re-application of patch to clean 5.0 tree. Fixed issue with ANSI quotes when dumping triggers
-
patg@krsna.patg.net authored
Clean application of patch - - Added --tz-utc to fix issue of dumping timestamp values between servers with different global time zone settings, particularly with regard to the day of DST changeover, which without this fix, would dump duplicate timestamp values.
-
- 29 Sep, 2005 2 commits
-
-
kent@mysql.com authored
Text formatting, adjust table header mysql-test-run.pl: Remove requirement for source tree to run embedded server test mysqldump.test: Removed ending ';' from --exec line
-
serg@serg.mylan authored
-
- 14 Sep, 2005 1 commit
-
-
monty@mishka.mysql.fi authored
-
- 13 Sep, 2005 4 commits
-
-
monty@mishka.mysql.fi authored
Added flag to Field::store(longlong) to specify if value is unsigned. This fixes bug #12750: Incorrect storage of 9999999999999999999 in DECIMAL(19, 0) Fixed warning from valgrind in CREATE ... SELECT Fixed double free of mysql.options if reconnect failed
-
serg@serg.mylan authored
-
ramil@mysql.com authored
with /etc/my.cnf and ~/.my.cnf [client] section.
-
msvensson@neptunus.(none) authored
- Update test results - Updates after review
-
- 09 Sep, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 08 Sep, 2005 2 commits
-
-
patg@radha.local authored
-
patg@radha.local authored
-
- 03 Sep, 2005 1 commit
-
-
patg@radha.local authored
to dump PROCEDURES and FUNCTIONS.
-
- 01 Sep, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Added testcase for this bug - Check if compact view format can be used - Clean up mysqld_show_create
-
- 29 Jul, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 28 Jul, 2005 2 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
-
- 22 Jul, 2005 1 commit
-
-
patg@radha.local authored
tree on brian's amd 64 box (which was already approved). [patg@zim mysql-5.0]$ bk changes ChangeSet@1.1882, 2005-07-21 18:43:55+05:00, gluh@eagle.intranet.mysql.r18.ru merge fix Was the changeset level I applied this patch to. Master shutdown finished Slave shutdown finished All 326 tests were successful. [patg@zim mysql-5.0]$
-
- 30 Jun, 2005 3 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
- 22 Jun, 2005 10 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Importing the bug fixes by patch due to merge problems.
-
msvensson@neptunus.(none) authored
Correct test results now when error message output is predictable.
-
msvensson@neptunus.(none) authored
- Check the Dflag variable inside of function dump_table to see if data should be dumped or not. - Add test for --xml and --no-data as well Reapplying patch!
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
- 21 Jun, 2005 1 commit
-
-
msvensson@neptunus.(none)[msvensson] authored
-
- 16 Jun, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Create a small dummy table that will take care of the problem of creating a view dependent of another view which hasn't yet been created.
-
- 10 Jun, 2005 2 commits
-
-
msvensson@neptunus.(none) authored
- Added testcases according to spec in bug report.
-
msvensson@neptunus.(none) authored
- Added testcase for this bug
-
- 20 May, 2005 1 commit
-
-
brian@zim.(none) authored
-