1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292
|
2003-05-08 Adam Spiers <mysqldiff@adamspiers.org>
* README: document bugs
* Diff.pm, Makefile.PL, README, Utils.pm:
- 0.33
- remove Perl 5.6 requirement (thanks to Tatsuhiko Miyagawa
for the suggestion)
* t/all.t, test.pl, MANIFEST: renamed test.pl to t/all.t to use
Test::Harness
* INSTALL: Make stuff more obvious
* test.pl: don't hang when mysqld up
* test.pl: more obvious on failure
* README: Class::MakeMethods
2002-09-10 Adam Spiers <mysqldiff@adamspiers.org>
* MANIFEST: mysqldiff.pl -> mysqldiff
* Diff.pm: version 0.32
* Diff.pm, Table.pm, test.pl:
Fix bug with INDEX <-> UNIQUE, spotted by John Smith. Thanks John!
Added regression tests.
2002-09-10 Adam Spiers <mysqldiff@adamspiers.org>
* Diff.pm: version 0.32
* Diff.pm, Table.pm, test.pl:
Fix bug with INDEX <-> UNIQUE, spotted by John Smith. Thanks John!
Added regression tests.
2002-09-08 Adam Spiers <mysqldiff@adamspiers.org>
* Table.pm:
fix most tests with MySQL 4
2002-07-24 Adam Spiers <mysqldiff@adamspiers.org>
* Diff.pm: version 0.31
* Database.pm, Diff.pm, test.pl:
- add almost complete set of tests
- fix obscure bugs relating to changing of keys on auto_increment rows
2002-06-20 Adam Spiers <mysqldiff@adamspiers.org>
* Diff.pm: version 0.30
* README:
update my email
* MANIFEST:
did a 'make manifest'
* Database.pm:
allow postgres-style '-- foo' comments
2002-06-09 Adam Spiers <mysqldiff@adamspiers.org>
* README:
Requires 5.6.0 now. Thanks to scottb (at) incursio.com for pointing
this out.
2002-05-24 Adam Spiers <mysqldiff@adamspiers.org>
* mysqldiff: add -B
2002-04-02 Adam Spiers <mysqldiff@adamspiers.org>
* Makefile.PL:
require Perl 5.6
2002-03-11 Adam Spiers <mysqldiff@adamspiers.org>
* mysqldiff:
slightly nicer output
* mysqldiff, Database.pm:
check we're applying changes to a db
2002-02-27 Adam Spiers <mysqldiff@adamspiers.org>
* Utils.pm:
stop directories being treated as files containing SQL definitions
2002-02-20 Adam Spiers <mysqldiff@adamspiers.org>
* mysqldiff:
disastrous typo
* mysqldiff, Database.pm, Diff.pm, Utils.pm:
version 0.29:
- refactoring
- new -A (--apply) option
- safety check for "use", "drop database" and "create database" commands
in file being canonicalised (thanks to Tripp Lilley for the idea)
2002-02-19 Adam Spiers <mysqldiff@adamspiers.org>
* Diff.pm: 0.28
* Diff.pm, mysqldiff:
add -k option
2002-02-14 Adam Spiers <mysqldiff@adamspiers.org>
* Table.pm:
still learning MakeMethods *sigh*
* Diff.pm: debugging
2002-02-13 Adam Spiers <mysqldiff@adamspiers.org>
* Diff.pm, Makefile.PL, Table.pm:
- use Class::MakeMethods
- don't break on fulltext (doesn't diff it yet though)
2002-01-09 Adam Spiers <mysqldiff@adamspiers.org>
* Diff.pm:
didn't quite do the bugfix right, thanks AGAIN Warwick!
2002-01-08 Adam Spiers <mysqldiff@adamspiers.org>
* Table.pm:
support KEY foo(bar) format with missing space
(thanks again to Warwick Smith)
* Table.pm:
fix problem with older MySQLs which don't include TYPE=MyISAM in dump
(thanks again to Warwick Smith)
* Table.pm:
no need for brackets around primary key
* Diff.pm:
no need for brackets around primary key (thanks to Warwick Smith)
2001-11-12 Adam Spiers <mysqldiff@adamspiers.org>
* mysqldiff, Utils.pm:
patch from Geoffrey Talvola <gtalvola@mediaone.net> to
allow specifying alternate ports.
2001-11-07 Adam Spiers <mysqldiff@adamspiers.org>
* Utils.pm:
missed a bit of the socket patch, thanks again Jody!
* README:
slight inaccuracies
* Makefile.PL:
omit postamble hack for other people
* Diff.pm, mysqldiff, Utils.pm:
- bump to 0.27
- move parse_arg and available_dbs to MySQL::Utils
- incorporate patch from Jody Biggs <jody@codegrok.com>
to support sockets
* .cvsignore:
*** empty log message ***
* Database.pm:
bug fix for empty databases from Noam Solomon <noam@socketnet.com>
* Makefile.PL:
best to stick to CPAN conventions
* Makefile.PL:
ChangeLog hack
* .cvsignore, INSTALL, Makefile.PL, MANIFEST, README, test.pl:
mysqldiff packaging
* Diff.pm:
bump up version for new release
* Database.pm, Diff.pm, Table.pm, Utils.pm:
- add missing `use strict' and fix compile errors - doh!
- support table options
2001-10-20 Adam Spiers <mysqldiff@adamspiers.org>
* Diff.pm:
fix primary key diffing
* Diff.pm: doh!
* mysqldiff, Diff.pm:
move MySQLdiff -> MySQL::Diff
2001-09-18 Adam Spiers <mysqldiff@adamspiers.org>
* Table.pm:
bugfix from Paul Mineiro (pmineiro@codegrok.com)
2001-02-19 Adam Spiers <mysqldiff@adamspiers.org>
* mysqldiff:
check that parse_arg succeeded
2001-02-14 Adam Spiers <mysqldiff@adamspiers.org>
* Database.pm, Table.pm, Utils.pm, mysqldiff:
split into pieces so we can reuse it in other utilities
2000-11-02 Adam Spiers <mysqldiff@adamspiers.org>
* mysqldiff:
- version 0.25
- rename 'hack' option to avoid clash
- fix --host0 bug
2000-10-16 Christof Damian
* mysqldiff:
- hack to be more tolerant
2000-09-04 Adam Spiers <mysqldiff@adamspiers.org>
* mysqldiff:
avoid warning
2000-08-31 Adam Spiers <mysqldiff@adamspiers.org>
* mysqldiff: 0.24
2000-08-31 Christof Damian
* mysqldiff:
- change column needs the name of old and new field
2000-08-24 Adam Spiers <mysqldiff@adamspiers.org>
* mysqldiff:
- add -t|--table-re option for only comparing tables which match a regexp
- 0.23
* mysqldiff:
- 0.22
- added -o option
* mysqldiff:
optional comments describing old defs
2000-08-23 Adam Spiers <mysqldiff@adamspiers.org>
* mysqldiff:
double-doh! there was a reason that close() was late ...
* mysqldiff:
doh! I was closing the filehandle too late, so mysqldump didn't get everything
* mysqldiff:
- add debugging
- handle UNIQUE indices
* mysqldiff:
fix bug with db:arg parsing
* mysqldiff:
keep Christof happy ;-)
* mysqldiff:
- fix broken usage text
- prepare for public release (free bug-testers *grin*)
* mysqldiff:
- added $VERSION
- $changes counter is now @changes
- outputs banner if @changes non-empty
- now compares indices
2000-08-22 Adam Spiers <mysqldiff@adamspiers.org>
* mysqldiff:
temp db names start with test_
* mysqldiff:
- first draft
- doesn't compare KEYs yet
- authentication code completely untested
|