An error occurred fetching the project authors.
- 12 Nov, 2007 1 commit
-
-
holyfoot/hf@mysql.com/hfmain.(none) authored
When we insert a record into MYISAM table which is almost 'full', we first write record data in the free space inside a file, and then check if we have enough space after the end of the file. So if we don't have the space, table will left corrupted. Similar error also happens when we updata MYISAM tables. Fixed by modifying write_dynamic_record and update_dynamic_record functions to check for free space before writing parts of a record
-
- 27 Aug, 2007 1 commit
-
-
mhansson/martin@linux-st28.site authored
The optimization that uses a unique index to remove GROUP BY, did not ensure that the index was actually used, thus violating the ORDER BY that is impled by GROUP BY. Fixed by replacing GROUP BY with ORDER BY if the GROUP BY clause contains a unique index. In case GROUP BY ... ORDER BY null is used, GROUP BY is simply removed.
-
- 25 Jul, 2007 1 commit
-
-
iggy@amd64.(none) authored
- Sign executables with MySQL AB security certificate.
-
- 20 Jun, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
(Part of fix for Bug#25621 Error in my_thread_global_end(): 1 threads didn't exit) Give correct error message if InnoDB table is not found (This allows us to drop a an innodb table that is not in the InnoDB registery)
-
- 01 Jun, 2007 1 commit
-
-
kostja@bodhi.(none) authored
-
- 23 Apr, 2007 1 commit
-
-
iggy@recycle.(none) authored
- Added script to generate application specific manifest. - Added new CMake MACRO to add customer build events which will first generate a manifest and then embeds that manifest into an executable.
-
- 18 Apr, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Improve mysql_upgrade and add comments describing it's logic - Don't look for mysql and mysqlcheck randomly, use dir where mysql_upgrade was started from - Don't look for mysql_fix_privilege_tables.sql randomly, compile in the mysql_fix_privilege_tables.sql file and use that to upgrade the system tables of MySQL - Check for any unexpected error returned from runnning the mysql_fix_privilege_tables SQL - Fix bug#26639, bug#24248 and bug#25405
-
- 16 Mar, 2007 2 commits
-
-
joerg@trift2. authored
- Build sql files for netware from the mysql_system_tables*.sq files - Fix comments about mysql_create_system_tables.sh - Use mysql_install_db.sh to create system tables for mysql_test-run-shell - Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files Changeset coded today by Magnus Svensson, just the application to 5.0.38 is by Joerg Bruehe.
-
msvensson@pilot.blaudden authored
- Build sql files for netware from the mysql_system_tables*.sq files - Fix comments about mysql_create_system_tables.sh - Use mysql_install_db.sh to create system tables for mysql_test-run-shell - Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files
-
- 28 Feb, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Build lib/init-db.sql from the output of mysql_create_system_tables - Remove mysql-test/init_db.sql and mysql-test/lib/init_db.sql - Leave netware/init_db.sql until 5.0 where we should soon have possibility to test with mysql-test-run.pl
-
- 26 Feb, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Use mysql_system_tables.sql to create MySQL system tables in all places where we create them(mysql_install_db, mysql-test-run-pl and mysql_fix_privilege_tables.sql)
-
- 06 Feb, 2007 1 commit
-
-
hhunger@hh-nb.hungers authored
-
- 19 Jan, 2007 1 commit
-
-
mtaylor@qualinost.(none) authored
-
- 29 Nov, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Don't return from my_thread_global_end() until all threads have called my_thread_end() Bug#24387: Valgrind: my_thread_init (handle_sl sql, handle_one_conn, handle_slave_io)
-
- 20 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
(Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
-
- 24 Oct, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
BUG#23427 incompatible ABI change in 5.0.26? - Use the icheck tool if avaliable and compare the current mysql.h to a version controlled reference file
-
- 02 Oct, 2006 1 commit
-
-
jpipes@shakedown.(none) authored
-
- 27 Sep, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Create the file netware/libmysql.imp from libmysql/libmysql.def - Remove the outdated netware/libmysql.imp file from version control
-
- 13 Sep, 2006 1 commit
-
-
iggy@rolltop.ignatz42.dyndns.org authored
-
- 01 Sep, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 23 Aug, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
-
- 10 Aug, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Better bug fix for #14400 "Query joins wrong rows from table which is subject of "concurrent insert"" The previous bug fix didn't work when using partial keys. Don't use GNUC min/max operations are they are depricated. Fixed valgrind warning
-
- 03 Aug, 2006 1 commit
-
-
kostja@bodhi.local authored
-
- 07 Jul, 2006 1 commit
-
-
kostja@bodhi.local authored
-
- 04 Jul, 2006 1 commit
-
-
bar@mysql.com authored
(implemented by by Josh Chamas)
-
- 30 Jun, 2006 1 commit
-
-
monty@mysql.com authored
-
- 02 Jun, 2006 1 commit
-
-
anjuta@arthur.local authored
The problem was missing break; operator.
-
- 01 Jun, 2006 1 commit
-
-
anjuta@arthur.local authored
Only check for FN_DEVCHAR in filenames if FN_DEVCHAR is defined. This allows to use table names with ":" on non windows platforms. On Windows platform get an error if you use table name that contains FN_DEVCHAR
-
- 01 May, 2006 1 commit
-
-
holyfoot@deer.(none) authored
-
- 24 Apr, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 28 Mar, 2006 2 commits
-
-
ian@zim.(none) authored
-
ian@zim.(none) authored
-
- 06 Mar, 2006 1 commit
-
-
serg@serg.mylan authored
-
- 17 Feb, 2006 1 commit
-
-
jimw@mysql.com authored
-
- 17 Jan, 2006 1 commit
-
-
svoj@april.(none) authored
libmysqlclient versioning when linked with GNU ld.
-
- 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.
-
- 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
-
- 22 Sep, 2005 1 commit
-
-
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
-