monty@mysql.com
48680ee3a0
Allow keys with 0 segements in MyISAM
...
This fixed a bug in SELECT DISTINCT when all selected parts where constants. (Bug #3203 )
2004-03-26 14:44:52 +02:00
monty@mysql.com
1448199bd7
Cleanups & safety fixes
2004-03-25 22:11:22 +02:00
monty@mysql.com
eb91f7b478
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-03-25 15:05:42 +02:00
monty@mysql.com
ebc3b3afac
BTREE-indexes in HEAP tables can now be used to optimize ORDER BY
...
Don't read character set files if we are using only the default charset. In most cases the user will not anymore get a warning about missing character set files
Compare strings with space extend instead of space strip. Now the following comparisons holds: "a" == "a " and "a\t" < "a". (Bug #3152 ).
Note: Because of the above fix, one has to do a REPAIR on any table that has an ascii character < 32 last in a CHAR/VARCHAR/TEXT columns.
2004-03-25 15:05:01 +02:00
hf@deer.(none)
1eccd27d83
Fix for #3067
...
Shouldn't be moved to 4.1
2004-03-24 19:04:57 +04:00
hf@deer.(none)
1b78e7dd41
Fix for #3067 (REPAIR TABLE reenables disabled keys)
2004-03-22 21:34:36 +04:00
ingo@mysql.com
7216c3b272
WL#1648 - Start/Stop Inserting Duplicates Into a Table
2004-03-18 16:47:16 +01:00
monty@mysql.com
53c810cda4
merge fixes (use old code)
2004-03-18 00:16:04 +02:00
paul@teton.kitebird.com
f71f714773
Fix typo.
2004-03-17 12:28:26 -06:00
monty@mysql.com
f9ad650490
merge with 4.0
2004-03-17 10:36:12 +02:00
monty@mysql.com
350b433569
merge with 4.0
2004-03-16 22:41:30 +02:00
paul@teton.kitebird.com
33f569c396
Fix usage line.
2004-03-16 11:42:35 -06:00
hf@deer.(none)
164a9e3500
WL#1163 (To make spatial code optional)
...
a couple of lines added to make code easier to read
2004-03-15 12:31:21 +04:00
hf@deer.(none)
ec457a96ef
WL#1163 To make spatial code optional
...
myisam spatial code isolated
2004-03-12 18:51:03 +04:00
monty@mysql.com
98fb8ea4c7
Merge with 3.23 to get patch for floor()
2004-03-12 01:12:14 +02:00
serg@serg.mylan
0ea1dd850d
bug#3011 - multi-byte charset in fulltext
2004-02-29 22:58:45 +01:00
serg@serg.mylan
a9d58d3e96
--set-character-set and --character-sets-dir in myisamchk now work
2004-02-24 23:07:45 +01:00
monty@mashka.mysql.fi
1ae05760ac
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mashka.mysql.fi:/home/my/mysql-4.1
2004-02-22 11:01:28 +02:00
monty@mashka.mysql.fi
3b83cce5eb
merge with 4.0
2004-02-22 09:50:59 +02:00
serg@serg.mylan
bcd14123bc
ftb +(+(many -parens)) bug fixed
2004-02-22 00:19:36 +01:00
serg@serg.mylan
3ce4d04ab0
portability fixes
...
cleanup
2004-02-21 11:18:29 +01:00
hf@deer.(none)
9ceddd4ad1
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.2237
2004-02-20 12:18:48 +04:00
monty@mashka.mysql.fi
cdaf7fcbc4
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mashka.mysql.fi:/home/my/mysql-4.1
2004-02-19 19:38:47 +02:00
monty@mashka.mysql.fi
e347f63192
Max open files handling moved to my_set_max_open_files()
...
This ensures that my_file_info takes this the max number of files into account and one can now use --open-files-limit on windows to increase number of used files up to 2048
2004-02-19 19:33:09 +02:00
hf@deer.(none)
9edef96561
Fix for #2237 and #2490 (analyze and check for RTree keys)
...
Now checking of the RTree keys works without errors.
Worklog entry about appropriate checkup's routine for the RTree added
2004-02-19 17:22:38 +04:00
serg@serg.mylan
abfa3f0a98
missing semicolon
2004-02-17 21:12:24 +01:00
serg@serg.mylan
6af8a93052
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-02-17 17:07:14 +01:00
serg@serg.mylan
de240a1ce2
ft_boolean_syntax made changeable
2004-02-16 18:53:00 +01:00
vva@eagle.mysql.r18.ru
3f50b5204c
fixed bug #2762 "grammar error in myisam/mi_check.c"
2004-02-16 18:58:15 +04:00
monty@mysql.com
050af89dd8
Merge with public tree
2004-02-16 10:31:05 +02:00
serg@serg.mylan
15249d6a72
bug#2708
...
test results updated
2004-02-15 20:36:12 +01:00
monty@mysql.com
ce14578909
Merge with 4.0.18
2004-02-11 00:06:46 +01:00
pem@mysql.com
c8585f3283
Merge 4.1 into 5.0.
2004-02-10 18:44:02 +01:00
monty@mysql.com
480b082cf4
merge
2004-02-05 18:14:48 +01:00
lenz@mysql.com
9736c9c457
- renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the
...
binary distribution and Server RPM
2004-02-03 22:25:02 +01:00
ram@gw.mysql.r18.ru
f231d9826b
just tried to find all 'skipp' and replace it with 'skip'.
2004-02-02 20:25:39 +04:00
serg@serg.mylan
0371c68e3e
two more bugfixes for "space stripping in MyISAM indexes"
2004-01-21 23:29:17 +01:00
serg@serg.mylan
6d2863d446
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-01-20 09:06:03 +01:00
serg@serg.mylan
4f845f4c12
two bugs in parallel repair fixed
2004-01-20 09:05:37 +01:00
monty@mysql.com
b078d2df64
merge
2004-01-20 00:15:01 +01:00
monty@mysql.com
0eb6070068
Code cleanup
...
Fixed bug in optimizer where it didn't choose right table order in some cases
2004-01-19 23:51:17 +01:00
monty@mysql.com
63499f3d09
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-01-19 23:10:18 +01:00
serg@serg.mylan
ca8929a1fb
trivial FT2 bug in mi_write fixed
...
(same as ChangeSet@1.1538.36.1, 2003-06-12 12:41:29+02:00, serg@serg.mylan , "FT2 bug in mi_delete fixed")
BUG#2417
2004-01-18 17:29:27 +01:00
monty@mysql.com
d4543818b0
Fixed table crash bug when updating row > 16M (Bug #2159 )
2004-01-15 21:39:56 +01:00
serg@serg.mylan
8caf856afe
an obvious bug in _mi_key_cmp fixed (BUG#2295 - range on blobs)
2004-01-15 16:31:27 +01:00
serg@serg.mylan
f7d4410b57
checking 2nd level of FT index destroyed info->lastkey and CHECK TABLE erroneously treated table as corrupted
...
bug#2190
2004-01-12 17:43:39 +01:00
pem@mysql.com
99e0ae85c7
Merge 4.1 to 5.0.
2003-12-19 18:03:27 +01:00
monty@mysql.com
031390a9a4
Fixes after merge with 4.0
...
Cleaned up embedded library access and query cache handling
Changed min stack size to 128K (to allow longer MyISAM keys)
Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
2003-12-19 16:25:50 +02:00
monty@mysql.com
e0cc6799ec
Merge with 4.0.17
2003-12-17 17:35:34 +02:00
monty@mysql.com
56f0abf7bb
Portability fixes (mostly test suite)
...
Make ENGINE= an alias for TYPE= (Compabiltiy with 4.1)
Fix when using symlinked data files and realpath() is not working
2003-12-16 13:20:17 +02:00
monty@mysql.com
427ce41c3c
Fixed bug in last push found by valgrind
2003-12-14 08:12:07 -05:00
monty@mysql.com
f995a5f4aa
Fix autoincrement for signed columns (Bug #1366 )
...
Fixed problem with char > 128 in QUOTE() function. (Bug #1868 )
Disable creation of symlinks if my_disable_symlink is set
Fixed searching of TEXT with end space. (Bug #1651 )
Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711 )
Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998 )
Fixed timestamp.test
2003-12-12 22:26:58 +02:00
serg@serg.mylan
fddab846d4
chk_del() should not check key delete-chain
...
make a test for -inf more portable (-Inf)
2003-12-11 16:47:50 +01:00
serg@serg.mylan
eaa0c4494f
code cleanup after some reasoning
2003-12-09 20:49:48 +01:00
pem@mysql.com
24a2ae44a3
Merged 4.1 -> 5.0
2003-12-09 19:00:34 +01:00
serg@serg.mylan
d7f0cd241d
let chk_index() understand 2-level fulltext index format
2003-12-07 20:36:45 +01:00
pem@mysql.com
63f4858030
Merged 4.1 -> 5.0
2003-12-05 13:11:50 +01:00
serg@serg.mylan
3f1d0acbad
make a clear distinction between max_word_length in *characters* and in *bytes*
2003-12-04 21:58:28 +01:00
pem@mysql.com
6e717133c5
Merge 4.1 to 5.0
2003-12-01 16:14:40 +01:00
monty@mysql.com
7f9466a717
Merge
2003-11-28 13:31:38 +02:00
monty@mysql.com
ede8169d24
Added missing SSL library (Should be in source distribution)
...
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler)
Added a lot of 'version_xxx' strings to 'show variables'
Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris)
Fixed problem with printing sub selects to debug log
2003-11-28 12:18:13 +02:00
igor@rurik.mysql.com
b99377f3d2
mi_keycache.c:
...
Removed FLUSH_REMOVE flag (replaced it by FLUSH_RELEASE).
my_sys.h:
Removed FLUSH_REMOVE flag.
2003-11-25 22:20:31 -08:00
monty@mysql.com
b7de8a0bc6
Change to use real_sleep to make test work in build environment
2003-11-25 23:14:49 +02:00
serg@serg.mylan
19845c6b1f
WL#1172 optimization reverted
...
(see fulltext.test)
2003-11-24 14:49:03 +01:00
monty@mysql.com
05f1e10030
merge with 4.0
2003-11-23 14:52:02 +02:00
monty@mysql.com
7c725b2486
Fixed compiler warnings from Intel compiler in Win64
...
Added option --max-record-length=# to myisamchk
Don't try repair twice if doing myisamchk --repair --force
Shared memory handler didn't clean up things on errors or shutdown
2003-11-23 14:36:41 +02:00
monty@mysql.com
8aeb63dd3b
Update VC++ files
...
Portability fixes
After merge fixes
2003-11-21 01:53:01 +02:00
serg@serg.mylan
8ca1836207
yet another trunc* bug
2003-11-20 23:15:07 +01:00
monty@mysql.com
b01fcb4e14
Merge with 4.0 to get:
...
Fix for storing negative values in decimal fields
Fix for FLUSH TABLE with HANDLER
2003-11-20 22:30:48 +02:00
monty@mysql.com
7c6113a39f
Merge key cache structures to one
...
Fixed compiler warnings (IRIX C compiler and VC++)
2003-11-20 22:06:25 +02:00
serg@serg.mylan
707e7e8992
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-11-19 23:13:48 +01:00
serg@serg.mylan
0c2107c6b4
minor fixups: more verbose on "no memory" errors - report requested size, avoid flushing rec buffer to a file that is closed and deleted already (on got_error=1)
2003-11-19 23:07:31 +01:00
pem@mysql.com
28a2c6a96b
Merging 4.1->5.0.
2003-11-19 15:19:46 +01:00
monty@mashka.mysql.fi
c9ae785bc3
Delete duplicate error message names
2003-11-18 17:28:00 +02:00
monty@mashka.mysql.fi
e5d75fb984
merge
2003-11-18 13:51:48 +02:00
monty@mashka.mysql.fi
cab1dc628c
CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS
...
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set
(One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
Removed compiler warnings
Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
2003-11-18 13:47:27 +02:00
monty@mashka.mysql.fi
a651262a10
Merge service name code
2003-11-17 13:10:07 +02:00
monty@mashka.mysql.fi
0d348eeab2
Fix for service names on windows; Now we always put the service name last when we create a service
2003-11-17 13:06:32 +02:00
serg@serg.mylan
9837748e5f
obligatory update checksum on repair, if it is obligatory verified on check.
2003-11-14 22:08:45 +01:00
serg@serg.mylan
f4d7afd213
multiple keycache fixes
2003-11-13 14:31:29 +01:00
serg@serg.mylan
cf10caef22
followup to the ft+latin2 bugfix
2003-11-13 12:54:53 +01:00
serg@sergbook.mylan
a1199c7749
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1
2003-11-08 16:00:00 +01:00
serg@sergbook.mylan
cdd8a2a9a5
fulltext.test, fulltext.result, ft_nlq_search.c:
...
a bug in latin1_german2 FT fixed
2003-11-08 15:41:24 +01:00
hf@deer.(none)
aa2869a336
Fix for memory overlap in rt_split.c (reported by valgrind)
2003-11-04 18:59:49 +04:00
ram@deer.(none)
ea5a7a3d7e
fix for r-tree code (memory overlap reported by valgrind)
...
new comments.
2003-11-04 17:58:18 +04:00
monty@narttu.mysql.fi
f763d4c31d
Removed some warnings reported by valgrind
...
After merge fixes.
Now code compiles, but there is still some valgrind warnings that needs to be fixed
2003-11-04 14:09:03 +02:00
monty@narttu.mysql.fi
4e4725377d
Merge with 4.0
2003-11-04 09:40:36 +02:00
serg@serg.mylan
e1e82a4e00
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-11-03 23:19:20 +01:00
serg@serg.mylan
5505abe102
fixed a bug in boolean fts where a word queue was created based on min_word_len, while with trunc* operator one could get shorter words
2003-11-03 23:18:55 +01:00
monty@mysql.com
4668b54837
Call my_sync() after all data is written to .frm file
...
Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file.
2003-11-02 15:55:02 +02:00
serg@serg.mylan
13b5f71844
post-merge fixes
2003-10-31 15:49:59 +01:00
serg@serg.mylan
74551a72ec
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-10-31 10:34:34 +01:00
igor@rurik.mysql.com
f29ed57531
Merge
2003-10-30 10:45:28 -08:00
monty@narttu.mysql.fi
bc00893d16
Change back service name to MySQL
...
Don't add service name to read config file segments if it's "MySQL"
Fixed possible memory leak when CHANGE USER failed.
2003-10-30 01:01:53 +02:00
serg@serg.mylan
d74ecc079f
style fixes
2003-10-24 13:23:06 +02:00
serg@serg.mylan
ad175936ef
ftbench fixes
2003-10-23 23:33:06 +02:00
serg@serg.mylan
b820d2a347
query expansion for fulltext search
2003-10-23 15:21:06 +02:00
serg@serg.mylan
df69309593
MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntax
2003-10-22 17:57:09 +02:00
pem@mysql.com
337238b78a
Merging 4.1->5.0
2003-10-22 16:10:22 +02:00
serg@serg.mylan
85942f14f4
ftbench fixes
2003-10-21 23:44:26 +02:00
serg@serg.mylan
f944fd4a65
merged
2003-10-21 11:58:43 +02:00
serg@serg.mylan
abb4c363d3
oops forgot to commit ft_parser.c :-[]
2003-10-20 21:32:49 +02:00
monty@mashka.mysql.fi
e87c9f5ff8
merge with 4.0
2003-10-16 03:08:40 +03:00
serg@serg.mylan
b3ca82ee21
get rid of default_charset_info for index fulltext searches
2003-10-15 19:01:47 +02:00
serg@serg.mylan
0ee817e737
cleanup
2003-10-15 18:05:04 +02:00
serg@serg.mylan
50d9b95b77
merged
2003-10-15 12:25:44 +02:00
serg@serg.mylan
5742f29a01
"phrase search" should not match partial words (it should not match 'paraphrase searches')
2003-10-14 16:19:13 +02:00
monty@narttu.mysql.fi
6056cfadfc
Merge with 4.0.16
2003-10-07 15:42:26 +03:00
serg@serg.mylan
0ce865b6b4
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-10-06 09:24:12 +02:00
serg@serg.mylan
fc5dedc6c5
WL#1172 - no row scan on trunc* operator
2003-10-02 21:13:51 +02:00
serg@serg.mylan
9a057fd0bd
ft1->ft2 auto-conversion on INSERT (WL#725)
2003-10-02 20:22:29 +02:00
igor@rurik.mysql.com
17aecac32c
Manual merge after improving concurrency for key cache reassignment
2003-10-01 20:16:36 -07:00
igor@rurik.mysql.com
8e5c62190f
Many files:
...
Improved concurrency for key cache reassignment
2003-10-01 18:20:07 -07:00
serg@serg.mylan
8c7c4de0b4
enum options renamed to avoid possible name conflicts
2003-09-29 11:21:17 +02:00
monty@narttu.mysql.fi
6153b0073d
Correct fix for buffer overruns for compressed blobs.
...
(Bugs #770 , #1304 and maybe #1295 )
2003-09-24 14:33:23 +03:00
pem@mysql.com
8d884c02bb
Merging 4.1 -> 5.0
2003-09-24 11:29:38 +02:00
monty@narttu.mysql.fi
5f164e2f70
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-09-23 13:36:25 +03:00
lenz@mysql.com
40cabaa773
- fixed several typos ("uppdate"->"update" and "tryed"->"tried")
2003-09-19 18:34:57 +02:00
monty@narttu.mysql.fi
dfd981505a
More explicit error messages from myisamchk
2003-09-16 14:45:42 +03:00
monty@mashka.mysql.fi
73f66f68fd
merge with 4.0.15
2003-09-11 20:24:14 +03:00
monty@mashka.mysql.fi
045eb3d8fe
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mashka.mysql.fi:/home/my/mysql-4.0
2003-09-05 17:06:36 +03:00
monty@mashka.mysql.fi
75b2c4a62f
Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was not updated directly after an UPDATE of split dynamic rows.
2003-09-05 06:42:55 +03:00
monty@narttu.mysql.fi
4b3b4b9250
merge
2003-09-03 19:53:08 +03:00
serg@serg.mylan
755455e15c
merged
2003-09-03 12:07:18 +02:00
serg@serg.mylan
2fcab1c2ee
CHECKSUM TABLE table1, table2, ... [ QUICK | EXTENDED ]
2003-09-03 11:34:32 +02:00
serg@serg.mylan
15b650fe72
more sanity checks for compressed files, BUG#770
2003-09-02 16:49:00 +02:00
serg@serg.mylan
c297aa934e
s/\t/ / in command-line help text
2003-09-02 08:37:27 +02:00
monty@narttu.mysql.fi
77a70a0a24
merge with 4.0.15
2003-08-29 13:44:35 +03:00
serg@serg.mylan
d09626d9d6
post-merge fixes
2003-08-28 13:14:54 +02:00
monty@narttu.mysql.fi
cd25e1691c
ixed overflow bug in MyISAM and ISAM when using packed tables with a lot of fields and blobs
2003-08-28 12:27:35 +03:00
monty@narttu.mysql.fi
8a77f97079
Add detection of in_addr_t
...
Add pack_bits to pack_reclength for dynamic rows. This solves buffer a possible buffer overflow on update.
(This will probably solve bug #563 )
Fix test for available file descriptors in mysqltest
Fixed core dump bug in replication tests when running without transactional table support
2003-08-28 06:08:17 +03:00
serg@serg.mylan
cb82f06dfb
do not try to "analyze" or "sort index" in the table that has no indexes or no records if --check-only-changed option is used.
...
It's because such a table is never marked as "analyzed" or "sorted", so --check-only-changed doesn't work
2003-08-27 00:58:42 +02:00
serg@serg.mylan
1fb8c31e07
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-08-26 23:57:14 +02:00
serg@serg.mylan
f7f48719f8
fix ANALYZE TBALE to never generate rec_per_key_part < 1, as it prevent the table from being marked as analyzed (and the value is meaningless anyway)
2003-08-26 23:52:15 +02:00
Sinisa@sinisa.nasamreza.org
ff6bc0965b
Fixed a very rarge memory overrun bug in the myisamlog program.
2003-08-26 22:02:58 +03:00
pem@mysql.com
7f158dd12a
Merge 4.1 into 5.0
2003-08-26 11:51:09 +02:00
igor@rurik.mysql.com
40193a7fa5
Manual merge
2003-08-26 00:13:22 -07:00
monty@narttu.mysql.fi
2c1f1206c3
Better fix for myisamchk --sort-index on windows
...
Fixed deadlock bug when doing resize of key buffer while key buffer was in active use
2003-08-25 17:19:44 +03:00
monty@narttu.mysql.fi
f83e876065
Update of VC++ project files (to remove link warnings)
...
Fix unlock error in myisamchk on windows when doing --sort-index
Use SetFilePointer instead of SetFilePointerEx
2003-08-25 14:27:32 +03:00
monty@narttu.mysql.fi
359846f052
Fixed some varnings from valgrind
...
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
2003-08-20 16:25:44 +03:00
serg@serg.mylan
e5fd812d51
FT-NL bugfix - ignore words that appear more than in 2mio rows to avoid tree overflow.
...
optimization: abort search for common (>50% rows) words earlier.
2003-08-19 20:53:45 +02:00
monty@narttu.mysql.fi
d79cbc3b99
Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protected)
...
Changed some non fatal myisamchk error messages to warnings
2003-08-17 14:10:15 +03:00
serg@serg.mylan
ba28624c26
myisamchk - don't mark table as crashed if --sort-records=<key> failed because of unappropriate key or read-only table
2003-08-12 15:56:55 +02:00
serg@serg.mylan
bc9f6cde50
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-08-12 15:30:47 +02:00
serg@serg.mylan
06e5657993
MyISAM was erroneously using max_ref_length when estimating min_pack_length.
2003-08-12 15:30:20 +02:00
serg@serg.mylan
147b34e2f4
snprintf compatibility fix
2003-08-12 15:28:36 +02:00
monty@mashka.mysql.fi
2263e3e51f
Merge with 4.0.14
2003-08-11 22:44:43 +03:00
igor@rurik.mysql.com
2813cd1f0b
set_var.cc, mysqld.cc, handler.cc, set_var.h, handler.h:
...
Added key cache parameters for midpoint insertion strategy
Many files:
Added midpoint insertion strategy for key cache
mi_test2.c:
Added a parameter to resize_key_cache
2003-08-09 11:12:22 -07:00
monty@mashka.mysql.fi
8f08c511ee
Review of changesets since last pull.
...
(Mostly code cleanups)
2003-08-07 20:16:37 +03:00
serg@serg.mylan
79922d946a
table checksum background:
...
my_checksum() mysys function
NISAM checksum code moved from mysys to isam/ - it's obsolete
MyISAM checksum code moved to mysys
table's checksum accessible from sql layer
SHOW TABLE STATUS shows checksum (WL#646)
code cleanup
2003-08-05 21:14:15 +02:00
igor@rurik.mysql.com
9306f55d8e
Many files:
...
Added key cache assignment
mi_locking.c:
Added key cache assignment: correction
my_sys.h:
Added key cache variable structure
2003-08-02 02:43:18 -07:00
serg@serg.mylan
fb5a1da621
bug #942 . docid == ftb->lastpos in join on looping over nested table
2003-07-31 13:45:35 +02:00
serg@serg.mylan
c8c7aab6a0
Bug#937
...
myisamchk.c:
help text clarified
mi_check.c:
allow one to "analyze" empty table :)
2003-07-30 16:15:10 +02:00
serg@serg.mylan
7a646f305c
myisamchk --sort-records crash on compressed tables fixed.
2003-07-21 22:21:07 +02:00
hf@deer.(none)
cb310f763a
Fix for #712 with Serg's suggestions
2003-07-19 18:17:29 +05:00
hf@deer.(none)
a71c5c390b
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into deer.(none):/home/hf/work/mysql-4.0
2003-07-19 13:51:15 +05:00
monty@narttu.mysql.fi
7b8a54b512
Fixed memory overrun when doing REPAIR on table with multi-part auto_increment key where one part was a packed CHAR
2003-07-18 04:04:24 +03:00
igor@rurik.mysql.com
f0ca5d545d
Makefile.am:
...
Added mi_keycache.c
2003-07-16 13:57:04 -07:00
igor@rurik.mysql.com
42e1296e9d
mi_keycache.c:
...
new file
Many files:
Added CACHE INDEX command
2003-07-16 12:30:49 -07:00
hf@deer.(none)
9b4ebf3d29
Proposed bugfix for #712
...
Monty revoked any locks for temporary tables in
ha_myisam::external_lock()
But further code bans using write cache on nonlocked tables
this makes operations much slower
2003-07-14 12:40:58 +05:00
monty@mashka.mysql.fi
b2cbd83913
Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYS
...
Removed double my_thread_end() which caused fatal error on windows if mysqld died on startup
2003-07-08 23:58:04 +03:00
pem@mysql.telia.com
9c3a7a6ba3
Merge 4.1 into 5.0 (first pass).
2003-07-08 17:50:23 +02:00
igor@rurik.mysql.com
236560e8b3
Merge rurik.mysql.com:/home/igor/mysql-4.1
...
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
2003-06-30 09:53:04 -07:00
igor@rurik.mysql.com
10a8adc1b5
Many files:
...
Added multiple key cache
2003-06-30 09:41:41 -07:00
serg@serg.mylan
d5fbeee71f
fixed a bug that made 4.0 MYI+FT files unreadable in 4.1
2003-06-28 23:54:33 +02:00
monty@mashka.mysql.fi
5f556f11e0
Fixed memory allocation in Unique to not allocate too much memory
2003-06-26 07:56:55 +03:00
monty@narttu.mysql.fi
1bd306ccd4
Fixed some new memory leaks
...
Updated VC++ files
2003-06-24 12:10:35 +03:00
igor@rurik.mysql.com
5425591503
Merge
2003-06-18 07:31:23 -07:00
serg@serg.mylan
9b3dccd662
reverting Monty's "fix" that turned a warning into an error.
2003-06-16 19:07:48 +02:00
serg@serg.mylan
9f67e10d0d
consistency fix - all help texts for command-line options should end with a dot.
2003-06-13 10:59:02 +02:00
igor@rurik.mysql.com
a0f3dcc3c8
Merge rurik.mysql.com:/home/igor/mysql-4.1
...
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
2003-06-12 06:22:35 -07:00
igor@rurik.mysql.com
f547f2769f
Many files:
...
New feature: preload indexes into key cache.
mi_preload.c:
new file
Many files:
Added preload statement.
2003-06-12 04:29:02 -07:00
serg@serg.mylan
c317269dac
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-06-12 12:42:01 +02:00
serg@serg.mylan
1d679dbee8
FT2 bug in mi_delete fixed
2003-06-12 12:41:29 +02:00
paul@ice.snake.net
38268be444
ft_update.c:
...
Fix parse error per serg instructions.
2003-06-11 16:27:26 -05:00
serg@serg.mylan
e88e650d5e
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-06-09 22:28:15 +02:00
serg@serg.mylan
a2b53947e0
more DBUG_xxx tags
2003-06-09 22:26:22 +02:00
bar@bar.mysql.r18.ru
759214fa41
MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one now)
...
Some default_charset_info were removed
2003-06-03 14:59:17 +05:00
bar@bar.mysql.r18.ru
8192d169a2
CHARSET_INFO structure reorganization for easier maintainance
2003-05-23 17:45:52 +05:00
monty@mashka.mysql.fi
6aa8929cf3
After merge fixes
...
Added initialization of all important global variables
2003-05-21 21:39:58 +03:00
monty@narttu.mysql.fi
dd2b7918cd
Merge with 4.0.13
2003-05-19 16:35:49 +03:00
monty@narttu.mysql.fi
c01678bc3d
Added option --read-only (Thanks to Markus Benning)
2003-05-19 12:01:38 +03:00
monty@narttu.mysql.fi
3e72b423e3
Fix for MacOSX and symlinks
...
Fix for USE_FRM and crashed index file
2003-05-14 01:27:26 +03:00
monty@mashka.mysql.fi
4bde719df7
Safety fix to enable RAID in max binaries
...
Better fix for format('nan')
Fix for HAVING COUNT(DISTINCT...)
2003-05-13 10:54:07 +03:00
monty@narttu.mysql.fi
51f9879008
Removed compiler warnings
...
Fixed memory leak in new filesort code
Optimzed sub selects to use keys with outer references.
Increased max tables in join to 62
2003-05-06 01:38:38 +03:00
serg@serg.mylan
12e53eb9e1
parallel-repair available in mysqld
2003-05-04 18:43:37 +02:00
serg@serg.mylan
40435e8554
mising reset_tree() in ft_reinit_search() added
2003-05-03 14:48:51 +02:00
monty@narttu.mysql.fi
9e4f394e59
Fix reference to not initialized memory
...
Changed handing of priv_host to fix bug in FLUSH PRIVILEGES
2003-04-30 10:15:09 +03:00
monty@mashka.mysql.fi
e741c893ea
Fix to remove compiler warnings
2003-04-28 19:05:57 +03:00
monty@mashka.mysql.fi
dd377bfba6
Fixed problem when comparing a key for a multi-byte-character set. (bug 152)
...
Use 0x.... as strings if 'new' mode. (bug 152)
Don't report -max on windows when InnoDB is enabled. (bug 332)
Reset current_linfo; This could cause a hang when doing PURGE LOGS.
Fix for row numbers in EXPLAIN (bug 322)
Fix that USE_FRM works for all table types (bug 97)
2003-04-27 22:12:08 +03:00
monty@mashka.mysql.fi
bf6cfd2948
Fix for -fbranch-probabilites (bug 268)
...
Fix for LEFT/RIGHT/MID with multi-byte-character sets (bug 314)
Fix for new bison 1.875
max_insert_delayed_threads and delayed_insert_timeout now works as documented (bug 211)
Don't show port in SHOW PROCESSLIST for system threads
Fix problem with ORDER BY being discarded for some DISTINCT queries (bug 275)
Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when
using many joined tables (Bug 212)
2003-04-26 20:43:28 +03:00
serg@sergbook.mysql.com
4c749f6f3e
Merge bk-internal:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-04-25 15:45:45 +04:00
monty@narttu.mysql.fi
f6a43bd567
Fixes for valgrind
...
Added optimzation for clustered index
Fixed bug in UPDATE ... ORDER BY
Fixed handling of UPDATE ... LIMIT
2003-04-23 21:52:16 +03:00
serg@sergbook.mysql.com
b6ca95a7f4
warning when a 4.1 MYI file is opened in 4.0
2003-04-23 14:03:21 +04:00
serg@sergbook.mysql.com
ae51f04564
do not mark the table as analyzed unless all the key parts are REALLY analyzed.
2003-04-23 00:53:07 +04:00
pem@mysql.com
64da2fff67
Post post-merge fix.
2003-04-17 00:34:15 +02:00
serg@sergbook.mysql.com
2381be2084
Merge bk-internal:/home/bk/mysql-4.1
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
2003-04-09 07:31:29 -07:00
hf@deer.mysql.r18.ru
5d4e9f95f2
Merging
2003-04-08 19:43:24 +05:00
hf@deer.mysql.r18.ru
0428d08606
SCRUM
...
two KILL versions
code trimming with headquarter's suggestions
2003-04-08 19:18:33 +05:00
monty@narttu.mysql.fi
a7708c7904
Merge with 4.0
2003-04-03 21:19:12 +03:00
monty@narttu.mysql.fi
618857b6eb
Merge with 3.23 to get fixes for:
...
mysqldump --delete-master-logs
Portability fix for hammer
Memory overrun for MyISAM
LOAD DATA LOCAL replication bug fix.
2003-04-03 12:33:13 +03:00
monty@narttu.mysql.fi
ec70bac3b9
Fixed problem with const table named with crashed test suite on MacOSX
2003-04-02 13:06:33 +03:00
ram@mysql.r18.ru
d5030a0541
Bug fix: should use my_free() instead of my_afree() after my_multi_malloc().
2003-04-01 15:33:09 +05:00
hf@genie.(none)
0ee0589e93
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into genie.(none):/home/hf/work/mysql-5.0.kil
2003-03-31 13:42:37 +05:00
hf@genie.(none)
f8f0b70380
SCRUM
...
two KILL commands implementation (version 2)
2003-03-31 13:39:46 +05:00
ram@mysql.r18.ru
446f6331e2
Bug fix: should use my_multi_malloc() here!!!
2003-03-31 13:32:34 +05:00
serg@sergbook.mysql.com
e9492a1d83
ft benchmark suite: initial checkin
2003-03-29 20:40:03 +03:00
ram@mysql.r18.ru
df7c02d8d0
Free allocated memory even in case of error.
2003-03-28 18:18:25 +04:00
ram@mysql.r18.ru
aa19b26c7b
Bug fix: should check _mi_new() return value.
2003-03-28 18:18:24 +04:00
ram@mysql.r18.ru
475d288e8f
Bug fix: should check _mi_write_keypage() return value.
2003-03-28 18:18:23 +04:00
monty@mashka.mysql.fi
3bed7a6131
Merge with 4.0.13
2003-03-26 18:37:38 +02:00
Sinisa@sinisa.nasamreza.org
a496daf777
A fix for a bug in MyISAM with large number of NULL columns and at
...
least one BLOB column.
2003-03-25 14:49:43 +02:00
monty@narttu.mysql.fi
5f5c367361
Fixed bug in allocation memory in key cache. (Memory was not properly aligned which cased core dumps on sparc CPU's)
...
Changed keycache variables to start with my_ instead of _my_
2003-03-25 02:37:41 +02:00
serg@sergbook.mysql.com
6c033b9854
make myisam usable without threads (and even w/o pthread_t)
2003-03-24 11:19:28 +01:00
ram@mysql.r18.ru
982c49dc19
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.sp
2003-03-20 20:57:07 +04:00
ram@mysql.r18.ru
396438a83b
R-tree bug fixes.
2003-03-20 20:55:53 +04:00
monty@narttu.mysql.fi
9f200ede0d
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into narttu.mysql.fi:/my/mysql-4.1
2003-03-20 02:06:08 +02:00
ram@mysql.r18.ru
031ac2a7b2
SRID support.
...
GeomertyFromWKB() function.
SRID() function.
::store() methods for Field_geom.
Code cleanup.
2003-03-18 15:30:32 +04:00
monty@narttu.mysql.fi
e7288f279e
After merge fixes
...
Don't create temporary objects with no table name
2003-03-17 15:05:04 +02:00
monty@narttu.mysql.fi
a434bca704
Merge with 4.0
2003-03-16 19:17:54 +02:00
hf@genie.(none)
5e66c7635a
ALTER TABLE ADD SPATIAL KEY bug fix
2003-03-12 15:37:39 +04:00
monty@mashka.mysql.fi
7fdf7a4101
merge with 3.23 to get:
...
- Better detection of crashed .MYI file
- Ignore writeable config files
2003-03-11 21:45:39 +02:00
monty@mashka.mysql.fi
c38125c5db
Cleaned up disk_pos_assert() to be more general.
2003-03-11 21:25:17 +02:00
serg@serg.mysql.com
2a3003e99b
more propection in mi_open against badly corrupted MYI headers
2003-03-10 16:48:13 +01:00
ram@mysql.r18.ru
008b9361bb
Bug fix: we should set proper my_errno
2003-03-05 16:07:12 +04:00
serg@serg.mysql.com
be580475be
fix auto-increment in sub-key and insert ... select
2003-03-02 01:48:57 +01:00
ram@mysql.r18.ru
368347685d
Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
2003-02-26 19:23:11 +04:00
monty@narttu.mysql.fi
9a46698e1e
Merge with 4.0.11
2003-02-26 01:03:47 +02:00
ram@mysql.r18.ru
569675f7c5
rtree_find_X functions speed-up: we don't need to store whole key buffer for next search.
...
Code clean-up.
2003-02-25 19:07:59 +04:00
serg@serg.mysql.com
55ae7d26f6
make myisamchk -R to work, if the table contains fulltext indexes
2003-02-22 15:51:21 +01:00
serg@serg.mysql.com
f43600cdd6
do not accept -R (sort by index) for FULLTEXT indexes
2003-02-22 11:44:26 +01:00
ram@mysql.r18.ru
c0d7208413
Bug fix: we should not use info->buff for searching after we found last key in page
2003-02-20 16:44:34 +04:00
ram@mysql.r18.ru
0177b8bba9
Code cleanup
2003-02-19 21:28:19 +04:00
ram@mysql.r18.ru
e5418e04c6
Bug fix: we should set have_rtree value in case of table reopen.
...
Code cleanup.
2003-02-19 21:14:50 +04:00
serg@serg.mysql.com
096555ff6a
Merge work:/home/bk/mysql-4.1
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
2003-02-18 18:14:25 +01:00
serg@serg.mysql.com
eced8a1df9
bug in ft2 repair-by-sort fixed (sort_key_cmp() using ft2_keydef for ft keys)
2003-02-18 18:06:28 +01:00
ram@mysql.r18.ru
907a81afb2
bug fixes
2003-02-18 11:49:05 +04:00
ram@mysql.r18.ru
6adf0c115b
bug fixes
2003-02-17 19:29:09 +04:00
monty@mashka.mysql.fi
3695c64111
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2003-02-12 23:18:00 +02:00
bar@bar.mysql.r18.ru
f38ea69774
rt_index.c:
...
Bug fix
2003-02-12 19:50:49 +04:00
monty@mashka.mysql.fi
25de9c19b2
After merge fixes & remove compiler warnings
...
Added lengths for all MYSQL_FIELD string parameters
Changed field length to 2 byte in .frm files
2003-02-07 15:47:24 +02:00
monty@mashka.mysql.fi
023d6dd39b
Merge with 4.0.11
2003-02-04 21:52:14 +02:00
serg@serg.mysql.com
00db3c391b
fixed crash with blobs in compressed table
2003-01-30 19:34:19 +01:00
venu@myvenu.com
8673530904
Merge work.mysql.com:/home/bk/mysql-4.1
...
into myvenu.com:/home/venu/bk/src-4.1
2003-01-28 21:08:42 -08:00
venu@myvenu.com
b312b97aa0
Fix for windows specific errors
2003-01-28 21:02:20 -08:00
serg@serg.mysql.com
1ced5948f0
low-level error messages cleanup
2003-01-28 17:42:08 +01:00
monty@mashka.mysql.fi
6b71279382
merge
2003-01-28 09:02:51 +02:00
monty@mashka.mysql.fi
689578a099
Fixes for Netware
...
Call pthread_mutex_destroy() on not used mutex.
Changed comments in .h and .c files from // -> /* */
Added detection of mutex on which one didn't call pthread_mutex_destroy()
Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
Added optimisation for ORDER BY NULL
2003-01-28 08:38:28 +02:00
serg@serg.mysql.com
30eb9c5755
remove warnings
2003-01-27 17:52:55 +01:00
serg@serg.mysql.com
e1dc02b975
protection agains badly charsed indexfile
2003-01-27 17:27:21 +01:00