~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to myisam/ChangeLog

  • Committer: bk at mysql
  • Date: 2000-07-31 19:29:14 UTC
  • Revision ID: sp1r-bk@work.mysql.com-20000731192914-08846
Import changeset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2000-07-02  Michael Widenius  <monty@mysql.com>
 
2
 
 
3
* Added safety margin to guard against full index file.
 
4
 
 
5
2000-05-22  Michael Widenius  <monty@mysql.com>
 
6
 
 
7
* Fixed that --join works with myisampack.
 
8
 
 
9
2000-05-14  Michael Widenius  <monty@mysql.com>
 
10
 
 
11
* Don't lock datafile during myisamchk (only indexfile is locked;  This is good
 
12
  enough for all MyISAM functions); This made it possible to close datafile
 
13
  in rep_by_sort().
 
14
 
 
15
2000-05-04  Michael Widenius  <monty@mysql.com>
 
16
 
 
17
* Fixed bug in code that scanned after rows in a crashed table.
 
18
  This could cause an infinite loop when repairing tables.
 
19
        
 
20
2000-04-26  Michael Widenius  <monty@mysql.com>
 
21
 
 
22
* Fixed bug when doing read_next after a delete/insert which balanced key
 
23
  pages (In this case one internal buffer was wrongly reused)
 
24
 
 
25
2000-04-21  Michael Widenius  <monty@tik.pp.sci.fi>
 
26
 
 
27
* Changed mi_find_halfpos() to return key, key_length and pos after key.
 
28
* Don't join or split key buffers in the middle when inserting a key
 
29
  that is bigger than all other keys;  This will improve inserts when
 
30
  doing these in sorted order.
 
31
        
 
32
2000-04-04  Michael Widenius  <monty@mysql.com>
 
33
 
 
34
* Added support for different languages on key part level.
 
35
 
 
36
2000-02-23  Michael Widenius  <monty@monty.pp.sci.fi>
 
37
 
 
38
* Fixed that myisamchk works properly with RAID.
 
39
 
 
40
2000-02-07  Michael Widenius  <monty@tik.pp.sci.fi>
 
41
 
 
42
* Added delete and rename of tables (works with RAID tables)
 
43
 
 
44
2000-01-29  Michael Widenius  <monty@monty.pp.sci.fi>
 
45
 
 
46
* Fixed the sorting of index works with prefix-packed keys.
 
47
 
 
48
1999-11-24  Michael Widenius  <monty@monty.pp.sci.fi>
 
49
 
 
50
* Fixed that DECIMAL() keys are sorted correct for negative numbers.
 
51
 
 
52
1999-11-22  Michael Widenius  <monty@monty.pp.sci.fi>
 
53
 
 
54
* removed 'NO_LOCKING' macros.
 
55
* Added function mi_rnext_same
 
56
* Added support for concurrent reads.
 
57
        
 
58
1999-11-05  Michael Widenius  <monty@tik.pp.sci.fi>
 
59
 
 
60
* Added function mi_scan().
 
61
* Changed all functions to return error number in case of errors.
 
62
 
 
63
1999-08-17  Michael Widenius  <monty@tik.pp.sci.fi>
 
64
 
 
65
* Added option DELAY_KEY_WRITE to tables and mi_open()
 
66
 
 
67
1999-08-10  Michael Widenius  <monty@tik.pp.sci.fi>
 
68
 
 
69
* Added support of HA_READ_PREFIX_LAST to mi_rkey().  This finds the last
 
70
  row with the given prefix.
 
71
 
 
72
Mon Aug  2 13:54:35 1999  Michael Widenius  <monty@bitch.pp.sci.fi>
 
73
 
 
74
* Added data- and key-file-length to myisamchk.
 
75
* Fixed some problems with null and space packed keys.
 
76
 
 
77
1999-07-15  Michael Widenius  <monty@tik.pp.sci.fi>
 
78
 
 
79
* The following options are for COUNT(DISTINCT ..)
 
80
* Added option HA_EXTRA_NO_ROWS;  In this case only the index tree is updated
 
81
* Added mi_delete_all_rows()
 
82
        
 
83
1999-07-13  Michael Widenius  <monty@tik.pp.sci.fi>
 
84
 
 
85
* Added special handling of tempoary tables
 
86
 
 
87
1999-06-12  Michael Widenius  <monty@monty.pp.sci.fi>
 
88
 
 
89
* Added optional checksum for file and for each dynamic-length row
 
90
* Added unique constraint checking
 
91
        
 
92
1999-05-06  Michael Widenius  <monty@tik.pp.sci.fi>
 
93
 
 
94
* All index blocks of the same size now share the same key block delete link
 
95
 
 
96
1999-03-17  Michael Widenius  <monty@monty.pp.sci.fi>
 
97
 
 
98
* Different key packing code depending on if the first key part
 
99
  is a variable length column (space packed, BLOB or VARCHAR)
 
100
* The create interface allows one to specify a key segment to start and
 
101
  end one a specific bit.  (The bit handling isn't yet implemented)
 
102
* Added more tests to 'test1'
 
103
        
 
104
1999-03-16  Michael Widenius  <monty@monty.pp.sci.fi>
 
105
 
 
106
* Added option -m to myisamchk as an alternative to -e (-m is faster but
 
107
  not as quite as safe as -e).
 
108
* Added option --fast to not check not changed tables.
 
109
* The first update will set a bit that the table has been changed.
 
110
* The first update to a table increments a 'open_count' field. This will
 
111
  be reset on close.  This will allow myisamchk to find tables that hasn't
 
112
  been properly closed! 
 
113
* Support for true VARCHAR columns
 
114
        
 
115
1999-03-01  Michael Widenius  <monty@monty.pp.sci.fi>
 
116
 
 
117
* Dynamic length blocks are double linked to allow easy reallocation
 
118
  of block lengths.  This will help that the dynamic length data will not be
 
119
  as fragmented as with ISAM.
 
120
* Extended mypack_isam to compress BLOB/TEXT columns.   
 
121
* Allow keys on BLOB.
 
122
        
 
123
1999-02-06  Michael Widenius  <monty@monty.pp.sci.fi>
 
124
 
 
125
* Keys, key pointers and all varibles in the index file are stored in
 
126
  high-endian-order to get better compression.
 
127
* Allow NULL on keys
 
128
        
 
129
1998-10-29  Michael Widenius  <monty@monty.pp.sci.fi>
 
130
 
 
131
* All data is stored in low-endian order
 
132
  (This means that the files will be architecture and OS independent)   
 
133
* All record numbers are now of type 'ha_rows' and file pointer are now of type
 
134
  my_off_t.  One can use files with 32-64 bit pointers with a 32bit or 64bit
 
135
  record handling.
 
136
  Currently the code is limited to 5 bytes pointers, but this is real easy
 
137
  to change.