An error occurred fetching the project authors.
- 06 Jul, 2006 1 commit
-
-
acurtis@xiphis.org authored
"temporary table with data directory option fails" myisam should not use user-specified table name when creating temporary tables and use generated connection specific real name. Test included.
-
- 27 Jun, 2006 1 commit
-
-
ingo@mysql.com authored
Very complex select statements can create temporary tables that are too big to be represented as a MyISAM table. This was not checked at table creation time, but only at open time. The result was an attempt to delete the "impossible" table. But if the server is built --with-raid, MyISAM tries to open the table before deleting the files. It needs to find out if the table uses the raid support and how many raid chunks there are. This is done with an open "for repair", which will almost always succeed. But in this case we have an "impossible" table. The open failed. Hence the files were not deleted. Also the error message was a bit unspecific. I turned an open error in this situation into the assumption of having no raid support on the table. Thus the normal data file is tried to be deleted. This may however leave existing raid chunks behind. I also added a check in mi_create() to prevent the creation of an "impossible" table. A more decriptive error message is given in this case. No test case. The required select statement is way too large for the test suite. I added a test script to the bug report.
-
- 23 Jul, 2005 1 commit
-
-
hf@deer.(none) authored
need to be fixed in 4.1
-
- 30 Jun, 2005 2 commits
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
jani@ua141d10.elisa.omakaista.fi authored
Using 8 bytes for data pointer does not work at least on all computers. The result may become 0 or negative number. (mysqld, myisamchk)
-
- 31 Mar, 2005 2 commits
-
-
joerg@mysql.com authored
Added a missing comma. Originally contained in 2005/03/04 09:30:22+01:00 ingo@mysql.com; contained in MySQL 4.1.10a; re-committed for archival purposes.
-
joerg@mysql.com authored
Originally contained in 2005/03/03 19:51:29+01:00 serg@serg.mylan; contained in MySQL 4.1.10a; re-committed for archival purposes.
-
- 04 Mar, 2005 3 commits
-
-
serg@serg.mylan authored
-
konstantin@mysql.com authored
-
ingo@mysql.com authored
Added a missing comma.
-
- 03 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 02 Mar, 2005 1 commit
-
-
ingo@mysql.com authored
Added a check, if the table, which we are going to create, is open. This can happen if a MERGE mapped table is TRUNCATEd.
-
- 23 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
preferred key block length for ft index
-
- 22 Sep, 2004 1 commit
-
-
sergefp@mysql.com authored
* myisampack leaves key_file_length value from original table * myisamchk uses this value when calculating key file pointer length
-
- 01 May, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 26 Mar, 2004 1 commit
-
-
monty@mysql.com authored
This fixed a bug in SELECT DISTINCT when all selected parts where constants. (Bug #3203)
-
- 12 Mar, 2004 1 commit
-
-
hf@deer.(none) authored
myisam spatial code isolated
-
- 02 Feb, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 04 Dec, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 20 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Set min value of max_allowed_packet to 1024 Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,# and ORDER BY...LIMIT
-
- 03 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Some default_charset_info were removed
-
- 02 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 21 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 17 Jan, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
- 27 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
This fixed a bug in GROUP BY on a BLOB column with NULL values.
-
- 23 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 10 Sep, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 08 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 25 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
bugfix: uniques did not contributed to MYI tot_length estimation, which resulted in "Index file full" error on huge SELECT DISTINCT's
-
- 24 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
bugfix: uniques did not contributed to MYI tot_length estimation, which resulted in "Index file full" error on huge SELECT DISTINCT's
-
- 25 Apr, 2002 1 commit
-
-
ram@gw.udmsearch.izhnet.ru authored
_mi_key_cmp -> ha_key_cmp
-
- 20 Feb, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
RTREEs will be used for GIS extension in MySQL
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 06 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Cleanup typos (like SKIPP -> SKIP)
-
- 02 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
-
- 02 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 26 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in handling of packed MyISAM keys
-
- 05 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.
-
- 31 May, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added preliminary handling of symlinks in MyISAM. When using myisamchk to check tables with --force, don't repair tables that are marked as 'not closed' if they are ok. Change fn_format() to use my_real_path and my_symlink
-