joreland@mysql.com
55aa4f20ea
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-09 14:23:56 +01:00
joreland@mysql.com
a45702c3b0
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/mysql-5.0
2004-12-09 14:19:14 +01:00
joreland@mysql.com
4614cdfad9
bug#6995 - fixed so that ndb_restore 4.1.8 can read files
...
created by 4.1.7 as bugfix changed binary format
2004-12-09 13:36:23 +01:00
joreland@mysql.com
3605cead4a
ndb - bit field
...
micro optimization
2004-12-09 12:06:11 +01:00
joreland@mysql.com
0ab8c723fa
bug#6995 - ndb
...
don't store keys in normalized form
instead save everythings as normal attributes
2004-12-09 11:29:17 +01:00
petr@mysql.com
dafb2969c9
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/cps/mysql/devel/im/mysql-5.0-im
2004-12-09 04:28:37 +03:00
petr@mysql.com
fd94614f34
merge
2004-12-09 04:22:28 +03:00
joreland@mysql.com
b883f8fd81
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-08 23:02:09 +01:00
joreland@mysql.com
4d27cab181
ndb - Fix arbitrary sized bitfields
2004-12-08 22:55:34 +01:00
ingo@mysql.com
570431bc0e
Merge mysql.com:/home/mydev/mysql-5.0
...
into mysql.com:/home/mydev/mysql-5.0-5000
2004-12-08 17:59:18 +01:00
joreland@mysql.com
9a937a3b22
ndb - Fixed bitfields of upto 31 bits
2004-12-08 17:58:00 +01:00
ingo@mysql.com
fbade5dbe8
A fix for a crash in sp.test with -debug-max.
...
When the joins were not cleaned up before the tables
were closed, a JOIN_TAB still held a pointer to a
meanwhile closed table and tried to close it again
during item cleanup...
2004-12-08 16:28:25 +01:00
marko@hundin.mysql.fi
3f806c3b66
InnoDB: Make btr_search_drop_page_hash_index() work with the compact
...
record format without requiring the doubly linked list added by
Heikki in ChangeSet@1.1627.16.2
2004-12-08 15:20:58 +02:00
marko@hundin.mysql.fi
83ac19929d
Cset exclude: heikki@hundin.mysql.fi|ChangeSet|20041027124510|04970
2004-12-08 14:34:58 +02:00
marko@hundin.mysql.fi
5e5a3f3f4f
row0mysql.c:
...
Remove parameter from call to btr_search_validate().
buf0buf.c:
Initialize member "index" of buf_block_t.
buf0buf.h:
Add member "index" to buf_block_t.
btr0sea.h:
Remove parameter of btr_search_validate()
btr0sea.c:
Make use of the added member "index" of buf_block_t.
2004-12-08 14:33:09 +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
stewart@mysql.com
48ad9717da
Correct and move comment
2004-12-08 20:22:00 +11:00
stewart@mysql.com
57d5d6c09e
Remove dead code
2004-12-08 20:13:33 +11:00
joreland@mysql.com
c97f6e2454
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-08 00:45:47 +01:00
joreland@mysql.com
eda8685471
ndb - Test program for new bitmask functions
2004-12-07 20:58:46 +01:00
jani@ua141d10.elisa.omakaista.fi
f96a9a7a4a
Added some tests for new varchar.
2004-12-07 21:17:00 +02:00
monty@mysql.com
aa2f116110
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2004-12-07 15:47:34 +02:00
monty@mysql.com
563500994a
Update results for new varchar handling
...
Fixed compiler warnings
String results in CREATE ... SELECT are now created as CHAR(0), VARCHAR(X) or TEXT() depending on item->max_length
2004-12-07 15:47:00 +02:00
joreland@mysql.com
ba83763a77
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-07 08:38:06 +01:00
joreland@mysql.com
1d8ce86616
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-07 08:36:11 +01:00
brian@avenger.(none)
7fbeab9166
Fixes for changes in handler interface so that tina can compile in 5.0.
2004-12-06 16:34:54 -08:00
brian@avenger.(none)
2bf9291b0c
Removed the need for our own sanity check file (which was just the default anyways).
2004-12-06 10:04:16 -08:00
monty@mysql.com
77207d19f2
Merge with new VARCHAR code
2004-12-06 19:18:35 +02:00
brian@avenger.(none)
a3de67b2d3
Merge
2004-12-06 09:10:30 -08:00
monty@mysql.com
e99d5fee82
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2004-12-06 17:16:35 +02:00
monty@mysql.com
75d0958dc3
After merge fixes
...
Fixed compiler warnings
Fix core dump when sending SIGHUP to mysqld
2004-12-06 17:15:54 +02:00
serg@serg.mylan
dc2e9d01d7
int decimal_is_zero(decimal *from);
2004-12-06 15:08:26 +01:00
pekka@mysql.com
a5c311e251
ndb: testing "bk gone" with ndb/tools/old_dirs/ndbnet
2004-12-06 14:14:45 +01:00
joreland@mysql.com
3f08e0bd60
skeleton for ndb bitfields testing
2004-12-06 14:01:48 +01:00
serg@serg.mylan
566b070741
Merge bk-internal:/home/bk/mysql-5.0
...
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
2004-12-06 13:10:55 +01:00
serg@serg.mylan
15e4414c21
strings/decimal.c
...
handle test_ro(".999", 0, HALF_UP, "1");
2004-12-06 13:06:52 +01:00
joreland@mysql.com
255cf71a63
ndb - Use BitmaskImpl in TUP (in BitField operations)
2004-12-06 12:31:17 +01:00
monty@mysql.com
0de4777187
Merge with 4.1
2004-12-06 11:38:56 +02:00
joreland@mysql.com
836e13ae9a
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-06 09:55:59 +01:00
brian@avenger.(none)
75b4c32c8e
Removed need for storage engines to write a default external_lock() call.
2004-12-06 00:55:58 -08:00
joreland@mysql.com
ac3fc839fc
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0
2004-12-06 09:55:58 +01:00
gluh@gluh.mysql.r18.ru
86618a129d
Fix for bugs #6955 SHOW PROCEDURE STATUS crashes the server,
...
#6950 mysql-nt.exe error when click on sql or database on mysql control center
2004-12-06 11:55:57 +03:00
monty@mysql.com
67ce247965
Add support for up to VARCHAR (size up to 65535)
...
Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART
Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors
Added support for VARCHAR KEYS to heap
Removed support for ISAM
Now only long VARCHAR columns are changed to TEXT on demand (not CHAR)
Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
2004-12-06 02:00:37 +02:00
monty@mysql.com
86508ad969
Fix test results
2004-12-06 01:34:19 +02:00
joreland@mysql.com
b2987e0a40
Add general n-bitfields to ndb storage engine
2004-12-05 19:48:15 +01:00
brian@avenger.(none)
20c18c77e1
Fixing problem with case insitive file systems.
...
Would you believe that I wrote all of this on a Mac? I just happen to be not using HFS for the partition I did this work on. Oops :)
2004-12-04 11:00:33 -08:00
pekka@mysql.com
dededf09fa
ndb: fix solaris (etc) ndb startup problem in mysql-test-run
2004-12-04 15:17:13 +01:00
lars@mysql.com
414591915c
Merge mysql.com:/home/bkroot/mysql-4.1 into mysql.com:/home/bk/bXXXX-4.1
2004-12-04 13:10:36 +01:00
brian@avenger.(none)
195e4be907
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0/
...
into avenger.(none):/export/brian/mysql/acinclude-5.0
2004-12-03 16:17:24 -08:00
joreland@mysql.com
b67dba95f1
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-04 00:01:57 +01:00