sasha@mysql.sashanet.com
0d67738e20
misc cleanup
2001-12-13 17:21:04 -07:00
sasha@mysql.sashanet.com
9db9b463d6
merged
2001-12-13 13:17:19 -07:00
monty@hundin.mysql.fi
bdc5a62104
Added status variables for all MySQL commands.
2001-12-13 20:06:44 +02:00
monty@hundin.mysql.fi
70e053fba0
Fixed problem with default & InnoDB tables.
2001-12-13 19:06:14 +02:00
sasha@mysql.sashanet.com
f7acf09d9c
slave-skip-errors
...
added extra/mysql_install.c - will work on it in 4.0, but it does not hurt
to have it sit in 3.23 tree for now since it will eventually be backported
to 3.23 anyway
2001-12-12 18:55:33 -07:00
monty@hundin.mysql.fi
12058c2996
Fixed bug in GROUP BY ... DESC
2001-12-10 17:51:07 +02:00
monty@hundin.mysql.fi
0f71e337b3
Small changes to mysql_config.sh
2001-12-05 23:56:56 +02:00
monty@hundin.mysql.fi
90004e340b
Fixed bug in LEFT JOIN
2001-12-05 23:15:05 +02:00
monty@hundin.mysql.fi
4b513347c4
Better optimization for InnoDB and BDB tables for ORDER BY
2001-11-29 15:34:37 +02:00
monty@hundin.mysql.fi
4d5d1ae2ef
Added read log caching and fixed a possible bug in write cacheing.
...
This should cause fewer seeks when using replication.
2001-11-28 15:18:29 +02:00
monty@hundin.mysql.fi
e4bdf26066
Small safety fix
2001-11-28 02:24:22 +02:00
monty@hundin.mysql.fi
66a31433a4
Fixed bug when joining with caching.
...
Fixed race condition when using the binary log and INSERT DELAYED which could cause the binary log to have rows that was not yet written to MyISAM tables.
2001-11-27 02:50:20 +02:00
monty@hundin.mysql.fi
5738117970
Fix race condition in ANALYZE TABLE.
...
Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables.
2001-11-26 02:16:38 +02:00
monty@hundin.mysql.fi
c79c6945ee
Fixed problem when repairing packed MyISAM files.
2001-11-22 03:39:42 +02:00
monty@bitch.mysql.fi
d33c13e4fe
Merge
2001-11-21 15:24:02 +02:00
monty@bitch.mysql.fi
9cb670df71
Generate core file on Solaris.
2001-11-21 15:08:01 +02:00
monty@hundin.mysql.fi
fb1f8c4f0a
Fixed bug in OPTIMIZE TABLE that reset index cardinality if it
...
was up to date.
2001-11-18 14:08:17 +02:00
monty@hundin.mysql.fi
1bc03e8b17
Fix bug in ALTER TABLE on a TEMPORARY InnoDB table.
2001-11-07 23:18:12 +02:00
monty@hundin.mysql.fi
65d4c846d8
Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column is declared as NOT NULL.
2001-11-03 21:22:06 +02:00
monty@hundin.mysql.fi
8cd4c2358d
Fix that mysqladmin shutdown can be interrupted with ^C
...
Fixed bug with BLOB keys in BDB tables
Fixed problem with MERGE tables on OS with 32 bit files
Fixed that TIME_TO_SEC() works with negative times
2001-11-03 15:18:09 +02:00
monty@hundin.mysql.fi
44a2a213b8
Changed time -> query_time in slow query log.
...
Fixed Rows_examined in slow query log.
2001-10-31 22:24:33 +02:00
monty@hundin.mysql.fi
d89690e606
Portability fixes
...
Fix for consistent 0000-00-00 date handling
Close + open binary logs on flush tables
Fix for AVG() in HAVING.
2001-10-31 18:27:49 +02:00
monty@hundin.mysql.fi
5a9ce774dc
Update for OS2 (patch from Yuri Dario).
...
Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts
Fixed error messages.
Fixed problem with const propagation when comparing columns of different types
2001-10-31 03:22:31 +02:00
monty@hundin.mysql.fi
7367545cad
Fix for gcc 3.0
...
Fix for using quoted table names with the SJIS character set.
2001-10-30 16:31:35 +02:00
monty@hundin.mysql.fi
6ee6fbf700
Don't use signal() on windows.
...
Added missing InnoDB variables to SHOW VARIABLES.
Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values.
Fixed bug when doing 'LEFT JOIN ... ON (column_name = constant) WHERE column_name = constant'
2001-10-19 22:10:54 +03:00
monty@hundin.mysql.fi
88e5ee0184
Fix for 'mysqladmin -w1 unknown-command'
...
Manual Changelog update
2001-10-07 14:18:09 +03:00
monty@hundin.mysql.fi
f5a53594c8
Added usage of --master-retry-count to make mysql-test-run safer.
2001-10-03 16:27:20 +03:00
monty@hundin.mysql.fi
4dd46e346c
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-10-02 21:13:55 +03:00
monty@hundin.mysql.fi
d28f23c14f
Fixed bug in INSERT DELAYED
...
Fixed some problems in SHOW CREATE TABLE
Fixed calculation of checksums in myisamchk
2001-10-02 21:08:08 +03:00
serg@serg.mysql.com
993be5c8a0
three column types (added to parser - but not to the manual - long time ago) documented
2001-10-01 14:37:15 +02:00
serg@serg.mysql.com
5739324d60
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-09-28 19:49:21 +02:00
paul@central.snake.net
530882c55b
manual.texi typos
2001-09-28 10:49:31 -05:00
monty@hundin.mysql.fi
e17d59d34a
Fix that postscript generation of the manual works again
2001-09-28 14:33:52 +03:00
monty@hundin.mysql.fi
641ac16c71
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-09-27 22:04:06 +03:00
monty@hundin.mysql.fi
a4bc23add6
Fixed bug in counting open files when using many files
...
Fixed bug in JOIN
2001-09-27 22:02:37 +03:00
paul@central.snake.net
89f92db6b8
manual.texi typo fixes.
2001-09-27 12:31:59 -05:00
paul@central.snake.net
3e4ff5dccc
manual.texi correct date error in manual.
2001-09-27 12:25:36 -05:00
serg@serg.mysql.com
d45bf758ad
manual cleanups
2001-09-26 12:56:19 +02:00
monty@hundin.mysql.fi
1ac9e1e678
Fix bug in SELECT EXPLAIN ... ORDER BY
2001-09-18 22:13:35 +03:00
monty@hundin.mysql.fi
cd78a8be66
Fix for LOAD DATA FROM MASTER when using tables with checksum
...
Fixed some wrong test cases
2001-09-18 04:58:15 +03:00
monty@hundin.mysql.fi
56cc14ab4c
Added unique error for DEADLOCK
...
Include missing man pages into binary distribution
2001-09-17 23:43:53 +03:00
monty@hundin.mysql.fi
cf80b8ae78
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-09-15 16:06:46 +03:00
monty@hundin.mysql.fi
d1e3041ce9
Fixed bug in --safe-create-user
2001-09-15 15:24:56 +03:00
paul@central.snake.net
6ed759d87a
manual.texi fix example that uses INDEX() as function (there
...
manual.texi is no such function)
2001-09-14 21:41:10 -05:00
paul@central.snake.net
e8b20965e1
manual.texi typo fixes
2001-09-14 11:34:00 -05:00
monty@hundin.mysql.fi
008472f373
Fixed problem with "record not found" in BDB tables.
2001-09-14 17:59:05 +03:00
monty@hundin.mysql.fi
7a19987805
OS2 patch
2001-09-12 23:53:31 +03:00
monty@tik.mysql.fi
46f944f4a4
First drop merge table, then other tables
2001-09-12 00:11:18 +03:00
monty@hundin.mysql.fi
b68923066b
Some cleanups to replication section
2001-09-08 22:04:17 +03:00
monty@hundin.mysql.fi
e24bdfa8bb
More debug info
...
Fix DBUG_ASSERT()
Optimization for BDB tables
Fix for BDB under Win98
2001-09-08 11:47:34 +03:00