OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / mysql / ChangeLog
1 ChangeSet
2   1.1581 03/10/17 02:32:09 lenz@mysql.com +1 -0
3    - Updated rpl_trunc_binlog test result after last change
4
5   mysql-test/r/rpl_trunc_binlog.result
6     1.3 03/10/17 02:32:07 lenz@mysql.com +0 -1
7      - Updated rpl_trunc_binlog test result after last change
8
9 ChangeSet
10   1.1580 03/10/17 00:00:25 guilhem@mysql.com +2 -0
11   A fix for a random test failure rpl_trunc_binlog: don't RESET MASTER
12   while the slave is connected.
13
14   sql/slave.cc
15     1.256 03/10/17 00:00:20 guilhem@mysql.com +1 -1
16     typo
17
18   mysql-test/t/rpl_trunc_binlog.test
19     1.3 03/10/17 00:00:19 guilhem@mysql.com +0 -2
20     don't RESET MASTER while the slave is connected; this could confuse the master or slave.
21     (In replication you don't RESET MASTER while a slave is connected!)
22
23 ChangeSet
24   1.1576.1.1 03/10/16 22:15:36 lenz@mysql.com +1 -0
25    - fixed small typo to resolve "test: argument expected" error on Solaris
26      and Tru64 when running "mysql_install_db"
27
28   scripts/mysql_install_db.sh
29     1.43 03/10/16 22:15:34 lenz@mysql.com +1 -1
30      - fixed small typo to resolve "test: argument expected" error on Solaris
31        and Tru64 when running "mysql_install_db"
32
33 ChangeSet
34   1.1577 03/10/16 20:55:15 monty@mashka.mysql.fi +6 -0
35   Safety fix to detect multiple calls to my_thread_end()
36   Portability fix (For Mac OS X)
37
38   sql/sql_test.cc
39     1.15 03/10/16 20:55:10 monty@mashka.mysql.fi +4 -0
40     Portability fix (For Mac OS X)
41
42   mysys/my_thr_init.c
43     1.22 03/10/16 20:55:10 monty@mashka.mysql.fi +7 -2
44     Safety fix to detect multiple calls to my_thread_end()
45
46   mysys/charset.c
47     1.35 03/10/16 20:55:10 monty@mashka.mysql.fi +43 -23
48     Cleanup indentation
49     Remove some short variable names
50
51   libmysqld/lib_sql.cc
52     1.43 03/10/16 20:55:10 monty@mashka.mysql.fi +0 -5
53     Remove duplicate call to my_thread_end()
54
55   include/my_pthread.h
56     1.63 03/10/16 20:55:10 monty@mashka.mysql.fi +1 -0
57     Safety fix to detect multiple calls to my_thread_end()
58
59   configure.in
60     1.288 03/10/16 20:55:10 monty@mashka.mysql.fi +1 -1
61     Added detection of malloc / sys/malloc
62
63 ChangeSet
64   1.1574.1.1 03/10/16 07:44:18 monty@mashka.mysql.fi +1 -0
65   Changing max_insert_delayed_threads now also changes the size of thread alarm buffer.
66
67   sql/set_var.cc
68     1.41 03/10/16 07:44:14 monty@mashka.mysql.fi +7 -5
69     Changing max_insert_delayed_threads now also changes the size of thread alarm buffer.
70
71 ChangeSet
72   1.1575 03/10/15 19:50:47 greg@mysql.com +2 -0
73   Created small scripts to manage in-tree diffs for 
74   NetWare platform, so changes are visible in the tree 
75   but cannot affect other platforms.
76
77   netware/BUILD/save-patch
78     1.1 03/10/15 19:50:29 greg@mysql.com +56 -0
79
80   netware/BUILD/apply-patch
81     1.1 03/10/15 19:50:29 greg@mysql.com +41 -0
82
83   netware/BUILD/save-patch
84     1.0 03/10/15 19:50:29 greg@mysql.com +0 -0
85     BitKeeper file /home/greg/bk/4.0/netware/BUILD/save-patch
86
87   netware/BUILD/apply-patch
88     1.0 03/10/15 19:50:29 greg@mysql.com +0 -0
89     BitKeeper file /home/greg/bk/4.0/netware/BUILD/apply-patch
90
91 ChangeSet
92   1.1572.1.1 03/10/15 21:41:13 monty@mashka.mysql.fi +10 -0
93   Better fix for CREATE TABLE IF NOT EXISTS ... SELECT
94   Fixed chsize() problem on windows
95   Extend default timeout on windows clients to 1 year (to avoid timeout problems)
96
97   sql/sql_table.cc
98     1.168 03/10/15 21:41:10 monty@mashka.mysql.fi +7 -0
99     Better fix for CREATE TABLE IF NOT EXISTS ... SELECT
100
101   sql/sql_insert.cc
102     1.105 03/10/15 21:41:10 monty@mashka.mysql.fi +1 -2
103     Better fix for CREATE TABLE IF NOT EXISTS ... SELECT
104
105   sql/sql_class.h
106     1.165 03/10/15 21:41:10 monty@mashka.mysql.fi +2 -2
107     Remove not used 'do_not_drop' field
108
109   sql/slave.cc
110     1.255 03/10/15 21:41:10 monty@mashka.mysql.fi +2 -0
111     Cleanup temporary tables when slave ends
112
113   sql/handler.h
114     1.88 03/10/15 21:41:10 monty@mashka.mysql.fi +9 -9
115     Remove not used field 'if_not_exists'
116     Ordered fields to be more optimized for new CPU's
117     Added field 'table_existed'
118
119   mysys/my_chsize.c
120     1.14 03/10/15 21:41:10 monty@mashka.mysql.fi +7 -6
121     Fix for windows
122
123   mysql-test/t/create.test
124     1.19 03/10/15 21:41:10 monty@mashka.mysql.fi +37 -12
125     More tests for CREATE TABLE IF NOT EXISTS ... SELECT
126
127   mysql-test/r/create.result
128     1.22 03/10/15 21:41:10 monty@mashka.mysql.fi +16 -0
129     More tests for CREATE TABLE IF NOT EXISTS ... SELECT
130
131   libmysql/libmysql.c
132     1.131 03/10/15 21:41:10 monty@mashka.mysql.fi +2 -2
133     Added client timeouts (for TCP/IP)
134
135   include/mysql.h
136     1.51 03/10/15 21:41:09 monty@mashka.mysql.fi +3 -0
137     Added client timeouts (for TCP/IP)
138
139 ChangeSet
140   1.1573 03/10/15 17:10:47 serg@serg.mylan +1 -0
141   dummy resize_thr_alarm for Netware
142
143   include/thr_alarm.h
144     1.15 03/10/15 17:10:40 serg@serg.mylan +2 -1
145     dummy resize_thr_alarm for Netware
146
147 ChangeSet
148   1.1572 03/10/15 16:55:24 monty@mashka.mysql.fi +2 -0
149   Updated comments
150
151   mysys/thr_alarm.c
152     1.39 03/10/15 16:55:21 monty@mashka.mysql.fi +6 -2
153     Updated comment
154
155   mysys/queues.c
156     1.15 03/10/15 16:55:21 monty@mashka.mysql.fi +23 -3
157     Comments for new functions (no code change)
158
159 ChangeSet
160   1.1571 03/10/15 16:23:01 monty@mashka.mysql.fi +4 -0
161   Merge bk-internal.mysql.com:/home/bk/mysql-4.0
162   into mashka.mysql.fi:/home/my/mysql-4.0
163
164   sql/sql_parse.cc
165     1.343 03/10/15 16:22:57 monty@mashka.mysql.fi +0 -0
166     Auto merged
167
168   sql/sql_class.h
169     1.164 03/10/15 16:22:57 monty@mashka.mysql.fi +0 -0
170     Auto merged
171
172   sql/set_var.cc
173     1.40 03/10/15 16:22:57 monty@mashka.mysql.fi +0 -0
174     Auto merged
175
176   sql/mysqld.cc
177     1.457 03/10/15 16:22:57 monty@mashka.mysql.fi +0 -0
178     Auto merged
179
180 ChangeSet
181   1.1570 03/10/15 15:21:50 monty@mashka.mysql.fi +1 -0
182   Add more information about memory usage to debug log
183
184   sql/sql_test.cc
185     1.14 03/10/15 15:21:48 monty@mashka.mysql.fi +7 -3
186     Add more information about memory usage
187
188 ChangeSet
189   1.1563.25.13 03/10/14 10:45:03 paul@teton.kitebird.com +1 -0
190   Identical mysql.ico and MYSQL.ICO
191   existed, causing problems on non-case-sensitive OSes.
192   Deleted conflicting file.
193
194   BitKeeper/deleted/.del-MYSQL.ICO~d93519b5f0d6ee1
195     1.2 03/10/14 10:42:40 paul@teton.kitebird.com +0 -0
196     Delete: VC++Files/mysqlshutdown/MYSQL.ICO
197
198 ChangeSet
199   1.1569 03/10/14 16:30:42 monty@mashka.mysql.fi +4 -0
200   Fixed bug in SET enum_system_variable=NULL
201
202   sql/set_var.cc
203     1.38.1.2 03/10/14 16:30:39 monty@mashka.mysql.fi +6 -5
204     Fixed bug in SET enum_system_variable=NULL
205     Moved some array elements to get result sorted
206
207   mysql-test/t/variables.test
208     1.17 03/10/14 16:30:39 monty@mashka.mysql.fi +2 -0
209     Add test for enum_system_variable=NULL
210
211   mysql-test/r/variables.result
212     1.21 03/10/14 16:30:39 monty@mashka.mysql.fi +2 -0
213     Add test for enum_system_variable=NULL
214
215 ChangeSet
216   1.1563.25.12 03/10/14 13:10:41 serg@serg.mylan +1 -0
217   make LOCK TABLES to work when Lock_tables_priv is granted on the DB level and Select_priv is granted on the table level.
218
219   sql/sql_parse.cc
220     1.342 03/10/14 13:10:39 serg@serg.mylan +1 -1
221     make LOCK TABLES to work when Lock_tables_priv is granted on the DB level and Select_priv is granted on the table level.
222
223 ChangeSet
224   1.1563.25.11 03/10/14 00:27:04 serg@serg.mylan +1 -0
225   Merge bk-internal:/home/bk/mysql-4.0/
226   into serg.mylan:/usr/home/serg/Abk/mysql-4.0
227
228   sql/slave.cc
229     1.254 03/10/14 00:27:01 serg@serg.mylan +0 -0
230     Auto merged
231
232 ChangeSet
233   1.1568 03/10/11 22:00:24 monty@mashka.mysql.fi +21 -0
234   Add new user variables for tuning memory usage:
235   query_alloc_block_size, query_prealloc_size, range_alloc_block_size,transaction_alloc_block_size and transaction_prealloc_size
236   Add more checks for "out of memory" detection in range optimization
237
238   sql/table.cc
239     1.66 03/10/11 22:00:21 monty@mashka.mysql.fi +1 -1
240     Add new user variables for tuning memory usage
241
242   sql/sql_update.cc
243     1.92 03/10/11 22:00:21 monty@mashka.mysql.fi +1 -1
244     Add new user variables for tuning memory usage
245
246   sql/sql_udf.cc
247     1.26 03/10/11 22:00:21 monty@mashka.mysql.fi +1 -1
248     Add new user variables for tuning memory usage
249
250   sql/sql_test.cc
251     1.13 03/10/11 22:00:20 monty@mashka.mysql.fi +27 -0
252     Add information about memory useage if system supports mallinfo()
253
254   sql/sql_select.cc
255     1.260 03/10/11 22:00:20 monty@mashka.mysql.fi +11 -8
256     Add new user variables for tuning memory usage
257
258   sql/sql_parse.cc
259     1.339.1.2 03/10/11 22:00:20 monty@mashka.mysql.fi +9 -9
260     Add new user variables for tuning memory usage
261
262   sql/sql_delete.cc
263     1.99 03/10/11 22:00:20 monty@mashka.mysql.fi +2 -1
264     Add new user variables for tuning memory usage
265
266   sql/sql_class.h
267     1.162.1.1 03/10/11 22:00:20 monty@mashka.mysql.fi +5 -0
268     Add new user variables for tuning memory usage
269
270   sql/sql_acl.cc
271     1.118 03/10/11 22:00:20 monty@mashka.mysql.fi +2 -2
272     Add new user variables for tuning memory usage
273
274   sql/set_var.cc
275     1.38.1.1 03/10/11 22:00:20 monty@mashka.mysql.fi +25 -0
276     Add new user variables for tuning memory usage
277
278   sql/opt_range.h
279     1.23 03/10/11 22:00:20 monty@mashka.mysql.fi +8 -6
280     Add new user variables for tuning memory usage
281
282   sql/opt_range.cc
283     1.85 03/10/11 22:00:20 monty@mashka.mysql.fi +70 -40
284     Add new user variables for tuning memory usage
285     Add more checks for out of memory conditions
286
287   sql/opt_ft.h
288     1.5 03/10/11 22:00:20 monty@mashka.mysql.fi +4 -3
289     Add new user variables for tuning memory usage
290
291   sql/opt_ft.cc
292     1.3 03/10/11 22:00:20 monty@mashka.mysql.fi +4 -4
293     Add new user variables for tuning memory usage
294
295   sql/mysqld.cc
296     1.454.1.2 03/10/11 22:00:20 monty@mashka.mysql.fi +29 -1
297     Add new user variables for tuning memory usage
298
299   sql/mysql_priv.h
300     1.208 03/10/11 22:00:20 monty@mashka.mysql.fi +10 -0
301     Add new user variables for tuning memory usage
302
303   sql/log_event.cc
304     1.136 03/10/11 22:00:20 monty@mashka.mysql.fi +2 -2
305     Add new user variables for tuning memory usage
306
307   sql/ha_berkeley.cc
308     1.111 03/10/11 22:00:20 monty@mashka.mysql.fi +1 -1
309     Use init_sql_alloc instead of init_alloc_root for better OOM detection
310
311   mysql-test/t/variables.test
312     1.16 03/10/11 22:00:20 monty@mashka.mysql.fi +12 -0
313     Test of new variables
314
315   mysql-test/r/variables.result
316     1.20 03/10/11 22:00:20 monty@mashka.mysql.fi +32 -0
317     Test of new variables
318
319   configure.in
320     1.287 03/10/11 22:00:20 monty@mashka.mysql.fi +1 -1
321     Added detection of mallinfo
322
323   BitKeeper/etc/ignore
324     1.151 03/10/11 21:53:01 monty@mashka.mysql.fi +1 -0
325     added scripts/make_sharedlib_distribution
326
327 ChangeSet
328   1.1563.36.1 03/10/09 17:40:38 guilhem@mysql.com +1 -0
329   Make the slave die if master is 5.0. Indeed, 5.0 masters send
330   a Format_description_log_event (or maybe it will be named
331   Description_log_event) which is not recognized by 4.0, so
332   a 4.0 can't be a slave of 5.0. We detect it early to produce
333   a helpful message instead of "corrupted relay log" later.
334
335   sql/slave.cc
336     1.251.1.2 03/10/09 17:40:33 guilhem@mysql.com +3 -2
337     Make the slave die if master is 5.0.
338
339 ChangeSet
340   1.1563.32.12 03/10/08 17:15:59 vva@eagle.mysql.r18.ru +1 -0
341   fixed temp directory for mysqlbinlog (was wrong on solaris)
342
343   mysql-test/t/mysqlbinlog.test
344     1.5 03/10/08 17:15:52 vva@eagle.mysql.r18.ru +8 -8
345     fixed temp directory for mysqlbinlog (was wrong on solaris)
346
347 ChangeSet
348   1.1563.32.11 03/10/08 12:49:42 lenz@mysql.com +1 -0
349   Merge
350
351   scripts/Makefile.am
352     1.30 03/10/08 12:49:40 lenz@mysql.com +0 -0
353     SCCS merged
354
355 ChangeSet
356   1.1563.35.1 03/10/08 12:35:24 lenz@mysql.com +2 -0
357    - added make_sharedlib_distribution.sh to the source distribution
358
359   scripts/make_sharedlib_distribution.sh
360     1.1 03/10/08 12:35:22 lenz@mysql.com +117 -0
361
362   scripts/make_sharedlib_distribution.sh
363     1.0 03/10/08 12:35:22 lenz@mysql.com +0 -0
364     BitKeeper file /space/my/mysql-4.0-build/scripts/make_sharedlib_distribution.sh
365
366   scripts/Makefile.am
367     1.27.1.1 03/10/08 12:35:22 lenz@mysql.com +3 -1
368      - added make_sharedlib_distribution.sh to the source distribution
369
370 ChangeSet
371   1.1563.32.10 03/10/08 10:23:54 monty@narttu.mysql.fi +2 -0
372   Fixed test case that my last patch to mysqlbinlog broke.
373   Changed --remote to --read-from-remote-server (mysqlbinlog)
374
375   mysql-test/t/mysqlbinlog.test
376     1.4 03/10/08 10:23:53 monty@narttu.mysql.fi +4 -4
377     Fixed test case that --remote broke
378
379   client/mysqlbinlog.cc
380     1.89 03/10/08 10:23:53 monty@narttu.mysql.fi +1 -1
381     Changed --remote to --read-from-remote-server to make option more understandable
382
383 ChangeSet
384   1.1563.34.1 03/10/08 01:30:10 monty@narttu.mysql.fi +1 -0
385   Fix for option 'R' (connect to remote server) in mysqlbinlog
386
387   client/mysqlbinlog.cc
388     1.88 03/10/08 01:30:09 monty@narttu.mysql.fi +11 -17
389     Fix for option 'R' (connect to remote server)
390
391 ChangeSet
392   1.1563.25.10 03/10/07 18:58:36 serg@serg.mylan +4 -0
393   merged
394
395 ChangeSet
396   1.1563.32.8 03/10/07 18:45:22 guilhem@mysql.com +1 -0
397   Fix for a test failure with the standard (no-BDB) binary:
398   as the test is meaningful only if the slave supports transactions,
399   we require this. As in 4.0 the slave runs with --skip-innodb, we
400   test for BDB.
401
402   extra/resolveip.c
403     1.22 03/10/07 18:58:34 serg@serg.mylan +2 -0
404     merged
405
406   sql/sql_parse.cc
407     1.341 03/10/07 18:57:39 serg@serg.mylan +0 -0
408     Auto merged
409
410   sql/slave.cc
411     1.253 03/10/07 18:57:39 serg@serg.mylan +0 -0
412     Auto merged
413
414   mysql-test/r/create.result
415     1.21 03/10/07 18:57:39 serg@serg.mylan +0 -0
416     Auto merged
417
418   mysql-test/t/rpl_trunc_binlog.test
419     1.2 03/10/07 18:45:18 guilhem@mysql.com +4 -0
420     Fix for a test failure with the standard (no-BDB) binary:
421     as the test is meaningful only if the slave supports transactions,
422     we require this. As in 4.0 the slave runs with --skip-innodb, we
423     test for BDB.
424
425 ChangeSet
426   1.1563.32.6 03/10/07 15:44:31 monty@narttu.mysql.fi +4 -0
427   Simple cleanups
428
429   scripts/mysql_install_db.sh
430     1.42 03/10/07 15:44:29 monty@narttu.mysql.fi +1 -1
431     Change -eq to =
432
433   scripts/Makefile.am
434     1.29 03/10/07 15:44:29 monty@narttu.mysql.fi +0 -1
435     Remove duplicate
436
437   mysql-test/mysql-test-run.sh
438     1.182 03/10/07 15:44:29 monty@narttu.mysql.fi +8 -6
439     Cleanup of mysqldump/mysqlbinlog argument handling
440
441   client/mysqlbinlog.cc
442     1.87 03/10/07 15:44:29 monty@narttu.mysql.fi +9 -1
443     Add default handling to mysqlbinlog
444
445 ChangeSet
446   1.1563.32.5 03/10/07 00:23:29 monty@narttu.mysql.fi +4 -0
447   After merge fixes
448
449   sql/log_event.cc
450     1.135 03/10/07 00:23:28 monty@narttu.mysql.fi +5 -5
451     Better (shorter) error message
452
453   mysql-test/r/rpl_trunc_binlog.result
454     1.2 03/10/07 00:23:28 monty@narttu.mysql.fi +1 -1
455     Updated results
456
457   mysql-test/mysql-test-run.sh
458     1.181 03/10/07 00:23:28 monty@narttu.mysql.fi +1 -1
459     Fixed comment
460
461   extra/resolveip.c
462     1.20.1.2 03/10/07 00:23:28 monty@narttu.mysql.fi +1 -0
463     After merge fix
464
465 ChangeSet
466   1.1563.32.4 03/10/06 21:21:04 monty@narttu.mysql.fi +38 -0
467   Merge with 3.23.58
468
469   sql/sql_parse.cc
470     1.339.1.1 03/10/06 21:21:02 monty@narttu.mysql.fi +0 -12
471     Merge with 3.23.58 (Keep old code)
472
473   sql/slave.cc
474     1.251.1.1 03/10/06 21:21:02 monty@narttu.mysql.fi +0 -2
475     Merge with 3.23.58 (Keep old code)
476
477   scripts/Makefile.am
478     1.28 03/10/06 21:21:02 monty@narttu.mysql.fi +0 -2
479     Merge with 3.23.58
480
481   extra/resolveip.c
482     1.20.1.1 03/10/06 21:21:02 monty@narttu.mysql.fi +0 -6
483     Merge with 3.23.58
484
485   configure.in
486     1.286 03/10/06 21:21:02 monty@narttu.mysql.fi +0 -1
487     Merge with 3.23.58 (Keep old code)
488
489   BitKeeper/deleted/.del-Documentation.fgl~cf0ac866737a5c7d
490     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
491     Auto merged
492
493   BitKeeper/deleted/.del-value.shl~98c2851db96b919e
494     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
495     Auto merged
496
497   BitKeeper/deleted/.del-value.shl~718b5b291d5ff04d
498     1.5 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
499     Auto merged
500
501   BitKeeper/deleted/.del-infolist.txt~ee370f4771c83a97
502     1.5 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
503     Auto merged
504
505   BitKeeper/deleted/.del-infolist.txt~58b203247936d266
506     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
507     Auto merged
508
509   BitKeeper/deleted/.del-Setup.tsb~e74dbc7688d4019a
510     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
511     Auto merged
512
513   BitKeeper/deleted/.del-Setup.rul~14510a994d515f19
514     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
515     Auto merged
516
517   BitKeeper/deleted/.del-Setup.obs~2f09140119879bc6
518     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
519     Auto merged
520
521   BitKeeper/deleted/.del-Setup.ins~ab68efc133d8411e
522     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
523     Auto merged
524
525   BitKeeper/deleted/.del-Setup.ino~85f07a856a69a722
526     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
527     Auto merged
528
529   BitKeeper/deleted/.del-Setup.dbg~688e9d3ec362ec34
530     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
531     Auto merged
532
533   BitKeeper/deleted/.del-Servers.fgl~36147accb82f759
534     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
535     Auto merged
536
537   BitKeeper/deleted/.del-SETUP.BMP~77e20d86bceb4903
538     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
539     Auto merged
540
541   BitKeeper/deleted/.del-MySQL 3.23.com.ipr~eb817edea43c6e6e
542     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
543     Auto merged
544
545   BitKeeper/deleted/.del-Grant Tables.fgl~31e527d126c42d90
546     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
547     Auto merged
548
549   BitKeeper/deleted/.del-Documentation.fgl~cf0ac866737a5c7d
550     1.3 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
551     Merge rename: VC++Files/InstallShield/3.23.XX-com/File Groups/Documentation.fgl -> BitKeeper/deleted/.del-Documentation.fgl~cf0ac866737a5c7d
552
553   BitKeeper/deleted/.del-Development.fgl~ca1458874a3fef81
554     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
555     Auto merged
556
557   BitKeeper/deleted/.del-Default.shl~e18d3f10bef97a28
558     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
559     Auto merged
560
561   BitKeeper/deleted/.del-Default.shl~a02a9093c2b6b0d9
562     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
563     Auto merged
564
565   BitKeeper/deleted/.del-Default.rge~2218627c2a901409
566     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
567     Auto merged
568
569   BitKeeper/deleted/.del-Default.fgl~a86ce70180b5aba4
570     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
571     Auto merged
572
573   BitKeeper/deleted/.del-Default.fgl~45b9e847fa4da131
574     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
575     Auto merged
576
577   BitKeeper/deleted/.del-Default.fdf~466762fdf65e1477
578     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
579     Auto merged
580
581   BitKeeper/deleted/.del-Default.cdf~1da6505528200d5e
582     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
583     Auto merged
584
585   BitKeeper/deleted/.del-Clients and Tools.fgl~826a8e3f651af365
586     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
587     Auto merged
588
589   BitKeeper/deleted/.del-Build.tsb~f3be7d512e6d5b74
590     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
591     Auto merged
592
593   BitKeeper/deleted/.del-.fgl~cac6624e1ac6ee1d
594     1.4 03/10/06 21:16:18 monty@narttu.mysql.fi +0 -0
595     Auto merged
596
597   BitKeeper/deleted/.del-Development.fgl~ca1458874a3fef81
598     1.3 03/10/06 21:16:17 monty@narttu.mysql.fi +0 -0
599     Merge rename: VC++Files/InstallShield/3.23.XX-com/File Groups/Development.fgl -> BitKeeper/deleted/.del-Development.fgl~ca1458874a3fef81
600
601   BitKeeper/deleted/.del-Default.fgl~a86ce70180b5aba4
602     1.3 03/10/06 21:16:16 monty@narttu.mysql.fi +0 -0
603     Merge rename: VC++Files/InstallShield/3.23.XX-com/File Groups/Default.fgl -> BitKeeper/deleted/.del-Default.fgl~a86ce70180b5aba4
604
605   BitKeeper/deleted/.del-Default.fdf~466762fdf65e1477
606     1.3 03/10/06 21:16:15 monty@narttu.mysql.fi +0 -0
607     Merge rename: VC++Files/InstallShield/3.23.XX-com/File Groups/Default.fdf -> BitKeeper/deleted/.del-Default.fdf~466762fdf65e1477
608
609   BitKeeper/deleted/.del-Clients and Tools.fgl~826a8e3f651af365
610     1.3 03/10/06 21:16:14 monty@narttu.mysql.fi +0 -0
611     Merge rename: VC++Files/InstallShield/3.23.XX-com/File Groups/Clients and Tools.fgl -> BitKeeper/deleted/.del-Clients and Tools.fgl~826a8e3f651af365
612
613   BitKeeper/deleted/.del-Default.fgl~45b9e847fa4da131
614     1.3 03/10/06 21:16:11 monty@narttu.mysql.fi +0 -0
615     Merge rename: VC++Files/InstallShield/3.23.XX-com/Component Definitions/Default.fgl -> BitKeeper/deleted/.del-Default.fgl~45b9e847fa4da131
616
617   BitKeeper/deleted/.del-make_win_src_distribution.sh
618     1.2 03/10/06 21:16:03 monty@narttu.mysql.fi +0 -0
619     Delete: scripts/make_win_src_distribution.sh
620
621   BitKeeper/deleted/.del-thr_test.c
622     1.2 03/10/06 21:14:58 monty@narttu.mysql.fi +0 -0
623     Delete: VC++Files/thr_test/thr_test.c
624
625   BitKeeper/deleted/.del-mysqlwatch.c
626     1.2 03/10/06 21:14:33 monty@narttu.mysql.fi +0 -0
627     Delete: VC++Files/mysqlwatch/mysqlwatch.c
628
629   BitKeeper/deleted/.del-Default.cdf~1da6505528200d5e
630     1.3 03/10/06 21:14:22 monty@narttu.mysql.fi +0 -0
631     Merge rename: VC++Files/InstallShield/3.23.XX-com/Component Definitions/Default.cdf -> BitKeeper/deleted/.del-Default.cdf~1da6505528200d5e
632
633   BitKeeper/deleted/.del-mysqlshutdown.rc
634     1.2 03/10/06 21:14:15 monty@narttu.mysql.fi +0 -0
635     Delete: VC++Files/mysqlshutdown/mysqlshutdown.rc
636
637   BitKeeper/deleted/.del-mysqlshutdown.c
638     1.2 03/10/06 21:14:03 monty@narttu.mysql.fi +0 -0
639     Delete: VC++Files/mysqlshutdown/mysqlshutdown.c
640
641 ChangeSet
642   1.1563.25.9 03/10/06 20:11:39 serg@serg.mylan +1 -0
643   results updated
644
645   mysql-test/r/create.result
646     1.19.1.1 03/10/06 20:11:37 serg@serg.mylan +22 -0
647     results updated
648
649   mytest-old.c
650     1.2 03/10/06 21:11:03 monty@narttu.mysql.fi +0 -0
651     Merge rename: VC++Files/libmysqltest/mytest.c -> mytest-old.c
652
653   BitKeeper/deleted/.del-Setup.tsb~e74dbc7688d4019a
654     1.3 03/10/06 21:09:40 monty@narttu.mysql.fi +0 -0
655     Merge rename: VC++Files/InstallShield/3.23.XX-com/Text Substitutions/Setup.tsb -> BitKeeper/deleted/.del-Setup.tsb~e74dbc7688d4019a
656
657   BitKeeper/deleted/.del-value.shl~718b5b291d5ff04d
658     1.4 03/10/06 21:09:39 monty@narttu.mysql.fi +0 -0
659     Merge rename: VC++Files/InstallShield/3.23.XX-com/String Tables/0009-English/value.shl -> BitKeeper/deleted/.del-value.shl~718b5b291d5ff04d
660
661   BitKeeper/deleted/.del-Build.tsb~f3be7d512e6d5b74
662     1.3 03/10/06 21:09:39 monty@narttu.mysql.fi +0 -0
663     Merge rename: VC++Files/InstallShield/3.23.XX-com/Text Substitutions/Build.tsb -> BitKeeper/deleted/.del-Build.tsb~f3be7d512e6d5b74
664
665   BitKeeper/deleted/.del-Default.shl~e18d3f10bef97a28
666     1.3 03/10/06 21:09:38 monty@narttu.mysql.fi +0 -0
667     Merge rename: VC++Files/InstallShield/3.23.XX-com/String Tables/Default.shl -> BitKeeper/deleted/.del-Default.shl~e18d3f10bef97a28
668
669   BitKeeper/deleted/.del-Default.shl~a02a9093c2b6b0d9
670     1.3 03/10/06 21:09:38 monty@narttu.mysql.fi +0 -0
671     Merge rename: VC++Files/InstallShield/3.23.XX-com/Shell Objects/Default.shl -> BitKeeper/deleted/.del-Default.shl~a02a9093c2b6b0d9
672
673   BitKeeper/deleted/.del-.fgl~cac6624e1ac6ee1d
674     1.3 03/10/06 21:09:36 monty@narttu.mysql.fi +0 -0
675     Merge rename: VC++Files/InstallShield/3.23.XX-com/Component Definitions/.fgl -> BitKeeper/deleted/.del-.fgl~cac6624e1ac6ee1d
676
677   BitKeeper/deleted/.del-SETUP.BMP~77e20d86bceb4903
678     1.3 03/10/06 21:09:34 monty@narttu.mysql.fi +0 -0
679     Merge rename: VC++Files/InstallShield/3.23.XX-com/Setup Files/Uncompressed Files/Language Independent/OS Independent/SETUP.BMP -> BitKeeper/deleted/.del-SETUP.BMP~77e20d86bceb4903
680
681   BitKeeper/deleted/.del-infolist.txt~ee370f4771c83a97
682     1.4 03/10/06 21:09:33 monty@narttu.mysql.fi +0 -0
683     Merge rename: VC++Files/InstallShield/3.23.XX-com/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt -> BitKeeper/deleted/.del-infolist.txt~ee370f4771c83a97
684
685   BitKeeper/deleted/.del-Setup.rul~14510a994d515f19
686     1.3 03/10/06 21:09:33 monty@narttu.mysql.fi +0 -0
687     Merge rename: VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.rul -> BitKeeper/deleted/.del-Setup.rul~14510a994d515f19
688
689   BitKeeper/deleted/.del-Setup.obs~2f09140119879bc6
690     1.3 03/10/06 21:09:32 monty@narttu.mysql.fi +0 -0
691     Merge rename: VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.obs -> BitKeeper/deleted/.del-Setup.obs~2f09140119879bc6
692
693   BitKeeper/deleted/.del-Setup.ins~ab68efc133d8411e
694     1.3 03/10/06 21:09:32 monty@narttu.mysql.fi +0 -0
695     Merge rename: VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.ins -> BitKeeper/deleted/.del-Setup.ins~ab68efc133d8411e
696
697   BitKeeper/deleted/.del-Setup.ino~85f07a856a69a722
698     1.3 03/10/06 21:09:31 monty@narttu.mysql.fi +0 -0
699     Merge rename: VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.ino -> BitKeeper/deleted/.del-Setup.ino~85f07a856a69a722
700
701   BitKeeper/deleted/.del-Setup.dbg~688e9d3ec362ec34
702     1.3 03/10/06 21:09:30 monty@narttu.mysql.fi +0 -0
703     Merge rename: VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.dbg -> BitKeeper/deleted/.del-Setup.dbg~688e9d3ec362ec34
704
705   BitKeeper/deleted/.del-Default.rge~2218627c2a901409
706     1.3 03/10/06 21:09:30 monty@narttu.mysql.fi +0 -0
707     Merge rename: VC++Files/InstallShield/3.23.XX-com/Registry Entries/Default.rge -> BitKeeper/deleted/.del-Default.rge~2218627c2a901409
708
709   BitKeeper/deleted/.del-Servers.fgl~36147accb82f759
710     1.3 03/10/06 21:09:29 monty@narttu.mysql.fi +0 -0
711     Merge rename: VC++Files/InstallShield/3.23.XX-com/File Groups/Servers.fgl -> BitKeeper/deleted/.del-Servers.fgl~36147accb82f759
712
713   BitKeeper/deleted/.del-Grant Tables.fgl~31e527d126c42d90
714     1.3 03/10/06 21:09:28 monty@narttu.mysql.fi +0 -0
715     Merge rename: VC++Files/InstallShield/3.23.XX-com/File Groups/Grant Tables.fgl -> BitKeeper/deleted/.del-Grant Tables.fgl~31e527d126c42d90
716
717   BitKeeper/deleted/.del-MySQL 3.23.com.ipr~eb817edea43c6e6e
718     1.3 03/10/06 21:09:24 monty@narttu.mysql.fi +0 -0
719     Merge rename: VC++Files/InstallShield/3.23.XX-com/MySQL 3.23.com.ipr -> BitKeeper/deleted/.del-MySQL 3.23.com.ipr~eb817edea43c6e6e
720
721   BitKeeper/deleted/.del-value.shl~98c2851db96b919e
722     1.3 03/10/06 21:08:58 monty@narttu.mysql.fi +0 -0
723     Merge rename: VC++Files/InstallShield/3.23.XX-gpl/String Tables/0009-English/value.shl -> BitKeeper/deleted/.del-value.shl~98c2851db96b919e
724
725   BitKeeper/deleted/.del-infolist.txt~58b203247936d266
726     1.3 03/10/06 21:08:58 monty@narttu.mysql.fi +0 -0
727     Merge rename: VC++Files/InstallShield/3.23.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt -> BitKeeper/deleted/.del-infolist.txt~58b203247936d266
728
729   BitKeeper/etc/logging_ok
730     1.291 03/10/06 21:08:47 monty@narttu.mysql.fi +0 -1
731     auto-union
732
733 ChangeSet
734   1.1563.25.8 03/10/06 20:02:27 serg@serg.mylan +3 -0
735   bug #1434 (and related issues)
736
737   sql/sql_insert.cc
738     1.104 03/10/06 20:02:24 serg@serg.mylan +12 -2
739     bug #1434 (and related issues)
740
741   sql/sql_class.h
742     1.163 03/10/06 20:02:24 serg@serg.mylan +2 -2
743     bug #1434 (and related issues)
744
745   mysql-test/t/create.test
746     1.18 03/10/06 20:02:24 serg@serg.mylan +21 -1
747     bug #1434 (and related issues)
748
749 ChangeSet
750   1.676.1.742 03/10/06 20:31:35 monty@narttu.mysql.fi +1 -0
751   Portability fix
752
753   extra/resolveip.c
754     1.4.1.8 03/10/06 20:31:34 monty@narttu.mysql.fi +1 -1
755     Portability fix
756
757 ChangeSet
758   1.1563.25.7 03/10/06 14:11:16 serg@serg.mylan +5 -0
759   fix_max_connections to resize alarm_queue (Bug #1435)
760
761   sql/set_var.cc
762     1.39 03/10/06 14:11:13 serg@serg.mylan +15 -6
763     fix_max_connections to resize alarm_queue (Bug #1435)
764
765   mysys/thr_alarm.c
766     1.38 03/10/06 14:11:13 serg@serg.mylan +10 -0
767     resize_thr_alarm() to resize alarm_queue
768
769   mysys/queues.c
770     1.14 03/10/06 14:11:13 serg@serg.mylan +17 -7
771     resize_queue()
772
773   include/thr_alarm.h
774     1.14 03/10/06 14:11:13 serg@serg.mylan +1 -0
775     resize_thr_alarm() to resize alarm_queue
776
777   include/queues.h
778     1.10 03/10/06 14:11:13 serg@serg.mylan +1 -0
779     resize_queue()
780
781 ChangeSet
782   1.1563.32.3 03/10/06 15:47:17 ram@gw.mysql.r18.ru +1 -0
783   Fix for the bug #1336 mysql.cc assumes DATABASE() doesn't return NULL
784
785   client/mysql.cc
786     1.143 03/10/06 15:47:02 ram@gw.mysql.r18.ru +1 -1
787     Fix for the bug #1336 mysql.cc assumes DATABASE() doesn't return NULL
788
789 ChangeSet
790   1.1563.32.2 03/10/06 10:50:12 heikki@hundin.mysql.fi +1 -0
791   row0mysql.c:
792     Remove unintentional changes in previous push
793
794   innobase/row/row0mysql.c
795     1.50 03/10/06 10:50:04 heikki@hundin.mysql.fi +2 -6
796     Remove unintentional changes in previous push
797
798 ChangeSet
799   1.1563.32.1 03/10/06 10:46:22 heikki@hundin.mysql.fi +1 -0
800   row0mysql.c:
801     Fix bug: if one used the rename trick of ibman section 15.1 to recover a temp table, InnoDB asserted because it tried to lock the data dictionary twice
802
803   innobase/row/row0mysql.c
804     1.49 03/10/06 10:46:11 heikki@hundin.mysql.fi +27 -5
805     Fix bug: if one used the rename trick of ibman section 15.1 to recover a temp table, InnoDB asserted because it tried to lock the data dictionary twice
806
807 ChangeSet
808   1.1563.25.6 03/10/06 09:24:12 serg@serg.mylan +2 -0
809   Merge bk-internal:/home/bk/mysql-4.0/
810   into serg.mylan:/usr/home/serg/Abk/mysql-4.0
811
812   sql/mysqld.cc
813     1.456 03/10/06 09:24:09 serg@serg.mylan +0 -0
814     Auto merged
815
816   scripts/mysql_config.sh
817     1.9 03/10/06 09:24:09 serg@serg.mylan +0 -0
818     Auto merged
819
820 ChangeSet
821   1.1563.31.1 03/10/04 17:41:17 paul@ice.snake.net +3 -0
822   Ride hobby horse.
823
824   support-files/my-small.cnf.sh
825     1.16 03/10/04 17:41:10 paul@ice.snake.net +1 -1
826     deamon -> daemon
827
828   scripts/mysql_install_db.sh
829     1.41 03/10/04 17:41:09 paul@ice.snake.net +1 -1
830     deamon -> daemon
831
832   mysql-test/mysql-test-run.sh
833     1.180 03/10/04 17:41:09 paul@ice.snake.net +3 -3
834     deamon -> daemon
835
836 ChangeSet
837   1.1563.29.1 03/10/03 17:54:32 vva@eagle.mysql.r18.ru +2 -0
838   Fixed bug #1323 (varchar fields becoming char fields adter create ... select)
839
840   sql/sql_select.cc
841     1.259 03/10/03 17:54:11 vva@eagle.mysql.r18.ru +2 -0
842     Fixed bug #1323 (varchar fields becoming char fields adter create ... select)
843
844   mysql-test/r/create.result
845     1.20 03/10/03 17:54:11 vva@eagle.mysql.r18.ru +1 -1
846     Fixed bug #1323 (varchar fields becoming char fields adter create ... select)
847
848 ChangeSet
849   1.1563.28.1 03/10/03 22:13:01 guilhem@mysql.com +4 -0
850   When the I/O thread was stopped while copying a long transaction, and restarted,
851   Rotate_log_event::exec_event() believed that the relay log was corrupted. Fixed it
852   by moving the test for corruption to Start_log_event::exec_event(). 
853   Changed Rotate_log_event::exec_event() to not increment positions when the
854   event is seen in the middle of a transaction.
855   I did a separate commit in 4.1 (so this should not be merged to 4.0) because
856   code is a bit different in 4.1.
857   A test to see if the slave detects when the master died while writing a 
858   transaction to the binlog (uses a forged truncated binlog I made).
859
860   mysql-test/t/rpl_trunc_binlog.test
861     1.1 03/10/03 22:12:51 guilhem@mysql.com +22 -0
862
863   mysql-test/t/rpl_trunc_binlog.test
864     1.0 03/10/03 22:12:51 guilhem@mysql.com +0 -0
865     BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/t/rpl_trunc_binlog.test
866
867   mysql-test/std_data/trunc_binlog.001
868     1.1 03/10/03 22:12:50 guilhem@mysql.com +4 -0
869
870   mysql-test/r/rpl_trunc_binlog.result
871     1.1 03/10/03 22:12:50 guilhem@mysql.com +14 -0
872
873   sql/log_event.cc
874     1.134 03/10/03 22:12:50 guilhem@mysql.com +33 -33
875     When the I/O thread was stopped while copying a long transaction, and restarted,
876     Rotate_log_event::exec_event() believed that the relay log was corrupted. Fixed it
877     by moving the test for corruption to Start_log_event::exec_event(). 
878     Changed Rotate_log_event::exec_event() to not increment positions when the
879     event is seen in the middle of a transaction.
880
881   mysql-test/std_data/trunc_binlog.001
882     1.0 03/10/03 22:12:50 guilhem@mysql.com +0 -0
883     BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/std_data/trunc_binlog.001
884
885   mysql-test/r/rpl_trunc_binlog.result
886     1.0 03/10/03 22:12:50 guilhem@mysql.com +0 -0
887     BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/r/rpl_trunc_binlog.result
888
889 ChangeSet
890   1.1563.27.1 03/10/03 11:42:37 paul@ice.snake.net +3 -0
891   Minor edits.
892
893   BitKeeper/etc/logging_ok
894     1.290 03/10/03 11:42:36 paul@ice.snake.net +1 -0
895     Logging to logging@openlogging.org accepted
896
897   man/mysqldump.1
898     1.6 03/10/03 11:42:18 paul@ice.snake.net +1 -1
899     Minor edits.
900
901   man/mysqlaccess.1
902     1.6 03/10/03 11:42:18 paul@ice.snake.net +4 -4
903     Minor edits.
904
905 ChangeSet
906   1.1563.26.1 03/10/03 00:40:27 monty@mishka.mysql.fi +8 -0
907   Optimized code for setting user variables with := and fixed some bugs in old code (Bug #1194)
908   Use forced close of socket to make mysqld shutdown faster when used under valgrind
909
910   sql/sql_class.h
911     1.162 03/10/03 00:40:21 monty@mishka.mysql.fi +5 -0
912     Optimized code for setting user variables
913
914   sql/mysqld.cc
915     1.454.1.1 03/10/03 00:40:21 monty@mishka.mysql.fi +8 -4
916     Use forced close of socket to make mysqld shutdown faster when used under valgrind
917
918   sql/log.cc
919     1.140 03/10/03 00:40:21 monty@mishka.mysql.fi +3 -3
920     Fixed comments
921
922   sql/item_func.h
923     1.63 03/10/03 00:40:20 monty@mishka.mysql.fi +5 -35
924     Optimized code for setting user variables
925
926   sql/item_func.cc
927     1.103 03/10/03 00:40:20 monty@mishka.mysql.fi +136 -98
928     Optimized code for setting user variables with := and fixed some bugs in old code
929
930   mysql-test/t/user_var.test
931     1.8 03/10/03 00:40:20 monty@mishka.mysql.fi +15 -4
932     Extended test for user variables
933
934   mysql-test/r/user_var.result
935     1.11 03/10/03 00:40:20 monty@mishka.mysql.fi +28 -5
936     Extended test for user variables
937
938   mysql-test/mysql-test-run.sh
939     1.179 03/10/03 00:40:20 monty@mishka.mysql.fi +2 -2
940     Added --skip-bdb for valgrind
941
942 ChangeSet
943   1.1563.25.1 03/10/02 16:25:47 guilhem@mysql.com +1 -0
944   Reverting changeset 1.1590
945
946   sql/slave.h
947     1.67 03/10/02 16:25:43 guilhem@mysql.com +2 -23
948     Reverting changeset 1.1590.
949
950 ChangeSet
951   1.1563.24.1 03/10/01 18:40:27 guilhem@mysql.com +1 -0
952   Follow-up of an IRC discussion today. Declaring ignore_log_space_limit volatile,
953   and a comment to explain why.
954
955   sql/slave.h
956     1.66 03/10/01 18:40:23 guilhem@mysql.com +24 -2
957     Declaring ignore_log_space_limit volatile,
958     and a comment to explain why.
959
960 ChangeSet
961   1.1563.22.3 03/10/01 12:00:08 vva@eagle.mysql.r18.ru +2 -0
962   turn Item_func_set_user_var 
963    ::native_val, ::native_val_int and native_val_str into inline
964
965   sql/item_func.h
966     1.62 03/10/01 12:00:06 vva@eagle.mysql.r18.ru +31 -4
967     turn Item_func_set_user_var 
968      ::native_val, ::native_val_int and native_val_str into inline
969
970   sql/item_func.cc
971     1.102 03/10/01 12:00:06 vva@eagle.mysql.r18.ru +0 -32
972     turn Item_func_set_user_var 
973      ::native_val, ::native_val_int and native_val_str into inline
974
975 ChangeSet
976   1.1563.1.27 03/09/30 23:14:07 greg@mysql.com +5 -0
977   New build directory files - NetWare only, as used in 4.0.15
978
979   netware/BUILD/openssl.imp
980     1.1 03/09/30 23:13:49 greg@mysql.com +9 -0
981
982   netware/BUILD/knetware.imp
983     1.1 03/09/30 23:13:49 greg@mysql.com +2 -0
984
985   netware/BUILD/compile-netware-src
986     1.1 03/09/30 23:13:49 greg@mysql.com +36 -0
987
988   netware/BUILD/compile-netware-max-debug
989     1.1 03/09/30 23:13:49 greg@mysql.com +23 -0
990
991   netware/BUILD/openssl.imp
992     1.0 03/09/30 23:13:49 greg@mysql.com +0 -0
993     BitKeeper file /home/greg/bk/4.0/netware/BUILD/openssl.imp
994
995   netware/BUILD/knetware.imp
996     1.0 03/09/30 23:13:49 greg@mysql.com +0 -0
997     BitKeeper file /home/greg/bk/4.0/netware/BUILD/knetware.imp
998
999   netware/BUILD/compile-netware-src
1000     1.0 03/09/30 23:13:49 greg@mysql.com +0 -0
1001     BitKeeper file /home/greg/bk/4.0/netware/BUILD/compile-netware-src
1002
1003   netware/BUILD/compile-netware-max
1004     1.1 03/09/30 23:13:48 greg@mysql.com +23 -0
1005
1006   netware/BUILD/compile-netware-max-debug
1007     1.0 03/09/30 23:13:49 greg@mysql.com +0 -0
1008     BitKeeper file /home/greg/bk/4.0/netware/BUILD/compile-netware-max-debug
1009
1010   netware/BUILD/compile-netware-max
1011     1.0 03/09/30 23:13:48 greg@mysql.com +0 -0
1012     BitKeeper file /home/greg/bk/4.0/netware/BUILD/compile-netware-max
1013
1014 ChangeSet
1015   1.1563.22.2 03/09/30 12:32:48 vva@eagle.mysql.r18.ru +2 -0
1016   rewrite Item_func_set_user_var ::val, ::val_str, ::val_int, ::update
1017   with less code duplication
1018
1019   sql/item_func.h
1020     1.61 03/09/30 12:32:46 vva@eagle.mysql.r18.ru +5 -0
1021     rewrite Item_func_set_user_var ::val, ::val_str, ::val_int, ::update
1022     with less code duplication
1023
1024   sql/item_func.cc
1025     1.101 03/09/30 12:32:46 vva@eagle.mysql.r18.ru +46 -89
1026     rewrite Item_func_set_user_var ::val, ::val_str, ::val_int, ::update
1027     with less code duplication
1028
1029 ChangeSet
1030   1.1563.1.26 03/09/30 00:08:12 guilhem@mysql.com +1 -0
1031   A note that Valgrind does not give a good stacktrace when the problem
1032   is involving an assembly function.
1033   Testcase was BUG#1194
1034   SELECT @a:=1; SELECT @a, @a:=1;
1035
1036   BUILD/compile-pentium-valgrind-max
1037     1.3 03/09/30 00:08:03 guilhem@mysql.com +24 -0
1038     a warning note about Valgrind&assembly.
1039
1040 ChangeSet
1041   1.1563.1.25 03/09/29 22:56:31 guilhem@mysql.com +2 -0
1042   fix for a random test failure on hpux/ia64
1043   (a missing synchronization in the test)
1044
1045   mysql-test/t/drop_temp_table.test
1046     1.2 03/09/29 22:56:18 guilhem@mysql.com +6 -0
1047     synchronize to be sure that the ending connection has finished binlogging.
1048
1049   mysql-test/r/drop_temp_table.result
1050     1.3 03/09/29 22:56:18 guilhem@mysql.com +7 -0
1051     result update
1052
1053 ChangeSet
1054   1.1563.1.24 03/09/29 23:10:30 dlenev@mysql.com +2 -0
1055   Added resetting of replace_result patterns after --exec command in mysqltest (in order to be consistent with ordinary query execution).
1056
1057   mysql-test/t/mysqlbinlog.test
1058     1.3 03/09/29 23:10:26 dlenev@mysql.com +6 -0
1059     Added additional replaces potentially needed after adding reset of replace conditions for exec
1060
1061   client/mysqltest.c
1062     1.108 03/09/29 23:10:26 dlenev@mysql.com +4 -0
1063     Now resetting replace_result patterns after --exec command (in order to be consistent with ordinary query execution).
1064
1065 ChangeSet
1066   1.1563.1.23 03/09/29 12:01:10 lenz@mysql.com +1 -0
1067    - enable changing the number of table bits for JOINs to be increased
1068      from ulong to ulonglong by defining -DBIG_JOINS
1069
1070   sql/mysql_priv.h
1071     1.207 03/09/29 12:01:08 lenz@mysql.com +5 -0
1072      - enable changing the number of table bits for JOINs to be increased
1073        from ulong to ulonglong by defining BIG_JOINS
1074
1075 ChangeSet
1076   1.1563.1.22 03/09/29 12:31:35 monty@narttu.mysql.fi +18 -0
1077   Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog)
1078   Add quoting for use `database` for mysqlbinlog
1079   Removed test ins0000001
1080   Add support for --replace for exec in mysqltest
1081   Don't refer to install dir in mysqlbinlog.result
1082
1083   support-files/mysql.server.sh
1084     1.31 03/09/29 12:31:33 monty@narttu.mysql.fi +13 -10
1085     Move pid_file test after arguments have been parsed
1086
1087   sql/log_event.cc
1088     1.133 03/09/29 12:31:33 monty@narttu.mysql.fi +2 -2
1089     Add quoting for use `database` for mysqlbinlog
1090
1091   mysql-test/t/mysqlbinlog.test
1092     1.2 03/09/29 12:31:33 monty@narttu.mysql.fi +4 -2
1093     Don't refer to install dir in result
1094
1095   mysql-test/t/insert.test
1096     1.10 03/09/29 12:31:33 monty@narttu.mysql.fi +19 -7
1097     Merge test with ins0000001.test
1098
1099   mysql-test/t/fulltext_order_by.test
1100     1.12 03/09/29 12:31:33 monty@narttu.mysql.fi +0 -1
1101     Remove 'use'
1102
1103   mysql-test/t/fulltext_multi.test
1104     1.7 03/09/29 12:31:33 monty@narttu.mysql.fi +1 -1
1105     Remove 'use'
1106
1107   mysql-test/r/rpl_log.result
1108     1.36 03/09/29 12:31:33 monty@narttu.mysql.fi +28 -28
1109     Updated results after quoting change
1110
1111   mysql-test/r/mysqlbinlog.result
1112     1.2 03/09/29 12:31:33 monty@narttu.mysql.fi +6 -7
1113     Updated results after quoting change
1114
1115   mysql-test/r/mix_innodb_myisam_binlog.result
1116     1.3 03/09/29 12:31:33 monty@narttu.mysql.fi +47 -47
1117     Updated results after quoting change
1118
1119   mysql-test/r/insert_select.result
1120     1.13 03/09/29 12:31:33 monty@narttu.mysql.fi +1 -1
1121     Updated results after quoting change
1122
1123   mysql-test/r/insert.result
1124     1.12 03/09/29 12:31:33 monty@narttu.mysql.fi +16 -6
1125     New tests
1126
1127   mysql-test/r/fulltext_order_by.result
1128     1.11 03/09/29 12:31:33 monty@narttu.mysql.fi +0 -1
1129     Updated results after quoting change
1130
1131   mysql-test/r/fulltext_multi.result
1132     1.9 03/09/29 12:31:33 monty@narttu.mysql.fi +0 -1
1133     Updated results after quoting change
1134
1135   mysql-test/r/drop_temp_table.result
1136     1.2 03/09/29 12:31:33 monty@narttu.mysql.fi +3 -3
1137     Updated results after quoting change
1138
1139   client/mysqltest.c
1140     1.107 03/09/29 12:31:33 monty@narttu.mysql.fi +15 -15
1141     Add support for --replace for 'exec'
1142
1143   client/mysqlbinlog.cc
1144     1.86 03/09/29 12:31:33 monty@narttu.mysql.fi +6 -5
1145     Removed random chars after filename for LOAD DATA INFILE
1146
1147 ChangeSet
1148   1.1563.11.9 03/09/29 11:21:17 serg@serg.mylan +3 -0
1149   enum options renamed to avoid possible name conflicts
1150
1151   sql/mysqld.cc
1152     1.455 03/09/29 11:21:15 serg@serg.mylan +1 -1
1153     enum options renamed to avoid possible name conflicts
1154
1155   myisam/myisamchk.c
1156     1.109 03/09/29 11:21:15 serg@serg.mylan +1 -1
1157     enum options renamed to avoid possible name conflicts
1158
1159   client/client_priv.h
1160     1.17 03/09/29 11:21:15 serg@serg.mylan +1 -1
1161     enum options renamed to avoid possible name conflicts
1162
1163   BitKeeper/deleted/.del-ins000001.test~2428ee5c9b1bc483
1164     1.8 03/09/29 11:53:34 monty@narttu.mysql.fi +0 -1
1165     Delete: mysql-test/t/ins000001.test
1166
1167   BitKeeper/deleted/.del-ins000001.result~f45c599efdf8352b
1168     1.9 03/09/29 11:53:34 monty@narttu.mysql.fi +0 -1
1169     Delete: mysql-test/r/ins000001.result
1170
1171 ChangeSet
1172   1.1563.11.8 03/09/28 21:35:47 serg@serg.mylan +1 -0
1173   typo fixed (bug #1390 - incorrect mysql_config output)
1174
1175   scripts/mysql_config.sh
1176     1.7.1.1 03/09/28 21:35:45 serg@serg.mylan +1 -1
1177     typo fixed (bug #1390 - incorrect mysql_config output)
1178
1179 ChangeSet
1180   1.1563.1.21 03/09/28 18:31:49 guilhem@mysql.com +3 -0
1181   Fix for BUG#1345 "SQL Syntax Error in binarylog with DROP TABLES":
1182   it's just backquoting the db's and table's names
1183   when writing DROP TEMPORARY TABLE to the binlog when a connection ends.
1184   A testcase for this.
1185
1186   mysql-test/t/drop_temp_table.test
1187     1.1 03/09/28 18:31:44 guilhem@mysql.com +13 -0
1188
1189   mysql-test/r/drop_temp_table.result
1190     1.1 03/09/28 18:31:44 guilhem@mysql.com +11 -0
1191
1192   mysql-test/t/drop_temp_table.test
1193     1.0 03/09/28 18:31:44 guilhem@mysql.com +0 -0
1194     BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/t/drop_temp_table.test
1195
1196   mysql-test/r/drop_temp_table.result
1197     1.0 03/09/28 18:31:44 guilhem@mysql.com +0 -0
1198     BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/r/drop_temp_table.result
1199
1200   sql/sql_base.cc
1201     1.165 03/09/28 18:31:43 guilhem@mysql.com +6 -8
1202     backquote db and table name when writing DROP TEMPORARY TABLE to the binlog
1203     when a connection ends.
1204
1205 ChangeSet
1206   1.1563.11.7 03/09/27 18:54:22 serg@serg.mylan +1 -0
1207   make mysqld to respect socket/port options of mysqld_safe command line
1208   and [mysqld_safe] section in my.cnf, even if they are also specified
1209   in [mysql] section.
1210
1211   scripts/mysqld_safe.sh
1212     1.65 03/09/27 18:54:19 serg@serg.mylan +13 -9
1213     make mysqld to respect socket/port options of mysqld_safe command line
1214     and [mysqld_safe] section in my.cnf, even if they are also specified
1215     in [mysql] section.
1216
1217 ChangeSet
1218   1.1563.23.1 03/09/26 23:43:22 guilhem@mysql.com +1 -0
1219   Fix for 64-bit machines.
1220   I am almost sure this is the cause for
1221   BUG#1381 [Opn]: Bug in replication on HP-UX 64 bit binaries?
1222   BUG#1256 [CRp]: Replication slave fails to connect to master in 64-bit version (Solaris)
1223   The reason why I think it's wrong is that the normal client code has 
1224   uint32 ip_addr.
1225   (of course on 32-bit machines it does not matter, but on 64-bit it does).
1226
1227   sql/mini_client.cc
1228     1.56 03/09/26 23:43:14 guilhem@mysql.com +1 -1
1229     Fix for 64-bit machines.
1230     I am almost sure this is the cause for
1231     BUG#1381 [Opn]: Bug in replication on HP-UX 64 bit binaries?
1232     BUG#1256 [CRp]: Replication slave fails to connect to master in 64-bit version (Solaris)
1233     The reason why I think it's wrong is that the normal client code has 
1234     uint32 ip_addr.
1235     (of course on 32-bit machines it does not matter, but on 64-bit it does).
1236
1237 ChangeSet
1238   1.1563.19.5 03/09/25 23:12:24 lenz@mysql.com +21 -0
1239    - Improved portability of the sql-bench Perl scripts by replacing
1240      the calls of external programs "uname" and "pwd" with Perl builtin
1241      functions "cwd()" and "POSIX::uname()"
1242
1243   sql-bench/test-wisconsin.sh
1244     1.12 03/09/25 23:09:49 lenz@mysql.com +2 -1
1245      - portability fix: don't call external "pwd" command, use the "cwd()"
1246        builtin function instead.
1247
1248   sql-bench/test-transactions.sh
1249     1.5 03/09/25 23:09:49 lenz@mysql.com +2 -1
1250      - portability fix: don't call external "pwd" command, use the "cwd()"
1251        builtin function instead.
1252
1253   sql-bench/test-select.sh
1254     1.23 03/09/25 23:09:49 lenz@mysql.com +2 -1
1255      - portability fix: don't call external "pwd" command, use the "cwd()"
1256        builtin function instead.
1257
1258   sql-bench/test-insert.sh
1259     1.40 03/09/25 23:09:48 lenz@mysql.com +2 -1
1260      - portability fix: don't call external "pwd" command, use the "cwd()"
1261        builtin function instead.
1262
1263   sql-bench/test-create.sh
1264     1.11 03/09/25 23:09:48 lenz@mysql.com +2 -1
1265      - portability fix: don't call external "pwd" command, use the "cwd()"
1266        builtin function instead.
1267
1268   sql-bench/test-connect.sh
1269     1.13 03/09/25 23:09:48 lenz@mysql.com +2 -1
1270      - portability fix: don't call external "pwd" command, use the "cwd()"
1271        builtin function instead.
1272
1273   sql-bench/test-big-tables.sh
1274     1.8 03/09/25 23:09:48 lenz@mysql.com +2 -1
1275      - portability fix: don't call external "pwd" command, use the "cwd()"
1276        builtin function instead.
1277
1278   sql-bench/test-alter-table.sh
1279     1.11 03/09/25 23:09:48 lenz@mysql.com +2 -1
1280      - portability fix: don't call external "pwd" command, use the "cwd()"
1281        builtin function instead.
1282
1283   sql-bench/test-ATIS.sh
1284     1.12 03/09/25 23:09:48 lenz@mysql.com +2 -1
1285      - portability fix: don't call external "pwd" command, use the "cwd()"
1286        builtin function instead.
1287
1288   sql-bench/run-all-tests.sh
1289     1.12 03/09/25 23:09:48 lenz@mysql.com +2 -1
1290      - portability fix: don't call external "pwd" command, use the "cwd()"
1291        builtin function instead.
1292
1293   sql-bench/innotest2b.sh
1294     1.2 03/09/25 23:09:48 lenz@mysql.com +2 -1
1295      - portability fix: don't call external "pwd" command, use the "cwd()"
1296        builtin function instead.
1297
1298   sql-bench/innotest2a.sh
1299     1.2 03/09/25 23:09:48 lenz@mysql.com +2 -1
1300      - portability fix: don't call external "pwd" command, use the "cwd()"
1301        builtin function instead.
1302
1303   sql-bench/innotest2.sh
1304     1.2 03/09/25 23:09:48 lenz@mysql.com +2 -1
1305      - portability fix: don't call external "pwd" command, use the "cwd()"
1306        builtin function instead.
1307
1308   sql-bench/innotest1b.sh
1309     1.2 03/09/25 23:09:48 lenz@mysql.com +2 -1
1310      - portability fix: don't call external "pwd" command, use the "cwd()"
1311        builtin function instead.
1312
1313   sql-bench/innotest1a.sh
1314     1.2 03/09/25 23:09:48 lenz@mysql.com +2 -1
1315      - portability fix: don't call external "pwd" command, use the "cwd()"
1316        builtin function instead.
1317
1318   sql-bench/innotest1.sh
1319     1.2 03/09/25 23:09:48 lenz@mysql.com +2 -1
1320      - portability fix: don't call external "pwd" command, use the "cwd()"
1321        builtin function instead.
1322
1323   sql-bench/crash-me.sh
1324     1.51 03/09/25 23:09:48 lenz@mysql.com +5 -19
1325      - portability fix: don't call external "pwd" command, use the "cwd()"
1326        builtin function instead.
1327      - portability fix: don't call external "uname" in various combinations,
1328        use POSIX::uname() instead.
1329
1330   sql-bench/copy-db.sh
1331     1.6 03/09/25 23:09:48 lenz@mysql.com +2 -1
1332      - portability fix: don't call external "pwd" command, use the "cwd()"
1333        builtin function instead.
1334
1335   sql-bench/bench-init.pl.sh
1336     1.27 03/09/25 23:09:48 lenz@mysql.com +3 -18
1337      - portability fix: don't call external "pwd" command, use the "cwd()"
1338        builtin function instead.
1339      - portability fix: don't call external "uname" in various combinations,
1340        use POSIX::uname() instead.
1341
1342   sql-bench/bench-count-distinct.sh
1343     1.2 03/09/25 23:09:48 lenz@mysql.com +2 -1
1344      - portability fix: don't call external "pwd" command, use the "cwd()"
1345        builtin function instead.
1346
1347   sql-bench/as3ap.sh
1348     1.2 03/09/25 23:09:48 lenz@mysql.com +2 -1
1349      - portability fix: don't call external "pwd" command, use the "cwd()"
1350        builtin function instead.
1351
1352 ChangeSet
1353   1.1563.22.1 03/09/24 19:30:20 vva@eagle.mysql.r18.ru +3 -0
1354   fixed bug #1194 
1355   (changes in Item_func_set_user_var::update, ::val, ::val_str, ::val_int)
1356
1357   sql/item_func.cc
1358     1.100 03/09/24 19:29:59 vva@eagle.mysql.r18.ru +102 -17
1359     fixed bug #1194 
1360     (changes in Item_func_set_user_var::update, ::val, ::val_str, ::val_int)
1361
1362   mysql-test/t/user_var.test
1363     1.7 03/09/24 19:29:59 vva@eagle.mysql.r18.ru +19 -0
1364     added tests for bug #1194
1365
1366   mysql-test/r/user_var.result
1367     1.10 03/09/24 19:29:59 vva@eagle.mysql.r18.ru +32 -0
1368     added tests for bug #1194
1369
1370 ChangeSet
1371   1.1563.19.4 03/09/25 00:24:06 guilhem@mysql.com +1 -0
1372   a small comment about why we call end_io_cache in mysql_load
1373
1374   sql/sql_load.cc
1375     1.53 03/09/25 00:23:57 guilhem@mysql.com +5 -0
1376     small comment
1377
1378 ChangeSet
1379   1.1563.21.1 03/09/25 00:14:46 guilhem@mysql.com +4 -0
1380   Fix for BUG#1391:
1381   "If LOAD DATA INFILE 'small_file' fails on master, slave leaves temp files"
1382   (the bug is in the master)
1383
1384   sql/sql_load.cc
1385     1.52 03/09/25 00:14:41 guilhem@mysql.com +24 -15
1386     fix for bug#1391:
1387     for a small file, we had in the binlog only the Create_file, not the Delete_file
1388     (the Create_file was written when the READ_INFO was destroyed).
1389
1390   mysql-test/t/rpl_loaddata.test
1391     1.9 03/09/25 00:14:40 guilhem@mysql.com +15 -0
1392     testcase for bug#1391.
1393
1394   mysql-test/std_data/rpl_loaddata2.dat
1395     1.3 03/09/25 00:14:40 guilhem@mysql.com +1 -1
1396     change to introduce a unique key violation
1397
1398   mysql-test/r/rpl_loaddata.result
1399     1.10 03/09/25 00:14:40 guilhem@mysql.com +12 -1
1400     result update
1401
1402 ChangeSet
1403   1.1563.19.2 03/09/25 01:25:54 dlenev@mysql.com +1 -0
1404   Merge bk-internal.mysql.com:/home/bk/mysql-4.0
1405   into mysql.com:/home/dlenev/src/mysql-4.0-bgrn
1406
1407   sql/log_event.cc
1408     1.132 03/09/25 01:25:52 dlenev@mysql.com +0 -0
1409     Auto merged
1410
1411 ChangeSet
1412   1.1563.20.1 03/09/25 01:25:19 dlenev@mysql.com +1 -0
1413   Fixed BUG#1357 MySQL too eagerly cleanups temporary files for LOAD DATA (SQL_LOAD-...) 
1414
1415   sql/log_event.cc
1416     1.130.1.1 03/09/25 01:25:17 dlenev@mysql.com +19 -7
1417     Now cleaning up only our files during processing of Start_log_event
1418
1419 ChangeSet
1420   1.1563.14.7 03/09/24 22:55:04 guilhem@mysql.com +2 -0
1421   Fix for
1422   Bug #1392 "On Win, slave leaves one temp file after successf. replicating LOAD DATA INFILE"
1423   Windows-specific bug (we forgot to close a file before deleting it).
1424   Patch written by me, tested by Miguel (thanks!) and it works.
1425
1426   sql/log_event.cc
1427     1.131 03/09/24 22:55:00 guilhem@mysql.com +10 -0
1428     When you finish replicating LOAD DATA INFILE, close the SQL_LOADxxx.data file
1429     before deleting it, or Windows will refuse to delete.
1430     No need to do the same thing for the SQL_LOADxxx.data file, it's not opened
1431     at this moment.
1432
1433   sql/log.cc
1434     1.139 03/09/24 22:54:59 guilhem@mysql.com +1 -1
1435     changed the comment to mean the truth
1436
1437 ChangeSet
1438   1.1563.1.17 03/09/24 23:25:58 dlenev@mysql.com +4 -0
1439   Test for mysqlbinlog
1440   Particularly for BUG#1340 mysqlbinlog coredumps when reading Exec
1441   event without seeing Create_file event before
1442
1443   mysql-test/t/mysqlbinlog.test
1444     1.1 03/09/24 23:25:55 dlenev@mysql.com +95 -0
1445
1446   mysql-test/t/mysqlbinlog-master.opt
1447     1.1 03/09/24 23:25:55 dlenev@mysql.com +1 -0
1448
1449   mysql-test/r/mysqlbinlog.result
1450     1.1 03/09/24 23:25:55 dlenev@mysql.com +84 -0
1451
1452   mysql-test/t/mysqlbinlog.test
1453     1.0 03/09/24 23:25:55 dlenev@mysql.com +0 -0
1454     BitKeeper file /home/dlenev/src/mysql-4.0-binlog/mysql-test/t/mysqlbinlog.test
1455
1456   mysql-test/t/mysqlbinlog-master.opt
1457     1.0 03/09/24 23:25:55 dlenev@mysql.com +0 -0
1458     BitKeeper file /home/dlenev/src/mysql-4.0-binlog/mysql-test/t/mysqlbinlog-master.opt
1459
1460   mysql-test/r/mysqlbinlog.result
1461     1.0 03/09/24 23:25:55 dlenev@mysql.com +0 -0
1462     BitKeeper file /home/dlenev/src/mysql-4.0-binlog/mysql-test/r/mysqlbinlog.result
1463
1464   mysql-test/mysql-test-run.sh
1465     1.178 03/09/24 23:25:55 dlenev@mysql.com +3 -3
1466     Now mysqlbinlog will use proper temporary directory
1467
1468 ChangeSet
1469   1.1563.1.15 03/09/24 16:46:19 ram@gw.mysql.r18.ru +1 -0
1470   Added MYSQL_BINLOG variable.
1471
1472   mysql-test/mysql-test-run.sh
1473     1.177 03/09/24 16:46:17 ram@gw.mysql.r18.ru +7 -0
1474     Added MYSQL_BINLOG variable.
1475
1476 ChangeSet
1477   1.1563.17.1 03/09/24 14:33:23 monty@narttu.mysql.fi +2 -0
1478   Correct fix for buffer overruns for compressed blobs.
1479   (Bugs #770, #1304 and maybe #1295)
1480
1481   myisam/myisamdef.h
1482     1.61 03/09/24 14:33:21 monty@narttu.mysql.fi +1 -1
1483     Correct fix for buffer overruns for compressed blobs.
1484     (Bugs #770, #1304 and maybe #1295)
1485
1486   myisam/mi_packrec.c
1487     1.22 03/09/24 14:33:21 monty@narttu.mysql.fi +3 -1
1488     Correct fix for buffer overruns for compressed blobs.
1489     (Bugs #770, #1304 and maybe #1295)
1490
1491 ChangeSet
1492   1.1563.1.14 03/09/24 16:13:47 ram@gw.mysql.r18.ru +4 -0
1493   #1169: Add --exec command to mysqltest
1494
1495   mysql-test/t/mysqldump.test
1496     1.1 03/09/24 16:13:44 ram@gw.mysql.r18.ru +10 -0
1497
1498   mysql-test/r/mysqldump.result
1499     1.1 03/09/24 16:13:44 ram@gw.mysql.r18.ru +17 -0
1500
1501   mysql-test/t/mysqldump.test
1502     1.0 03/09/24 16:13:44 ram@gw.mysql.r18.ru +0 -0
1503     BitKeeper file /usr/home/ram/work/4.0/mysql-test/t/mysqldump.test
1504
1505   mysql-test/r/mysqldump.result
1506     1.0 03/09/24 16:13:44 ram@gw.mysql.r18.ru +0 -0
1507     BitKeeper file /usr/home/ram/work/4.0/mysql-test/r/mysqldump.result
1508
1509   mysql-test/mysql-test-run.sh
1510     1.176 03/09/24 16:13:43 ram@gw.mysql.r18.ru +8 -0
1511     #1169: Add --exec command to mysqltest
1512
1513   client/mysqltest.c
1514     1.106 03/09/24 16:13:43 ram@gw.mysql.r18.ru +65 -0
1515     #1169: Add --exec command to mysqltest
1516
1517 ChangeSet
1518   1.1563.1.13 03/09/24 15:41:09 ram@gw.mysql.r18.ru +2 -0
1519   A fix. Please never use 'ulong' here!
1520
1521   BitKeeper/etc/logging_ok
1522     1.289 03/09/24 15:41:09 ram@gw.mysql.r18.ru +1 -0
1523     Logging to logging@openlogging.org accepted
1524
1525   include/mysql.h
1526     1.50 03/09/24 15:40:55 ram@gw.mysql.r18.ru +1 -1
1527     A fix. Please never use 'ulong' here!
1528
1529 ChangeSet
1530   1.1563.1.12 03/09/24 09:08:33 monty@mishka.mysql.fi +2 -0
1531   Merge script with 4.1
1532
1533   BitKeeper/etc/logging_ok
1534     1.288 03/09/24 09:08:33 monty@mishka.mysql.fi +1 -0
1535     Logging to logging@openlogging.org accepted
1536
1537   scripts/mysql_fix_privilege_tables.sql
1538     1.2 03/09/24 09:08:22 monty@mishka.mysql.fi +51 -73
1539     Merge with 4.1
1540
1541 ChangeSet
1542   1.1563.1.11 03/09/23 17:06:44 monty@narttu.mysql.fi +3 -0
1543   Code cleanup of new patches
1544
1545   mysys/mf_dirname.c
1546     1.9 03/09/23 17:06:39 monty@narttu.mysql.fi +22 -12
1547     Added comments
1548
1549   mysys/default.c
1550     1.32 03/09/23 17:06:39 monty@narttu.mysql.fi +12 -2
1551     Code cleanup of new patches
1552
1553   client/mysqlbinlog.cc
1554     1.85 03/09/23 17:06:39 monty@narttu.mysql.fi +58 -67
1555     Code cleanup of new patches
1556
1557 ChangeSet
1558   1.1563.1.10 03/09/23 13:36:25 monty@narttu.mysql.fi +1 -0
1559   Merge bk-internal.mysql.com:/home/bk/mysql-4.0
1560   into narttu.mysql.fi:/my/mysql-4.0
1561
1562   extra/comp_err.c
1563     1.8 03/09/23 13:36:23 monty@narttu.mysql.fi +0 -0
1564     Auto merged
1565
1566 ChangeSet
1567   1.1563.1.9 03/09/23 13:36:01 monty@narttu.mysql.fi +14 -0
1568   Block SIGPIPE also for not threaded client programs.
1569   Added --include and --libs_r options to mysql_config.
1570   Added mysql_get_client_version() to client library
1571   Fixed some minor benchmark issues
1572   
1573
1574   tests/mail_to_db.pl
1575     1.13 03/09/23 13:35:59 monty@narttu.mysql.fi +2 -2
1576     Default db and table for easier usage
1577
1578   sql-bench/test-select.sh
1579     1.22 03/09/23 13:35:59 monty@narttu.mysql.fi +3 -2
1580     Fix wrong test for count_distinct_2
1581
1582   sql-bench/test-alter-table.sh
1583     1.10 03/09/23 13:35:59 monty@narttu.mysql.fi +1 -1
1584     Increase loops for more relevant test
1585
1586   sql-bench/server-cfg.sh
1587     1.50 03/09/23 13:35:59 monty@narttu.mysql.fi +0 -1
1588     Remove duplicate line
1589
1590   sql-bench/bench-init.pl.sh
1591     1.26 03/09/23 13:35:59 monty@narttu.mysql.fi +1 -1
1592     Updated version number
1593
1594   scripts/mysql_install_db.sh
1595     1.40 03/09/23 13:35:59 monty@narttu.mysql.fi +4 -4
1596     Fixed tests with IN_RPM to not give warnings
1597
1598   scripts/mysql_config.sh
1599     1.8 03/09/23 13:35:59 monty@narttu.mysql.fi +18 -4
1600     Added options --include and --libs_r
1601     Added C compiler options to 'cflags'
1602
1603   scripts/Makefile.am
1604     1.27 03/09/23 13:35:59 monty@narttu.mysql.fi +1 -0
1605     Add openssl libraries to mysql_config
1606
1607   libmysql/libmysql.def
1608     1.9 03/09/23 13:35:59 monty@narttu.mysql.fi +1 -0
1609     added mysql_get_client_version
1610
1611   libmysql/libmysql.c
1612     1.130 03/09/23 13:35:59 monty@narttu.mysql.fi +7 -6
1613     Block SIGPIPE also for not threaded programs.
1614     This is now done once in mysql_server_init() and not for every call to mysql_init().
1615     Added mysql_get_client_version()
1616
1617   include/mysql.h
1618     1.49 03/09/23 13:35:59 monty@narttu.mysql.fi +5 -4
1619     Indentation cleanup
1620
1621   extra/comp_err.c
1622     1.6.1.1 03/09/23 13:35:59 monty@narttu.mysql.fi +1 -1
1623     Skip lines before first {
1624
1625   configure.in
1626     1.285 03/09/23 13:35:59 monty@narttu.mysql.fi +1 -1
1627     Fixed error message
1628
1629   acinclude.m4
1630     1.93 03/09/23 13:35:59 monty@narttu.mysql.fi +2 -1
1631     Fixed that 'no' is printed if openssl not used
1632
1633 ChangeSet
1634   1.1563.16.1 03/09/19 19:07:41 guilhem@mysql.com +2 -0
1635   removing my chmods so that the test can be run on non-Unix platforms
1636   (kind request from the Novell team).
1637   Note that old chmods in rpl_rotate_logs remain.
1638
1639   mysql-test/t/rpl000009.test
1640     1.17 03/09/19 19:07:35 guilhem@mysql.com +10 -8
1641     removing my chmods so that the test can be run on non-Unix platforms.
1642
1643   mysql-test/r/rpl000009.result
1644     1.12 03/09/19 19:07:35 guilhem@mysql.com +0 -12
1645     result update
1646
1647 ChangeSet
1648   1.1563.14.3 03/09/19 20:31:01 dlenev@mysql.com +1 -0
1649   Bugfix for bug #1340, style fix before push
1650
1651 ChangeSet
1652   1.1563.15.1 03/09/19 14:59:20 lenz@mysql.com +4 -0
1653    - fixed several typos ("uppdate"->"update" and "tryed"->"tried")
1654
1655 ChangeSet
1656   1.1563.14.2 03/09/19 16:57:44 dlenev@mysql.com +1 -0
1657   Merge bk-internal.mysql.com:/home/bk/mysql-4.0
1658   into mysql.com:/home/dlenev/src/mysql-4.0-bg-1340
1659
1660 ChangeSet
1661   1.1563.14.1 03/09/19 12:34:56 vva@eagle.mysql.r18.ru +1 -0
1662   Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
1663   into eagle.mysql.r18.ru:/home/vva/work/BUG_1073/mysql-4.0
1664
1665   client/mysqlbinlog.cc
1666     1.84 03/09/19 20:31:00 dlenev@mysql.com +2 -4
1667     Small fix to avoid double initialization
1668
1669   client/mysqlbinlog.cc
1670     1.83 03/09/19 16:57:42 dlenev@mysql.com +0 -0
1671     Auto merged
1672
1673   client/mysqlbinlog.cc
1674     1.81.1.1 03/09/19 12:34:54 vva@eagle.mysql.r18.ru +0 -0
1675     Auto merged
1676
1677   myisam/mi_test2.c
1678     1.16 03/09/19 14:59:17 lenz@mysql.com +2 -2
1679      - fixed typo: "uppdate" -> "update"
1680      - fixed typo: "tryed" -> "tryed"
1681
1682   isam/test2.c
1683     1.12 03/09/19 14:59:17 lenz@mysql.com +2 -2
1684      - fixed typo: "uppdate" -> "update"
1685      - fixed typo: "tryed" -> "tryed"
1686
1687   heap/hp_test2.c
1688     1.13 03/09/19 14:59:17 lenz@mysql.com +2 -2
1689      - fixed typo: "uppdate" -> "update"
1690      - fixed typo: "tryed" -> "tryed"
1691
1692   extra/comp_err.c
1693     1.7 03/09/19 14:59:17 lenz@mysql.com +1 -1
1694      - fixed typo: "uppdate" -> "update"
1695
1696 ChangeSet
1697   1.1563.13.1 03/09/19 16:43:56 dlenev@mysql.com +1 -0
1698   Fix for bug #1340 (More careful checks if we met proper Create_file_log_event before Append or Exec event we are processing now)
1699
1700   client/mysqlbinlog.cc
1701     1.82 03/09/19 16:43:54 dlenev@mysql.com +10 -7
1702     More accurate checks if Create_file_log_event is absent for this Append or Exec event...
1703
1704 ChangeSet
1705   1.1563.11.5 03/09/17 22:41:01 lenz@mysql.com +1 -0
1706    - force the removal of /var/lock/subsys/mysql on MySQL shutdown
1707
1708   support-files/mysql.server.sh
1709     1.30 03/09/17 22:40:59 lenz@mysql.com +1 -1
1710      - force the removal of /var/lock/subsys/mysql on MySQL shutdown
1711
1712 ChangeSet
1713   1.676.1.741 03/09/17 22:01:08 lenz@mysql.com +1 -0
1714    - added make_win_src_distribution.sh to EXTRA_SCRIPTS
1715
1716   scripts/Makefile.am
1717     1.14.1.3 03/09/17 22:01:07 lenz@mysql.com +1 -0
1718      - added make_win_src_distribution.sh to EXTRA_SCRIPTS
1719
1720 ChangeSet
1721   1.1563.11.4 03/09/17 21:41:36 jani@rhols221.adsl.netsonic.fi +1 -0
1722   Fixed Bug#1291, client displays wrong prompt when in the middle of
1723   backticks.
1724
1725   client/mysql.cc
1726     1.142 03/09/17 21:41:34 jani@rhols221.adsl.netsonic.fi +4 -2
1727     Fixed Bug#1291, client displays wrong prompt when in the middle of
1728     backticks.
1729
1730 ChangeSet
1731   1.1563.12.1 03/09/17 21:08:40 jani@rhols221.adsl.netsonic.fi +1 -0
1732   Fixed a bug in default.c, which caused quoted arguments not
1733   being read correctly from my.cnf.
1734
1735   mysys/default.c
1736     1.31 03/09/17 21:08:38 jani@rhols221.adsl.netsonic.fi +8 -0
1737     Fixed a bug in default.c, which caused quoted arguments not
1738     being read correctly from my.cnf.
1739
1740 ChangeSet
1741   1.1563.11.2 03/09/17 21:52:05 kostja@oak.local +3 -0
1742   Applied Monty corrections to the FULL SCAN
1743   optimiser bug patch.
1744
1745   sql/sql_select.cc
1746     1.258 03/09/17 21:52:04 kostja@oak.local +33 -22
1747     found_constrain renamed to found_constraint
1748     We don't perform full cartesian product in 
1749     case when JOIN BUFFER is used: it was taken
1750     into account.
1751     s->read_time may contain range index read time,
1752     so to get full table scan time is necessary to
1753     call s->table->file->scan_time().
1754
1755   mysql-test/r/order_by.result
1756     1.20 03/09/17 21:52:03 kostja@oak.local +7 -7
1757     test results reverted
1758
1759   mysql-test/r/distinct.result
1760     1.25 03/09/17 21:52:03 kostja@oak.local +3 -3
1761     test results reverted
1762
1763 ChangeSet
1764   1.1563.8.6 03/09/17 14:00:43 kostja@oak.local +1 -0
1765   fixed test result to be in sync with the optimiser
1766
1767   mysql-test/r/distinct.result
1768     1.24 03/09/17 14:00:25 kostja@oak.local +2 -2
1769     fixed test result to be in sync with the optimiser
1770
1771 ChangeSet
1772   1.1563.8.4 03/09/16 21:20:16 kostja@oak.local +1 -0
1773   comment made more explanatory
1774
1775   sql/sql_select.cc
1776     1.257 03/09/16 21:20:15 kostja@oak.local +7 -5
1777     comment made more explanatory
1778
1779 ChangeSet
1780   1.1563.10.1 03/09/16 20:28:29 kostja@oak.local +2 -0
1781   select.test cleanup
1782
1783   mysql-test/t/select.test
1784     1.21 03/09/16 20:28:12 kostja@oak.local +6 -0
1785     unnecessary info don't get into result any more
1786
1787   mysql-test/r/select.result
1788     1.29 03/09/16 20:28:12 kostja@oak.local +0 -1221
1789     unnecessary info removed from result
1790
1791 ChangeSet
1792   1.1563.9.2 03/09/16 14:45:42 monty@narttu.mysql.fi +2 -0
1793   More explicit error messages from myisamchk
1794
1795   myisam/mi_dynrec.c
1796     1.31 03/09/16 14:45:40 monty@narttu.mysql.fi +14 -4
1797     More comments
1798
1799   myisam/mi_check.c
1800     1.124 03/09/16 14:45:40 monty@narttu.mysql.fi +27 -8
1801     More explicit error messages
1802
1803 ChangeSet
1804   1.1563.8.3 03/09/16 04:04:54 kostja@oak.local +1 -0
1805   join buffer cache usage/not usage is taken
1806   into account to increase the cost of FULL SCAN
1807
1808   sql/sql_select.cc
1809     1.256 03/09/16 04:04:52 kostja@oak.local +14 -4
1810     more accurate FULL SCAN cost estimation:
1811     join buffer cache usage/not usage is taken
1812     into account to increase the cost
1813
1814 ChangeSet
1815   1.1560.1.1 03/09/15 17:39:50 greg@mysql.com +57 -0
1816   Remove 3.23 InstallShield files, improve make_win_src_distribution, add extra myTest.dsp to be copied into distributions as a fix for BUG#999
1817
1818   VC++Files/libmysqltest/myTest-package.dsp
1819     1.1 03/09/15 17:39:48 greg@mysql.com +92 -0
1820
1821   scripts/make_win_src_distribution.sh
1822     1.9 03/09/15 17:39:48 greg@mysql.com +32 -31
1823     Improved unix to DOS conversion, add processing of version tags in InstallShield files
1824
1825   VC++Files/libmysqltest/myTest-package.dsp
1826     1.0 03/09/15 17:39:48 greg@mysql.com +0 -0
1827     BitKeeper file /home/greg/bk/4.0/VC++Files/libmysqltest/myTest-package.dsp
1828
1829   VC++Files/InstallShield/4.0.XX-pro/String Tables/0009-English/value.shl
1830     1.2 03/09/15 17:39:48 greg@mysql.com +7 -7
1831     Add VERSION tags for automation
1832
1833   VC++Files/InstallShield/4.0.XX-pro/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
1834     1.2 03/09/15 17:39:48 greg@mysql.com +2 -2
1835     Add VERSION tags for automation
1836
1837   VC++Files/InstallShield/4.0.XX-gpl/String Tables/0009-English/value.shl
1838     1.2 03/09/15 17:39:48 greg@mysql.com +7 -7
1839     Add VERSION tags for automation
1840
1841   VC++Files/InstallShield/4.0.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
1842     1.2 03/09/15 17:39:48 greg@mysql.com +2 -2
1843     Add VERSION tags for automation
1844
1845   VC++Files/InstallShield/4.0.XX-classic/String Tables/0009-English/value.shl
1846     1.2 03/09/15 17:39:48 greg@mysql.com +7 -7
1847     Add VERSION tags for automation
1848
1849   VC++Files/InstallShield/4.0.XX-classic/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
1850     1.2 03/09/15 17:39:48 greg@mysql.com +2 -2
1851     Add VERSION tags for automation
1852
1853   BitKeeper/etc/ignore
1854     1.150 03/09/15 17:39:48 greg@mysql.com +1 -0
1855     Added hardcopy.0 to the ignore list
1856
1857   BitKeeper/deleted/.del-value.shl~718b5b291d5ff04d
1858     1.1.1.1 03/09/15 17:30:46 greg@mysql.com +0 -0
1859     Delete: VC++Files/InstallShield/3.23.XXcom/String Tables/0009-English/value.shl
1860
1861   BitKeeper/deleted/.del-Setup.tsb~e74dbc7688d4019a
1862     1.1.1.1 03/09/15 17:30:46 greg@mysql.com +0 -0
1863     Delete: VC++Files/InstallShield/3.23.XXcom/Text Substitutions/Setup.tsb
1864
1865   BitKeeper/deleted/.del-Default.shl~e18d3f10bef97a28
1866     1.1.1.1 03/09/15 17:30:46 greg@mysql.com +0 -0
1867     Delete: VC++Files/InstallShield/3.23.XXcom/String Tables/Default.shl
1868
1869   BitKeeper/deleted/.del-Build.tsb~f3be7d512e6d5b74
1870     1.1.1.1 03/09/15 17:30:46 greg@mysql.com +0 -0
1871     Delete: VC++Files/InstallShield/3.23.XXcom/Text Substitutions/Build.tsb
1872
1873   BitKeeper/deleted/.del-infolist.txt~ee370f4771c83a97
1874     1.1.1.1 03/09/15 17:30:45 greg@mysql.com +0 -0
1875     Delete: VC++Files/InstallShield/3.23.XXcom/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
1876
1877   BitKeeper/deleted/.del-Setup.rul~14510a994d515f19
1878     1.1.1.1 03/09/15 17:30:45 greg@mysql.com +0 -0
1879     Delete: VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.rul
1880
1881   BitKeeper/deleted/.del-Setup.obs~2f09140119879bc6
1882     1.1.1.1 03/09/15 17:30:45 greg@mysql.com +0 -0
1883     Delete: VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.obs
1884
1885   BitKeeper/deleted/.del-Setup.ins~ab68efc133d8411e
1886     1.1.1.1 03/09/15 17:30:45 greg@mysql.com +0 -0
1887     Delete: VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.ins
1888
1889   BitKeeper/deleted/.del-SETUP.BMP~77e20d86bceb4903
1890     1.1.1.1 03/09/15 17:30:45 greg@mysql.com +0 -0
1891     Delete: VC++Files/InstallShield/3.23.XXcom/Setup Files/Uncompressed Files/Language Independent/OS Independent/SETUP.BMP
1892
1893   BitKeeper/deleted/.del-Default.shl~a02a9093c2b6b0d9
1894     1.1.1.1 03/09/15 17:30:45 greg@mysql.com +0 -0
1895     Delete: VC++Files/InstallShield/3.23.XXcom/Shell Objects/Default.shl
1896
1897   BitKeeper/deleted/.del-Setup.ino~85f07a856a69a722
1898     1.1.1.1 03/09/15 17:30:44 greg@mysql.com +0 -0
1899     Delete: VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.ino
1900
1901   BitKeeper/deleted/.del-Setup.dbg~688e9d3ec362ec34
1902     1.1.1.1 03/09/15 17:30:44 greg@mysql.com +0 -0
1903     Delete: VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.dbg
1904
1905   BitKeeper/deleted/.del-Servers.fgl~36147accb82f759
1906     1.1.1.1 03/09/15 17:30:44 greg@mysql.com +0 -0
1907     Delete: VC++Files/InstallShield/3.23.XXcom/File Groups/Servers.fgl
1908
1909   BitKeeper/deleted/.del-MySQL 3.23.com.ipr~eb817edea43c6e6e
1910     1.1.1.1 03/09/15 17:30:44 greg@mysql.com +0 -0
1911     Delete: VC++Files/InstallShield/3.23.XXcom/MySQL 3.23.com.ipr
1912
1913   BitKeeper/deleted/.del-Grant Tables.fgl~31e527d126c42d90
1914     1.1.1.1 03/09/15 17:30:44 greg@mysql.com +0 -0
1915     Delete: VC++Files/InstallShield/3.23.XXcom/File Groups/Grant Tables.fgl
1916
1917   BitKeeper/deleted/.del-Documentation.fgl~cf0ac866737a5c7d
1918     1.1.1.1 03/09/15 17:30:44 greg@mysql.com +0 -0
1919     Delete: VC++Files/InstallShield/3.23.XXcom/File Groups/Documentation.fgl
1920
1921   BitKeeper/deleted/.del-Default.rge~2218627c2a901409
1922     1.1.1.1 03/09/15 17:30:44 greg@mysql.com +0 -0
1923     Delete: VC++Files/InstallShield/3.23.XXcom/Registry Entries/Default.rge
1924
1925   BitKeeper/deleted/.del-Development.fgl~ca1458874a3fef81
1926     1.1.1.1 03/09/15 17:30:43 greg@mysql.com +0 -0
1927     Delete: VC++Files/InstallShield/3.23.XXcom/File Groups/Development.fgl
1928
1929   BitKeeper/deleted/.del-Default.fgl~a86ce70180b5aba4
1930     1.1.1.1 03/09/15 17:30:43 greg@mysql.com +0 -0
1931     Delete: VC++Files/InstallShield/3.23.XXcom/File Groups/Default.fgl
1932
1933   BitKeeper/deleted/.del-Default.fgl~45b9e847fa4da131
1934     1.1.1.1 03/09/15 17:30:43 greg@mysql.com +0 -0
1935     Delete: VC++Files/InstallShield/3.23.XXcom/Component Definitions/Default.fgl
1936
1937   BitKeeper/deleted/.del-Default.fdf~466762fdf65e1477
1938     1.1.1.1 03/09/15 17:30:43 greg@mysql.com +0 -0
1939     Delete: VC++Files/InstallShield/3.23.XXcom/File Groups/Default.fdf
1940
1941   BitKeeper/deleted/.del-Default.cdf~1da6505528200d5e
1942     1.1.1.1 03/09/15 17:30:43 greg@mysql.com +0 -0
1943     Delete: VC++Files/InstallShield/3.23.XXcom/Component Definitions/Default.cdf
1944
1945   BitKeeper/deleted/.del-Clients and Tools.fgl~826a8e3f651af365
1946     1.1.1.1 03/09/15 17:30:43 greg@mysql.com +0 -0
1947     Delete: VC++Files/InstallShield/3.23.XXcom/File Groups/Clients and Tools.fgl
1948
1949   BitKeeper/deleted/.del-.fgl~cac6624e1ac6ee1d
1950     1.1.1.1 03/09/15 17:30:42 greg@mysql.com +0 -0
1951     Delete: VC++Files/InstallShield/3.23.XXcom/Component Definitions/.fgl
1952
1953   BitKeeper/deleted/.del-value.shl~98c2851db96b919e
1954     1.1.1.1 03/09/15 17:30:34 greg@mysql.com +0 -0
1955     Delete: VC++Files/InstallShield/3.23.XX-gpl/String Tables/0009-English/value.shl
1956
1957   BitKeeper/deleted/.del-infolist.txt~58b203247936d266
1958     1.1.1.1 03/09/15 17:30:34 greg@mysql.com +0 -0
1959     Delete: VC++Files/InstallShield/3.23.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
1960
1961   BitKeeper/deleted/.del-Setup.tsb~5344bdc39c0e9884
1962     1.2 03/09/15 17:30:34 greg@mysql.com +0 -0
1963     Delete: VC++Files/InstallShield/3.23.XX-gpl/Text Substitutions/Setup.tsb
1964
1965   BitKeeper/deleted/.del-SETUP.BMP~1e85725234603bfe
1966     1.2 03/09/15 17:30:34 greg@mysql.com +0 -0
1967     Delete: VC++Files/InstallShield/3.23.XX-gpl/Setup Files/Uncompressed Files/Language Independent/OS Independent/SETUP.BMP
1968
1969   BitKeeper/deleted/.del-Default.shl~8b61f648197f5de3
1970     1.2 03/09/15 17:30:34 greg@mysql.com +0 -0
1971     Delete: VC++Files/InstallShield/3.23.XX-gpl/String Tables/Default.shl
1972
1973   BitKeeper/deleted/.del-Default.shl~4bc5f71f8f0bd822
1974     1.2 03/09/15 17:30:34 greg@mysql.com +0 -0
1975     Delete: VC++Files/InstallShield/3.23.XX-gpl/Shell Objects/Default.shl
1976
1977   BitKeeper/deleted/.del-Build.tsb~43a1c0d54abb5a44
1978     1.2 03/09/15 17:30:34 greg@mysql.com +0 -0
1979     Delete: VC++Files/InstallShield/3.23.XX-gpl/Text Substitutions/Build.tsb
1980
1981   BitKeeper/deleted/.del-Setup.rul~8cc4dee41dcb733f
1982     1.2 03/09/15 17:30:33 greg@mysql.com +0 -0
1983     Delete: VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.rul
1984
1985   BitKeeper/deleted/.del-Setup.obs~33bf58c825ff3ac8
1986     1.2 03/09/15 17:30:33 greg@mysql.com +0 -0
1987     Delete: VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.obs
1988
1989   BitKeeper/deleted/.del-Setup.ins~6946c5065a12572d
1990     1.2 03/09/15 17:30:33 greg@mysql.com +0 -0
1991     Delete: VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.ins
1992
1993   BitKeeper/deleted/.del-Setup.ino~cb1fefacb45841a
1994     1.2 03/09/15 17:30:33 greg@mysql.com +0 -0
1995     Delete: VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.ino
1996
1997   BitKeeper/deleted/.del-Setup.dbg~f8ba4a87c5dd90a9
1998     1.2 03/09/15 17:30:33 greg@mysql.com +0 -0
1999     Delete: VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.dbg
2000
2001   BitKeeper/deleted/.del-Servers.fgl~c809b9515fd51041
2002     1.2 03/09/15 17:30:33 greg@mysql.com +0 -0
2003     Delete: VC++Files/InstallShield/3.23.XX-gpl/File Groups/Servers.fgl
2004
2005   BitKeeper/deleted/.del-MySQL 3.23.XX-GPL.ipr~3116ab4aa52a6b44
2006     1.2 03/09/15 17:30:33 greg@mysql.com +0 -0
2007     Delete: VC++Files/InstallShield/3.23.XX-gpl/MySQL 3.23.XX-GPL.ipr
2008
2009   BitKeeper/deleted/.del-Default.rge~d816fd8cef3f06d5
2010     1.2 03/09/15 17:30:33 greg@mysql.com +0 -0
2011     Delete: VC++Files/InstallShield/3.23.XX-gpl/Registry Entries/Default.rge
2012
2013   BitKeeper/deleted/.del-Grant Tables.fgl~1c366d3557e024bf
2014     1.2 03/09/15 17:30:32 greg@mysql.com +0 -0
2015     Delete: VC++Files/InstallShield/3.23.XX-gpl/File Groups/Grant Tables.fgl
2016
2017   BitKeeper/deleted/.del-Documentation.fgl~dbd86cfa42705734
2018     1.2 03/09/15 17:30:32 greg@mysql.com +0 -0
2019     Delete: VC++Files/InstallShield/3.23.XX-gpl/File Groups/Documentation.fgl
2020
2021   BitKeeper/deleted/.del-Development.fgl~8207e98594fe0bee
2022     1.2 03/09/15 17:30:32 greg@mysql.com +0 -0
2023     Delete: VC++Files/InstallShield/3.23.XX-gpl/File Groups/Development.fgl
2024
2025   BitKeeper/deleted/.del-Default.fgl~b9558db492415763
2026     1.2 03/09/15 17:30:32 greg@mysql.com +0 -0
2027     Delete: VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/Default.fgl
2028
2029   BitKeeper/deleted/.del-Default.fgl~46b97f4278325e8
2030     1.2 03/09/15 17:30:32 greg@mysql.com +0 -0
2031     Delete: VC++Files/InstallShield/3.23.XX-gpl/File Groups/Default.fgl
2032
2033   BitKeeper/deleted/.del-Default.fdf~89b2af9ae5059f62
2034     1.2 03/09/15 17:30:32 greg@mysql.com +0 -0
2035     Delete: VC++Files/InstallShield/3.23.XX-gpl/File Groups/Default.fdf
2036
2037   BitKeeper/deleted/.del-Default.cdf~aa4045acaf293d36
2038     1.2 03/09/15 17:30:32 greg@mysql.com +0 -0
2039     Delete: VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/Default.cdf
2040
2041   BitKeeper/deleted/.del-Clients and Tools.fgl~cfedc4432bdca9d
2042     1.2 03/09/15 17:30:32 greg@mysql.com +0 -0
2043     Delete: VC++Files/InstallShield/3.23.XX-gpl/File Groups/Clients and Tools.fgl
2044
2045   BitKeeper/deleted/.del-.fgl~c7d07ad3164a2b48
2046     1.2 03/09/15 17:30:31 greg@mysql.com +0 -0
2047     Delete: VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/.fgl
2048
2049 ChangeSet
2050   1.1563.8.1 03/09/15 22:21:39 kostja@oak.local +4 -0
2051   Fixed bug in the optimiser for FULL TABLE SCAN case:
2052   to estimate correctly cost of full table scan we should take into
2053   account rows read and skipped on each iteration.
2054
2055   sql/sql_select.cc
2056     1.255 03/09/15 22:21:27 kostja@oak.local +22 -24
2057     Fixed bug in the optimiser for FULL TABLE SCAN case:
2058     to estimate correctly cost of full table scan we should take into
2059     account rows read and skipped on each iteration.
2060
2061   mysql-test/r/select_safe.result
2062     1.10 03/09/15 22:21:27 kostja@oak.local +1 -1
2063     Fixed test suite: now full scan is used
2064     less often
2065
2066   mysql-test/r/join_outer.result
2067     1.17 03/09/15 22:21:27 kostja@oak.local +1 -1
2068     Fixed test suite: now full scan is used
2069     less often
2070
2071   mysql-test/r/distinct.result
2072     1.23 03/09/15 22:21:27 kostja@oak.local +3 -3
2073     Fixed test suite: now full scan is used
2074     less often
2075
2076 ChangeSet
2077   1.676.1.740 03/09/15 14:44:53 lenz@mysql.com +1 -0
2078    - Bumped up version number from 3.23.58 to 3.23.59 in configure.in
2079    - Tagged ChangeSet 1.1413 as "mysql-3.23.58"
2080
2081   configure.in
2082     1.124.1.87 03/09/15 14:44:52 lenz@mysql.com +1 -1
2083      - Bumped up version number from 3.23.58 to 3.23.59 in configure.in
2084
2085 ChangeSet
2086   1.1563.7.1 03/09/15 15:16:13 bell@sanja.is.com.ua +4 -0
2087   fixed server crash on moving query block with pointers to same table in it (BUG#988)
2088   removed server options
2089
2090   sql/sql_cache.cc
2091     1.56 03/09/15 15:16:04 bell@sanja.is.com.ua +24 -2
2092     fixed moving query block with pointers to same table in it
2093
2094   mysql-test/t/query_cache.test
2095     1.27 03/09/15 15:16:04 bell@sanja.is.com.ua +54 -1
2096     test for BUG#988
2097     removed server options
2098
2099   mysql-test/r/query_cache.result
2100     1.26 03/09/15 15:16:04 bell@sanja.is.com.ua +42 -1
2101     test for BUG#988
2102
2103   BitKeeper/deleted/.del-query_cache-master.opt~c4daeaa5e40881
2104     1.4 03/09/15 14:57:39 bell@sanja.is.com.ua +0 -0
2105     Delete: mysql-test/t/query_cache-master.opt
2106
2107 ChangeSet
2108   1.676.1.739 03/09/12 19:58:22 greg@mysql.com +36 -0
2109   New Windows source package automation for 3.23
2110
2111   BitKeeper/etc/logging_ok
2112     1.153.1.97 03/09/12 19:58:22 greg@mysql.com +1 -0
2113     Logging to logging@openlogging.org accepted
2114
2115   scripts/make_win_src_distribution.sh
2116     1.1 03/09/12 19:58:12 greg@mysql.com +487 -0
2117
2118   VC++Files/thr_test/thr_test.c
2119     1.1 03/09/12 19:58:12 greg@mysql.com +250 -0
2120
2121   VC++Files/mysqlwatch/mysqlwatch.c
2122     1.1 03/09/12 19:58:12 greg@mysql.com +745 -0
2123
2124   VC++Files/mysqlshutdown/mysqlshutdown.rc
2125     1.1 03/09/12 19:58:12 greg@mysql.com +2 -0
2126
2127   VC++Files/mysqlshutdown/mysqlshutdown.c
2128     1.1 03/09/12 19:58:12 greg@mysql.com +198 -0
2129
2130   VC++Files/mysqlshutdown/mysql.ico
2131     1.1 03/09/12 19:58:12 greg@mysql.com +9 -0
2132
2133   VC++Files/libmysqltest/mytest.c
2134     1.1 03/09/12 19:58:12 greg@mysql.com +169 -0
2135
2136   VC++Files/libmysql/libmysql.def
2137     1.1 03/09/12 19:58:12 greg@mysql.com +94 -0
2138
2139   scripts/make_win_src_distribution.sh
2140     1.0 03/09/12 19:58:12 greg@mysql.com +0 -0
2141     BitKeeper file /home/greg/bk/3.23/scripts/make_win_src_distribution.sh
2142
2143   scripts/Makefile.am
2144     1.14.1.2 03/09/12 19:58:12 greg@mysql.com +4 -2
2145     Build make_win_src_distribution script by default
2146
2147   VC++Files/thr_test/thr_test.c
2148     1.0 03/09/12 19:58:12 greg@mysql.com +0 -0
2149     BitKeeper file /home/greg/bk/3.23/VC++Files/thr_test/thr_test.c
2150
2151   VC++Files/mysqlwatch/mysqlwatch.c
2152     1.0 03/09/12 19:58:12 greg@mysql.com +0 -0
2153     BitKeeper file /home/greg/bk/3.23/VC++Files/mysqlwatch/mysqlwatch.c
2154
2155   VC++Files/mysqlshutdown/mysqlshutdown.rc
2156     1.0 03/09/12 19:58:12 greg@mysql.com +0 -0
2157     BitKeeper file /home/greg/bk/3.23/VC++Files/mysqlshutdown/mysqlshutdown.rc
2158
2159   VC++Files/mysqlshutdown/mysqlshutdown.c
2160     1.0 03/09/12 19:58:12 greg@mysql.com +0 -0
2161     BitKeeper file /home/greg/bk/3.23/VC++Files/mysqlshutdown/mysqlshutdown.c
2162
2163   VC++Files/mysqlshutdown/mysql.ico
2164     1.0 03/09/12 19:58:12 greg@mysql.com +0 -0
2165     BitKeeper file /home/greg/bk/3.23/VC++Files/mysqlshutdown/mysql.ico
2166
2167   VC++Files/libmysqltest/mytest.c
2168     1.0 03/09/12 19:58:12 greg@mysql.com +0 -0
2169     BitKeeper file /home/greg/bk/3.23/VC++Files/libmysqltest/mytest.c
2170
2171   VC++Files/libmysql/libmysql.def
2172     1.0 03/09/12 19:58:12 greg@mysql.com +0 -0
2173     BitKeeper file /home/greg/bk/3.23/VC++Files/libmysql/libmysql.def
2174
2175   VC++Files/InstallShield/3.23.XX-gpl/String Tables/0009-English/value.shl
2176     1.2 03/09/12 19:58:12 greg@mysql.com +6 -6
2177     Add version placeholders for automation
2178
2179   VC++Files/InstallShield/3.23.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
2180     1.2 03/09/12 19:58:12 greg@mysql.com +2 -2
2181     Add version placeholders for automation
2182
2183   VC++Files/InstallShield/3.23.XX-com/String Tables/0009-English/value.shl
2184     1.3 03/09/12 19:58:12 greg@mysql.com +6 -6
2185     Add version placeholders for automation
2186
2187   VC++Files/InstallShield/3.23.XX-com/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
2188     1.3 03/09/12 19:58:12 greg@mysql.com +2 -2
2189     Add version placeholders for automation
2190
2191   VC++Files/InstallShield/3.23.XX-com/Text Substitutions/Setup.tsb
2192     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2193     mvdir
2194
2195   VC++Files/InstallShield/3.23.XX-com/Text Substitutions/Build.tsb
2196     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2197     mvdir
2198
2199   VC++Files/InstallShield/3.23.XX-com/String Tables/Default.shl
2200     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2201     mvdir
2202
2203   VC++Files/InstallShield/3.23.XX-com/String Tables/0009-English/value.shl
2204     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2205     mvdir
2206
2207   VC++Files/InstallShield/3.23.XX-com/Shell Objects/Default.shl
2208     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2209     mvdir
2210
2211   VC++Files/InstallShield/3.23.XX-com/Setup Files/Uncompressed Files/Language Independent/OS Independent/SETUP.BMP
2212     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2213     mvdir
2214
2215   VC++Files/InstallShield/3.23.XX-com/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
2216     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2217     mvdir
2218
2219   VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.rul
2220     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2221     mvdir
2222
2223   VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.obs
2224     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2225     mvdir
2226
2227   VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.ins
2228     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2229     mvdir
2230
2231   VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.ino
2232     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2233     mvdir
2234
2235   VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.dbg
2236     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2237     mvdir
2238
2239   VC++Files/InstallShield/3.23.XX-com/Registry Entries/Default.rge
2240     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2241     mvdir
2242
2243   VC++Files/InstallShield/3.23.XX-com/MySQL 3.23.com.ipr
2244     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2245     mvdir
2246
2247   VC++Files/InstallShield/3.23.XX-com/File Groups/Servers.fgl
2248     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2249     mvdir
2250
2251   VC++Files/InstallShield/3.23.XX-com/File Groups/Grant Tables.fgl
2252     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2253     mvdir
2254
2255   VC++Files/InstallShield/3.23.XX-com/File Groups/Documentation.fgl
2256     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2257     mvdir
2258
2259   VC++Files/InstallShield/3.23.XX-com/File Groups/Development.fgl
2260     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2261     mvdir
2262
2263   VC++Files/InstallShield/3.23.XX-com/File Groups/Default.fgl
2264     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2265     mvdir
2266
2267   VC++Files/InstallShield/3.23.XX-com/File Groups/Default.fdf
2268     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2269     mvdir
2270
2271   VC++Files/InstallShield/3.23.XX-com/File Groups/Clients and Tools.fgl
2272     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2273     mvdir
2274
2275   VC++Files/InstallShield/3.23.XX-com/Component Definitions/Default.fgl
2276     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2277     mvdir
2278
2279   VC++Files/InstallShield/3.23.XX-com/Component Definitions/Default.cdf
2280     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2281     mvdir
2282
2283   VC++Files/InstallShield/3.23.XX-com/Component Definitions/.fgl
2284     1.2 03/09/12 18:41:26 greg@mysql.com +0 -0
2285     mvdir
2286
2287 ChangeSet
2288   1.1563.6.2 03/09/12 22:33:43 dlenev@mysql.com +4 -0
2289   Replaced deprecated since OpenSSL 0.9.7 des_ calls and types with 
2290   their newer DES_ versions.
2291   Provided macros for backward compatibility.
2292
2293   sql/mysql_priv.h
2294     1.206 03/09/12 22:33:24 dlenev@mysql.com +2 -2
2295     Replaced deprecated OpenSSL des_ types with newer
2296
2297   sql/item_strfunc.cc
2298     1.69 03/09/12 22:33:24 dlenev@mysql.com +17 -17
2299     Replaced deprecated OpenSSL des_ calls and types with newer
2300
2301   sql/des_key_file.cc
2302     1.6 03/09/12 22:33:24 dlenev@mysql.com +4 -4
2303     Replaced deprecated OpenSSL des_ calls and types with newer
2304
2305   include/my_global.h
2306     1.55 03/09/12 22:33:24 dlenev@mysql.com +10 -0
2307     Added macros for DES_ OpenSSL functions for compatibility with pre 0.9.7
2308
2309 ChangeSet
2310   1.1563.5.4 03/09/12 19:53:52 serg@serg.mylan +2 -0
2311   merged (ul)
2312
2313   sql/sql_parse.cc
2314     1.340 03/09/12 19:53:48 serg@serg.mylan +0 -12
2315     merged (ul)
2316
2317   sql/slave.cc
2318     1.252 03/09/12 19:53:48 serg@serg.mylan +0 -2
2319     merged (ul)
2320
2321 ChangeSet
2322   1.1563.5.3 03/09/12 19:42:47 serg@serg.mylan +1 -0
2323   merged
2324
2325   extra/resolveip.c
2326     1.21 03/09/12 19:42:44 serg@serg.mylan +0 -5
2327     merged
2328
2329 ChangeSet
2330   1.1563.6.1 03/09/12 20:41:12 dlenev@mysql.com +3 -0
2331   Regenerated expired CA certificate and signed dependant certificates
2332
2333   SSL/server-cert.pem
2334     1.4 03/09/12 20:41:02 dlenev@mysql.com +20 -20
2335     Signed server certificate after regenerating CA certificate
2336
2337   SSL/client-cert.pem
2338     1.4 03/09/12 20:41:02 dlenev@mysql.com +20 -20
2339     Signed client certificate after regenerating CA certificate
2340
2341   SSL/cacert.pem
2342     1.4 03/09/12 20:41:02 dlenev@mysql.com +11 -11
2343     Regenerated expired CA certificate
2344
2345 ChangeSet
2346   1.676.1.738 03/09/12 17:26:48 guilhem@mysql.com +2 -0
2347   Quick backport of the following bugfix from MySQL 4.0.14.
2348   DO NOT COPY THIS CODE TO 4.0. The bugfix is better in 4.0,
2349   but here in 3.23 we don't want to add a new error code so
2350   we just use ER_EMPTY_QUERY. Bug was:
2351   "If a query was ignored on the slave (because of
2352   @code{replicate-ignore-table} and other similar rules), the slave
2353   still checked if the query got the same error code (0, no error) as on
2354   the master. So if the master had an error on the query (for example,
2355   ``Duplicate entry'' in a multiple-row insert), then the slave stopped
2356   and warned that the error codes didn't match. (Bug #797)"
2357
2358   sql/sql_parse.cc
2359     1.120.2.39 03/09/12 17:26:44 guilhem@mysql.com +12 -0
2360     In a slave thread, mark an ignored query (because of replicate-*-table rules)
2361     as empty. The caller, exec_event(), will understand this error code as "ignorable
2362     query, don't compare the error codes on master and slave".
2363
2364   sql/slave.cc
2365     1.100.1.40 03/09/12 17:26:43 guilhem@mysql.com +2 -1
2366     Ignore ER_EMPTY_QUERY as it is also a marker for "query was ignored because 
2367     of replicate-*-table rules".
2368
2369 ChangeSet
2370   1.1563.4.1 03/09/12 15:48:48 guilhem@mysql.com +1 -0
2371   Fix for BUG#1258 (Trying to use the mysqlbinlog with -h and -u option gives segmentation
2372   fault). Fix is just initializing "host" (and "user") with 0, not a string.
2373
2374   client/mysqlbinlog.cc
2375     1.81 03/09/12 15:48:43 guilhem@mysql.com +2 -2
2376     command-line arguments should be initialized like in mysqldump.cc to not cause
2377     segfault.
2378
2379 ChangeSet
2380   1.1563.3.2 03/09/12 15:48:05 lenz@mysql.com +1 -0
2381    - fixed yet another C++-style comment in a .c file that made the IBM
2382      C compiler barf
2383
2384   libmysqld/libmysqld.c
2385     1.21 03/09/12 15:48:03 lenz@mysql.com +1 -1
2386      - fixed yet another C++-style comment in a .c file that made the IBM
2387        C compiler barf
2388
2389 ChangeSet
2390   1.1563.3.1 03/09/12 12:42:34 lenz@mysql.com +2 -0
2391   Portability fixes:
2392   
2393    - removed "-traditional-cpp" from the darwin6 compile flags, as it broke
2394      compilation with gcc-3.3 on Mac OS X and does not seem to be required 
2395      in general.
2396    - make sure to link libmysqld/examples/mysqltest.c with a C++ compiler, 
2397      as the embedded server library (libmysqld.a) includes C++ code. This
2398      broke compilation with non-gcc compilers.
2399
2400   libmysqld/examples/Makefile.am
2401     1.12 03/09/12 12:42:32 lenz@mysql.com +2 -0
2402      - make sure to link mysqltest.c with a C++ compiler, as the embedded server
2403        library (libmysqld.a) includes C++ code.
2404
2405   configure.in
2406     1.284 03/09/12 12:42:32 lenz@mysql.com +1 -1
2407      - removed "-traditional-cpp" from the darwin6 compile flags, as it broke
2408        compilation with gcc-3.3 and does not seem to be required in general.
2409
2410 ChangeSet
2411   1.1563.2.2 03/09/12 01:35:32 heikki@hundin.mysql.fi +1 -0
2412   row0sel.c:
2413     Fix buglets in previous push
2414
2415   innobase/row/row0sel.c
2416     1.41 03/09/12 01:35:21 heikki@hundin.mysql.fi +3 -2
2417     Fix buglets in previous push
2418
2419 ChangeSet
2420   1.1563.2.1 03/09/12 00:31:43 heikki@hundin.mysql.fi +1 -0
2421   row0sel.c:
2422     Fix bug: if a primary key contains more than one column, then MySQL seems to do fetch next even for a unique search condition: this in turn caused unnecessary locking which did not agree what the InnoDB manual promised
2423
2424   innobase/row/row0sel.c
2425     1.40 03/09/12 00:31:14 heikki@hundin.mysql.fi +12 -16
2426     Fix bug: if a primary key contains more than one column, then MySQL seems to do fetch next even for a unique search condition: this in turn caused unnecessary locking which did not agree what the InnoDB manual promised
2427
2428 ChangeSet
2429   1.1561.2.1 03/09/11 23:17:28 guilhem@mysql.com +6 -0
2430   * Fix for BUG#1248: "LOAD DATA FROM MASTER drops the slave's db unexpectedly".
2431   Now LOAD DATA FROM MASTER does not drop the database, instead it only tries to
2432   create it, and drops/creates table-by-table.
2433   * replicate_wild_ignore_table='db1.%' is now considered as "ignore the 'db1'
2434   database as a whole", as it already works for CREATE DATABASE and DROP DATABASE.
2435
2436   sql/sql_parse.cc
2437     1.339 03/09/11 23:17:22 guilhem@mysql.com +5 -2
2438     do not drop the table in LOAD TABLE FROM MASTER (this behaviour is already
2439     true; but changes in LOAD DATA FROM MASTER made the argument needed).
2440
2441   sql/slave.h
2442     1.65 03/09/11 23:17:21 guilhem@mysql.com +2 -2
2443     new argument to drop the table in fetch_master_table
2444
2445   sql/slave.cc
2446     1.251 03/09/11 23:17:21 guilhem@mysql.com +33 -12
2447     New argument to drop the table in create_table_from_dump() 
2448     (LOAD TABLE/DATA FROM MASTER are the only places where this function is used).
2449     This is needed because LOAD DATA FROM MASTER does not drop the database anymore.
2450     The behaviour when the table exists is unchanged: LOAD DATA silently replaces
2451     the table, LOAD TABLE gives error.
2452
2453   sql/repl_failsafe.cc
2454     1.34 03/09/11 23:17:21 guilhem@mysql.com +9 -5
2455     * replicate_wild_ignore_table='db1.%' is now considered as "ignore the 'db1'
2456     database as a whole", as it already works for CREATE DATABASE and DROP DATABASE.
2457     * If a db matches replicate_*_db rules, we don't drop/recreate it because this
2458     could drop some tables in this db which could be slave-specific. Instead,
2459     we do a CREATE DATABASE IF EXISTS, and we will drop each table which has
2460     an equivalent on the master, table-by-table.
2461
2462   mysql-test/t/rpl000009.test
2463     1.16 03/09/11 23:17:21 guilhem@mysql.com +53 -3
2464     test that LOAD DATA FROM MASTER does not drop databases,
2465     but rather table by table, thus preserving non-replicated tables.
2466     Test that LOAD DATA FROM MASTER reports the error when a table could not
2467     be dropped (system's "permission denied" for example).
2468     Test that LOAD TABLE FROM MASTER reports the error when the table already exists.
2469
2470   mysql-test/r/rpl000009.result
2471     1.11 03/09/11 23:17:20 guilhem@mysql.com +48 -0
2472     result update
2473
2474 ChangeSet
2475   1.676.1.737 03/09/11 13:36:08 lenz@mysql.com +1 -0
2476    - backported compatibility fix for extra/resolveip.c from 4.0
2477      to be able to compile on HP-UX 10.20 (which does not have in_add_t).
2478
2479   extra/resolveip.c
2480     1.4.1.7 03/09/11 13:36:07 lenz@mysql.com +4 -0
2481      - backport compatibility fix from 4.0 to be able to compile on HP-UX 10.20
2482        (which does not have in_add_t).
2483
2484 ChangeSet
2485   1.1561.1.1 03/09/11 06:09:34 monty@mashka.mysql.fi +1 -0
2486   Remove not used define (my_strxfrm)
2487
2488   include/m_ctype.h
2489     1.20 03/09/11 06:09:31 monty@mashka.mysql.fi +0 -1
2490     Remove not used define
2491
2492 ChangeSet
2493   1.1563 03/09/10 17:48:43 lenz@mysql.com +1 -0
2494    - Added option "--skip-name-resolve" to mysql_install_db to be able to
2495      use the local machine's IP address instead of the host name when 
2496      building the initial grant tables if "skip-name-resolve" has been
2497      specified in my.cnf. This can be helpful on FreeBSD to avoid
2498      thread-safety problems with the FreeBSD resolver libraries.
2499      (Thanks to Jeremy Zawodny for the patch)
2500
2501   scripts/mysql_install_db.sh
2502     1.39 03/09/10 17:48:41 lenz@mysql.com +7 -0
2503      - Added option "--skip-name-resolve" to use the local machine's IP address
2504        instead of the host name when building the initial grant tables if
2505        "skip-name-resolve" has been specified in my.cnf (Thanks to Jeremy 
2506        Zawodny for the patch)
2507
2508 ChangeSet
2509   1.1562 03/09/10 16:48:57 lenz@mysql.com +1 -0
2510    - Updated version number to 4.0.16 now that 4.0.15 has been released
2511    - tagged ChangeSet 1.1556 as mysql-4.0.15
2512
2513   configure.in
2514     1.283 03/09/10 16:48:54 lenz@mysql.com +1 -1
2515      - Bumped up version number: 4.0.15 -> 4.0.16
2516
2517 ChangeSet
2518   1.1557.3.1 03/09/09 19:23:01 serg@serg.mylan +1 -0
2519   fixed: thread lock-up on a FLASH TABLE when another thread has an open handler
2520   Bug#1204
2521
2522   sql/sql_handler.cc
2523     1.35 03/09/09 19:22:58 serg@serg.mylan +11 -4
2524     fixed: thread lock-up on a FLASH TABLE when another thread has an open handler
2525     Bug#1204
2526
2527 ChangeSet
2528   1.1561 03/09/09 20:06:50 monty@mashka.mysql.fi +8 -0
2529   Cleaned up last bug fixes
2530   Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
2531
2532   sql/sql_parse.cc
2533     1.338 03/09/09 20:06:48 monty@mashka.mysql.fi +6 -6
2534     Use HAVE_REPLICATION instead of EMBEDDED_LIBRARY
2535
2536   sql/sql_acl.cc
2537     1.117 03/09/09 20:06:48 monty@mashka.mysql.fi +4 -2
2538     Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
2539
2540   mysql-test/t/mix_innodb_myisam_binlog.test
2541     1.2 03/09/09 20:06:47 monty@mashka.mysql.fi +70 -67
2542     Change to use tables t1 and t2
2543
2544   mysql-test/t/grant.test
2545     1.10 03/09/09 20:06:47 monty@mashka.mysql.fi +16 -16
2546     Fixed up grant test to not user 'user1' or 'user2'
2547     Check for bug in SHOW GRANTS when there is a column privilege but no table privilege
2548
2549   mysql-test/r/mix_innodb_myisam_binlog.result
2550     1.2 03/09/09 20:06:47 monty@mashka.mysql.fi +81 -81
2551     Change to use tables t1 and t2
2552
2553   mysql-test/r/grant.result
2554     1.10 03/09/09 20:06:47 monty@mashka.mysql.fi +27 -27
2555     Fixed up grant test to not user 'user1' or 'user2'
2556     Check for bug in SHOW GRANTS when there is a column privilege but no table privilege
2557
2558   libmysqld/libmysqld.c
2559     1.20 03/09/09 20:06:47 monty@mashka.mysql.fi +0 -2
2560     Remove reference to (wrong) external variable
2561
2562   include/mysql.h
2563     1.48 03/09/09 20:06:47 monty@mashka.mysql.fi +2 -0
2564     Make server_inited external
2565
2566 ChangeSet
2567   1.1557.1.1 03/09/08 12:15:17 vva@eagle.mysql.r18.ru +1 -0
2568   Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
2569   into eagle.mysql.r18.ru:/home/vva/work/BUG_1056/mysql-4.0
2570
2571   client/mysqldump.c
2572     1.96 03/09/08 12:15:15 vva@eagle.mysql.r18.ru +0 -0
2573     Auto merged
2574
2575 ChangeSet
2576   1.1559 03/09/08 14:46:44 hf@deer.(none) +1 -0
2577   fix for #1211
2578
2579   sql/sql_parse.cc
2580     1.337 03/09/08 14:46:43 hf@deer.(none) +10 -0
2581     Replication's commands were allowed, but didn't have proper implementations
2582     for embedded library
2583
2584 ChangeSet
2585   1.1558 03/09/08 13:02:19 hf@deer.(none) +2 -0
2586   Fix for #1210
2587   i fixed this in 4.1 in slightly different way
2588
2589   libmysqld/libmysqld.c
2590     1.19 03/09/08 13:02:17 hf@deer.(none) +13 -0
2591     Check for mysql_server_init call added
2592
2593   libmysqld/lib_sql.cc
2594     1.42 03/09/08 13:02:17 hf@deer.(none) +4 -3
2595     Initialization's flag was made global
2596
2597 ChangeSet
2598   1.1549.5.1 03/09/06 18:59:04 vva@eagle.mysql.r18.ru +1 -0
2599   fixed Bug #1184 (change type of opt_ignore_lines to longlong)
2600
2601   client/mysqlimport.c
2602     1.31 03/09/06 18:58:38 vva@eagle.mysql.r18.ru +5 -4
2603     fixed Bug #1184 (change type of opt_ignore_lines to longlong)
2604
2605 ChangeSet
2606   1.1549.4.1 03/09/06 15:06:08 vva@eagle.mysql.r18.ru +1 -0
2607   added space after first '--' in the long '----....' comment line in mysqldump
2608   just to make it compatible with the manual
2609   (fixed bug #1056)
2610
2611   client/mysqldump.c
2612     1.93.1.1 03/09/06 15:05:42 vva@eagle.mysql.r18.ru +1 -1
2613     added space after first '--' in the long '----....' comment line
2614     just to make it compatible with the manual
2615     (fixed bug #1056)
2616
2617 ChangeSet
2618   1.1556 03/09/05 14:44:21 carsten@tsort.bitbybit.dk +2 -0
2619   Add QUICK as mysql-recover option in mysqld --help
2620
2621   BitKeeper/etc/logging_ok
2622     1.287 03/09/05 14:44:20 carsten@tsort.bitbybit.dk +1 -0
2623     Logging to logging@openlogging.org accepted
2624
2625   sql/mysqld.cc
2626     1.454 03/09/05 14:44:09 carsten@tsort.bitbybit.dk +1 -1
2627     Add QUICK as mysql-recover option in mysqld --help
2628