An error occurred fetching the project authors.
- 24 Jun, 2005 1 commit
-
-
timour@mysql.com authored
-
- 21 Jun, 2005 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 20 Jun, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Print warning that says display width is not supported for datatype TIMESTAMP, if user tries to create a TIMESTAMP column with display width. - Use display width for TIMESTAMP only in type_timestamp test to make sure warning is displayed correctly.
-
- 07 Jun, 2005 4 commits
-
-
lars@mysql.com authored
-
heikki@hundin.mysql.fi authored
Update Monty's tests for AUTO-INC bug #11080 and bug #11005
-
heikki@hundin.mysql.fi authored
Update Monty's tests for AUTO-INC bug #11080 and bug #11005
-
monty@mysql.com authored
-
- 06 Jun, 2005 2 commits
-
-
monty@mysql.com authored
This fixes bug #11080: Multi-row REPLACE fails on a duplicate key error
-
monty@mysql.com authored
Fixed wrong key length when using MIN() optimization (non fatal, but caused InnoDB to write warnings to the log file) This fixed bug #11039: InnoDB: Warning: using a partial-field key prefix in search
-
- 03 Jun, 2005 1 commit
-
-
monty@mysql.com authored
Ensure that 'null_value' is not accessed before val() is called in FIELD() functions Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
-
- 27 May, 2005 1 commit
-
-
lars@mysql.com authored
-
- 14 May, 2005 1 commit
-
-
monty@mysql.com authored
-
- 07 May, 2005 2 commits
-
-
svoj@mysql.com authored
-
svoj@mysql.com authored
fail.
-
- 06 May, 2005 1 commit
-
-
ramil@ram-book.(none) authored
-
- 26 Apr, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 14 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
bug#8151
-
- 12 Apr, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 04 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
server testing cleanups.
-
- 30 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 16 Mar, 2005 3 commits
-
-
monty@mysql.com authored
Enabled VARCHAR testing for innodb NOTE: innodb.test currently fails becasue of a bug in InnoDB. I have informed Heikki about this and expect him to fix this ASAP
-
dlenev@brandersnatch.localdomain authored
-
heikki@hundin.mysql.fi authored
Fix a crash in a simple search with a key: the dtype->len of a true VARCHAR is the payload maximum len in bytes: it does not include the 2 bytes MySQL uses to store the string length ha_innodb.cc: Fix a crash in true VARCHARs in test-innodb: we passed a wrong pointer to the column conversion in an UPDATE rowid_order_innodb.result, ps_3innodb.result, innodb.result, endspace.result: Edit InnoDB test results to reflect the arrival of true VARCHARs
-
- 11 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 02 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
deadlock in MYSQL_LOG::new_file() style fixes
-
- 24 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Previously we only stored the first given error (the error sent to the client)
-
- 23 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
new tests
-
- 21 Feb, 2005 1 commit
-
-
ramil@mysql.com authored
"create table ta(a bit...) engine=innodb" moved to innodb.test
-
- 17 Feb, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
Remove the test show status like InnoDB_rows_read; the value on IA64 was 0.01 percent bigger than on x86; maybe some different optimization
-
- 16 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 01 Feb, 2005 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Support for COMMIT/ROLLBACK optional arguments
-
- 27 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
fix for binlog+autocommit+tclog comments, style fixes
-
- 15 Jan, 2005 1 commit
-
-
monty@mysql.com authored
Fix for BIT(X) field as string
-
- 12 Jan, 2005 1 commit
-
-
vtkachenko@mail.mysql.com authored
Logging to logging@openlogging.org accepted innodb.result, innodb.test, set_var.cc, mysqld.cc: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets
-
- 08 Jan, 2005 1 commit
-
-
vtkachenko@intelp4d.mysql.com authored
- Create innodb_thread_concurrency as dynamic variable - Add innodb_thread_sleep_delay variable - Add innodb_free_tickets_to_enter variable
-
- 05 Jan, 2005 1 commit
-
-
vtkachenko@intelp4d.mysql.com authored
Create new innodb_sync_spin_loops variable
-
- 24 Dec, 2004 1 commit
-
-
vtkachenko@intelp4d.mysql.com authored
Logging to logging@openlogging.org accepted sql_yacc.yy, sql_parse.cc, sql_lex.h, lex.h: Implements the SHOW MUTEX STATUS command set_var.cc, mysqld.cc, mysql_priv.h: Added new GLOBAL variable timed_mutexes ha_innodb.h: New function innodb_mutex_show_status ha_innodb.cc: Added new innodb variables in SHOW STATUS Implements the SHOW MUTEX STATUS command innodb.test, innodb.result: Added new row_lock_waits status variables tests. variables.test, variables.result: test new variable timed_mutexes ut0ut.c: New function ut_usectime. sync0sync.c: Mutex counting. sync0rw.c: New mutex parameters initialization. srv0srv.c: Counting row lock waits row0sel.c, row0mysql.c: Setting row_lock or table_lock state to thd. que0que.c: Added default no_lock_state to thd. univ.i: Added UNIV_SRV_PRINT_LATCH_WAITS debug define sync0sync.ic: Count mutex using. sync0sync.h: Added new parameters to mutex structure for counting. sync0rw.h: Added new parameters to rw_create_func. srv0srv.h: Added new innodb varuables to SHOW STATUS. que0que.h: Added thread lock states.
-
- 18 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Add support for VARCHAR with 1 or 2 length bytes Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly) Give error if we got problems in temporary tables during a SELECT Don't use new table generated by ALTER TABLE if index generation fails Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
-
- 10 Dec, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
mysqldump skips information_schema db 'use' now can use information_schema db changed value of column 'Null' to 'NO' if column is not nullable
-
- 06 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings Fix core dump when sending SIGHUP to mysqld
-