joreland@mysql.com
64ced8ca09
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-28 13:56:29 +01:00
gluh@gluh.mysql.r18.ru
ddba51e6ec
Fix for bug: #7218 : information_schema: errors in "tables"
2004-12-24 12:16:47 +03:00
ingo@mysql.com
c39be2d0e7
WL#1895 - Print message to error log in case of detected MyISAM corruption
...
Changed my_error() to print error messages, which come from
arbitrary registered ranges of error messages. Messages can
be unregistered (and should be at end of the program).
Added registration of handler error messages.
Added a new mi_print_error() macro and a new
mi_report_error() function, which supply error
messages with a table name.
Added calls to mi_print_error() or mi_report_error()
at all places in MyISAM, where table corruption is detected.
2004-12-23 20:11:38 +01:00
acurtis@pcgem.rdg.cyberkinetica.com
b051e8bb94
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/wl925.4
2004-12-23 10:49:28 +00:00
acurtis@pcgem.rdg.cyberkinetica.com
b1e30904d5
WL#925 - Privileges for stored routines
...
Implement fine-grained control over access to stored procedures
Privileges are cached (same way as existing table/column privs)
2004-12-23 10:46:24 +00:00
gluh@gluh.mysql.r18.ru
4ba850cab0
Bug#7219 information_schema: errors in "columns"
...
changed field names in 'collations' table(discussed with PGulutzan)
2004-12-23 13:35:34 +03:00
tomas@poseidon.ndb.mysql.com
9e3560fd4e
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2004-12-23 09:50:53 +01:00
dlenev@mysql.com
d8995eaf18
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0
2004-12-21 13:03:17 +03:00
sergefp@mysql.com
88b63ab669
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/dbdata/psergey/mysql-5.0-nov-clean
2004-12-21 02:28:12 +03:00
sergefp@mysql.com
e89f5a7136
Fix for BUG#4480: In joins with SELECT_STRAIGHT_JOIN re-order tables by outer join dependency,
...
so we read dependent tables after tables they depend on (this is needed for outer joins)
2004-12-21 01:59:58 +03:00
pekka@mysql.com
aca045412e
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into mysql.com:/space/pekka/ndb/version/my50-ndb
2004-12-20 16:52:15 +01:00
pekka@mysql.com
3d7649ca1e
ndb: index tests
2004-12-20 16:52:14 +01:00
joreland@mysql.com
c6837c2f7a
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-20 16:33:45 +01:00
pekka@mysql.com
6463a6d7cd
ndb: wl-1893: range scanning backwards, handler
2004-12-20 15:12:42 +01:00
dlenev@brandersnatch.localdomain
d65e78b527
Added test which covers nicely recent cleanup in derived tables
...
processing.
2004-12-20 09:55:06 +03:00
monty@mysql.com
6477b4dfd2
Merge with global tree
...
Fixed some found bugs in BIT fields
Added more test cases for BIT fields and varchar
2004-12-19 20:25:19 +02:00
joreland@mysql.com
652a29711b
merge
2004-12-18 11:49:15 +01:00
monty@mysql.com
2a215c17bb
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2004-12-18 12:49:14 +02:00
gluh@gluh.mysql.r18.ru
bc7860c80c
Fix for bug #7213 : information_schema: redundant non-standard TABLE_NAMES table
2004-12-18 13:49:13 +03:00
gluh@gluh.mysql.r18.ru
bf0104045d
Fix for bug #7210 : information_schema: can't access when table-name = reserved word
2004-12-18 12:48:01 +03:00
monty@mysql.com
f37fd31ddc
Merge with global tree
2004-12-18 06:05:16 +02:00
monty@mysql.com
3fb088a075
Add 0x before pointers (to help with debugging)
...
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)
2004-12-18 05:19:21 +02:00
ram@gw.mysql.r18.ru
0be6a5b995
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/5.0.bit.new
2004-12-17 18:07:05 +04:00
ram@gw.mysql.r18.ru
92f89369ae
bit type
2004-12-17 18:06:05 +04:00
mleich@mysql.com
4f024d2388
The BIT patch by ramil causes that the old data type BIT is no
...
longer available for most storage engines.
Therefore column c18 BIT is switched TINYINT .
2004-12-17 14:27:39 +01:00
dlenev@brandersnatch.localdomain
325ec86ea1
Fix of test-suite failures which popped up after addition of federated
...
storage engine.
2004-12-17 12:19:31 +03:00
patg@patrick-galbraiths-computer.local
dac98f9b45
WL# 2094 Federated Storage Handler, added fixes per suggestions by Bar and Antony
2004-12-16 19:08:32 -08:00
patg@patrick-galbraiths-computer.local
fe17793fdb
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into patrick-galbraiths-computer.local:/Users/patg/5.0-federated
2004-12-16 18:40:25 -08:00
brian@avenger.(none)
3cf8548cd1
Merge
2004-12-16 15:44:46 -08:00
joreland@mysql.com
59536a0043
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-16 22:23:34 +01:00
timour@mysql.com
68c2309a66
Fix for BUG#7266.
2004-12-16 16:44:40 +02:00
gluh@gluh.mysql.r18.ru
6a4d28c096
Fix for bug#7211: information_schema: crash if bad view(after review)
2004-12-16 17:44:36 +03:00
gluh@gluh.mysql.r18.ru
4f9f136fb7
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0.n
2004-12-16 17:33:21 +03:00
gluh@gluh.mysql.r18.ru
6372efa7da
Fix for bug#7212: information_schema: "Can't find file" errors if storage engine gone(after review)
2004-12-16 16:31:36 +03:00
ingo@mysql.com
05d5360e7f
Enlarged group item key_length by a varstring length field.
...
Group item fields are implemented as varstrings nowadays.
Made init_connect.test robust against existing t1.
2004-12-16 11:41:52 +01:00
joreland@mysql.com
4115519537
Merge
2004-12-15 13:12:54 +01:00
gluh@gluh.mysql.r18.ru
e552c5c403
Fix for bug #7220 : information_schema: errors in "character_sets"
2004-12-14 16:18:59 +03:00
gluh@gluh.mysql.r18.ru
4c4352e5e7
Fx for bug#7221: information_schema: errors in "key_column_usage"
2004-12-14 15:20:46 +03:00
gluh@gluh.mysql.r18.ru
7a38322f3f
Fix bug#7222 information_schema: errors in "routines"
2004-12-14 14:55:28 +03:00
gluh@gluh.mysql.r18.ru
21ee3fc93f
Fix for bug #7223 : information_schema: error in "views"
2004-12-14 13:41:32 +03:00
guilhem@mysql.com
ba77277952
flush_read_lock_kill-master.opt:
...
don't make non-debug builds fail the testsuite
2004-12-13 14:21:59 +01:00
monty@mysql.com
b4dc75c877
Fix test results that may change from run to run
...
Added comments (from code review on pull)
2004-12-12 19:54:26 +02:00
monty@mysql.com
3b14ba64fd
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2004-12-12 18:44:15 +02:00
patg@patrick-galbraiths-computer.local
301c493252
First commit to mysql-5.0 tree to include MySQL Federated Storage Handler. This includes both the source and header files, test (results, test, require), and modifications to server and handler base files, and autoconf modifications to properly build federated handler.
2004-12-11 12:03:51 -08:00
gluh@gluh.mysql.r18.ru
2e912bbbe8
Don't display 'usage' privilege in TABLE_PRIVILEGES if we have columns privileges
...
mysqldump skips information_schema db
'use' now can use information_schema db
changed value of column 'Null' to 'NO' if column is not nullable
2004-12-10 12:07:11 +03:00
brian@avenger.(none)
c8137bbb80
A few simple fixes plus the added support of being able to repair the meta data file via REPAIR TABLE. More information is now provided in SHOW TABLE STATUS.
2004-12-09 01:48:07 -08:00
monty@mysql.com
31b640c7db
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2004-12-08 23:55:01 +02:00
bar@mysql.com
f90caa5826
- VARCHAR(n) with binary character set is now displayed as VARBINARY(N).
...
- CREATE TABLE t1 SELECT BINARY 'literal'
now creates a VARBINARY() column, not a BINARY().
2004-12-08 14:03:29 +04:00
joreland@mysql.com
41e5d310f1
Merge mysql.com:/home/jonas/src/mysql-5.0-ndb
...
into mysql.com:/home/jonas/src/wl2126
2004-12-08 00:50:47 +01:00
monty@mysql.com
1316954b3f
Fixed that mysql-test-run --ps-protocol works with system_mysql_db_fix.test
2004-12-08 01:17:52 +02:00