home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / mySQL / mysql-5.0.1-alpha-snapshot-win / data1.cab / Documentation / Docs / ChangeLog next >
Encoding:
Text File  |  2004-07-28  |  1.2 MB  |  34,758 lines

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. ChangeSet
  2.   1.1698 04/07/27 00:00:01 serg@serg.mylan +2 -0
  3.   compatibility fixes
  4.  
  5.   sql/opt_range.cc
  6.     1.124 04/07/26 23:59:55 serg@serg.mylan +1 -1
  7.     wrong (I believe :) cast fixed
  8.  
  9.   mysql-test/r/show_check.result
  10.     1.45 04/07/26 23:59:55 serg@serg.mylan +0 -8
  11.     results updated
  12.  
  13. ChangeSet
  14.   1.1697 04/07/26 21:20:59 serg@serg.mylan +1 -0
  15.   one more test should wait for WL#1324 (tablename to filename encoding)
  16.   non-ascii filenames work weird (e.g. on MacOSX)
  17.  
  18.   mysql-test/t/show_check.test
  19.     1.34 04/07/26 21:20:53 serg@serg.mylan +12 -11
  20.     one more test should wait for WL#1324 (tablename to filename encoding)
  21.     non-ascii filenames work weird (e.g. on MacOSX)
  22.  
  23. ChangeSet
  24.   1.1693.13.1 04/07/26 19:42:59 guilhem@mysql.com +4 -0
  25.   Replication: various small fixes specific to the new binlog format of 5.0
  26.   (including one which may explain autobuild's failure of yesterday)
  27.  
  28.   sql/slave.cc
  29.     1.216 04/07/26 19:42:52 guilhem@mysql.com +5 -2
  30.     comments
  31.  
  32.   sql/log_event.h
  33.     1.95 04/07/26 19:42:51 guilhem@mysql.com +1 -1
  34.     catalog_len changed from uint to int to allow -1, which means "not inited"
  35.     (I preferred to do it like this rather than create a new bool var Query_log_event::catalog_inited
  36.     like we have in Query_log_event::sql_mode_inited; that's because catalog will not use the whole range of int,
  37.     so it's allowed to pick -1 as a special value and have only one var.
  38.  
  39.   sql/log_event.cc
  40.     1.137 04/07/26 19:42:51 guilhem@mysql.com +11 -6
  41.     An event with an uninited catalog (read from a 4.x server) is not the same as an event with a NULL catalog
  42.     (5.0 server which did not specify catalog), the difference is that they are not in the same format;
  43.     so I introduce a way to know if the catalog has been inited or not. This fixes a rpl_trunc_binlog failure
  44.     I had.
  45.     When we leave Load_log_event::exec_event(), we must reset thd->catalog to 0, like we already do
  46.     in Query_log_event::exec_event(). This fixes a Valgrind error which popped in rpl_charset (which may
  47.     be what caused autobuild to crash yesterday).
  48.     And a fix for event's parsing (the position was always computed right because start_dup==end is always true
  49.     and will until we add new string members to Query_log_event.
  50.  
  51.   client/mysqlbinlog.cc
  52.     1.94 04/07/26 19:42:51 guilhem@mysql.com +3 -13
  53.     - In mysqlbinlog, we should not reset the Format event when we see Rotate. If a binlog started with a Format event, it is not going to switch later to 4.0 format.
  54.     I had already did the same fix in Rotate_log_event::exec_event() in replication.
  55.     - Fix for a merge bug.
  56.  
  57. ChangeSet
  58.   1.1693.1.39 04/07/26 19:40:24 serg@serg.mylan +1 -0
  59.   results updated
  60.  
  61.   mysql-test/r/lowercase_table2.result
  62.     1.9 04/07/26 19:40:19 serg@serg.mylan +40 -40
  63.     results updated
  64.  
  65. ChangeSet
  66.   1.1693.1.38 04/07/23 19:52:06 pem@mysql.comhem.se +2 -0
  67.   New test case for BUG#4726: Stored procedure crash when looping over SELECT with complex WHERE's.
  68.   (The fix was merged in from 4.1)
  69.  
  70.   mysql-test/t/sp.test
  71.     1.69.1.2 04/07/23 19:52:02 pem@mysql.com +31 -0
  72.     New test case for BUG#4726.
  73.  
  74.   mysql-test/r/sp.result
  75.     1.72 04/07/23 19:52:02 pem@mysql.com +19 -0
  76.     New test case for BUG#4726.
  77.  
  78. ChangeSet
  79.   1.1616.1.369 04/07/23 18:42:24 pem@mysql.comhem.se +1 -0
  80.   Fix for stored procedures BUG#4726: Stored procedure crash when looping over SELECT with complex WHERE's.
  81.  
  82.   sql/sql_prepare.cc
  83.     1.34.1.82 04/07/23 18:42:21 pem@mysql.com +3 -0
  84.     Cleanup cond items too. (Fix for stored procedures.)
  85.  
  86. ChangeSet
  87.   1.1616.1.368 04/07/23 19:10:06 bar@mysql.com +3 -0
  88.   Bug #4555      ALTER TABLE crashes mysqld with enum column collated utf8_unicode_ci
  89.  
  90.   sql/field.cc
  91.     1.168 04/07/23 19:09:52 bar@mysql.com +5 -2
  92.     Bug #4555      ALTER TABLE crashes mysqld with enum column collated utf8_unicode_ci
  93.  
  94.   mysql-test/t/ctype_utf8.test
  95.     1.17 04/07/23 19:09:52 bar@mysql.com +8 -0
  96.     Bug #4555      ALTER TABLE crashes mysqld with enum column collated utf8_unicode_ci
  97.  
  98.   mysql-test/r/ctype_utf8.result
  99.     1.19 04/07/23 19:09:52 bar@mysql.com +3 -0
  100.     Bug #4555      ALTER TABLE crashes mysqld with enum column collated utf8_unicode_ci
  101.  
  102. ChangeSet
  103.   1.1616.1.367 04/07/23 17:11:45 bar@mysql.com +1 -0
  104.   sql_db.cc:
  105.     mysqld crashes on CREATE TABLE in a database with corrupted db.opt file.
  106.     Bug#4646
  107.  
  108.   sql/sql_db.cc
  109.     1.68.1.49 04/07/23 17:10:59 bar@mysql.com +2 -0
  110.     mysqld crashes on CREATE TABLE in a database with corrupted db.opt file.
  111.     Bug#4646
  112.  
  113. ChangeSet
  114.   1.1693.1.36 04/07/23 13:34:06 pem@mysql.comhem.se +1 -0
  115.   Fix of fix for BUG#3339: Stored procedures in nonexistent schemas are uncallable.
  116.   Accidently worked on many platforms, but not all.
  117.  
  118.   sql/sql_parse.cc
  119.     1.348 04/07/23 13:34:03 pem@mysql.com +1 -1
  120.     Give the right pointer arg to net_printf.
  121.  
  122. ChangeSet
  123.   1.1616.631.1 04/07/23 10:32:23 magnus@neptunus.(none) +1 -0
  124.   Add include of signal.h to Emulator.cpp
  125.  
  126.   ndb/src/kernel/vm/Emulator.cpp
  127.     1.7 04/07/23 10:32:17 magnus@neptunus.(none) +2 -0
  128.     Added signal.h to include header for signal
  129.  
  130. ChangeSet
  131.   1.1693.11.3 04/07/23 09:20:58 bell@sanja.is.com.ua +9 -0
  132.   fixed using VIEW fields (BUG#4617)
  133.  
  134.   sql/table.cc
  135.     1.114 04/07/23 09:20:55 bell@sanja.is.com.ua +5 -0
  136.     Do not create Item_ref for internal view of view processing
  137.  
  138.   sql/sql_update.cc
  139.     1.115 04/07/23 09:20:55 bell@sanja.is.com.ua +35 -7
  140.     privent creating Item_ref in insert list (where Item_fields should be) and creation Item_fields for UPDATE list
  141.  
  142.   sql/sql_lex.h
  143.     1.140 04/07/23 09:20:55 bell@sanja.is.com.ua +2 -0
  144.     Item_ref creation control
  145.  
  146.   sql/sql_lex.cc
  147.     1.113 04/07/23 09:20:55 bell@sanja.is.com.ua +1 -0
  148.     Item_ref creation control
  149.  
  150.   sql/sql_insert.cc
  151.     1.114 04/07/23 09:20:55 bell@sanja.is.com.ua +6 -3
  152.     privent creating Item_ref in insert list (where Item_fields should be)
  153.  
  154.   sql/sql_base.cc
  155.     1.168.1.2 04/07/23 09:20:54 bell@sanja.is.com.ua +19 -1
  156.     Create Item_ref as reference on VIEW fields expression reference 
  157.  
  158.   sql/item.h
  159.     1.89 04/07/23 09:20:54 bell@sanja.is.com.ua +6 -5
  160.     fixed using of result_field by Item_ref
  161.  
  162.   mysql-test/t/view.test
  163.     1.8.1.3 04/07/23 09:20:54 bell@sanja.is.com.ua +11 -0
  164.     using VIEW fields several times in query resolved via temporary tables
  165.  
  166.   mysql-test/r/view.result
  167.     1.10.1.3 04/07/23 09:20:54 bell@sanja.is.com.ua +15 -0
  168.     using VIEW fields several times in query resolved via temporary tables
  169.  
  170. ChangeSet
  171.   1.1693.11.2 04/07/22 17:52:04 bell@sanja.is.com.ua +5 -0
  172.   made different fields for view updatebility in principle and updatability during this execution (BUG#4601)
  173.  
  174.   sql/table.h
  175.     1.65 04/07/22 17:52:01 bell@sanja.is.com.ua +2 -1
  176.     made different fields for view updatebility in principle and updatability during this execution
  177.  
  178.   sql/sql_view.cc
  179.     1.9 04/07/22 17:52:01 bell@sanja.is.com.ua +7 -11
  180.     made different fields for view updatebility in principle and updatability during this execution
  181.  
  182.   sql/sql_acl.cc
  183.     1.98 04/07/22 17:52:01 bell@sanja.is.com.ua +2 -2
  184.     mpre optimal locking (found by Monty)
  185.  
  186.   mysql-test/t/view.test
  187.     1.8.1.2 04/07/22 17:52:01 bell@sanja.is.com.ua +15 -3
  188.     fixed ps variavles test
  189.     test of view built over updatable view
  190.  
  191.   mysql-test/r/view.result
  192.     1.10.1.2 04/07/22 17:52:01 bell@sanja.is.com.ua +13 -3
  193.     fixed ps variavles test
  194.     test of view built over updatable view
  195.  
  196. ChangeSet
  197.   1.1693.12.1 04/07/22 16:46:59 pem@mysql.comhem.se +3 -0
  198.   Fixed BUG#4579: Execution of SP crashes server.
  199.   Sub-CALLs of procedures zapped thd->current_arena for good.
  200.  
  201.   sql/sp_head.cc
  202.     1.83 04/07/22 16:46:56 pem@mysql.com +10 -6
  203.     Keep and restore old thd->current_arena before/after executing an SP,
  204.     instead of just setting it to 0 afterwards.
  205.  
  206.   mysql-test/t/sp.test
  207.     1.69.1.1 04/07/22 16:46:56 pem@mysql.com +30 -0
  208.     New test case for BUG#4579.
  209.  
  210.   mysql-test/r/sp.result
  211.     1.71 04/07/22 16:46:56 pem@mysql.com +21 -0
  212.     New test case for BUG#4579.
  213.  
  214. ChangeSet
  215.   1.1693.11.1 04/07/22 16:04:30 bell@sanja.is.com.ua +4 -0
  216.   fixed SP variables detecting (BUG#4604)
  217.   fixed error handling
  218.  
  219.   sql/sql_yacc.yy
  220.     1.294 04/07/22 16:03:54 bell@sanja.is.com.ua +4 -1
  221.     fixed SP variables detecting
  222.  
  223.   sql/sql_base.cc
  224.     1.168.1.1 04/07/22 16:03:54 bell@sanja.is.com.ua +1 -1
  225.     fixed error messages handling
  226.  
  227.   mysql-test/t/view.test
  228.     1.8.1.1 04/07/22 16:03:54 bell@sanja.is.com.ua +10 -0
  229.     SP variables inside view test
  230.  
  231.   mysql-test/r/view.result
  232.     1.10.1.1 04/07/22 16:03:54 bell@sanja.is.com.ua +6 -0
  233.     SP variables inside view test
  234.  
  235. ChangeSet
  236.   1.1693.1.32 04/07/22 14:05:00 bell@sanja.is.com.ua +3 -0
  237.   privent crash on temporary table during indexes lookup (BUG#4677)
  238.  
  239.   sql/sql_base.cc
  240.     1.169 04/07/22 14:04:57 bell@sanja.is.com.ua +3 -2
  241.     privent crash on temporary table
  242.  
  243.   mysql-test/t/view.test
  244.     1.9 04/07/22 14:04:57 bell@sanja.is.com.ua +10 -0
  245.     check 'use index' on view with temporary table
  246.  
  247.   mysql-test/r/view.result
  248.     1.11 04/07/22 14:04:57 bell@sanja.is.com.ua +6 -0
  249.     check 'use index' on view with temporary table
  250.  
  251. ChangeSet
  252.   1.1693.1.31 04/07/22 13:43:04 bell@sanja.is.com.ua +1 -0
  253.   fix lock_multi
  254.  
  255.   sql/sql_base.cc
  256.     1.168 04/07/22 13:42:41 bell@sanja.is.com.ua +2 -1
  257.     table_desc can be 0
  258.  
  259. ChangeSet
  260.   1.1616.1.365 04/07/22 11:32:12 pem@mysql.comhem.se +1 -0
  261.   Added missing error message to estonian/errmsg.txt.
  262.  
  263.   sql/share/estonian/errmsg.txt
  264.     1.64.1.60 04/07/22 11:32:09 pem@mysql.com +1 -0
  265.     Added missing error message.
  266.  
  267. ChangeSet
  268.   1.1616.1.364 04/07/22 09:37:55 magnus@neptunus.(none) +9 -0
  269.   Adding *.hpp files for testScan and testScanInterpreter to sources 
  270.   Removing old directories for test/ using bk rmdir
  271.  
  272.   ndb/test/ndbapi/Makefile.am
  273.     1.6 04/07/22 09:37:53 magnus@neptunus.(none) +2 -2
  274.     Adding *.hpp files for testScan and testScanInterpreter to sources 
  275.  
  276. ChangeSet
  277.   1.1616.1.363 04/07/21 19:20:22 konstantin@mysql.com +1 -0
  278.   a line left from manual merge removed
  279.  
  280.   acinclude.m4
  281.     1.103 04/07/21 19:20:19 konstantin@mysql.com +0 -1
  282.     a line left from manual merge removed
  283.  
  284. ChangeSet
  285.   1.1616.1.362 04/07/21 17:36:26 konstantin@mysql.com +104 -0
  286.    First step of implementation of WL#1518 "make bundled zlib
  287.     usable for unix builds": zlib 1.2.1 imported
  288.  
  289.   zlib/inflate.h
  290.     1.1 04/07/21 17:36:06 konstantin@mysql.com +117 -0
  291.  
  292.   zlib/infback.c
  293.     1.1 04/07/21 17:36:06 konstantin@mysql.com +619 -0
  294.  
  295.   zlib/crc32.h
  296.     1.1 04/07/21 17:36:06 konstantin@mysql.com +441 -0
  297.  
  298.   zlib/zutil.h
  299.     1.2 04/07/21 17:36:06 konstantin@mysql.com +64 -26
  300.     zlib 1.2.1 imported
  301.  
  302.   zlib/zutil.c
  303.     1.2 04/07/21 17:36:06 konstantin@mysql.com +105 -11
  304.     zlib 1.2.1 imported
  305.  
  306.   zlib/zlib.h
  307.     1.2 04/07/21 17:36:06 konstantin@mysql.com +385 -78
  308.     zlib 1.2.1 imported
  309.  
  310.   zlib/zlib.3
  311.     1.2 04/07/21 17:36:06 konstantin@mysql.com +81 -29
  312.     zlib 1.2.1 imported
  313.  
  314.   zlib/zconf.h
  315.     1.2 04/07/21 17:36:06 konstantin@mysql.com +152 -108
  316.     zlib 1.2.1 imported
  317.  
  318.   zlib/uncompr.c
  319.     1.2 04/07/21 17:36:06 konstantin@mysql.com +6 -3
  320.     zlib 1.2.1 imported
  321.  
  322.   zlib/trees.c
  323.     1.2 04/07/21 17:36:06 konstantin@mysql.com +48 -47
  324.     zlib 1.2.1 imported
  325.  
  326.   zlib/inftrees.h
  327.     1.2 04/07/21 17:36:06 konstantin@mysql.com +44 -47
  328.     zlib 1.2.1 imported
  329.  
  330.   zlib/inftrees.c
  331.     1.2 04/07/21 17:36:06 konstantin@mysql.com +287 -420
  332.     zlib 1.2.1 imported
  333.  
  334.   zlib/inflate.h
  335.     1.0 04/07/21 17:36:06 konstantin@mysql.com +0 -0
  336.     BitKeeper file /home/kostja/mysql/mysql-4.1-zlib-new/zlib/inflate.h
  337.  
  338.   zlib/inflate.c
  339.     1.2 04/07/21 17:36:06 konstantin@mysql.com +1241 -337
  340.     zlib 1.2.1 imported
  341.  
  342.   zlib/inffixed.h
  343.     1.2 04/07/21 17:36:06 konstantin@mysql.com +92 -149
  344.     zlib 1.2.1 imported
  345.  
  346.   zlib/inffast.h
  347.     1.2 04/07/21 17:36:06 konstantin@mysql.com +3 -9
  348.     zlib 1.2.1 imported
  349.  
  350.   zlib/inffast.c
  351.     1.2 04/07/21 17:36:06 konstantin@mysql.com +292 -170
  352.     zlib 1.2.1 imported
  353.  
  354.   zlib/infback.c
  355.     1.0 04/07/21 17:36:06 konstantin@mysql.com +0 -0
  356.     BitKeeper file /home/kostja/mysql/mysql-4.1-zlib-new/zlib/infback.c
  357.  
  358.   zlib/gzio.c
  359.     1.2 04/07/21 17:36:06 konstantin@mysql.com +327 -197
  360.     zlib 1.2.1 imported
  361.  
  362.   zlib/deflate.h
  363.     1.2 04/07/21 17:36:06 konstantin@mysql.com +15 -7
  364.     zlib 1.2.1 imported
  365.  
  366.   zlib/deflate.c
  367.     1.2 04/07/21 17:36:06 konstantin@mysql.com +326 -174
  368.     zlib 1.2.1 imported
  369.  
  370.   zlib/crc32.h
  371.     1.0 04/07/21 17:36:06 konstantin@mysql.com +0 -0
  372.     BitKeeper file /home/kostja/mysql/mysql-4.1-zlib-new/zlib/crc32.h
  373.  
  374.   zlib/crc32.c
  375.     1.2 04/07/21 17:36:06 konstantin@mysql.com +253 -104
  376.     zlib 1.2.1 imported
  377.  
  378.   zlib/compress.c
  379.     1.2 04/07/21 17:36:06 konstantin@mysql.com +12 -1
  380.     zlib 1.2.1 imported
  381.  
  382.   zlib/algorithm.txt
  383.     1.2 04/07/21 17:36:06 konstantin@mysql.com +50 -54
  384.     zlib 1.2.1 imported
  385.  
  386.   zlib/adler32.c
  387.     1.2 04/07/21 17:36:06 konstantin@mysql.com +34 -8
  388.     zlib 1.2.1 imported
  389.  
  390.   zlib/README
  391.     1.3 04/07/21 17:36:06 konstantin@mysql.com +58 -79
  392.     zlib 1.2.1 imported
  393.  
  394.   zlib/INDEX
  395.     1.3 04/07/21 17:36:06 konstantin@mysql.com +25 -63
  396.     zlib 1.2.1 imported
  397.  
  398.   zlib/FAQ
  399.     1.3 04/07/21 17:36:06 konstantin@mysql.com +231 -16
  400.     zlib 1.2.1 imported
  401.  
  402.   zlib/ChangeLog
  403.     1.2 04/07/21 17:36:06 konstantin@mysql.com +253 -7
  404.     zlib 1.2.1 imported
  405.  
  406.   mysys/my_crc32.c
  407.     1.2 04/07/21 17:36:06 konstantin@mysql.com +0 -13
  408.     Modified to suit zlib upgrade.
  409.  
  410.   VC++Files/zlib/zlib.dsp
  411.     1.9 04/07/21 17:36:06 konstantin@mysql.com +8 -16
  412.     Modified to suit zlib upgrade.
  413.  
  414.   BitKeeper/deleted/.del-maketree.c~846b8b96ac6872d8
  415.     1.2 04/07/21 17:10:26 konstantin@mysql.com +0 -0
  416.     Delete: zlib/maketree.c
  417.  
  418.   BitKeeper/deleted/.del-infcodes.c~7ed73df8a54d6d55
  419.     1.2 04/07/21 17:10:22 konstantin@mysql.com +0 -0
  420.     Delete: zlib/infcodes.c
  421.  
  422.   BitKeeper/deleted/.del-infcodes.h~c9f64a612c2cc56a
  423.     1.2 04/07/21 17:10:21 konstantin@mysql.com +0 -0
  424.     Delete: zlib/infcodes.h
  425.  
  426.   BitKeeper/deleted/.del-infutil.h~a6bd0dcbbdc187ac
  427.     1.2 04/07/21 17:06:21 konstantin@mysql.com +0 -0
  428.     Delete: zlib/infutil.h
  429.  
  430.   BitKeeper/deleted/.del-infutil.c~43d2340436244b52
  431.     1.2 04/07/21 17:06:15 konstantin@mysql.com +0 -0
  432.     Delete: zlib/infutil.c
  433.  
  434.   BitKeeper/deleted/.del-infblock.c~3c866934e0f44c43
  435.     1.2 04/07/21 17:05:48 konstantin@mysql.com +0 -0
  436.     Delete: zlib/infblock.c
  437.  
  438.   BitKeeper/deleted/.del-infblock.h~7d4f40c3a1d4cdf8
  439.     1.2 04/07/21 17:05:44 konstantin@mysql.com +0 -0
  440.     Delete: zlib/infblock.h
  441.  
  442.   zlib/README
  443.     1.2 04/07/21 17:05:14 konstantin@mysql.com +0 -0
  444.     Rename: zlib/readme -> zlib/README
  445.  
  446.   BitKeeper/deleted/.del-descrip.mms~51cd5d1792d76b9c
  447.     1.2 04/07/21 17:04:31 konstantin@mysql.com +0 -0
  448.     Delete: zlib/descrip.mms
  449.  
  450.   BitKeeper/deleted/.del-example.c~5ea43c929ccd2a4f
  451.     1.2 04/07/21 17:04:26 konstantin@mysql.com +0 -0
  452.     Delete: zlib/example.c
  453.  
  454.   BitKeeper/deleted/.del-minigzip.c~1f21a5863f457cb0
  455.     1.2 04/07/21 17:04:23 konstantin@mysql.com +0 -0
  456.     Delete: zlib/minigzip.c
  457.  
  458.   BitKeeper/deleted/.del-zlib.html~2e74efd497dcd4d0
  459.     1.2 04/07/21 17:04:19 konstantin@mysql.com +0 -0
  460.     Delete: zlib/zlib.html
  461.  
  462.   BitKeeper/deleted/.del-zlib.dsp~a8abac2fb721276e
  463.     1.3 04/07/21 17:04:15 konstantin@mysql.com +0 -0
  464.     Delete: zlib/zlib.dsp
  465.  
  466.   zlib/INDEX
  467.     1.2 04/07/21 17:04:04 konstantin@mysql.com +0 -0
  468.     Rename: zlib/index -> zlib/INDEX
  469.  
  470.   zlib/FAQ
  471.     1.2 04/07/21 17:03:58 konstantin@mysql.com +0 -0
  472.     Rename: zlib/faq -> zlib/FAQ
  473.  
  474.   BitKeeper/deleted/.del-zlib.dnt~8160c636eb3eeed7
  475.     1.2 04/07/21 17:03:50 konstantin@mysql.com +0 -0
  476.     Delete: zlib/nt/zlib.dnt
  477.  
  478.   BitKeeper/deleted/.del-Makefile.nt~9910c98f5da056de
  479.     1.2 04/07/21 17:03:49 konstantin@mysql.com +0 -0
  480.     Delete: zlib/nt/Makefile.nt
  481.  
  482.   BitKeeper/deleted/.del-Makefile.gcc~7fcd3dd326341fa0
  483.     1.2 04/07/21 17:03:49 konstantin@mysql.com +0 -0
  484.     Delete: zlib/nt/Makefile.gcc
  485.  
  486.   BitKeeper/deleted/.del-Makefile.emx~b5fa0633cbe6fe01
  487.     1.2 04/07/21 17:03:49 konstantin@mysql.com +0 -0
  488.     Delete: zlib/nt/Makefile.emx
  489.  
  490.   BitKeeper/deleted/.del-zlib.rc~e5ce22c7c915ec00
  491.     1.2 04/07/21 17:03:35 konstantin@mysql.com +0 -0
  492.     Delete: zlib/msdos/zlib.rc
  493.  
  494.   BitKeeper/deleted/.del-zlib.def~189fba701e5e4b9c
  495.     1.2 04/07/21 17:03:35 konstantin@mysql.com +0 -0
  496.     Delete: zlib/msdos/zlib.def
  497.  
  498.   BitKeeper/deleted/.del-Makefile.wat~b2b51cbc2c2bc2f4
  499.     1.2 04/07/21 17:03:34 konstantin@mysql.com +0 -0
  500.     Delete: zlib/msdos/Makefile.wat
  501.  
  502.   BitKeeper/deleted/.del-Makefile.w32~921a473e873d94d1
  503.     1.2 04/07/21 17:03:34 konstantin@mysql.com +0 -0
  504.     Delete: zlib/msdos/Makefile.w32
  505.  
  506.   BitKeeper/deleted/.del-Makefile.tc~d1398368648e8836
  507.     1.2 04/07/21 17:03:34 konstantin@mysql.com +0 -0
  508.     Delete: zlib/msdos/Makefile.tc
  509.  
  510.   BitKeeper/deleted/.del-Makefile.msc~ba5ad7709ff22aab
  511.     1.2 04/07/21 17:03:33 konstantin@mysql.com +0 -0
  512.     Delete: zlib/msdos/Makefile.msc
  513.  
  514.   BitKeeper/deleted/.del-Makefile.emx~11a9e6c8a719ba60
  515.     1.2 04/07/21 17:03:33 konstantin@mysql.com +0 -0
  516.     Delete: zlib/msdos/Makefile.emx
  517.  
  518.   BitKeeper/deleted/.del-Makefile.dj2~a069623cad6ce7f4
  519.     1.2 04/07/21 17:03:33 konstantin@mysql.com +0 -0
  520.     Delete: zlib/msdos/Makefile.dj2
  521.  
  522.   BitKeeper/deleted/.del-Makefile.bor~121b2bc837b6367
  523.     1.2 04/07/21 17:03:33 konstantin@mysql.com +0 -0
  524.     Delete: zlib/msdos/Makefile.bor
  525.  
  526.   BitKeeper/deleted/.del-Makefile.b32~10ffaac6cc41847a
  527.     1.2 04/07/21 17:03:32 konstantin@mysql.com +0 -0
  528.     Delete: zlib/msdos/Makefile.b32
  529.  
  530.   BitKeeper/deleted/.del-zlib.def~385b56ed82784ff3
  531.     1.2 04/07/21 17:02:40 konstantin@mysql.com +0 -0
  532.     Delete: zlib/os2/zlib.def
  533.  
  534.   BitKeeper/deleted/.del-Makefile.os2~8ab058477b24d1ff
  535.     1.2 04/07/21 17:02:39 konstantin@mysql.com +0 -0
  536.     Delete: zlib/os2/Makefile.os2
  537.  
  538.   BitKeeper/deleted/.del-untgz.c~4e8f1a3a2c145373
  539.     1.2 04/07/21 17:02:25 konstantin@mysql.com +0 -0
  540.     Delete: zlib/contrib/untgz/untgz.c
  541.  
  542.   BitKeeper/deleted/.del-makefile.w32~6507530fa1b017c
  543.     1.2 04/07/21 17:02:25 konstantin@mysql.com +0 -0
  544.     Delete: zlib/contrib/untgz/makefile.w32
  545.  
  546.   BitKeeper/deleted/.del-zlibvc.dsw~c66b33a2d52f37c5
  547.     1.2 04/07/21 17:02:24 konstantin@mysql.com +0 -0
  548.     Delete: zlib/contrib/minizip/zlibvc.dsw
  549.  
  550.   BitKeeper/deleted/.del-zlibvc.dsp~ad83fb048811e2d2
  551.     1.2 04/07/21 17:02:24 konstantin@mysql.com +0 -0
  552.     Delete: zlib/contrib/minizip/zlibvc.dsp
  553.  
  554.   BitKeeper/deleted/.del-zlibvc.def~dd272b3ed71647ba
  555.     1.2 04/07/21 17:02:24 konstantin@mysql.com +0 -0
  556.     Delete: zlib/contrib/minizip/zlibvc.def
  557.  
  558.   BitKeeper/deleted/.del-zip.h~4c72b8fcc492f055
  559.     1.2 04/07/21 17:02:23 konstantin@mysql.com +0 -0
  560.     Delete: zlib/contrib/minizip/zip.h
  561.  
  562.   BitKeeper/deleted/.del-zip.def~4ffe888e9fd7b5aa
  563.     1.2 04/07/21 17:02:23 konstantin@mysql.com +0 -0
  564.     Delete: zlib/contrib/minizip/zip.def
  565.  
  566.   BitKeeper/deleted/.del-zip.c~9750c19a123f3057
  567.     1.2 04/07/21 17:02:23 konstantin@mysql.com +0 -0
  568.     Delete: zlib/contrib/minizip/zip.c
  569.  
  570.   BitKeeper/deleted/.del-unzip.h~d5e800088a368c32
  571.     1.2 04/07/21 17:02:22 konstantin@mysql.com +0 -0
  572.     Delete: zlib/contrib/minizip/unzip.h
  573.  
  574.   BitKeeper/deleted/.del-unzip.def~8a0ad6f745ee5cd4
  575.     1.2 04/07/21 17:02:22 konstantin@mysql.com +0 -0
  576.     Delete: zlib/contrib/minizip/unzip.def
  577.  
  578.   BitKeeper/deleted/.del-unzip.c~662c5ba4edbb3a19
  579.     1.2 04/07/21 17:02:22 konstantin@mysql.com +0 -0
  580.     Delete: zlib/contrib/minizip/unzip.c
  581.  
  582.   BitKeeper/deleted/.del-readme.txt~174eb00680149f6b
  583.     1.2 04/07/21 17:02:21 konstantin@mysql.com +0 -0
  584.     Delete: zlib/contrib/minizip/readme.txt
  585.  
  586.   BitKeeper/deleted/.del-minizip.c~4a49a0addb97272b
  587.     1.2 04/07/21 17:02:21 konstantin@mysql.com +0 -0
  588.     Delete: zlib/contrib/minizip/minizip.c
  589.  
  590.   BitKeeper/deleted/.del-miniunz.c~9da181975b3a48
  591.     1.2 04/07/21 17:02:21 konstantin@mysql.com +0 -0
  592.     Delete: zlib/contrib/minizip/miniunz.c
  593.  
  594.   BitKeeper/deleted/.del-zstream_test.cpp~e471b51e7fb553ec
  595.     1.2 04/07/21 17:02:20 konstantin@mysql.com +0 -0
  596.     Delete: zlib/contrib/iostream2/zstream_test.cpp
  597.  
  598.   BitKeeper/deleted/.del-zstream.h~a6f6be5634962c81
  599.     1.2 04/07/21 17:02:20 konstantin@mysql.com +0 -0
  600.     Delete: zlib/contrib/iostream2/zstream.h
  601.  
  602.   BitKeeper/deleted/.del-zfstream.h~71ee057bdc6366ac
  603.     1.2 04/07/21 17:02:20 konstantin@mysql.com +0 -0
  604.     Delete: zlib/contrib/iostream/zfstream.h
  605.  
  606.   BitKeeper/deleted/.del-ChangeLogUnzip~a3ae0ba899cadd
  607.     1.2 04/07/21 17:02:20 konstantin@mysql.com +0 -0
  608.     Delete: zlib/contrib/minizip/ChangeLogUnzip
  609.  
  610.   BitKeeper/deleted/.del-zlib32.cpp~bbb4a200d2fe6497
  611.     1.2 04/07/21 17:02:19 konstantin@mysql.com +0 -0
  612.     Delete: zlib/contrib/delphi2/zlib32.cpp
  613.  
  614.   BitKeeper/deleted/.del-zfstream.cpp~943ecbd558e86dde
  615.     1.2 04/07/21 17:02:19 konstantin@mysql.com +0 -0
  616.     Delete: zlib/contrib/iostream/zfstream.cpp
  617.  
  618.   BitKeeper/deleted/.del-test.cpp~4480297b204dc360
  619.     1.2 04/07/21 17:02:19 konstantin@mysql.com +0 -0
  620.     Delete: zlib/contrib/iostream/test.cpp
  621.  
  622.   BitKeeper/deleted/.del-zlib32.bpr~c2a9f0aa47a1d9ad
  623.     1.2 04/07/21 17:02:18 konstantin@mysql.com +0 -0
  624.     Delete: zlib/contrib/delphi2/zlib32.bpr
  625.  
  626.   BitKeeper/deleted/.del-zlib.pas~1d5285e2449b50a3
  627.     1.2 04/07/21 17:02:18 konstantin@mysql.com +0 -0
  628.     Delete: zlib/contrib/delphi2/zlib.pas
  629.  
  630.   BitKeeper/deleted/.del-zlib.cpp~bb0c3df062410f5c
  631.     1.2 04/07/21 17:02:18 konstantin@mysql.com +0 -0
  632.     Delete: zlib/contrib/delphi2/zlib.cpp
  633.  
  634.   BitKeeper/deleted/.del-zlib.bpr~fe8bf5d1c4a2ce5a
  635.     1.2 04/07/21 17:02:17 konstantin@mysql.com +0 -0
  636.     Delete: zlib/contrib/delphi2/zlib.bpr
  637.  
  638.   BitKeeper/deleted/.del-zlib.bpg~fbd9308275ad8e3
  639.     1.2 04/07/21 17:02:17 konstantin@mysql.com +0 -0
  640.     Delete: zlib/contrib/delphi2/zlib.bpg
  641.  
  642.   BitKeeper/deleted/.del-readme.txt~8222e54ca00f2729
  643.     1.2 04/07/21 17:02:17 konstantin@mysql.com +0 -0
  644.     Delete: zlib/contrib/delphi2/readme.txt
  645.  
  646.   BitKeeper/deleted/.del-zlibdef.pas~780244c8d12b6c53
  647.     1.2 04/07/21 17:02:16 konstantin@mysql.com +0 -0
  648.     Delete: zlib/contrib/delphi/zlibdef.pas
  649.  
  650.   BitKeeper/deleted/.del-d_zlib.cpp~62dff1931881afa6
  651.     1.2 04/07/21 17:02:16 konstantin@mysql.com +0 -0
  652.     Delete: zlib/contrib/delphi2/d_zlib.cpp
  653.  
  654.   BitKeeper/deleted/.del-d_zlib.bpr~cefb1beee520d6e8
  655.     1.2 04/07/21 17:02:16 konstantin@mysql.com +0 -0
  656.     Delete: zlib/contrib/delphi2/d_zlib.bpr
  657.  
  658.   BitKeeper/deleted/.del-zlib.mak~70f7c5f6947fd807
  659.     1.2 04/07/21 17:02:15 konstantin@mysql.com +0 -0
  660.     Delete: zlib/contrib/delphi/zlib.mak
  661.  
  662.   BitKeeper/deleted/.del-readme.686~98a220c13809fce5
  663.     1.2 04/07/21 17:02:15 konstantin@mysql.com +0 -0
  664.     Delete: zlib/contrib/asm686/readme.686
  665.  
  666.   BitKeeper/deleted/.del-match.s~e4bbe1fa486d1c6c
  667.     1.2 04/07/21 17:02:13 konstantin@mysql.com +0 -0
  668.     Delete: zlib/contrib/asm686/match.s
  669.  
  670.   BitKeeper/deleted/.del-zlibvc.dsw~e3dca9d8f342e64e
  671.     1.2 04/07/21 17:02:12 konstantin@mysql.com +0 -0
  672.     Delete: zlib/contrib/asm386/zlibvc.dsw
  673.  
  674.   BitKeeper/deleted/.del-readme.586~cb1bb7136b0803bb
  675.     1.2 04/07/21 17:02:12 konstantin@mysql.com +0 -0
  676.     Delete: zlib/contrib/asm586/readme.586
  677.  
  678.   BitKeeper/deleted/.del-match.s~51b8fef5136642ed
  679.     1.2 04/07/21 17:02:12 konstantin@mysql.com +0 -0
  680.     Delete: zlib/contrib/asm586/match.s
  681.  
  682.   BitKeeper/deleted/.del-zlibvc.dsp~a3323c77bcd12995
  683.     1.3 04/07/21 17:02:11 konstantin@mysql.com +0 -0
  684.     Delete: zlib/contrib/asm386/zlibvc.dsp
  685.  
  686.   BitKeeper/deleted/.del-zlibvc.def~67961fa7815b9267
  687.     1.2 04/07/21 17:02:11 konstantin@mysql.com +0 -0
  688.     Delete: zlib/contrib/asm386/zlibvc.def
  689.  
  690.   BitKeeper/deleted/.del-mkgvmt32.bat~5a92cf0febe3dc81
  691.     1.2 04/07/21 17:02:11 konstantin@mysql.com +0 -0
  692.     Delete: zlib/contrib/asm386/mkgvmt32.bat
  693.  
  694.   BitKeeper/deleted/.del-gvmat32c.c~2e97d7d65dd59113
  695.     1.2 04/07/21 17:02:11 konstantin@mysql.com +0 -0
  696.     Delete: zlib/contrib/asm386/gvmat32c.c
  697.  
  698.   BitKeeper/deleted/.del-visual-basic.txt~859fcbcb668ffbb3
  699.     1.2 04/07/21 17:02:10 konstantin@mysql.com +0 -0
  700.     Delete: zlib/contrib/visual-basic.txt
  701.  
  702.   BitKeeper/deleted/.del-gvmat32.asm~edf721a2de30e964
  703.     1.2 04/07/21 17:02:10 konstantin@mysql.com +0 -0
  704.     Delete: zlib/contrib/asm386/gvmat32.asm
  705.  
  706.   BitKeeper/deleted/.del-README.contrib~2924ba28ef1f9fab
  707.     1.2 04/07/21 17:02:10 konstantin@mysql.com +0 -0
  708.     Delete: zlib/contrib/README.contrib
  709.  
  710.   BitKeeper/deleted/.del-Makefile.sas~be103e936c85b66a
  711.     1.2 04/07/21 17:01:55 konstantin@mysql.com +0 -0
  712.     Delete: zlib/amiga/Makefile.sas
  713.  
  714.   BitKeeper/deleted/.del-Makefile.pup~b0e9ed99224cc5f4
  715.     1.2 04/07/21 17:01:55 konstantin@mysql.com +0 -0
  716.     Delete: zlib/amiga/Makefile.pup
  717.  
  718.   BitKeeper/deleted/.del-Makefile.riscos~f85c6493d3e51733
  719.     1.2 04/07/21 17:00:50 konstantin@mysql.com +0 -0
  720.     Delete: zlib/Makefile.riscos
  721.  
  722.   BitKeeper/deleted/.del-Make_vms.com~95dd9cc7505c3153
  723.     1.2 04/07/21 17:00:44 konstantin@mysql.com +0 -0
  724.     Delete: zlib/Make_vms.com
  725.  
  726. ChangeSet
  727.   1.1616.1.361 04/07/21 19:29:08 miguel@hegel.(none) +1 -0
  728.   Export the stmt functions on Embedded Server
  729.  
  730.   libmysqld/libmysqld.def
  731.     1.8 04/07/21 19:29:00 miguel@hegel.(none) +27 -0
  732.     Export the stmt functions on Embedded Server
  733.  
  734. ChangeSet
  735.   1.1693.1.30 04/07/22 00:57:31 serg@serg.mylan +3 -0
  736.   after merge fixes 2
  737.  
  738.   mysql-test/t/view.test
  739.     1.8 04/07/22 00:57:26 serg@serg.mylan +20 -20
  740.     after merge fixes 2
  741.  
  742.   mysql-test/r/view.result
  743.     1.10 04/07/22 00:57:26 serg@serg.mylan +2 -2
  744.     after merge fixes 2
  745.  
  746.   mysql-test/r/variables.result
  747.     1.50 04/07/22 00:57:25 serg@serg.mylan +1 -1
  748.     after merge fixes 2
  749.  
  750. ChangeSet
  751.   1.1693.1.29 04/07/22 00:26:33 serg@serg.mylan +8 -0
  752.   after merge fixes
  753.  
  754.   sql/sql_view.cc
  755.     1.8 04/07/22 00:26:27 serg@serg.mylan +1 -2
  756.     after merge fixes
  757.  
  758.   sql/sql_lex.cc
  759.     1.112 04/07/22 00:26:27 serg@serg.mylan +2 -2
  760.     cleanup
  761.  
  762.   sql/sp_head.cc
  763.     1.82 04/07/22 00:26:27 serg@serg.mylan +4 -3
  764.     after merge fixes
  765.  
  766.   sql/sp.cc
  767.     1.56 04/07/22 00:26:27 serg@serg.mylan +1 -2
  768.     after merge fixes
  769.  
  770.   sql/opt_range.h
  771.     1.46 04/07/22 00:26:27 serg@serg.mylan +1 -1
  772.     compatibility fix
  773.  
  774.   mysql-test/t/sp-security.test
  775.     1.9 04/07/22 00:26:27 serg@serg.mylan +2 -2
  776.     after merge fixes
  777.  
  778.   mysql-test/t/sp-error.test
  779.     1.43 04/07/22 00:26:26 serg@serg.mylan +49 -49
  780.     after merge fixes
  781.  
  782.   mysql-test/r/sp-error.result
  783.     1.44 04/07/22 00:26:26 serg@serg.mylan +2 -2
  784.     after merge fixes
  785.  
  786. ChangeSet
  787.   1.1616.630.1 04/07/21 22:44:12 bell@sanja.is.com.ua +6 -0
  788.   LEX initialization fixed
  789.  
  790.   sql/sql_prepare.cc
  791.     1.34.1.81 04/07/21 22:43:44 bell@sanja.is.com.ua +2 -2
  792.     LEX initialization fixed
  793.  
  794.   sql/sql_parse.cc
  795.     1.271.1.96 04/07/21 22:43:44 bell@sanja.is.com.ua +6 -6
  796.     LEX initialization fixed
  797.  
  798.   sql/sql_lex.h
  799.     1.102.1.65 04/07/21 22:43:44 bell@sanja.is.com.ua +3 -3
  800.     LEX initialization fixed
  801.  
  802.   sql/sql_lex.cc
  803.     1.97.1.29 04/07/21 22:43:44 bell@sanja.is.com.ua +5 -7
  804.     LEX initialization fixed
  805.  
  806.   sql/mysql_priv.h
  807.     1.186.1.118 04/07/21 22:43:44 bell@sanja.is.com.ua +1 -1
  808.     LEX initialization fixed
  809.  
  810.   sql/log_event.cc
  811.     1.113.1.48 04/07/21 22:43:44 bell@sanja.is.com.ua +1 -1
  812.     LEX initialization fixed
  813.  
  814. ChangeSet
  815.   1.1616.629.1 04/07/21 19:17:07 serg@serg.mylan +7 -0
  816.   fixed ORDER BY ?
  817.   new tests to ensure that prepared statement *really* work
  818.   (and that MySQL not picks up some number from arbitrary location
  819.   that happens to match the parameter's value)
  820.  
  821.   sql/sql_select.cc
  822.     1.216.1.135 04/07/21 19:17:02 serg@serg.mylan +1 -1
  823.     don't shortcut - it backfires!
  824.     (in particular - when itemptr is Item_param :)
  825.  
  826.   mysql-test/r/ps_6bdb.result
  827.     1.2.1.1 04/07/21 19:17:02 serg@serg.mylan +10 -0
  828.     results updated
  829.  
  830.   mysql-test/r/ps_5merge.result
  831.     1.2.1.1 04/07/21 19:17:02 serg@serg.mylan +20 -0
  832.     results updated
  833.  
  834.   mysql-test/r/ps_4heap.result
  835.     1.1.1.1 04/07/21 19:17:02 serg@serg.mylan +10 -0
  836.     results updated
  837.  
  838.   mysql-test/r/ps_3innodb.result
  839.     1.2.1.2 04/07/21 19:17:02 serg@serg.mylan +10 -0
  840.     results updated
  841.  
  842.   mysql-test/r/ps_2myisam.result
  843.     1.2.1.1 04/07/21 19:17:02 serg@serg.mylan +10 -0
  844.     results updated
  845.  
  846.   mysql-test/include/ps_query.inc
  847.     1.3 04/07/21 19:17:01 serg@serg.mylan +5 -0
  848.     new tests to ensure that prepared statement *really* work
  849.     (and that MySQL not picks up some number from arbitrary location
  850.     that happens to match the parameter's value)
  851.  
  852. ChangeSet
  853.   1.1616.1.358 04/07/21 21:27:45 hf@deer.(none) +27 -0
  854.   Final patch for WL#1600(warn if max_allowed_packet used)
  855.  
  856.   sql/share/ukrainian/errmsg.txt
  857.     1.27.1.58 04/07/21 21:27:42 hf@deer.(none) +1 -0
  858.     error message fixed
  859.  
  860.   sql/share/swedish/errmsg.txt
  861.     1.64.1.60 04/07/21 21:27:42 hf@deer.(none) +1 -0
  862.     error message fixed
  863.  
  864.   sql/share/spanish/errmsg.txt
  865.     1.64.1.61 04/07/21 21:27:42 hf@deer.(none) +1 -0
  866.     error message fixed
  867.  
  868.   sql/share/slovak/errmsg.txt
  869.     1.64.1.61 04/07/21 21:27:42 hf@deer.(none) +1 -0
  870.     error message fixed
  871.  
  872.   sql/share/serbian/errmsg.txt
  873.     1.18.1.55 04/07/21 21:27:42 hf@deer.(none) +1 -0
  874.     error message fixed
  875.  
  876.   sql/share/russian/errmsg.txt
  877.     1.61.1.58 04/07/21 21:27:42 hf@deer.(none) +1 -0
  878.     error message fixed
  879.  
  880.   sql/share/romanian/errmsg.txt
  881.     1.62.1.62 04/07/21 21:27:42 hf@deer.(none) +1 -0
  882.     error message fixed
  883.  
  884.   sql/share/portuguese/errmsg.txt
  885.     1.64.1.60 04/07/21 21:27:42 hf@deer.(none) +1 -0
  886.     error message fixed
  887.  
  888.   sql/share/polish/errmsg.txt
  889.     1.63.1.61 04/07/21 21:27:42 hf@deer.(none) +1 -0
  890.     error message fixed
  891.  
  892.   sql/share/norwegian/errmsg.txt
  893.     1.63.1.62 04/07/21 21:27:42 hf@deer.(none) +1 -0
  894.     error message fixed
  895.  
  896.   sql/share/norwegian-ny/errmsg.txt
  897.     1.63.1.61 04/07/21 21:27:42 hf@deer.(none) +1 -0
  898.     error message fixed
  899.  
  900.   sql/share/korean/errmsg.txt
  901.     1.63.1.61 04/07/21 21:27:42 hf@deer.(none) +1 -0
  902.     error message fixed
  903.  
  904.   sql/share/japanese/errmsg.txt
  905.     1.63.1.59 04/07/21 21:27:42 hf@deer.(none) +1 -0
  906.     error message fixed
  907.  
  908.   sql/share/italian/errmsg.txt
  909.     1.70.1.61 04/07/21 21:27:42 hf@deer.(none) +1 -0
  910.     error message fixed
  911.  
  912.   sql/share/hungarian/errmsg.txt
  913.     1.65.1.60 04/07/21 21:27:42 hf@deer.(none) +1 -0
  914.     error message fixed
  915.  
  916.   sql/share/greek/errmsg.txt
  917.     1.64.1.60 04/07/21 21:27:42 hf@deer.(none) +1 -0
  918.     error message fixed
  919.  
  920.   sql/share/german/errmsg.txt
  921.     1.64.1.56 04/07/21 21:27:42 hf@deer.(none) +1 -0
  922.     error message fixed
  923.  
  924.   sql/share/french/errmsg.txt
  925.     1.63.1.61 04/07/21 21:27:42 hf@deer.(none) +1 -0
  926.     error message fixed
  927.  
  928.   sql/share/estonian/errmsg.txt
  929.     1.64.1.59 04/07/21 21:27:42 hf@deer.(none) +1 -0
  930.     error message fixed
  931.  
  932.   sql/share/english/errmsg.txt
  933.     1.70.1.65 04/07/21 21:27:42 hf@deer.(none) +1 -0
  934.     error message fixed
  935.  
  936.   sql/share/dutch/errmsg.txt
  937.     1.66.1.60 04/07/21 21:27:42 hf@deer.(none) +1 -0
  938.     error message fixed
  939.  
  940.   sql/share/danish/errmsg.txt
  941.     1.62.1.59 04/07/21 21:27:42 hf@deer.(none) +1 -0
  942.     error message fixed
  943.  
  944.   sql/share/czech/errmsg.txt
  945.     1.64.1.62 04/07/21 21:27:42 hf@deer.(none) +1 -0
  946.     error message fixed
  947.  
  948.   sql/item_strfunc.cc
  949.     1.181 04/07/21 21:27:42 hf@deer.(none) +18 -9
  950.     error message fixed
  951.  
  952.   sql/item_geofunc.cc
  953.     1.15 04/07/21 21:27:42 hf@deer.(none) +2 -1
  954.     error message fixed
  955.  
  956.   mysql-test/r/packet.result
  957.     1.7 04/07/21 21:27:42 hf@deer.(none) +1 -1
  958.     test fixed
  959.  
  960.   mysql-test/r/func_str.result
  961.     1.68 04/07/21 21:27:42 hf@deer.(none) +1 -1
  962.     test fixed
  963.  
  964. ChangeSet
  965.   1.1693.10.2 04/07/21 14:53:09 pem@mysql.comhem.se +6 -0
  966.   Fixed BUG#2653: Undeclared variables not detected in stored procedures.
  967.   We now get an run-time error instead of a crash (although a slightly misleading
  968.   error message, but it's an improvement).
  969.  
  970.   sql/sql_class.cc
  971.     1.146 04/07/21 14:53:05 pem@mysql.com +2 -1
  972.     Changed return type to int, so be able to detect failed evals (fix item).
  973.  
  974.   sql/sp_rcontext.h
  975.     1.10 04/07/21 14:53:05 pem@mysql.com +2 -1
  976.     Changed return type to int, so be able to detect failed evals (fix item).
  977.  
  978.   sql/sp_rcontext.cc
  979.     1.9 04/07/21 14:53:05 pem@mysql.com +9 -2
  980.     Detect failed evals (fix item really), which are due to unresolved variables/fields.
  981.     Typically this would be a reference to an undeclared variable.
  982.  
  983.   sql/sp_head.cc
  984.     1.81 04/07/21 14:53:05 pem@mysql.com +41 -8
  985.     Detect failed evals (fix item really), which are due to unresolved variables/fields.
  986.     Typically this would be a reference to an undeclared variable.
  987.     (Also got rid of some compiler warnings.)
  988.  
  989.   mysql-test/t/sp-error.test
  990.     1.42 04/07/21 14:53:05 pem@mysql.com +22 -0
  991.     New test case for BUG#2653.
  992.  
  993.   mysql-test/r/sp-error.result
  994.     1.43 04/07/21 14:53:05 pem@mysql.com +16 -0
  995.     New test case for BUG#2653.
  996.  
  997.   BitKeeper/deleted/.del-Makefile~eb4584f8f3d806a8
  998.     1.5 04/07/21 11:24:58 magnus@neptunus.(none) +0 -0
  999.     Delete: ndb/test/ndbapi/bank/old_dirs/bankValidateAllGLs/Makefile
  1000.  
  1001.   BitKeeper/deleted/.del-Makefile~3766e52c58c4799a
  1002.     1.5 04/07/21 11:24:58 magnus@neptunus.(none) +0 -0
  1003.     Delete: ndb/test/ndbapi/bank/old_dirs/testBank/Makefile
  1004.  
  1005.   BitKeeper/deleted/.del-Makefile~1e0c3a31ef7c20c
  1006.     1.5 04/07/21 11:24:58 magnus@neptunus.(none) +0 -0
  1007.     Delete: ndb/test/ndbapi/bank/old_dirs/src/Makefile
  1008.  
  1009.   BitKeeper/deleted/.del-Makefile~e4bdeda89cd7e97a
  1010.     1.5 04/07/21 11:24:57 magnus@neptunus.(none) +0 -0
  1011.     Delete: ndb/test/ndbapi/bank/old_dirs/bankTransactionMaker/Makefile
  1012.  
  1013.   BitKeeper/deleted/.del-Makefile~96d101a498089452
  1014.     1.5 04/07/21 11:24:57 magnus@neptunus.(none) +0 -0
  1015.     Delete: ndb/test/ndbapi/bank/old_dirs/bankCreator/Makefile
  1016.  
  1017.   BitKeeper/deleted/.del-Makefile~95fdc210ddf553f6
  1018.     1.5 04/07/21 11:24:57 magnus@neptunus.(none) +0 -0
  1019.     Delete: ndb/test/ndbapi/bank/old_dirs/bankSumAccounts/Makefile
  1020.  
  1021.   BitKeeper/deleted/.del-Makefile~82b2fd7fe466962
  1022.     1.5 04/07/21 11:24:57 magnus@neptunus.(none) +0 -0
  1023.     Delete: ndb/test/ndbapi/bank/old_dirs/bankMakeGL/Makefile
  1024.  
  1025.   BitKeeper/deleted/.del-Makefile~14c4cd8063f58fea
  1026.     1.5 04/07/21 11:24:57 magnus@neptunus.(none) +0 -0
  1027.     Delete: ndb/test/ndbapi/bank/old_dirs/bankTimer/Makefile
  1028.  
  1029. ChangeSet
  1030.   1.1693.1.25 04/07/21 12:14:45 bell@sanja.is.com.ua +3 -0
  1031.   test of duplicate field names (BUG#4608)
  1032.  
  1033.   sql/sql_view.cc
  1034.     1.7 04/07/21 12:14:42 bell@sanja.is.com.ua +20 -0
  1035.     test of duplicate field names
  1036.  
  1037.   mysql-test/t/view.test
  1038.     1.7 04/07/21 12:14:42 bell@sanja.is.com.ua +6 -0
  1039.     test of duplicate field names
  1040.  
  1041.   mysql-test/r/view.result
  1042.     1.9 04/07/21 12:14:42 bell@sanja.is.com.ua +2 -0
  1043.     test of duplicate field names
  1044.  
  1045. ChangeSet
  1046.   1.1693.1.24 04/07/21 04:26:20 bell@sanja.is.com.ua +30 -0
  1047.   error message interception (Bug#4598)
  1048.   error handling of view initialization fixed (Bug#4599)
  1049.  
  1050.   sql/table.h
  1051.     1.64 04/07/21 04:26:16 bell@sanja.is.com.ua +2 -0
  1052.     error message interception
  1053.  
  1054.   sql/table.cc
  1055.     1.113 04/07/21 04:26:16 bell@sanja.is.com.ua +14 -0
  1056.     error message interception
  1057.  
  1058.   sql/sql_view.cc
  1059.     1.6 04/07/21 04:26:16 bell@sanja.is.com.ua +11 -1
  1060.     comment fixed
  1061.     error message interception
  1062.  
  1063.   sql/sql_base.cc
  1064.     1.167 04/07/21 04:26:16 bell@sanja.is.com.ua +9 -2
  1065.     error message interception
  1066.     error handling fixed
  1067.  
  1068.   sql/share/ukrainian/errmsg.txt
  1069.     1.70 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1070.     new error message
  1071.  
  1072.   sql/share/swedish/errmsg.txt
  1073.     1.108 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1074.     new error message
  1075.  
  1076.   sql/share/spanish/errmsg.txt
  1077.     1.107 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1078.     new error message
  1079.  
  1080.   sql/share/slovak/errmsg.txt
  1081.     1.107 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1082.     new error message
  1083.  
  1084.   sql/share/serbian/errmsg.txt
  1085.     1.61 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1086.     new error message
  1087.  
  1088.   sql/share/russian/errmsg.txt
  1089.     1.105 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1090.     new error message
  1091.  
  1092.   sql/share/romanian/errmsg.txt
  1093.     1.104 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1094.     new error message
  1095.  
  1096.   sql/share/portuguese/errmsg.txt
  1097.     1.106 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1098.     new error message
  1099.  
  1100.   sql/share/polish/errmsg.txt
  1101.     1.107 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1102.     new error message
  1103.  
  1104.   sql/share/norwegian/errmsg.txt
  1105.     1.106 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1106.     new error message
  1107.  
  1108.   sql/share/norwegian-ny/errmsg.txt
  1109.     1.106 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1110.     new error message
  1111.  
  1112.   sql/share/korean/errmsg.txt
  1113.     1.106 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1114.     new error message
  1115.  
  1116.   sql/share/japanese/errmsg.txt
  1117.     1.106 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1118.     new error message
  1119.  
  1120.   sql/share/italian/errmsg.txt
  1121.     1.113 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1122.     new error message
  1123.  
  1124.   sql/share/hungarian/errmsg.txt
  1125.     1.108 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1126.     new error message
  1127.  
  1128.   sql/share/greek/errmsg.txt
  1129.     1.107 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1130.     new error message
  1131.  
  1132.   sql/share/german/errmsg.txt
  1133.     1.106 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1134.     new error message
  1135.  
  1136.   sql/share/french/errmsg.txt
  1137.     1.106 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1138.     new error message
  1139.  
  1140.   sql/share/estonian/errmsg.txt
  1141.     1.108 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1142.     new error message
  1143.  
  1144.   sql/share/english/errmsg.txt
  1145.     1.115 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1146.     new error message
  1147.  
  1148.   sql/share/dutch/errmsg.txt
  1149.     1.110 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1150.     new error message
  1151.  
  1152.   sql/share/danish/errmsg.txt
  1153.     1.106 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1154.     new error message
  1155.  
  1156.   sql/share/czech/errmsg.txt
  1157.     1.106 04/07/21 04:26:16 bell@sanja.is.com.ua +1 -0
  1158.     new error message
  1159.  
  1160.   mysql-test/t/view.test
  1161.     1.6 04/07/21 04:26:16 bell@sanja.is.com.ua +14 -0
  1162.     changing of underlaying table test
  1163.  
  1164.   mysql-test/r/view.result
  1165.     1.8 04/07/21 04:26:16 bell@sanja.is.com.ua +10 -0
  1166.     changing of underlaying table test
  1167.  
  1168.   include/mysqld_error.h
  1169.     1.102 04/07/21 04:26:15 bell@sanja.is.com.ua +2 -1
  1170.     new error message
  1171.  
  1172. ChangeSet
  1173.   1.1616.628.1 04/07/21 00:52:35 guilhem@mysql.com +1 -0
  1174.   Sanja will probably rework this tomorrow; we need to unify the normal
  1175.   client code and replication slave code, as far as LOAD DATA INFILE and
  1176.   other queries' execution is concerned. Duplication of code leads to
  1177.   replication bugs, because the replication duplicate lags much behind.
  1178.   Fix for 2 Valgrind errors on slave replicating LOAD DATA INFILE
  1179.     - one serious (causing a random test failure in rpl_loaddata in 5.0)
  1180.     - one not serious (theoretically a bug but not dangerous): uninited thd->row_count
  1181.  
  1182.   sql/log_event.cc
  1183.     1.113.1.47 04/07/21 00:45:55 guilhem@mysql.com +12 -0
  1184.     Fix for 2 Valgrind errors:
  1185.     - one serious (causing a random test failure in rpl_loaddata in 5.0): uninited lex in replic of LOAD DATA INFILE on slave
  1186.     - one not serious (theoretically a bug but not dangerous): uninited thd->row_count in replication of LOAD DATA INFILE on slave.
  1187.     Sanja is likely to rework the fix to the 1st problem tomorrow.
  1188.  
  1189. ChangeSet
  1190.   1.1693.9.1 04/07/21 00:45:08 serg@serg.mylan +5 -0
  1191.   misc fixes for compile-time errors
  1192.  
  1193.   sql/opt_range.h
  1194.     1.45 04/07/21 00:45:03 serg@serg.mylan +70 -68
  1195.     get_quick_select_for_ref should be declared in the global scope to be visible.
  1196.  
  1197.   sql/opt_range.cc
  1198.     1.123 04/07/21 00:45:02 serg@serg.mylan +512 -511
  1199.     cast log's argument to double (otherwise an error on some compilers)
  1200.  
  1201.   sql/log_event.h
  1202.     1.94 04/07/21 00:45:02 serg@serg.mylan +104 -104
  1203.     const bool is_valid() -> bool is_valid() const
  1204.  
  1205.   sql/item_timefunc.cc
  1206.     1.63 04/07/21 00:45:02 serg@serg.mylan +0 -1
  1207.     "unused variable" warning
  1208.  
  1209.   sql/item_sum.cc
  1210.     1.103 04/07/21 00:45:02 serg@serg.mylan +5 -7
  1211.     "unused variable" warning
  1212.  
  1213. ChangeSet
  1214.   1.1693.1.23 04/07/21 00:45:52 bell@sanja.is.com.ua +2 -0
  1215.   test of SHOW PRIVILEGES
  1216.  
  1217.   mysql-test/t/grant.test
  1218.     1.18 04/07/21 00:45:24 bell@sanja.is.com.ua +5 -0
  1219.     test of SHOW PRIVILEGES
  1220.  
  1221.   mysql-test/r/grant.result
  1222.     1.23 04/07/21 00:45:24 bell@sanja.is.com.ua +25 -0
  1223.     test of SHOW PRIVILEGES
  1224.  
  1225. ChangeSet
  1226.   1.1616.1.355 04/07/20 13:25:55 brian@brian-akers-computer.local +1 -0
  1227.   Updates for archive storage engine. 
  1228.  
  1229.   sql/examples/ha_archive.cc
  1230.     1.7 04/07/20 13:20:06 brian@brian-akers-computer.local +13 -19
  1231.     Corrections from Bar's comments. Mainly small code changes/style changes.
  1232.  
  1233. ChangeSet
  1234.   1.1693.8.1 04/07/20 15:03:22 paul@kite-hub.kitebird.com +1 -0
  1235.   sql_show.cc:
  1236.     Add views privileges to SHOW PRIVILEGES output.
  1237.     (Bug #4656)
  1238.  
  1239.   sql/sql_show.cc
  1240.     1.146 04/07/20 15:00:57 paul@kite-hub.kitebird.com +5 -3
  1241.     Add views privileges to SHOW PRIVILEGES output.
  1242.     (Bug #4656)
  1243.  
  1244. ChangeSet
  1245.   1.1616.627.1 04/07/20 10:06:28 tim@sand.box +1 -0
  1246.   Get ps_1general test to pass (replace .result with .reject - some text
  1247.   was changed in the SHOW STORAGE ENGINES results)
  1248.  
  1249.   mysql-test/r/ps_1general.result
  1250.     1.1.2.1 04/07/20 10:05:18 tim@sand.box +7 -7
  1251.     SHOW STORAGE ENGINES now has different text ("type" -> "engine", etc.)
  1252.  
  1253. ChangeSet
  1254.   1.1693.7.4 04/07/20 18:51:02 bell@sanja.is.com.ua +5 -0
  1255.   fixed quoting of identifiers in VIEWs (BUG#4613)
  1256.  
  1257.   sql/sql_view.cc
  1258.     1.3.1.3 04/07/20 18:50:55 bell@sanja.is.com.ua +6 -1
  1259.     fixed quoting of identifiers in VIEWs
  1260.  
  1261.   sql/sql_select.cc
  1262.     1.254.1.2 04/07/20 18:50:55 bell@sanja.is.com.ua +12 -17
  1263.     fixed quoting of identifiers in VIEWs
  1264.  
  1265.   sql/item.cc
  1266.     1.88 04/07/20 18:50:55 bell@sanja.is.com.ua +15 -16
  1267.     fixed quoting of identifiers in VIEWs
  1268.  
  1269.   mysql-test/t/view.test
  1270.     1.5 04/07/20 18:50:54 bell@sanja.is.com.ua +12 -2
  1271.     fixed quoting of identifiers in VIEWs
  1272.  
  1273.   mysql-test/r/view.result
  1274.     1.7 04/07/20 18:50:54 bell@sanja.is.com.ua +11 -2
  1275.     fixed quoting of identifiers in VIEWs
  1276.  
  1277. ChangeSet
  1278.   1.1693.1.20 04/07/20 16:51:30 serg@serg.mylan +3 -0
  1279.   results updated
  1280.  
  1281.   mysql-test/r/system_mysql_db.result
  1282.     1.13 04/07/20 16:51:25 serg@serg.mylan +1 -1
  1283.     results updated
  1284.  
  1285.   mysql-test/r/rowid_order_innodb.result
  1286.     1.4 04/07/20 16:51:25 serg@serg.mylan +1 -1
  1287.     results updated
  1288.  
  1289.   mysql-test/r/ps_3innodb.result
  1290.     1.5 04/07/20 16:51:25 serg@serg.mylan +2 -2
  1291.     results updated
  1292.  
  1293. ChangeSet
  1294.   1.1616.626.3 04/07/20 11:13:23 serg@serg.mylan +1 -0
  1295.   oops, forgot to checkin...
  1296.  
  1297.   mysql-test/r/ps_3innodb.result
  1298.     1.2.1.1 04/07/20 11:13:18 serg@serg.mylan +4 -4
  1299.     oops, forgot to checkin...
  1300.  
  1301. ChangeSet
  1302.   1.1616.626.2 04/07/20 11:00:10 serg@serg.mylan +8 -0
  1303.   results fixed after merge
  1304.  
  1305.   mysql-test/t/rpl_drop.test
  1306.     1.2 04/07/20 11:00:05 serg@serg.mylan +2 -0
  1307.     --disable_warnings
  1308.  
  1309.   mysql-test/t/create_select_tmp.test
  1310.     1.2 04/07/20 11:00:05 serg@serg.mylan +2 -0
  1311.     --disable_warnings
  1312.  
  1313.   mysql-test/r/subselect2.result
  1314.     1.5.1.1 04/07/20 11:00:05 serg@serg.mylan +2 -2
  1315.     results fixed after merge
  1316.  
  1317.   mysql-test/r/rpl_drop.result
  1318.     1.2 04/07/20 11:00:05 serg@serg.mylan +3 -3
  1319.     results fixed after merge
  1320.  
  1321.   mysql-test/r/ps_1general.result
  1322.     1.1.1.1 04/07/20 11:00:05 serg@serg.mylan +7 -7
  1323.     results fixed after merge
  1324.  
  1325.   mysql-test/r/innodb.result
  1326.     1.93 04/07/20 11:00:05 serg@serg.mylan +12 -0
  1327.     results fixed after merge
  1328.  
  1329.   mysql-test/r/endspace.result
  1330.     1.2 04/07/20 11:00:04 serg@serg.mylan +1 -1
  1331.     results fixed after merge
  1332.  
  1333.   mysql-test/r/create_select_tmp.result
  1334.     1.2 04/07/20 11:00:04 serg@serg.mylan +8 -8
  1335.     results fixed after merge
  1336.  
  1337. ChangeSet
  1338.   1.1693.7.3 04/07/20 10:34:39 bell@sanja.is.com.ua +3 -0
  1339.   fix case what VIEW have not tables (BUG#4614)
  1340.  
  1341.   sql/sql_view.cc
  1342.     1.3.1.2 04/07/20 10:34:36 bell@sanja.is.com.ua +5 -0
  1343.     fix case what VIEW have not tables
  1344.  
  1345.   mysql-test/t/view.test
  1346.     1.4 04/07/20 10:34:36 bell@sanja.is.com.ua +9 -0
  1347.     test of VIEW without tables
  1348.  
  1349.   mysql-test/r/view.result
  1350.     1.6 04/07/20 10:34:36 bell@sanja.is.com.ua +6 -0
  1351.     test of VIEW without tables
  1352.  
  1353. ChangeSet
  1354.   1.1693.7.2 04/07/20 08:48:28 bell@sanja.is.com.ua +27 -0
  1355.   mark subquery in the FROM clause like derived and quoate all identifiers (BUG#4609)
  1356.  
  1357.   sql/sql_view.cc
  1358.     1.3.1.1 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -0
  1359.     mark subquery in the FROM clause like derived
  1360.  
  1361.   sql/sql_select.cc
  1362.     1.254.1.1 04/07/20 08:48:24 bell@sanja.is.com.ua +12 -6
  1363.     Quoting of fields and tables names
  1364.  
  1365.   sql/item.h
  1366.     1.88 04/07/20 08:48:24 bell@sanja.is.com.ua +2 -1
  1367.     Quoting of fields and tables names
  1368.  
  1369.   sql/item.cc
  1370.     1.87 04/07/20 08:48:24 bell@sanja.is.com.ua +31 -0
  1371.     Quoting of fields and tables names
  1372.  
  1373.   mysql-test/t/view.test
  1374.     1.3 04/07/20 08:48:24 bell@sanja.is.com.ua +10 -0
  1375.     test of view with quated fields
  1376.  
  1377.   mysql-test/r/view.result
  1378.     1.5 04/07/20 08:48:24 bell@sanja.is.com.ua +35 -26
  1379.     Quoting of fields and tables names
  1380.     test of view with quated fields
  1381.  
  1382.   mysql-test/r/varbinary.result
  1383.     1.15 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1384.     Quoting of fields and tables names
  1385.  
  1386.   mysql-test/r/union.result
  1387.     1.53 04/07/20 08:48:24 bell@sanja.is.com.ua +2 -2
  1388.     Quoting of fields and tables names
  1389.  
  1390.   mysql-test/r/subselect.result
  1391.     1.90 04/07/20 08:48:24 bell@sanja.is.com.ua +45 -45
  1392.     Quoting of fields and tables names
  1393.  
  1394.   mysql-test/r/select.result
  1395.     1.47 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1396.     Quoting of fields and tables names
  1397.  
  1398.   mysql-test/r/query_cache.result
  1399.     1.45 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1400.     Quoting of fields and tables names
  1401.  
  1402.   mysql-test/r/olap.result
  1403.     1.12 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1404.     Quoting of fields and tables names
  1405.  
  1406.   mysql-test/r/join_nested.result
  1407.     1.5 04/07/20 08:48:24 bell@sanja.is.com.ua +12 -12
  1408.     Quoting of fields and tables names
  1409.  
  1410.   mysql-test/r/insert_update.result
  1411.     1.10 04/07/20 08:48:24 bell@sanja.is.com.ua +2 -2
  1412.     Quoting of fields and tables names
  1413.  
  1414.   mysql-test/r/having.result
  1415.     1.11 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1416.     Quoting of fields and tables names
  1417.  
  1418.   mysql-test/r/group_by.result
  1419.     1.39 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1420.     Quoting of fields and tables names
  1421.  
  1422.   mysql-test/r/gis.result
  1423.     1.16 04/07/20 08:48:24 bell@sanja.is.com.ua +7 -7
  1424.     Quoting of fields and tables names
  1425.  
  1426.   mysql-test/r/func_test.result
  1427.     1.25 04/07/20 08:48:24 bell@sanja.is.com.ua +2 -2
  1428.     Quoting of fields and tables names
  1429.  
  1430.   mysql-test/r/func_regexp.result
  1431.     1.10 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1432.     Quoting of fields and tables names
  1433.  
  1434.   mysql-test/r/func_in.result
  1435.     1.13 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1436.     Quoting of fields and tables names
  1437.  
  1438.   mysql-test/r/func_if.result
  1439.     1.12 04/07/20 08:48:24 bell@sanja.is.com.ua +2 -2
  1440.     Quoting of fields and tables names
  1441.  
  1442.   mysql-test/r/func_group.result
  1443.     1.34 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1444.     Quoting of fields and tables names
  1445.  
  1446.   mysql-test/r/func_gconcat.result
  1447.     1.28 04/07/20 08:48:24 bell@sanja.is.com.ua +3 -3
  1448.     Quoting of fields and tables names
  1449.  
  1450.   mysql-test/r/func_default.result
  1451.     1.4 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1452.     Quoting of fields and tables names
  1453.  
  1454.   mysql-test/r/fulltext.result
  1455.     1.66 04/07/20 08:48:24 bell@sanja.is.com.ua +2 -2
  1456.     Quoting of fields and tables names
  1457.  
  1458.   mysql-test/r/case.result
  1459.     1.15 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1460.     Quoting of fields and tables names
  1461.  
  1462.   mysql-test/r/bench_count_distinct.result
  1463.     1.7 04/07/20 08:48:24 bell@sanja.is.com.ua +1 -1
  1464.     Quoting of fields and tables names
  1465.  
  1466. ChangeSet
  1467.   1.1693.1.18 04/07/20 02:44:39 serg@serg.mylan +1 -0
  1468.   compare correct types
  1469.  
  1470.   sql/sql_insert.cc
  1471.     1.112 04/07/20 02:42:02 serg@serg.mylan +1 -1
  1472.     compare correct types
  1473.  
  1474. ChangeSet
  1475.   1.1616.1.352 04/07/19 15:12:23 konstantin@mysql.com +1 -0
  1476.   Compilation failure on Windows fixed.
  1477.  
  1478.   sql/sql_db.cc
  1479.     1.68.1.48 04/07/19 15:12:18 konstantin@mysql.com +2 -1
  1480.     Compilation failure on Windows fixed.
  1481.  
  1482. ChangeSet
  1483.   1.1693.7.1 04/07/20 01:01:02 bell@sanja.is.com.ua +6 -0
  1484.   fixed case when frivileges check switched off (BUG#4631)
  1485.  
  1486.   mysql-test/t/view_skip_grants.test
  1487.     1.1 04/07/20 01:00:59 bell@sanja.is.com.ua +14 -0
  1488.  
  1489.   mysql-test/t/view_skip_grants-master.opt
  1490.     1.1 04/07/20 01:00:59 bell@sanja.is.com.ua +1 -0
  1491.  
  1492.   mysql-test/r/view_skip_grants.result
  1493.     1.1 04/07/20 01:00:59 bell@sanja.is.com.ua +6 -0
  1494.  
  1495.   sql/sql_acl.cc
  1496.     1.96 04/07/20 01:00:59 bell@sanja.is.com.ua +5 -0
  1497.     fixed case when frivileges check switched off
  1498.  
  1499.   mysql-test/t/view_skip_grants.test
  1500.     1.0 04/07/20 01:00:59 bell@sanja.is.com.ua +0 -0
  1501.     BitKeeper file /home/bell/mysql/bk/work-5.0/mysql-test/t/view_skip_grants.test
  1502.  
  1503.   mysql-test/t/view_skip_grants-master.opt
  1504.     1.0 04/07/20 01:00:59 bell@sanja.is.com.ua +0 -0
  1505.     BitKeeper file /home/bell/mysql/bk/work-5.0/mysql-test/t/view_skip_grants-master.opt
  1506.  
  1507.   mysql-test/t/view.test
  1508.     1.2 04/07/20 01:00:59 bell@sanja.is.com.ua +2 -2
  1509.     test made more environment independed
  1510.  
  1511.   mysql-test/r/view_skip_grants.result
  1512.     1.0 04/07/20 01:00:59 bell@sanja.is.com.ua +0 -0
  1513.     BitKeeper file /home/bell/mysql/bk/work-5.0/mysql-test/r/view_skip_grants.result
  1514.  
  1515.   mysql-test/r/view.result
  1516.     1.4 04/07/20 01:00:59 bell@sanja.is.com.ua +2 -2
  1517.     test made more environment independed
  1518.  
  1519. ChangeSet
  1520.   1.1693.1.17 04/07/19 13:43:19 konstantin@mysql.com +3 -0
  1521.   Fixes for MSVC++ compiler.
  1522.  
  1523.   sql/sql_view.cc
  1524.     1.4 04/07/19 13:43:13 konstantin@mysql.com +1 -1
  1525.     Explicit cast to unsigned char * is required here.
  1526.  
  1527.   sql/sql_select.cc
  1528.     1.255 04/07/19 13:43:13 konstantin@mysql.com +0 -1
  1529.     Not used variable removed.
  1530.  
  1531.   libmysql/client_settings.h
  1532.     1.30 04/07/19 13:43:13 konstantin@mysql.com +1 -1
  1533.     Fixed declaration to be in line with definition
  1534.  
  1535. ChangeSet
  1536.   1.1616.1.351 04/07/19 15:09:21 paul@ice.snake.net +1 -0
  1537.   handler.cc:
  1538.     Revise output of SHOW ENGINES.
  1539.  
  1540.   sql/handler.cc
  1541.     1.103.1.36 04/07/19 15:08:32 paul@ice.snake.net +7 -7
  1542.     Revise output of SHOW ENGINES.
  1543.  
  1544. ChangeSet
  1545.   1.1693.1.16 04/07/19 18:33:22 bell@sanja.is.com.ua +1 -0
  1546.   fixed test
  1547.  
  1548.   mysql-test/r/view.result
  1549.     1.3 04/07/19 18:32:47 bell@sanja.is.com.ua +0 -2
  1550.     fixed test
  1551.  
  1552. ChangeSet
  1553.   1.1616.1.350 04/07/19 16:01:53 serg@serg.mylan +1 -0
  1554.   make acl_init() more robust -
  1555.     don't be confused if  new privilege - ENUM ('N','Y') - columns are added (mostly because of downgrade)
  1556.     don't expect NOT NULL fields to never contain a NULL :) - somebody may've changed table definition, or we may be reading the wrong column
  1557.  
  1558.   sql/sql_acl.cc
  1559.     1.74.1.57 04/07/19 16:01:48 serg@serg.mylan +33 -17
  1560.     make acl_init() more robust -
  1561.       don't be confused if  new privilege - ENUM ('N','Y') - columns are added (mostly because of downgrade)
  1562.       don't expect NOT NULL fields to never contain a NULL :) - somebody may've changed table definition, or we may be reading the wrong column
  1563.  
  1564. ChangeSet
  1565.   1.676.1.768 04/07/19 12:32:36 lenz@mysql.com +1 -0
  1566.    - only include the GPL license in the LICENSE text, not the FOSS
  1567.      exception (it only applies to 4.0 and above)
  1568.  
  1569.   Docs/Makefile.am
  1570.     1.26.1.5 04/07/19 12:32:34 lenz@mysql.com +1 -1
  1571.      - only include the GPL license in the LICENSE text, not the FOSS
  1572.        exception (it only applies to 4.0 and above)
  1573.  
  1574. ChangeSet
  1575.   1.1693.1.15 04/07/19 12:07:33 bell@sanja.is.com.ua +13 -0
  1576.   standard values for table type in SHOW TABLES (BUG#4603)
  1577.  
  1578.   sql/sql_show.cc
  1579.     1.145 04/07/19 12:07:30 bell@sanja.is.com.ua +6 -4
  1580.     standard values for table type in SHOW TABLES
  1581.     debugging trap
  1582.  
  1583.   mysql-test/r/view.result
  1584.     1.2 04/07/19 12:07:30 bell@sanja.is.com.ua +10 -8
  1585.     standard values for table type in SHOW TABLES
  1586.  
  1587.   mysql-test/r/system_mysql_db.result
  1588.     1.11 04/07/19 12:07:30 bell@sanja.is.com.ua +17 -17
  1589.     standard values for table type in SHOW TABLES
  1590.  
  1591.   mysql-test/r/select.result
  1592.     1.46 04/07/19 12:07:30 bell@sanja.is.com.ua +7 -7
  1593.     standard values for table type in SHOW TABLES
  1594.  
  1595.   mysql-test/r/rpl_error_ignored_table.result
  1596.     1.14 04/07/19 12:07:30 bell@sanja.is.com.ua +1 -1
  1597.     standard values for table type in SHOW TABLES
  1598.  
  1599.   mysql-test/r/rpl000009.result
  1600.     1.21 04/07/19 12:07:30 bell@sanja.is.com.ua +9 -9
  1601.     standard values for table type in SHOW TABLES
  1602.  
  1603.   mysql-test/r/rename.result
  1604.     1.9 04/07/19 12:07:30 bell@sanja.is.com.ua +10 -10
  1605.     standard values for table type in SHOW TABLES
  1606.  
  1607.   mysql-test/r/ps_1general.result
  1608.     1.4 04/07/19 12:07:30 bell@sanja.is.com.ua +2 -2
  1609.     standard values for table type in SHOW TABLES
  1610.  
  1611.   mysql-test/r/lowercase_table.result
  1612.     1.11 04/07/19 12:07:30 bell@sanja.is.com.ua +4 -4
  1613.     standard values for table type in SHOW TABLES
  1614.  
  1615.   mysql-test/r/greedy_optimizer.result
  1616.     1.5 04/07/19 12:07:30 bell@sanja.is.com.ua +36 -36
  1617.     fixed results
  1618.  
  1619.   mysql-test/r/drop.result
  1620.     1.21 04/07/19 12:07:30 bell@sanja.is.com.ua +2 -2
  1621.     standard values for table type in SHOW TABLES
  1622.  
  1623.   mysql-test/r/ctype_recoding.result
  1624.     1.22 04/07/19 12:07:30 bell@sanja.is.com.ua +10 -10
  1625.     standard values for table type in SHOW TABLES
  1626.  
  1627.   mysql-test/r/connect.result
  1628.     1.11 04/07/19 12:07:30 bell@sanja.is.com.ua +54 -54
  1629.     standard values for table type in SHOW TABLES
  1630.  
  1631. ChangeSet
  1632.   1.1693.1.14 04/07/18 22:16:42 paul@ice.snake.net +1 -0
  1633.   mysql_fix_privilege_tables.sql:
  1634.     Fix the other typo, too. :-)
  1635.  
  1636.   scripts/mysql_fix_privilege_tables.sql
  1637.     1.15 04/07/18 22:15:57 paul@ice.snake.net +2 -2
  1638.     Fix the other typo, too. :-)
  1639.  
  1640. ChangeSet
  1641.   1.1693.1.13 04/07/18 22:11:47 paul@ice.snake.net +1 -0
  1642.   mysql_fix_privilege_tables.sql:
  1643.     Fix typo in comments.
  1644.  
  1645.   scripts/mysql_fix_privilege_tables.sql
  1646.     1.14 04/07/18 22:10:59 paul@ice.snake.net +2 -2
  1647.     Fix typo in comments.
  1648.  
  1649. ChangeSet
  1650.   1.1346.1.569 04/07/18 14:34:35 guilhem@mysql.com +3 -0
  1651.   Fix for BUG#4551 "Temporary InnoDB tables not replicated properly with CREATE TABLE .. SELECT"
  1652.   The problem was that (for any storage engine), the created temporary table was not removed if CREATE SELECT failed (because
  1653.   of a constraint violation for example). This was not consistent with the manual and with CREATE SELECT (no TEMPORARY).
  1654.  
  1655.   mysql-test/t/create_select_tmp.test
  1656.     1.1 04/07/18 14:34:32 guilhem@mysql.com +27 -0
  1657.  
  1658.   mysql-test/r/create_select_tmp.result
  1659.     1.1 04/07/18 14:34:32 guilhem@mysql.com +19 -0
  1660.  
  1661.   sql/sql_insert.cc
  1662.     1.63.1.52 04/07/18 14:34:32 guilhem@mysql.com +6 -2
  1663.     Fix for BUG#4551 "Temporary InnoDB tables not replicated properly with CREATE TABLE .. SELECT"
  1664.     The problem was that (for any storage engine), the created temporary table was not removed if CREATE SELECT failed (because
  1665.     of a constraint violation for example). This was not consistent with the manual and with CREATE SELECT (no TEMPORARY).
  1666.     And it led to the above bug, because the binlogging of CREATE SELECT is done by select_insert::send_eof() (same function
  1667.     as INSERT SELECT) and so, if the table is transactional and there is a failure, the statement is considered as rolled
  1668.     back and so nothing is written in the binlog. So temp table MUST be deleted.
  1669.  
  1670.   mysql-test/t/create_select_tmp.test
  1671.     1.0 04/07/18 14:34:32 guilhem@mysql.com +0 -0
  1672.     BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/t/create_select_tmp.test
  1673.  
  1674.   mysql-test/r/create_select_tmp.result
  1675.     1.0 04/07/18 14:34:32 guilhem@mysql.com +0 -0
  1676.     BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/r/create_select_tmp.result
  1677.  
  1678. ChangeSet
  1679.   1.1346.658.1 04/07/17 16:58:16 guilhem@mysql.com +4 -0
  1680.   Fixes for
  1681.   BUG#4506 "mysqlbinlog --position --read-from-remote-server has wrong "# at" lines",
  1682.   BUG#4553 "Multi-table DROP TABLE replicates improperly for nonexistent table" with a test file.
  1683.   It was not possible to add a test for BUG#4506 as in the test suite we must use --short-form
  1684.   which does not display the "# at" lines.
  1685.  
  1686.   mysql-test/t/rpl_drop.test
  1687.     1.1 04/07/17 16:58:13 guilhem@mysql.com +10 -0
  1688.  
  1689.   mysql-test/r/rpl_drop.result
  1690.     1.1 04/07/17 16:58:13 guilhem@mysql.com +10 -0
  1691.  
  1692.   sql/sql_table.cc
  1693.     1.112.1.68 04/07/17 16:58:13 guilhem@mysql.com +13 -10
  1694.     Fix for BUG#4553 "Multi-table DROP TABLE replicates improperly for nonexistent table"
  1695.     we must my_error() _before_ we write to the binlog, so that a meaningful error code is available
  1696.     in thd->net.last_errno for storage of the DROP TABLE statement into the binlog.
  1697.  
  1698.   mysql-test/t/rpl_drop.test
  1699.     1.0 04/07/17 16:58:13 guilhem@mysql.com +0 -0
  1700.     BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/t/rpl_drop.test
  1701.  
  1702.   mysql-test/r/rpl_drop.result
  1703.     1.0 04/07/17 16:58:13 guilhem@mysql.com +0 -0
  1704.     BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/r/rpl_drop.result
  1705.  
  1706.   client/mysqlbinlog.cc
  1707.     1.70.1.31 04/07/17 16:58:13 guilhem@mysql.com +2 -2
  1708.     Fix for BUG#4506 "mysqlbinlog --position --read-from-remote-server has wrong "# at" lines"
  1709.     when reading a remote binlog, the start position is not always BIN_LOG_HEADER_SIZE (4).
  1710.  
  1711. ChangeSet
  1712.   1.1693.1.12 04/07/17 16:15:32 serg@build.mysql.com +1 -0
  1713.   sql_select.cc:
  1714.     if many plans have identical cost, which one will be used depends on how compiler optimizes floating-point calculations
  1715.     this fix adds repeatability to the optimizer
  1716.  
  1717.   sql/sql_select.cc
  1718.     1.254 04/07/17 16:01:43 serg@build.mysql.com +1 -1
  1719.     if many plans have identical cost, which one will be used depends on how compiler optimizes floating-point calculations
  1720.     this fix adds repeatability to the optimizer
  1721.  
  1722. ChangeSet
  1723.   1.1616.1.348 04/07/17 02:09:25 bell@sanja.is.com.ua +1 -0
  1724.   test fix
  1725.  
  1726.   mysql-test/r/func_system.result
  1727.     1.18 04/07/17 02:09:21 bell@sanja.is.com.ua +1 -1
  1728.     test fix
  1729.  
  1730. ChangeSet
  1731.   1.1693.1.11 04/07/16 23:44:14 bell@sanja.is.com.ua +1 -0
  1732.   satisfy VC++
  1733.  
  1734.   sql/sql_view.cc
  1735.     1.3 04/07/16 23:44:11 bell@sanja.is.com.ua +5 -4
  1736.     satisfy VC++
  1737.  
  1738. ChangeSet
  1739.   1.1693.6.1 04/07/16 22:48:56 bell@sanja.is.com.ua +1 -0
  1740.   changes to sutisfy VC++
  1741.  
  1742.   sql/parse_file.cc
  1743.     1.4 04/07/16 22:48:53 bell@sanja.is.com.ua +26 -22
  1744.     changes to sutisfy VC++
  1745.  
  1746. ChangeSet
  1747.   1.1693.5.4 04/07/16 20:59:09 lenz@mysql.com +2 -0
  1748.    - Added sql/parse_file.cpp and sql/sql_view.cpp to the mysqld and
  1749.      libmysqld project files
  1750.  
  1751.   VC++Files/sql/mysqld.dsp
  1752.     1.23 04/07/16 20:56:19 lenz@mysql.com +11 -3
  1753.      - Added sql/parse_file.cpp and sql/sql_view.cpp to the mysqld and
  1754.        libmysqld project files
  1755.  
  1756.   VC++Files/libmysqld/libmysqld.dsp
  1757.     1.17 04/07/16 20:56:19 lenz@mysql.com +10 -2
  1758.      - Added sql/parse_file.cpp and sql/sql_view.cpp to the mysqld and
  1759.        libmysqld project files
  1760.  
  1761. ChangeSet
  1762.   1.1693.5.3 04/07/16 19:42:38 bell@sanja.is.com.ua +1 -0
  1763.   fix function prototype
  1764.  
  1765.   sql/parse_file.h
  1766.     1.5 04/07/16 19:42:35 bell@sanja.is.com.ua +1 -1
  1767.     fix function prototype
  1768.  
  1769. ChangeSet
  1770.   1.1693.5.2 04/07/16 15:20:51 bell@sanja.is.com.ua +3 -0
  1771.   memory leak removing
  1772.  
  1773.   sql/sql_view.cc
  1774.     1.2 04/07/16 15:20:17 bell@sanja.is.com.ua +15 -2
  1775.     memory leak removing
  1776.  
  1777.   sql/sql_lex.h
  1778.     1.138 04/07/16 15:20:17 bell@sanja.is.com.ua +12 -0
  1779.     memory leak removing
  1780.  
  1781.   BitKeeper/etc/ignore
  1782.     1.170 04/07/16 15:20:17 bell@sanja.is.com.ua +1 -0
  1783.     Added libmysqld/sql_view.cc to the ignore list
  1784.  
  1785. ChangeSet
  1786.   1.1616.625.1 04/07/16 13:21:58 serg@serg.mylan +1 -0
  1787.   in 4.1 DATABASE() may be NULL
  1788.  
  1789.   sql/item_strfunc.h
  1790.     1.85 04/07/16 13:21:53 serg@serg.mylan +3 -2
  1791.     in 4.1 DATABASE() may be NULL
  1792.  
  1793. ChangeSet
  1794.   1.1693.4.1 04/07/16 12:25:26 bell@sanja.is.com.ua +1 -0
  1795.   changes in system db creation procedure for view privileges
  1796.  
  1797.   scripts/mysql_create_system_tables.sh
  1798.     1.16 04/07/16 12:25:21 bell@sanja.is.com.ua +16 -10
  1799.     changes in system db creation procedure for view privileges
  1800.  
  1801. ChangeSet
  1802.   1.1693.1.7 04/07/16 03:47:17 miguel@hegel.txg +7 -0
  1803.   Fixes for bug #4571 (Windows compabilities)
  1804.  
  1805.   sql/sql_update.cc
  1806.     1.114 04/07/16 03:47:09 miguel@hegel.txg +2 -2
  1807.     Fix for cast
  1808.  
  1809.   sql/sql_parse.cc
  1810.     1.346 04/07/16 03:47:08 miguel@hegel.txg +1 -1
  1811.     Fix for cast
  1812.  
  1813.   sql/sql_insert.cc
  1814.     1.111 04/07/16 03:47:08 miguel@hegel.txg +6 -5
  1815.     Fix for cast and redifinition of variable declared  i (VC++ bug)
  1816.  
  1817.   sql/sql_db.cc
  1818.     1.89 04/07/16 03:47:08 miguel@hegel.txg +1 -2
  1819.     Fix for unreferenced variable and cast
  1820.  
  1821.   sql/sql_acl.cc
  1822.     1.95 04/07/16 03:47:08 miguel@hegel.txg +1 -1
  1823.     Fix for unreferenced variable
  1824.  
  1825.   sql/sp_head.cc
  1826.     1.80 04/07/16 03:47:08 miguel@hegel.txg +4 -6
  1827.     Fix for unreferenced variables and cast
  1828.  
  1829.   sql/opt_range.cc
  1830.     1.122 04/07/16 03:47:07 miguel@hegel.txg +2 -3
  1831.     Fix for unreferenced local variable, cast and indirection to different types
  1832.  
  1833. ChangeSet
  1834.   1.1693.1.6 04/07/16 09:45:44 dlenev@brandersnatch.localdomain +1 -0
  1835.   Fixed typo in sql/sql_insert.cc which caused non-debug builds to fail.
  1836.  
  1837.   sql/sql_insert.cc
  1838.     1.110 04/07/16 09:45:38 dlenev@brandersnatch.localdomain +1 -1
  1839.     Fixed typo which caused non-debug builds to fail.
  1840.  
  1841. ChangeSet
  1842.   1.1693.1.5 04/07/16 07:35:41 dlenev@brandersnatch.localdomain +1 -0
  1843.   Fix warnings in sql/item_timefunc.cc which popped up during windows builds.
  1844.  
  1845.   sql/item_timefunc.cc
  1846.     1.62 04/07/16 07:35:12 dlenev@brandersnatch.localdomain +2 -2
  1847.     Fix warnings which popped up during windows builds.
  1848.  
  1849. ChangeSet
  1850.   1.1693.3.1 04/07/16 01:15:55 bell@sanja.is.com.ua +85 -0
  1851.   VIEW
  1852.   two TABLE_LIST copy eliminated
  1853.  
  1854.   sql/sql_view.h
  1855.     1.1 04/07/16 01:15:17 bell@sanja.is.com.ua +42 -0
  1856.  
  1857.   sql/sql_view.cc
  1858.     1.1 04/07/16 01:15:17 bell@sanja.is.com.ua +902 -0
  1859.  
  1860.   mysql-test/t/view.test
  1861.     1.1 04/07/16 01:15:17 bell@sanja.is.com.ua +853 -0
  1862.  
  1863.   mysql-test/r/view.result
  1864.     1.1 04/07/16 01:15:17 bell@sanja.is.com.ua +943 -0
  1865.  
  1866.   tests/client_test.c
  1867.     1.60 04/07/16 01:15:17 bell@sanja.is.com.ua +361 -2
  1868.     VIEW
  1869.  
  1870.   sql/unireg.h
  1871.     1.34 04/07/16 01:15:17 bell@sanja.is.com.ua +1 -0
  1872.     VIEW
  1873.  
  1874.   sql/tztime.cc
  1875.     1.9 04/07/16 01:15:17 bell@sanja.is.com.ua +3 -3
  1876.     two TABLE_LIST copy eliminated
  1877.  
  1878.   sql/table.h
  1879.     1.63 04/07/16 01:15:17 bell@sanja.is.com.ua +96 -9
  1880.     VIEW
  1881.  
  1882.   sql/table.cc
  1883.     1.112 04/07/16 01:15:17 bell@sanja.is.com.ua +225 -11
  1884.     VIEW
  1885.  
  1886.   sql/sql_yacc.yy
  1887.     1.293 04/07/16 01:15:17 bell@sanja.is.com.ua +125 -16
  1888.     VIEW
  1889.  
  1890.   sql/sql_view.h
  1891.     1.0 04/07/16 01:15:17 bell@sanja.is.com.ua +0 -0
  1892.     BitKeeper file /home/bell/mysql/bk/work-view3-5.0/sql/sql_view.h
  1893.  
  1894.   sql/sql_view.cc
  1895.     1.0 04/07/16 01:15:17 bell@sanja.is.com.ua +0 -0
  1896.     BitKeeper file /home/bell/mysql/bk/work-view3-5.0/sql/sql_view.cc
  1897.  
  1898.   mysql-test/t/view.test
  1899.     1.0 04/07/16 01:15:17 bell@sanja.is.com.ua +0 -0
  1900.     BitKeeper file /home/bell/mysql/bk/work-view3-5.0/mysql-test/t/view.test
  1901.  
  1902.   mysql-test/r/view.result
  1903.     1.0 04/07/16 01:15:17 bell@sanja.is.com.ua +0 -0
  1904.     BitKeeper file /home/bell/mysql/bk/work-view3-5.0/mysql-test/r/view.result
  1905.  
  1906.   sql/sql_update.cc
  1907.     1.113 04/07/16 01:15:16 bell@sanja.is.com.ua +132 -78
  1908.     VIEW
  1909.  
  1910.   sql/sql_union.cc
  1911.     1.96 04/07/16 01:15:16 bell@sanja.is.com.ua +8 -7
  1912.     VIEW
  1913.  
  1914.   sql/sql_table.cc
  1915.     1.184 04/07/16 01:15:16 bell@sanja.is.com.ua +34 -20
  1916.     VIEW
  1917.  
  1918.   sql/sql_show.cc
  1919.     1.144 04/07/16 01:15:16 bell@sanja.is.com.ua +98 -13
  1920.     VIEW
  1921.  
  1922.   sql/sql_select.cc
  1923.     1.253 04/07/16 01:15:16 bell@sanja.is.com.ua +43 -55
  1924.     VIEW
  1925.  
  1926.   sql/sql_rename.cc
  1927.     1.21 04/07/16 01:15:16 bell@sanja.is.com.ua +9 -9
  1928.     two TABLE_LIST copy eliminated
  1929.  
  1930.   sql/sql_prepare.cc
  1931.     1.66 04/07/16 01:15:16 bell@sanja.is.com.ua +54 -48
  1932.     VIEW
  1933.  
  1934.   sql/sql_parse.cc
  1935.     1.345 04/07/16 01:15:16 bell@sanja.is.com.ua +320 -259
  1936.     two TABLE_LIST copy eliminated
  1937.     VIEW
  1938.  
  1939.   sql/sql_olap.cc
  1940.     1.13 04/07/16 01:15:16 bell@sanja.is.com.ua +2 -1
  1941.     VIEW
  1942.  
  1943.   sql/sql_load.cc
  1944.     1.60 04/07/16 01:15:16 bell@sanja.is.com.ua +12 -2
  1945.     VIEW
  1946.  
  1947.   sql/sql_lex.h
  1948.     1.137 04/07/16 01:15:16 bell@sanja.is.com.ua +47 -12
  1949.     VIEW
  1950.  
  1951.   sql/sql_lex.cc
  1952.     1.110 04/07/16 01:15:16 bell@sanja.is.com.ua +212 -160
  1953.     VIEW
  1954.  
  1955.   sql/sql_insert.cc
  1956.     1.109 04/07/16 01:15:16 bell@sanja.is.com.ua +177 -37
  1957.     VIEW
  1958.  
  1959.   sql/sql_help.cc
  1960.     1.29 04/07/16 01:15:16 bell@sanja.is.com.ua +10 -8
  1961.     two TABLE_LIST copy eliminated
  1962.  
  1963.   sql/sql_handler.cc
  1964.     1.55 04/07/16 01:15:16 bell@sanja.is.com.ua +2 -2
  1965.     two TABLE_LIST copy eliminated
  1966.  
  1967.   sql/sql_derived.cc
  1968.     1.58 04/07/16 01:15:16 bell@sanja.is.com.ua +10 -12
  1969.     VIEW
  1970.  
  1971.   sql/sql_delete.cc
  1972.     1.123 04/07/16 01:15:16 bell@sanja.is.com.ua +93 -25
  1973.     VIEW
  1974.  
  1975.   sql/sql_db.cc
  1976.     1.88 04/07/16 01:15:16 bell@sanja.is.com.ua +1 -1
  1977.     two TABLE_LIST copy eliminated
  1978.  
  1979.   sql/sql_class.h
  1980.     1.190 04/07/16 01:15:16 bell@sanja.is.com.ua +19 -14
  1981.     VIEW
  1982.  
  1983.   sql/sql_cache.cc
  1984.     1.64 04/07/16 01:15:16 bell@sanja.is.com.ua +8 -6
  1985.     two TABLE_LIST copy eliminated
  1986.  
  1987.   sql/sql_base.cc
  1988.     1.166 04/07/16 01:15:16 bell@sanja.is.com.ua +489 -121
  1989.     VIEW
  1990.  
  1991.   sql/sql_acl.h
  1992.     1.32 04/07/16 01:15:16 bell@sanja.is.com.ua +28 -10
  1993.     VIEW
  1994.  
  1995.   sql/sql_acl.cc
  1996.     1.94 04/07/16 01:15:16 bell@sanja.is.com.ua +144 -84
  1997.     VIEW
  1998.  
  1999.   sql/sp.cc
  2000.     1.55 04/07/16 01:15:16 bell@sanja.is.com.ua +7 -4
  2001.     VIEW
  2002.  
  2003.   sql/slave.cc
  2004.     1.215 04/07/16 01:15:16 bell@sanja.is.com.ua +1 -1
  2005.     two TABLE_LIST copy eliminated
  2006.  
  2007.   sql/share/ukrainian/errmsg.txt
  2008.     1.69 04/07/16 01:15:16 bell@sanja.is.com.ua +11 -0
  2009.     errors messages of views
  2010.  
  2011.   sql/share/swedish/errmsg.txt
  2012.     1.107 04/07/16 01:15:16 bell@sanja.is.com.ua +11 -0
  2013.     errors messages of views
  2014.  
  2015.   sql/share/spanish/errmsg.txt
  2016.     1.106 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2017.     errors messages of views
  2018.  
  2019.   sql/share/slovak/errmsg.txt
  2020.     1.106 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2021.     errors messages of views
  2022.  
  2023.   sql/share/serbian/errmsg.txt
  2024.     1.60 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2025.     errors messages of views
  2026.  
  2027.   sql/share/russian/errmsg.txt
  2028.     1.104 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2029.     errors messages of views
  2030.  
  2031.   sql/share/romanian/errmsg.txt
  2032.     1.103 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2033.     errors messages of views
  2034.  
  2035.   sql/share/portuguese/errmsg.txt
  2036.     1.105 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2037.     errors messages of views
  2038.  
  2039.   sql/share/polish/errmsg.txt
  2040.     1.106 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2041.     errors messages of views
  2042.  
  2043.   sql/share/norwegian/errmsg.txt
  2044.     1.105 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2045.     errors messages of views
  2046.  
  2047.   sql/share/norwegian-ny/errmsg.txt
  2048.     1.105 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2049.     errors messages of views
  2050.  
  2051.   sql/share/korean/errmsg.txt
  2052.     1.105 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2053.     errors messages of views
  2054.  
  2055.   sql/share/japanese/errmsg.txt
  2056.     1.105 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2057.     errors messages of views
  2058.  
  2059.   sql/share/italian/errmsg.txt
  2060.     1.112 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2061.     errors messages of views
  2062.  
  2063.   sql/share/hungarian/errmsg.txt
  2064.     1.107 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2065.     errors messages of views
  2066.  
  2067.   sql/share/greek/errmsg.txt
  2068.     1.106 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2069.     errors messages of views
  2070.  
  2071.   sql/share/german/errmsg.txt
  2072.     1.105 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2073.     errors messages of views
  2074.  
  2075.   sql/share/french/errmsg.txt
  2076.     1.105 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2077.     errors messages of views
  2078.  
  2079.   sql/share/estonian/errmsg.txt
  2080.     1.107 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2081.     errors messages of views
  2082.  
  2083.   sql/share/english/errmsg.txt
  2084.     1.114 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2085.     errors messages of views
  2086.  
  2087.   sql/share/dutch/errmsg.txt
  2088.     1.109 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2089.     errors messages of views
  2090.  
  2091.   sql/share/danish/errmsg.txt
  2092.     1.105 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2093.     errors messages of views
  2094.  
  2095.   sql/share/czech/errmsg.txt
  2096.     1.105 04/07/16 01:15:15 bell@sanja.is.com.ua +11 -0
  2097.     errors messages of views
  2098.  
  2099.   sql/set_var.cc
  2100.     1.58.1.1 04/07/16 01:15:15 bell@sanja.is.com.ua +7 -0
  2101.     new parameter - sql_updatable_view_key
  2102.  
  2103.   sql/opt_sum.cc
  2104.     1.39 04/07/16 01:15:15 bell@sanja.is.com.ua +2 -2
  2105.     two TABLE_LIST copy eliminated
  2106.  
  2107.   sql/mysqld.cc
  2108.     1.387 04/07/16 01:15:15 bell@sanja.is.com.ua +7 -1
  2109.     VIEW
  2110.     new parameter - sql_updatable_view_key
  2111.  
  2112.   sql/mysql_priv.h
  2113.     1.220 04/07/16 01:15:15 bell@sanja.is.com.ua +21 -16
  2114.     VIEW
  2115.  
  2116.   sql/lock.cc
  2117.     1.49 04/07/16 01:15:15 bell@sanja.is.com.ua +5 -3
  2118.     VIEW
  2119.  
  2120.   sql/lex.h
  2121.     1.121 04/07/16 01:15:15 bell@sanja.is.com.ua +5 -0
  2122.     VIEW
  2123.  
  2124.   sql/item_subselect.h
  2125.     1.54 04/07/16 01:15:15 bell@sanja.is.com.ua +2 -1
  2126.     VIEW
  2127.  
  2128.   sql/item_subselect.cc
  2129.     1.78 04/07/16 01:15:15 bell@sanja.is.com.ua +18 -1
  2130.     VIEW
  2131.  
  2132.   sql/item.h
  2133.     1.87 04/07/16 01:15:15 bell@sanja.is.com.ua +12 -1
  2134.     VIEW
  2135.  
  2136.   sql/item.cc
  2137.     1.86 04/07/16 01:15:15 bell@sanja.is.com.ua +95 -29
  2138.     VIEW
  2139.  
  2140.   sql/ha_myisammrg.cc
  2141.     1.52 04/07/16 01:15:14 bell@sanja.is.com.ua +2 -2
  2142.     two TABLE_LIST copy eliminated
  2143.  
  2144.   sql/Makefile.am
  2145.     1.94 04/07/16 01:15:14 bell@sanja.is.com.ua +2 -1
  2146.     new VIEW related file
  2147.  
  2148.   scripts/mysql_fix_privilege_tables.sql
  2149.     1.13 04/07/16 01:15:14 bell@sanja.is.com.ua +13 -0
  2150.     new two privileges (CRETEA|SHOW VIEW)
  2151.  
  2152.   mysql-test/t/system_mysql_db_fix.test
  2153.     1.6.1.1 04/07/16 01:15:14 bell@sanja.is.com.ua +1 -10
  2154.     removing all system tables
  2155.  
  2156.   mysql-test/r/system_mysql_db.result
  2157.     1.10 04/07/16 01:15:14 bell@sanja.is.com.ua +23 -17
  2158.     SHOW TABLE show type of table
  2159.     new two privileges (CRETEA|SHOW VIEW)
  2160.  
  2161.   mysql-test/r/select.result
  2162.     1.45 04/07/16 01:15:14 bell@sanja.is.com.ua +7 -7
  2163.     SHOW TABLE show type of table
  2164.  
  2165.   mysql-test/r/rpl_error_ignored_table.result
  2166.     1.13 04/07/16 01:15:14 bell@sanja.is.com.ua +1 -1
  2167.     SHOW TABLE show type of table
  2168.  
  2169.   mysql-test/r/rpl000009.result
  2170.     1.20 04/07/16 01:15:14 bell@sanja.is.com.ua +9 -9
  2171.     SHOW TABLE show type of table
  2172.  
  2173.   mysql-test/r/rename.result
  2174.     1.8 04/07/16 01:15:14 bell@sanja.is.com.ua +10 -10
  2175.     SHOW TABLE show type of table
  2176.  
  2177.   mysql-test/r/ps_1general.result
  2178.     1.3 04/07/16 01:15:14 bell@sanja.is.com.ua +2 -2
  2179.     SHOW TABLE show type of table
  2180.  
  2181.   mysql-test/r/lowercase_table.result
  2182.     1.10 04/07/16 01:15:14 bell@sanja.is.com.ua +4 -4
  2183.     SHOW TABLE show type of table
  2184.  
  2185.   mysql-test/r/grant.result
  2186.     1.22 04/07/16 01:15:14 bell@sanja.is.com.ua +3 -3
  2187.     new two privileges (CRETEA|SHOW VIEW)
  2188.  
  2189.   mysql-test/r/drop.result
  2190.     1.20 04/07/16 01:15:14 bell@sanja.is.com.ua +2 -2
  2191.     SHOW TABLE show type of table
  2192.  
  2193.   mysql-test/r/ctype_recoding.result
  2194.     1.21 04/07/16 01:15:14 bell@sanja.is.com.ua +10 -10
  2195.     SHOW TABLE show type of table
  2196.  
  2197.   mysql-test/r/connect.result
  2198.     1.10 04/07/16 01:15:14 bell@sanja.is.com.ua +54 -54
  2199.     SHOW TABLE show type of table
  2200.  
  2201.   libmysqld/Makefile.am
  2202.     1.45 04/07/16 01:15:14 bell@sanja.is.com.ua +1 -1
  2203.     new view file
  2204.  
  2205.   include/mysqld_error.h
  2206.     1.101 04/07/16 01:15:14 bell@sanja.is.com.ua +12 -1
  2207.     errors of view
  2208.  
  2209. ChangeSet
  2210.   1.1693.2.1 04/07/15 23:34:41 guilhem@mysql.com +5 -0
  2211.   after merge fixes (making rpl_charset and rpl_timezone pass).
  2212.   Replication of charsets and timezones should shortly be changed to not need ONE_SHOT
  2213.   (but 5.0 should still be able to read it, to be able to replicate 4.1 masters).
  2214.  
  2215.   sql/set_var.h
  2216.     1.55 04/07/15 23:34:35 guilhem@mysql.com +2 -18
  2217.     Even if in the future, 5.0 will not use ONE_SHOT in ITS binlog, it must still be able to interpret it, to make 4.1->5.0 replication possible
  2218.  
  2219.   sql/set_var.cc
  2220.     1.59 04/07/15 23:34:35 guilhem@mysql.com +3 -5
  2221.     Even if in the future, 5.0 will not use ONE_SHOT in ITS binlog, it must still be able to interpret it, to make 4.1->5.0 replication possible
  2222.  
  2223.   sql/log.cc
  2224.     1.124 04/07/15 23:34:35 guilhem@mysql.com +1 -2
  2225.     use ONE_SHOT to save charset and TZ info in the binlog (until I rewrite this soon)
  2226.  
  2227.   mysql-test/r/rpl_timezone.result
  2228.     1.3 04/07/15 23:34:35 guilhem@mysql.com +5 -3
  2229.     result update after the merge (only binlog positions differ from 4.1)
  2230.  
  2231.   mysql-test/r/rpl_charset.result
  2232.     1.5 04/07/15 23:34:35 guilhem@mysql.com +58 -58
  2233.     result update after the merge (only binlog positions differ from 4.1)
  2234.  
  2235. ChangeSet
  2236.   1.1616.623.1 04/07/15 21:18:31 lenz@mysql.com +1 -0
  2237.    - Avoid the error message "Can't read index header from..."
  2238.      when copying a small index file because the value returned
  2239.      for $length is < 1024. This can happen if the filehandle
  2240.      was open()ed as an UTF-8 encoded file with Unicode characters
  2241.      (In this case read() returns characters not bytes)
  2242.      (Thanks to Mike Bethune) for this hint)
  2243.  
  2244.   scripts/mysqlhotcopy.sh
  2245.     1.44 04/07/15 21:18:25 lenz@mysql.com +1 -0
  2246.      - Avoid the error message "Can't read index header from..."
  2247.        when copying a small index file because the value returned
  2248.        for $length is < 1024. This can happen if the filehandle
  2249.        was open()ed as an UTF-8 encoded file with Unicode characters
  2250.        (In this case read() returns characters not bytes)
  2251.        (Thanks to Mike Bethune) for this hint)
  2252.  
  2253. ChangeSet
  2254.   1.1693.1.2 04/07/15 17:30:55 serg@serg.mylan +4 -0
  2255.   failing fulltext_order_by.test fixed
  2256.  
  2257.   sql/opt_range.h
  2258.     1.44 04/07/15 17:29:16 serg@serg.mylan +1 -1
  2259.     failing fulltext_order_by.test fixed
  2260.  
  2261.   sql/handler.h
  2262.     1.103 04/07/15 17:29:16 serg@serg.mylan +1 -0
  2263.     failing fulltext_order_by.test fixed
  2264.  
  2265.   sql/ha_myisam.h
  2266.     1.62 04/07/15 17:29:16 serg@serg.mylan +0 -1
  2267.     not necessary
  2268.  
  2269.   myisam/sort.c
  2270.     1.42 04/07/15 17:29:16 serg@serg.mylan +1 -1
  2271.     warning fixed
  2272.  
  2273. ChangeSet
  2274.   1.1346.1.567 04/07/15 15:46:22 marko@hundin.mysql.fi +3 -0
  2275.   InnoDB: limit the recursion depth for ON (UPDATE|DELETE) CASCADE
  2276.   (Bug #4446)
  2277.  
  2278.   mysql-test/t/innodb.test
  2279.     1.28.1.26 04/07/15 15:46:19 marko@hundin.mysql.fi +14 -0
  2280.     Add test for recursion depth limit
  2281.  
  2282.   mysql-test/r/innodb.result
  2283.     1.40.1.39 04/07/15 15:46:19 marko@hundin.mysql.fi +12 -0
  2284.     Add test for recursion depth limit
  2285.  
  2286.   innobase/row/row0ins.c
  2287.     1.26.1.12 04/07/15 15:46:19 marko@hundin.mysql.fi +1 -2
  2288.     row_ins_foreign_check_on_constraint(): limit recursion for UPDATE too
  2289.  
  2290.   innobase/row/row0ins.c
  2291.     1.26.1.11 04/07/15 15:29:26 marko@hundin.mysql.fi +66 -13
  2292.     row_ins_cascade_n_ancestors(): new function to determine the recursion depth
  2293.     row_ins_invalidate_query_cache(): new function, saves stack space
  2294.     row_ins_foreign_check_on_constraint(): limit recursion depth (Bug #4446)
  2295.  
  2296. ChangeSet
  2297.   1.1616.622.1 04/07/15 14:17:30 bell@sanja.is.com.ua +3 -0
  2298.   check that all system tables deleted added
  2299.  
  2300.   mysql-test/t/system_mysql_db_fix.test
  2301.     1.7 04/07/15 14:17:03 bell@sanja.is.com.ua +4 -10
  2302.     check that all system tables deleted added
  2303.  
  2304.   mysql-test/t/system_mysql_db.test
  2305.     1.4 04/07/15 14:17:03 bell@sanja.is.com.ua +5 -0
  2306.     check that all system tables deleted added
  2307.  
  2308.   mysql-test/r/system_mysql_db.result
  2309.     1.6.1.3 04/07/15 14:17:03 bell@sanja.is.com.ua +2 -0
  2310.     check that all system tables deleted added
  2311.  
  2312. ChangeSet
  2313.   1.1346.1.566 04/07/15 09:08:51 heikki@hundin.mysql.fi +1 -0
  2314.   btr0cur.c:
  2315.     Do not add + 1 to the InnoDB index cardinality estimate if the B-tree just contains one page; the fix made in March 2004 caused InnoDB systematically to overestimate the cardinality of empty or small tables by 1
  2316.  
  2317.   innobase/btr/btr0cur.c
  2318.     1.20.1.16 04/07/15 09:08:37 heikki@hundin.mysql.fi +9 -2
  2319.     Do not add + 1 to the InnoDB index cardinality estimate if the B-tree just contains one page; the fix made in March 2004 caused InnoDB systematically to overestimate the cardinality of empty or small tables by 1
  2320.  
  2321. ChangeSet
  2322.   1.1688.2.4 04/07/15 04:19:07 monty@mysql.com +50 -0
  2323.   After merge fixes
  2324.   Note: The following tests fails
  2325.   - fulltext (Sergei has promised to fix)
  2326.   - rpl_charset (Guilhem should fix)
  2327.   - rpl_timezone (Dimitray has promised to fix)
  2328.   
  2329.   Sanja needs to check out the calling of close_thread_tables() in sp_head.cc
  2330.  
  2331.   sql/sql_select.cc
  2332.     1.249.1.4 04/07/15 04:18:59 monty@mysql.com +8 -6
  2333.     After merge fixes
  2334.  
  2335.   sql/sql_prepare.cc
  2336.     1.65 04/07/15 04:18:59 monty@mysql.com +15 -5
  2337.     After merge fixes
  2338.  
  2339.   sql/sql_parse.cc
  2340.     1.344 04/07/15 04:18:58 monty@mysql.com +5 -2
  2341.     More debugging
  2342.  
  2343.   sql/sql_handler.cc
  2344.     1.54 04/07/15 04:18:58 monty@mysql.com +10 -7
  2345.     After merge fixes
  2346.     (We have to call ha_index_or_rnd_end() before calling close_thread_table())
  2347.  
  2348.   sql/sql_base.cc
  2349.     1.165 04/07/15 04:18:58 monty@mysql.com +3 -3
  2350.     More debugging
  2351.  
  2352.   sql/sp_head.cc
  2353.     1.79 04/07/15 04:18:57 monty@mysql.com +7 -2
  2354.     Remove closing of thread tables in a SP function as this caused a core dump.
  2355.     (Has to be fixed better)
  2356.  
  2357.   sql/sp.cc
  2358.     1.54 04/07/15 04:18:57 monty@mysql.com +2 -0
  2359.     After merge fixes
  2360.  
  2361.   sql/opt_range.h
  2362.     1.43 04/07/15 04:18:56 monty@mysql.com +5 -0
  2363.     After merge fixes
  2364.  
  2365.   sql/opt_range.cc
  2366.     1.121 04/07/15 04:18:56 monty@mysql.com +28 -16
  2367.     After merge fixes
  2368.  
  2369.   sql/item_cmpfunc.cc
  2370.     1.123 04/07/15 04:18:56 monty@mysql.com +1 -3
  2371.     After merge fixes
  2372.  
  2373.   sql/item.h
  2374.     1.86 04/07/15 04:18:55 monty@mysql.com +4 -1
  2375.     Indentation fixes
  2376.  
  2377.   sql/handler.h
  2378.     1.102 04/07/15 04:18:55 monty@mysql.com +9 -5
  2379.     More debugging
  2380.  
  2381.   sql/handler.cc
  2382.     1.113 04/07/15 04:18:54 monty@mysql.com +0 -1
  2383.     Cleanup
  2384.  
  2385.   scripts/mysql_fix_privilege_tables.sh
  2386.     1.26.1.1 04/07/15 04:18:53 monty@mysql.com +18 -27
  2387.     This can now be exectued from the source distribution
  2388.  
  2389.   mysql-test/t/user_var.test
  2390.     1.14 04/07/15 04:18:53 monty@mysql.com +1 -1
  2391.     after merge fix
  2392.  
  2393.   mysql-test/t/sp-security.test
  2394.     1.8 04/07/15 04:18:53 monty@mysql.com +2 -2
  2395.     after merge fix
  2396.  
  2397.   mysql-test/t/sp-error.test
  2398.     1.41 04/07/15 04:18:52 monty@mysql.com +49 -49
  2399.     after merge fix
  2400.  
  2401.   mysql-test/t/rpl_rotate_logs.test
  2402.     1.51 04/07/15 04:18:51 monty@mysql.com +1 -1
  2403.     Use MASTER_MYSOCK instead of master.sock
  2404.  
  2405.   mysql-test/t/rpl_heap.test
  2406.     1.3 04/07/15 04:18:51 monty@mysql.com +1 -1
  2407.     Use MASTER_MYSOCK instead of master.sock
  2408.  
  2409.   mysql-test/t/rpl_charset.test
  2410.     1.3 04/07/15 04:18:50 monty@mysql.com +1 -1
  2411.     After merge fix
  2412.  
  2413.   mysql-test/t/rpl000018.test
  2414.     1.11 04/07/15 04:18:50 monty@mysql.com +1 -1
  2415.     Use MASTER_MYSOCK instead of master.sock
  2416.  
  2417.   mysql-test/t/rpl000017.test
  2418.     1.12 04/07/15 04:18:50 monty@mysql.com +1 -1
  2419.     Use MASTER_MYSOCK instead of master.sock
  2420.  
  2421.   mysql-test/t/rpl000015.test
  2422.     1.29 04/07/15 04:18:50 monty@mysql.com +1 -1
  2423.     Use MASTER_MYSOCK instead of master.sock
  2424.  
  2425.   mysql-test/t/multi_update.test
  2426.     1.36 04/07/15 04:18:49 monty@mysql.com +2 -2
  2427.     Use MASTER_MYSOCK instead of master.sock
  2428.  
  2429.   mysql-test/t/grant_cache.test
  2430.     1.10 04/07/15 04:18:49 monty@mysql.com +7 -7
  2431.     Use MASTER_MYSOCK instead of master.sock
  2432.  
  2433.   mysql-test/t/func_group.test
  2434.     1.25 04/07/15 04:18:49 monty@mysql.com +1 -0
  2435.     Make result repeatable
  2436.  
  2437.   mysql-test/t/derived.test
  2438.     1.43 04/07/15 04:18:48 monty@mysql.com +1 -1
  2439.     After merge fix
  2440.  
  2441.   mysql-test/t/alter_table.test
  2442.     1.30 04/07/15 04:18:48 monty@mysql.com +2 -2
  2443.     After merge fix
  2444.  
  2445.   mysql-test/r/variables.result
  2446.     1.49 04/07/15 04:18:47 monty@mysql.com +1 -1
  2447.     After merge fix
  2448.  
  2449.   mysql-test/r/user_var.result
  2450.     1.18 04/07/15 04:18:47 monty@mysql.com +11 -9
  2451.     After merge fix
  2452.  
  2453.   mysql-test/r/sp.result
  2454.     1.70 04/07/15 04:18:47 monty@mysql.com +1 -1
  2455.     After merge fix
  2456.  
  2457.   mysql-test/r/sp-security.result
  2458.     1.8 04/07/15 04:18:46 monty@mysql.com +8 -8
  2459.     After merge fix
  2460.  
  2461.   mysql-test/r/sp-error.result
  2462.     1.42 04/07/15 04:18:46 monty@mysql.com +5 -5
  2463.     After merge fix
  2464.  
  2465.   mysql-test/r/select.result
  2466.     1.44 04/07/15 04:18:46 monty@mysql.com +0 -2
  2467.     After merge fix
  2468.  
  2469.   mysql-test/r/rpl_user_variables.result
  2470.     1.10 04/07/15 04:18:46 monty@mysql.com +17 -17
  2471.     After merge fix
  2472.  
  2473.   mysql-test/r/rpl_timezone.result
  2474.     1.2 04/07/15 04:18:46 monty@mysql.com +7 -9
  2475.     After merge fix
  2476.     Note that this test fails now (Dimitry has promised to fix this)
  2477.  
  2478.   mysql-test/r/rpl_temporary.result
  2479.     1.13 04/07/15 04:18:45 monty@mysql.com +12 -11
  2480.     After merge fix
  2481.  
  2482.   mysql-test/r/rpl_replicate_do.result
  2483.     1.24 04/07/15 04:18:45 monty@mysql.com +1 -1
  2484.     After merge fix
  2485.  
  2486.   mysql-test/r/rpl_flush_log_loop.result
  2487.     1.18 04/07/15 04:18:45 monty@mysql.com +1 -1
  2488.     After merge fix
  2489.  
  2490.   mysql-test/r/ps_6bdb.result
  2491.     1.3 04/07/15 04:18:45 monty@mysql.com +2 -2
  2492.     After merge fix
  2493.  
  2494.   mysql-test/r/ps_5merge.result
  2495.     1.3 04/07/15 04:18:44 monty@mysql.com +4 -4
  2496.     After merge fix
  2497.  
  2498.   mysql-test/r/ps_4heap.result
  2499.     1.2 04/07/15 04:18:44 monty@mysql.com +2 -2
  2500.     After merge fix
  2501.  
  2502.   mysql-test/r/ps_3innodb.result
  2503.     1.3 04/07/15 04:18:43 monty@mysql.com +14 -14
  2504.     After merge fix
  2505.  
  2506.   mysql-test/r/ps_2myisam.result
  2507.     1.3 04/07/15 04:18:43 monty@mysql.com +2 -2
  2508.     After merge fix
  2509.  
  2510.   mysql-test/r/ps_1general.result
  2511.     1.2 04/07/15 04:18:43 monty@mysql.com +2 -2
  2512.     After merge fix
  2513.  
  2514.   mysql-test/r/mysqlbinlog.result
  2515.     1.9 04/07/15 04:18:42 monty@mysql.com +3 -4
  2516.     After merge fix
  2517.  
  2518.   mysql-test/r/func_group.result
  2519.     1.33 04/07/15 04:18:42 monty@mysql.com +2 -0
  2520.     Make result repeatable
  2521.  
  2522.   mysql-test/mysql-test-run.sh
  2523.     1.195 04/07/15 04:18:41 monty@mysql.com +2 -2
  2524.     Export master socket to mysqltest
  2525.  
  2526.   myisam/sort.c
  2527.     1.41 04/07/15 04:18:41 monty@mysql.com +1 -1
  2528.     After merge fix
  2529.  
  2530.   myisam/mi_check.c
  2531.     1.120 04/07/15 04:18:40 monty@mysql.com +1 -1
  2532.     After merge fix
  2533.  
  2534. ChangeSet
  2535.   1.1616.610.18 04/07/14 23:57:14 bell@sanja.is.com.ua +1 -0
  2536.   stack overflow check added for subqueries processing (BUG#4554)
  2537.  
  2538.   sql/item_subselect.cc
  2539.     1.60.24.1 04/07/14 23:56:45 bell@sanja.is.com.ua +6 -1
  2540.     stack overflow check added for subqueries processing
  2541.  
  2542. ChangeSet
  2543.   1.1616.610.17 04/07/14 11:33:00 paul@kite-hub.kitebird.com +1 -0
  2544.   mysql_fix_privilege_tables.sh:
  2545.     Language fixups.
  2546.  
  2547.   scripts/mysql_fix_privilege_tables.sh
  2548.     1.27 04/07/14 11:32:43 paul@kite-hub.kitebird.com +2 -2
  2549.     Language fixups.
  2550.  
  2551. ChangeSet
  2552.   1.1616.610.16 04/07/14 09:10:49 lenz@mysql.com +1 -0
  2553.    - fixed file name of the MySQL startup item script to MySQLCOM,
  2554.      so it's included in the source distribution
  2555.  
  2556.   support-files/MacOSX/Makefile.am
  2557.     1.5 04/07/14 09:10:33 lenz@mysql.com +1 -1
  2558.      - fixed file name of the MySQL startup item script to MySQLCOM,
  2559.        so it's included in the source distribution
  2560.  
  2561. ChangeSet
  2562.   1.1616.610.15 04/07/13 22:11:33 lenz@mysql.com +2 -0
  2563.    - Fixed a previous modification to the MySQL Startup Item for 
  2564.      Mac OS X: the name of the startup script itself must match the
  2565.      name of the subdirectory it's located in. Changed MySQL->MySQLCOM 
  2566.      in the Do-pkg script and renamed the file in BK. (Thanks to Bryan
  2567.      McCormack for reporting this)
  2568.  
  2569.   support-files/MacOSX/MySQLCOM
  2570.     1.4 04/07/13 22:11:19 lenz@mysql.com +1 -1
  2571.      - Fixed the file and directory name to match the actual location
  2572.  
  2573.   Build-tools/Do-pkg
  2574.     1.8 04/07/13 22:11:19 lenz@mysql.com +1 -1
  2575.      - renamed script from MySQL to MySQLCOM to match the name of the
  2576.        directory it's installed in
  2577.  
  2578.   support-files/MacOSX/MySQLCOM
  2579.     1.3 04/07/13 21:59:05 lenz@mysql.com +0 -0
  2580.     Rename: support-files/MacOSX/MySQL -> support-files/MacOSX/MySQLCOM
  2581.  
  2582. ChangeSet
  2583.   1.1346.657.2 04/07/13 21:03:30 lenz@mysql.com +1 -0
  2584.    - Move checking of the MD5 checksumming to the correct place
  2585.    - fix calling of my_md5sum
  2586.  
  2587.   Build-tools/Do-compile
  2588.     1.74.1.11 04/07/13 21:03:24 lenz@mysql.com +14 -12
  2589.      - Move checking of the MD5 checksumming to the correct place
  2590.      - fix calling of my_md5sum
  2591.  
  2592. ChangeSet
  2593.   1.1694 04/07/13 21:00:00 serg@serg.mylan +1 -0
  2594.   disabled innodb is NOT a reason to fail
  2595.  
  2596.   mysql-test/t/sp.test
  2597.     1.70 04/07/13 20:59:55 serg@serg.mylan +1 -1
  2598.     disabled innodb is NOT a reason to fail
  2599.  
  2600. ChangeSet
  2601.   1.1616.621.1 04/07/13 16:51:10 guilhem@mysql.com +1 -0
  2602.   WL#1900 "When CHECK TABLE or ANALYZE TABLE of a MyISAM table is killed
  2603.   by KILL or shutdown, do not mark the table as corrupted".
  2604.   It is indeed more logical to leave the corruption flag unchanged.
  2605.   This cannot be extended to REPAIR/OPTIMIZE as they make no backup copy
  2606.   of the MYI. This patch was tested with KILL and mysqladmin shutdown
  2607.   while a CHECK TABLE was running. Without the patch, the table becomes
  2608.   unusable (can't INSERT to it, error 145). With the patch, no.
  2609.  
  2610.   sql/ha_myisam.cc
  2611.     1.115.1.32 04/07/13 16:43:22 guilhem@mysql.com +2 -2
  2612.     When CHECK TABLE or ANALYZE TABLE is killed by KILL,
  2613.     do not mark the table corrupted; leave its corruption flag
  2614.     unchanged.
  2615.  
  2616. ChangeSet
  2617.   1.1616.610.13 04/07/13 13:50:06 lenz@mysql.com +1 -0
  2618.    - fixed tabbing and added several missing symbols (required for
  2619.      linking with PHP5) (thanks to Georg Richter for the patch)
  2620.  
  2621.   libmysql/libmysql.def
  2622.     1.29 04/07/13 13:49:59 lenz@mysql.com +14 -2
  2623.      - fixed tabbing and added several missing symbols (required for
  2624.        linking with PHP5) (thanks to Georg Richter for the patch)
  2625.  
  2626. ChangeSet
  2627.   1.1346.657.1 04/07/13 13:54:20 Sinisa@sinisa.nasamreza.org +1 -0
  2628.   A fix for a long standing bug in LOAD DATA .. LOCAL ..'
  2629.  
  2630.   sql/sql_load.cc
  2631.     1.34.1.25 04/07/13 13:54:12 Sinisa@sinisa.nasamreza.org +3 -0
  2632.     A fix for a long standing bug in LOAD DATA .. LOCAL ..'
  2633.     
  2634.     When the error occurs, a link is broken instead of simply returning
  2635.     the error message and maintaining the same connection.
  2636.  
  2637. ChangeSet
  2638.   1.1346.1.563 04/07/13 12:30:34 marko@hundin.mysql.fi +1 -0
  2639.   lock0lock.c:
  2640.     Decrement n_lock_table_exp in lock_table_remove_low()
  2641.     instead of lock_table_dequeue().
  2642.     Do not empty lock_heap in lock_release_tables_off_kernel().
  2643.  
  2644.   innobase/lock/lock0lock.c
  2645.     1.20.1.20 04/07/13 12:28:33 marko@hundin.mysql.fi +6 -8
  2646.     Decrement n_lock_table_exp in lock_table_remove_low()
  2647.     instead of lock_table_dequeue().
  2648.     Do not empty lock_heap in lock_release_tables_off_kernel().
  2649.  
  2650. ChangeSet
  2651.   1.1616.620.2 04/07/13 09:37:16 serg@serg.mylan +1 -0
  2652.   forced X/Open mode on HPUX removed. The correct way (that affects not only C but also C++ and linking) would be
  2653.   
  2654.   CFLAGS="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE"
  2655.   CXXFLAGS="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE"
  2656.   LDFLAGS="-lxnet"
  2657.   
  2658.   but apparently MySQL works without too.
  2659.  
  2660.   include/my_global.h
  2661.     1.47.1.23 04/07/13 09:37:11 serg@serg.mylan +0 -20
  2662.     forced X/Open mode on HPUX removed. The correct way (that affects not only C but also C++ and linking) would be
  2663.     
  2664.     CFLAGS="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE"
  2665.     CXXFLAGS="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE"
  2666.     LDFLAGS="-lxnet"
  2667.     
  2668.     but apparently MySQL works without too.
  2669.  
  2670. ChangeSet
  2671.   1.1616.620.1 04/07/13 08:57:55 serg@serg.mylan +1 -0
  2672.   s/help all/help contents/
  2673.   bug#4527
  2674.  
  2675.   client/mysql.cc
  2676.     1.121.1.52 04/07/13 08:57:50 serg@serg.mylan +1 -1
  2677.     s/help all/help contents/
  2678.     bug#4527
  2679.  
  2680. ChangeSet
  2681.   1.1346.1.562 04/07/12 17:14:13 marko@hundin.mysql.fi +1 -0
  2682.   InnoDB: LOCK TABLES clean-up, part 2
  2683.  
  2684.   innobase/lock/lock0lock.c
  2685.     1.20.1.19 04/07/12 17:14:10 marko@hundin.mysql.fi +4 -2
  2686.     Decrement n_lock_table_exp in lock_table_dequeue(), not elsewhere
  2687.  
  2688. ChangeSet
  2689.   1.1346.1.561 04/07/12 16:47:22 marko@hundin.mysql.fi +7 -0
  2690.   InnoDB: LOCK TABLE clean-up
  2691.  
  2692.   sql/ha_innodb.cc
  2693.     1.73.1.141 04/07/12 16:47:19 marko@hundin.mysql.fi +2 -2
  2694.     Rename n_tables_locked to n_lock_table_exp
  2695.     Rename row_unlock_table_for_mysql() to row_unlock_tables_for_mysql()
  2696.  
  2697.   innobase/trx/trx0trx.c
  2698.     1.20.1.21 04/07/12 16:47:19 marko@hundin.mysql.fi +2 -2
  2699.     Rename n_tables_locked to n_lock_table_exp
  2700.  
  2701.   innobase/row/row0mysql.c
  2702.     1.39.1.30 04/07/12 16:47:19 marko@hundin.mysql.fi +5 -4
  2703.     Rename n_tables_locked to n_lock_table_exp
  2704.     Rename row_unlock_table_for_mysql() to row_unlock_tables_for_mysql()
  2705.     and improve its comment
  2706.  
  2707.   innobase/lock/lock0lock.c
  2708.     1.20.1.18 04/07/12 16:47:19 marko@hundin.mysql.fi +17 -15
  2709.     Rename n_tables_locked to n_lock_table_exp
  2710.     Increment n_lock_table_exp already in lock_table_create()
  2711.     Replace some ut_ad() assertions with ut_a()
  2712.  
  2713.   innobase/include/trx0trx.h
  2714.     1.30.1.3 04/07/12 16:47:19 marko@hundin.mysql.fi +3 -2
  2715.     Rename n_tables_locked to n_lock_table_exp
  2716.  
  2717.   innobase/include/row0mysql.h
  2718.     1.15.1.5 04/07/12 16:47:19 marko@hundin.mysql.fi +4 -3
  2719.     Rename row_unlock_table_for_mysql() to row_unlock_tables_for_mysql()
  2720.     and improve its comment
  2721.  
  2722.   innobase/include/lock0lock.h
  2723.     1.7.1.7 04/07/12 16:47:19 marko@hundin.mysql.fi +3 -2
  2724.     Improve comments regarding LOCK_TABLE_EXP
  2725.  
  2726. ChangeSet
  2727.   1.1346.1.560 04/07/12 15:13:18 marko@hundin.mysql.fi +5 -0
  2728.   InnoDB: Increment the lock wait watchdog timeout during CHECK TABLE
  2729.   (Bug #2694)
  2730.  
  2731.   innobase/sync/sync0arr.c
  2732.     1.11.1.7 04/07/12 15:13:16 marko@hundin.mysql.fi +7 -5
  2733.     Improve comment of sync_array_print_long_waits().
  2734.     Replace the fixed timeout of 600 seconds with
  2735.     srv_fatal_semaphore_wait_threshold.
  2736.  
  2737.   innobase/srv/srv0srv.c
  2738.     1.35.1.38 04/07/12 15:13:16 marko@hundin.mysql.fi +3 -0
  2739.     Add srv_fatal_semaphore_wait_threshold
  2740.  
  2741.   innobase/row/row0mysql.c
  2742.     1.39.1.29 04/07/12 15:13:16 marko@hundin.mysql.fi +11 -1
  2743.     Lengthen the srv_fatal_semaphore_wait_threshold by 2 hours during
  2744.     CHECK TABLE
  2745.  
  2746.   innobase/include/sync0arr.h
  2747.     1.4.1.1 04/07/12 15:13:16 marko@hundin.mysql.fi +1 -1
  2748.     Improve comment of sync_array_print_long_waits()
  2749.  
  2750.   innobase/include/srv0srv.h
  2751.     1.21.1.11 04/07/12 15:13:15 marko@hundin.mysql.fi +1 -0
  2752.     Add srv_fatal_semaphore_wait_threshold
  2753.  
  2754. ChangeSet
  2755.   1.1346.1.559 04/07/12 14:12:53 marko@hundin.mysql.fi +1 -0
  2756.   srv0start.c:
  2757.     innobase_start_or_create_for_mysql(): Rename innodb.status.<pid>
  2758.     to innodb_status.<pid> to avoid problems on VMS
  2759.  
  2760.   innobase/srv/srv0start.c
  2761.     1.37.1.22 04/07/12 14:12:04 marko@hundin.mysql.fi +1 -1
  2762.     innobase_start_or_create_for_mysql(): Rename innodb.status.<pid>
  2763.     to innodb_status.<pid> to avoid problems on VMS
  2764.  
  2765. ChangeSet
  2766.   1.1688.2.2 04/07/12 07:43:38 monty@mysql.com +12 -0
  2767.   After merge fixes
  2768.  
  2769.   sql/sql_select.cc
  2770.     1.249.1.2 04/07/12 07:42:10 monty@mysql.com +1 -1
  2771.     After merge fixes
  2772.  
  2773.   sql/sql_prepare.cc
  2774.     1.64 04/07/12 07:42:10 monty@mysql.com +1 -1
  2775.     After merge fixes
  2776.  
  2777.   sql/sql_db.cc
  2778.     1.86 04/07/12 07:42:10 monty@mysql.com +0 -1
  2779.     After merge fixes
  2780.  
  2781.   sql/sp_head.cc
  2782.     1.78 04/07/12 07:42:10 monty@mysql.com +0 -1
  2783.     After merge fixes
  2784.  
  2785.   sql/sp.cc
  2786.     1.53 04/07/12 07:42:10 monty@mysql.com +2 -2
  2787.     After merge fixes
  2788.  
  2789.   sql/set_var.cc
  2790.     1.57 04/07/12 07:42:09 monty@mysql.com +2 -0
  2791.     After merge fixes
  2792.  
  2793.   sql/parse_file.h
  2794.     1.1.1.1 04/07/12 07:42:09 monty@mysql.com +3 -3
  2795.     After merge fixes
  2796.  
  2797.   sql/opt_range.cc
  2798.     1.119 04/07/12 07:42:09 monty@mysql.com +2 -2
  2799.     After merge fixes
  2800.  
  2801.   sql/mysql_priv.h
  2802.     1.217 04/07/12 07:42:09 monty@mysql.com +1 -1
  2803.     After merge fixes
  2804.  
  2805.   sql/ha_myisam.cc
  2806.     1.131 04/07/12 07:42:09 monty@mysql.com +3 -2
  2807.     After merge fixes
  2808.  
  2809.   myisam/myisamdef.h
  2810.     1.71 04/07/12 07:42:09 monty@mysql.com +1 -1
  2811.     After merge fixes
  2812.  
  2813.   myisam/myisamchk.c
  2814.     1.106 04/07/12 07:42:09 monty@mysql.com +2 -2
  2815.     After merge fixes
  2816.  
  2817. ChangeSet
  2818.   1.1616.610.11 04/07/12 07:38:46 monty@mysql.com +4 -0
  2819.   Don't close already closed files in vio (not critical)
  2820.  
  2821.   vio/viosocket.c
  2822.     1.23 04/07/12 07:38:44 monty@mysql.com +3 -1
  2823.     Added assert.
  2824.     Don't close already closed files
  2825.  
  2826.   sql/sql_parse.cc
  2827.     1.271.1.95 04/07/12 07:38:44 monty@mysql.com +0 -1
  2828.     Removed unneeded info
  2829.  
  2830.   sql/mysqld.cc
  2831.     1.356.1.125 04/07/12 07:38:43 monty@mysql.com +13 -0
  2832.     Added comment
  2833.  
  2834.   mysys/my_init.c
  2835.     1.36 04/07/12 07:38:43 monty@mysql.com +1 -0
  2836.     Extra debugging
  2837.  
  2838. ChangeSet
  2839.   1.1616.610.9 04/07/10 15:21:44 dlenev@brandersnatch.localdomain +1 -0
  2840.   Reorder variables to preserve alphabetical sorting.
  2841.  
  2842.   sql/set_var.cc
  2843.     1.34.1.92 04/07/10 15:21:33 dlenev@brandersnatch.localdomain +3 -3
  2844.     Reorder variables to preserve alphabetical sorting.
  2845.  
  2846. ChangeSet
  2847.   1.1346.1.558 04/07/10 11:13:05 serg@serg.mylan +2 -0
  2848.   mysql_find_files() made extern (from static to sql_show.cc)
  2849.  
  2850.   sql/sql_show.cc
  2851.     1.76.1.49 04/07/10 11:13:03 serg@serg.mylan +1 -4
  2852.     mysql_find_files() made extern (from static to sql_show.cc)
  2853.  
  2854.   sql/mysql_priv.h
  2855.     1.150.1.71 04/07/10 11:13:03 serg@serg.mylan +2 -0
  2856.     mysql_find_files() made extern (from static to sql_show.cc)
  2857.  
  2858. ChangeSet
  2859.   1.1691.1.1 04/07/10 10:17:35 serg@serg.mylan +2 -0
  2860.   don't use atoll
  2861.  
  2862.   tests/client_test.c
  2863.     1.57.1.1 04/07/10 10:16:06 serg@serg.mylan +2 -2
  2864.     typos fixed
  2865.  
  2866.   sql/parse_file.cc
  2867.     1.3 04/07/10 10:16:06 serg@serg.mylan +5 -3
  2868.     don't use atoll
  2869.  
  2870. ChangeSet
  2871.   1.1616.619.2 04/07/09 20:39:50 vva@eagle.mysql.r18.ru +1 -0
  2872.   added an optimization in mysql_create_db (sql_db.cc)
  2873.   
  2874.   as after effect of fix for Bug #4378 
  2875.   '"create database IF NOT EXISTS thing" returns an error' 
  2876.   
  2877.   (avoided an unpack_dirname and 
  2878.    changed strcat into strmake)
  2879.  
  2880.   sql/sql_db.cc
  2881.     1.68.9.2 04/07/09 20:39:48 vva@eagle.mysql.r18.ru +2 -2
  2882.     added an optimization in mysql_create_db 
  2883.     (avoided an unpack_dirname and 
  2884.      changed strcat into strmake)
  2885.  
  2886. ChangeSet
  2887.   1.1346.656.1 04/07/09 14:30:51 serg@serg.mylan +1 -0
  2888.   mysqlhotcopy:
  2889.     fix MYI copying with scp
  2890.     safer tempfile creation
  2891.  
  2892.   scripts/mysqlhotcopy.sh
  2893.     1.43 04/07/09 14:30:48 serg@serg.mylan +8 -8
  2894.     fix MYI copying with scp
  2895.     safer tempfile creation
  2896.  
  2897. ChangeSet
  2898.   1.1616.610.6 04/07/09 10:55:16 monty@mysql.com +11 -0
  2899.   Cleanup of db option cacheing
  2900.   Some bug fixes to last pushed code
  2901.  
  2902.   sql/table.cc
  2903.     1.111 04/07/09 10:55:14 monty@mysql.com +1 -1
  2904.     key_read should be tested on key parts, not the whole key
  2905.  
  2906.   sql/sql_table.cc
  2907.     1.157.2.76 04/07/09 10:55:14 monty@mysql.com +1 -1
  2908.     sprintf -> strxmov
  2909.  
  2910.   sql/sql_parse.cc
  2911.     1.271.1.94 04/07/09 10:55:14 monty@mysql.com +2 -1
  2912.     Cleanup of db option cacheing
  2913.  
  2914.   sql/sql_db.cc
  2915.     1.68.1.46 04/07/09 10:55:13 monty@mysql.com +75 -59
  2916.     Cleanup of db option cacheing
  2917.  
  2918.   sql/mysqld.cc
  2919.     1.356.1.124 04/07/09 10:55:13 monty@mysql.com +9 -9
  2920.     Cleanup of db option cacheing
  2921.  
  2922.   sql/mysql_priv.h
  2923.     1.186.1.116 04/07/09 10:55:13 monty@mysql.com +3 -2
  2924.     Cleanup of db option cacheing
  2925.  
  2926.   sql/item_strfunc.cc
  2927.     1.178.1.2 04/07/09 10:55:13 monty@mysql.com +21 -15
  2928.     Cleanup (fixed indentation, removed short variable names)
  2929.  
  2930.   sql/ha_berkeley.cc
  2931.     1.117.1.23 04/07/09 10:55:13 monty@mysql.com +15 -3
  2932.     Fix for index_flags() in new code
  2933.  
  2934.   mysql-test/t/ps_1general.test
  2935.     1.3 04/07/09 10:55:13 monty@mysql.com +0 -1
  2936.     removed wrong error condition
  2937.  
  2938.   mysql-test/r/bdb.result
  2939.     1.39.1.2 04/07/09 10:55:13 monty@mysql.com +1 -1
  2940.     Updated results
  2941.  
  2942.   mysql-test/mysql-test-run.sh
  2943.     1.194 04/07/09 10:55:13 monty@mysql.com +1 -1
  2944.     Fix for new valgrind (2.1.1)
  2945.  
  2946. ChangeSet
  2947.   1.1346.655.1 04/07/09 02:03:19 monty@mysql.com +1 -0
  2948.   Updated result sets (from 4.1)
  2949.  
  2950.   mysql-test/r/lowercase_table2.result
  2951.     1.2.2.1 04/07/09 02:03:18 monty@mysql.com +2 -2
  2952.     Updated result sets (from 4.1)
  2953.  
  2954. ChangeSet
  2955.   1.1616.618.2 04/07/09 01:35:35 konstantin@mysql.com +1 -0
  2956.   my_global.h:
  2957.     Define cxa_pure_virtual to print error message and DBUG_ASSERT:
  2958.     calls to pure virtual methods should not go unnoticed.
  2959.  
  2960. ChangeSet
  2961.   1.1346.1.555 04/07/08 16:16:37 mwagner@here.mwagner.org +1 -0
  2962.   Do-compile:
  2963.     Call my_md5sum with path
  2964.  
  2965.   Build-tools/Do-compile
  2966.     1.74.1.10 04/07/08 16:15:56 mwagner@here.mwagner.org +2 -2
  2967.     Call my_md5sum with path
  2968.  
  2969. ChangeSet
  2970.   1.1346.653.2 04/07/08 13:51:18 mwagner@here.mwagner.org +1 -0
  2971.   Do-compile:
  2972.     Added support for MD5 verification of file transfers
  2973.  
  2974.   Build-tools/Do-compile
  2975.     1.74.1.9 04/07/08 13:50:46 mwagner@here.mwagner.org +18 -1
  2976.     Added support for MD5 verification of file transfers
  2977.  
  2978.   include/my_global.h
  2979.     1.47.1.22 04/07/08 22:26:16 konstantin@mysql.com +5 -1
  2980.     Define cxa_pure_virtual to print error message and DBUG_ASSERT:
  2981.     calls to pure virtual methods should not go unnoticed.
  2982.  
  2983. ChangeSet
  2984.   1.1616.619.1 04/07/08 21:25:17 vva@eagle.mysql.r18.ru +1 -0
  2985.   fixed Bug #4378 "create database IF NOT EXISTS thing" returns an error
  2986.  
  2987.   sql/sql_db.cc
  2988.     1.68.9.1 04/07/08 21:25:14 vva@eagle.mysql.r18.ru +3 -2
  2989.     discarded final '\' in path for my_stat (for Win32)
  2990.     as the fix 
  2991.     for Bug #4378 "create database IF NOT EXISTS thing" returns an error
  2992.  
  2993. ChangeSet
  2994.   1.1346.1.553 04/07/08 17:12:42 jani@a80-186-24-72.elisa-laajakaista.fi +1 -0
  2995.   Fixed Bug#4451. According to C/C++ standards, enums should not be used
  2996.   out of their range.
  2997.  
  2998.   include/my_getopt.h
  2999.     1.11.1.1 04/07/08 17:12:40 jani@a80-186-24-72.elisa-laajakaista.fi +12 -3
  3000.     Fixed Bug#4451. According to C/C++ standards, enums should not be used
  3001.     out of their range.
  3002.  
  3003. ChangeSet
  3004.   1.1616.618.1 04/07/08 18:54:07 bar@mysql.com +20 -0
  3005.   Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3006.  
  3007.   mysql-test/t/show_check.test
  3008.     1.33 04/07/08 18:54:03 bar@mysql.com +1 -0
  3009.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3010.  
  3011.   mysql-test/t/rpl_ignore_grant.test
  3012.     1.3 04/07/08 18:54:03 bar@mysql.com +11 -11
  3013.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3014.  
  3015.   mysql-test/t/rpl_do_grant.test
  3016.     1.3 04/07/08 18:54:03 bar@mysql.com +7 -7
  3017.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3018.  
  3019.   mysql-test/t/rpl000001.test
  3020.     1.36 04/07/08 18:54:03 bar@mysql.com +4 -4
  3021.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3022.  
  3023.   mysql-test/t/multi_update.test
  3024.     1.26.1.12 04/07/08 18:54:03 bar@mysql.com +1 -1
  3025.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3026.  
  3027.   mysql-test/t/grant_cache.test
  3028.     1.9 04/07/08 18:54:03 bar@mysql.com +9 -0
  3029.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3030.  
  3031.   mysql-test/t/grant2.test
  3032.     1.6 04/07/08 18:54:03 bar@mysql.com +2 -0
  3033.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3034.  
  3035.   mysql-test/t/grant.test
  3036.     1.17 04/07/08 18:54:02 bar@mysql.com +2 -0
  3037.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3038.  
  3039.   mysql-test/t/connect.test
  3040.     1.7 04/07/08 18:54:02 bar@mysql.com +2 -2
  3041.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3042.  
  3043.   mysql-test/t/alter_table.test
  3044.     1.29 04/07/08 18:54:02 bar@mysql.com +1 -1
  3045.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3046.  
  3047.   mysql-test/r/show_check.result
  3048.     1.31.1.24 04/07/08 18:54:02 bar@mysql.com +1 -0
  3049.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3050.  
  3051.   mysql-test/r/rpl_ignore_grant.result
  3052.     1.4 04/07/08 18:54:02 bar@mysql.com +12 -12
  3053.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3054.  
  3055.   mysql-test/r/rpl_do_grant.result
  3056.     1.4 04/07/08 18:54:02 bar@mysql.com +8 -8
  3057.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3058.  
  3059.   mysql-test/r/rpl000001.result
  3060.     1.27 04/07/08 18:54:02 bar@mysql.com +4 -4
  3061.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3062.  
  3063.   mysql-test/r/multi_update.result
  3064.     1.25.1.13 04/07/08 18:54:02 bar@mysql.com +1 -1
  3065.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3066.  
  3067.   mysql-test/r/grant_cache.result
  3068.     1.13 04/07/08 18:54:02 bar@mysql.com +1 -0
  3069.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3070.  
  3071.   mysql-test/r/grant2.result
  3072.     1.7 04/07/08 18:54:02 bar@mysql.com +1 -0
  3073.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3074.  
  3075.   mysql-test/r/grant.result
  3076.     1.21 04/07/08 18:54:02 bar@mysql.com +1 -0
  3077.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3078.  
  3079.   mysql-test/r/connect.result
  3080.     1.1.1.7 04/07/08 18:54:02 bar@mysql.com +2 -2
  3081.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3082.  
  3083.   mysql-test/r/alter_table.result
  3084.     1.38 04/07/08 18:54:02 bar@mysql.com +1 -1
  3085.     Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
  3086.  
  3087. ChangeSet
  3088.   1.1616.617.1 04/07/08 15:45:25 monty@mysql.com +25 -0
  3089.   New handler::index_flags() definition to make it easy to check the full used key and a specific key part.
  3090.   Added key part to optimize_range() to fix problems when using fields in key parts.
  3091.   
  3092.  
  3093.   sql/table.cc
  3094.     1.110 04/07/08 15:45:22 monty@mysql.com +2 -2
  3095.     New handler::index_flags() definition
  3096.  
  3097.   sql/sql_update.cc
  3098.     1.83.2.44 04/07/08 15:45:22 monty@mysql.com +4 -1
  3099.     Removed compiler warnings
  3100.  
  3101.   sql/sql_show.cc
  3102.     1.122.1.51 04/07/08 15:45:22 monty@mysql.com +3 -2
  3103.     Removed compiler warnings
  3104.  
  3105.   sql/sql_select.cc
  3106.     1.216.1.134 04/07/08 15:45:22 monty@mysql.com +5 -5
  3107.     New handler::index_flags() definition
  3108.  
  3109.   sql/sql_db.cc
  3110.     1.68.8.1 04/07/08 15:45:22 monty@mysql.com +3 -2
  3111.     Removed compiler warnings
  3112.  
  3113.   sql/set_var.cc
  3114.     1.34.1.91 04/07/08 15:45:22 monty@mysql.com +4 -4
  3115.     Removed compiler warnings
  3116.  
  3117.   sql/opt_sum.cc
  3118.     1.38 04/07/08 15:45:22 monty@mysql.com +1 -1
  3119.     New handler::index_flags() definition
  3120.  
  3121.   sql/opt_range.cc
  3122.     1.98.1.27 04/07/08 15:45:22 monty@mysql.com +6 -3
  3123.     New handler::index_flags() definition
  3124.  
  3125.   sql/log_event.cc
  3126.     1.113.1.45 04/07/08 15:45:22 monty@mysql.com +7 -6
  3127.     Fixed compiler warnings (and renamed short variable name)
  3128.  
  3129.   sql/log.cc
  3130.     1.108.1.32 04/07/08 15:45:22 monty@mysql.com +4 -3
  3131.     Fixed compiler warnings
  3132.  
  3133.   sql/handler.h
  3134.     1.89.1.32 04/07/08 15:45:22 monty@mysql.com +1 -1
  3135.     New handler::index_flags() definition
  3136.  
  3137.   sql/ha_ndbcluster.h
  3138.     1.15 04/07/08 15:45:21 monty@mysql.com +1 -1
  3139.     New handler::index_flags() definition
  3140.  
  3141.   sql/ha_ndbcluster.cc
  3142.     1.21 04/07/08 15:45:21 monty@mysql.com +2 -1
  3143.     New handler::index_flags() definition
  3144.  
  3145.   sql/ha_myisammrg.h
  3146.     1.35 04/07/08 15:45:21 monty@mysql.com +3 -3
  3147.     New handler::index_flags() definition
  3148.  
  3149.   sql/ha_myisam.h
  3150.     1.61 04/07/08 15:45:21 monty@mysql.com +3 -3
  3151.     New handler::index_flags() definition
  3152.  
  3153.   sql/ha_isammrg.h
  3154.     1.22 04/07/08 15:45:21 monty@mysql.com +2 -1
  3155.     New handler::index_flags() definition
  3156.  
  3157.   sql/ha_isam.h
  3158.     1.28 04/07/08 15:45:21 monty@mysql.com +1 -1
  3159.     New handler::index_flags() definition
  3160.  
  3161.   sql/ha_innodb.h
  3162.     1.57.1.11 04/07/08 15:45:21 monty@mysql.com +1 -1
  3163.     New handler::index_flags() definition
  3164.  
  3165.   sql/ha_heap.h
  3166.     1.26.1.3 04/07/08 15:45:21 monty@mysql.com +1 -1
  3167.     New handler::index_flags() definition
  3168.  
  3169.   sql/ha_berkeley.h
  3170.     1.57.1.10 04/07/08 15:45:21 monty@mysql.com +1 -7
  3171.     New handler::index_flags() definition
  3172.  
  3173.   sql/ha_berkeley.cc
  3174.     1.117.1.22 04/07/08 15:45:21 monty@mysql.com +17 -0
  3175.     New handler::index_flags() definition
  3176.  
  3177.   sql/field.h
  3178.     1.108 04/07/08 15:45:21 monty@mysql.com +2 -2
  3179.     New optimize_range() definition
  3180.  
  3181.   sql/field.cc
  3182.     1.167 04/07/08 15:45:21 monty@mysql.com +2 -2
  3183.     New optimize_range() definition
  3184.  
  3185.   sql/examples/ha_example.h
  3186.     1.8 04/07/08 15:45:21 monty@mysql.com +6 -2
  3187.     New handler::index_flags() definition
  3188.  
  3189.   sql/examples/ha_archive.h
  3190.     1.5 04/07/08 15:45:21 monty@mysql.com +1 -1
  3191.     New handler::index_flags() definition
  3192.  
  3193. ChangeSet
  3194.   1.1616.611.17 04/07/08 15:19:26 bar@mysql.com +2 -0
  3195.   Minor fix: V is primary level, not U.
  3196.  
  3197.   strings/ctype-uca.c
  3198.     1.19 04/07/08 15:19:21 bar@mysql.com +1 -1
  3199.     Minor fix: V is primary level, not U.
  3200.  
  3201.   mysql-test/r/ctype_uca.result
  3202.     1.3 04/07/08 15:19:21 bar@mysql.com +2 -1
  3203.     Minor fix: V is primary level, not U.
  3204.  
  3205. ChangeSet
  3206.   1.1616.611.16 04/07/08 15:03:01 bar@mysql.com +8 -0
  3207.   WL#807 Optimize loading database options in load_db_opt
  3208.   also known as
  3209.   BUG#2326 Charset of table is determined by charset of db only if "USE db;"
  3210.  
  3211.   sql/sql_yacc.yy
  3212.     1.203.1.136 04/07/08 15:02:49 bar@mysql.com +2 -2
  3213.     WL#807 Optimize loading database options in load_db_opt
  3214.     also known as
  3215.     BUG#2326 Charset of table is determined by charset of db only if "USE db;"
  3216.  
  3217.   sql/sql_table.cc
  3218.     1.157.2.75 04/07/08 15:02:48 bar@mysql.com +17 -0
  3219.     WL#807 Optimize loading database options in load_db_opt
  3220.     also known as
  3221.     BUG#2326 Charset of table is determined by charset of db only if "USE db;"
  3222.  
  3223.   sql/sql_parse.cc
  3224.     1.271.1.93 04/07/08 15:02:48 bar@mysql.com +1 -0
  3225.     WL#807 Optimize loading database options in load_db_opt
  3226.     also known as
  3227.     BUG#2326 Charset of table is determined by charset of db only if "USE db;"
  3228.  
  3229.   sql/sql_db.cc
  3230.     1.68.1.44 04/07/08 15:02:48 bar@mysql.com +207 -6
  3231.     WL#807 Optimize loading database options in load_db_opt
  3232.     also known as
  3233.     BUG#2326 Charset of table is determined by charset of db only if "USE db;"
  3234.  
  3235.   sql/mysqld.cc
  3236.     1.356.1.123 04/07/08 15:02:48 bar@mysql.com +5 -1
  3237.     WL#807 Optimize loading database options in load_db_opt
  3238.     also known as
  3239.     BUG#2326 Charset of table is determined by charset of db only if "USE db;"
  3240.  
  3241.   sql/mysql_priv.h
  3242.     1.186.1.115 04/07/08 15:02:48 bar@mysql.com +3 -1
  3243.     WL#807 Optimize loading database options in load_db_opt
  3244.     also known as
  3245.     BUG#2326 Charset of table is determined by charset of db only if "USE db;"
  3246.  
  3247.   mysql-test/t/ctype_create.test
  3248.     1.4 04/07/08 15:02:48 bar@mysql.com +32 -9
  3249.     WL#807 Optimize loading database options in load_db_opt
  3250.     also known as
  3251.     BUG#2326 Charset of table is determined by charset of db only if "USE db;"
  3252.  
  3253.   mysql-test/r/ctype_create.result
  3254.     1.4 04/07/08 15:02:48 bar@mysql.com +32 -10
  3255.     WL#807 Optimize loading database options in load_db_opt
  3256.     also known as
  3257.     BUG#2326 Charset of table is determined by charset of db only if "USE db;"
  3258.  
  3259. ChangeSet
  3260.   1.1616.611.15 04/07/08 10:11:30 serg@serg.mylan +1 -0
  3261.   results fixed
  3262.  
  3263.   mysql-test/r/bdb.result
  3264.     1.39.1.1 04/07/08 10:11:24 serg@serg.mylan +1 -1
  3265.     results fixed
  3266.  
  3267. ChangeSet
  3268.   1.1616.616.1 04/07/07 23:49:03 serg@serg.mylan +3 -0
  3269.   bug#4441 - crash in UNHEX(NULL)
  3270.  
  3271.   sql/item_strfunc.cc
  3272.     1.178.1.1 04/07/07 23:48:58 serg@serg.mylan +6 -3
  3273.     bug#4441 - crash in UNHEX(NULL)
  3274.  
  3275.   mysql-test/t/func_str.test
  3276.     1.57 04/07/07 23:48:58 serg@serg.mylan +1 -1
  3277.     bug#4441 - crash in UNHEX(NULL)
  3278.  
  3279.   mysql-test/r/func_str.result
  3280.     1.65.1.1 04/07/07 23:48:58 serg@serg.mylan +3 -3
  3281.     bug#4441 - crash in UNHEX(NULL)
  3282.  
  3283. ChangeSet
  3284.   1.1346.646.5 04/07/07 16:28:07 mwagner@here.mwagner.org +1 -0
  3285.   my_md5sum:
  3286.     Exit properly
  3287.  
  3288.   Build-tools/my_md5sum
  3289.     1.4 04/07/07 16:27:35 mwagner@here.mwagner.org +7 -1
  3290.     Exit properly
  3291.  
  3292. ChangeSet
  3293.   1.1692 04/07/07 20:54:12 bell@sanja.is.com.ua +1 -0
  3294.   syntax fix
  3295.  
  3296.   sql/parse_file.h
  3297.     1.3 04/07/07 20:54:09 bell@sanja.is.com.ua +5 -5
  3298.     syntax fix
  3299.  
  3300. ChangeSet
  3301.   1.1689.1.1 04/07/07 17:26:43 vva@eagle.mysql.r18.ru +6 -0
  3302.   patch for task WL 1941 "NO_C_ESCAPE sql_mode"
  3303.  
  3304.   sql/sql_yacc.yy
  3305.     1.289.1.1 04/07/07 17:26:26 vva@eagle.mysql.r18.ru +5 -1
  3306.     added using of "" as escape by default
  3307.      in LIKE function if MODE_NO_BACKSLASH_ESCAPES
  3308.  
  3309.   sql/sql_lex.cc
  3310.     1.107.1.1 04/07/07 17:26:26 vva@eagle.mysql.r18.ru +2 -1
  3311.     added test for MODE_NO_BACKSLASH_ESCAPES when testing escaped character
  3312.  
  3313.   sql/mysqld.cc
  3314.     1.383.1.1 04/07/07 17:26:26 vva@eagle.mysql.r18.ru +1 -1
  3315.     added mode NO_BACKSLASH_ESCAPES
  3316.  
  3317.   sql/mysql_priv.h
  3318.     1.215.1.1 04/07/07 17:26:26 vva@eagle.mysql.r18.ru +1 -0
  3319.     added MODE_NO_BACKSLASH_ESCAPES
  3320.  
  3321.   mysql-test/t/sql_mode.test
  3322.     1.6 04/07/07 17:26:26 vva@eagle.mysql.r18.ru +95 -0
  3323.     added test for WL 1941 "NO_C_ESCAPE sql_mode"
  3324.  
  3325.   mysql-test/r/sql_mode.result
  3326.     1.9 04/07/07 17:26:26 vva@eagle.mysql.r18.ru +249 -0
  3327.     added test for WL 1941 "NO_C_ESCAPE sql_mode"
  3328.  
  3329. ChangeSet
  3330.   1.1616.611.13 04/07/07 16:39:43 bar@mysql.com +27 -0
  3331.   Don't allow badly formed UTF8 identitiers
  3332.  
  3333.   sql/sql_yacc.yy
  3334.     1.203.1.135 04/07/07 16:39:25 bar@mysql.com +12 -0
  3335.     Don't allow badly formed UTF8 identitiers
  3336.  
  3337.   sql/share/ukrainian/errmsg.txt
  3338.     1.27.19.1 04/07/07 16:39:25 bar@mysql.com +1 -0
  3339.     Don't allow badly formed UTF8 identitiers
  3340.  
  3341.   sql/share/swedish/errmsg.txt
  3342.     1.64.20.1 04/07/07 16:39:25 bar@mysql.com +1 -0
  3343.     Don't allow badly formed UTF8 identitiers
  3344.  
  3345.   sql/share/spanish/errmsg.txt
  3346.     1.64.23.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3347.     Don't allow badly formed UTF8 identitiers
  3348.  
  3349.   sql/share/slovak/errmsg.txt
  3350.     1.64.21.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3351.     Don't allow badly formed UTF8 identitiers
  3352.  
  3353.   sql/share/serbian/errmsg.txt
  3354.     1.18.17.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3355.     Don't allow badly formed UTF8 identitiers
  3356.  
  3357.   sql/share/russian/errmsg.txt
  3358.     1.61.19.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3359.     Don't allow badly formed UTF8 identitiers
  3360.  
  3361.   sql/share/romanian/errmsg.txt
  3362.     1.62.22.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3363.     Don't allow badly formed UTF8 identitiers
  3364.  
  3365.   sql/share/portuguese/errmsg.txt
  3366.     1.64.22.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3367.     Don't allow badly formed UTF8 identitiers
  3368.  
  3369.   sql/share/polish/errmsg.txt
  3370.     1.63.20.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3371.     Don't allow badly formed UTF8 identitiers
  3372.  
  3373.   sql/share/norwegian/errmsg.txt
  3374.     1.63.21.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3375.     Don't allow badly formed UTF8 identitiers
  3376.  
  3377.   sql/share/norwegian-ny/errmsg.txt
  3378.     1.63.21.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3379.     Don't allow badly formed UTF8 identitiers
  3380.  
  3381.   sql/share/korean/errmsg.txt
  3382.     1.63.20.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3383.     Don't allow badly formed UTF8 identitiers
  3384.  
  3385.   sql/share/japanese/errmsg.txt
  3386.     1.63.20.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3387.     Don't allow badly formed UTF8 identitiers
  3388.  
  3389.   sql/share/italian/errmsg.txt
  3390.     1.70.21.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3391.     Don't allow badly formed UTF8 identitiers
  3392.  
  3393.   sql/share/hungarian/errmsg.txt
  3394.     1.65.20.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3395.     Don't allow badly formed UTF8 identitiers
  3396.  
  3397.   sql/share/greek/errmsg.txt
  3398.     1.64.20.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3399.     Don't allow badly formed UTF8 identitiers
  3400.  
  3401.   sql/share/german/errmsg.txt
  3402.     1.64.21.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3403.     Don't allow badly formed UTF8 identitiers
  3404.  
  3405.   sql/share/french/errmsg.txt
  3406.     1.63.21.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3407.     Don't allow badly formed UTF8 identitiers
  3408.  
  3409.   sql/share/estonian/errmsg.txt
  3410.     1.64.20.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3411.     Don't allow badly formed UTF8 identitiers
  3412.  
  3413.   sql/share/english/errmsg.txt
  3414.     1.70.24.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3415.     Don't allow badly formed UTF8 identitiers
  3416.  
  3417.   sql/share/dutch/errmsg.txt
  3418.     1.66.21.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3419.     Don't allow badly formed UTF8 identitiers
  3420.  
  3421.   sql/share/danish/errmsg.txt
  3422.     1.62.20.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3423.     Don't allow badly formed UTF8 identitiers
  3424.  
  3425.   sql/share/czech/errmsg.txt
  3426.     1.64.21.1 04/07/07 16:39:24 bar@mysql.com +1 -0
  3427.     Don't allow badly formed UTF8 identitiers
  3428.  
  3429.   mysql-test/t/ctype_recoding.test
  3430.     1.15 04/07/07 16:39:24 bar@mysql.com +10 -0
  3431.     Don't allow badly formed UTF8 identitiers
  3432.  
  3433.   mysql-test/r/ctype_recoding.result
  3434.     1.20 04/07/07 16:39:23 bar@mysql.com +6 -0
  3435.     Don't allow badly formed UTF8 identitiers
  3436.  
  3437.   include/mysqld_error.h
  3438.     1.61.16.1 04/07/07 16:39:23 bar@mysql.com +2 -1
  3439.     Don't allow badly formed UTF8 identitiers
  3440.  
  3441. ChangeSet
  3442.   1.1616.611.12 04/07/07 15:20:23 bar@mysql.com +4 -0
  3443.   Adding Roman (classical Latin) collation.
  3444.  
  3445.   strings/ctype-uca.c
  3446.     1.18 04/07/07 15:20:09 bar@mysql.com +58 -0
  3447.     Adding Roman (classical Latin) collation.
  3448.  
  3449.   mysys/charset-def.c
  3450.     1.6 04/07/07 15:20:09 bar@mysql.com +4 -0
  3451.     Adding Roman (classical Latin) collation.
  3452.  
  3453.   mysql-test/t/ctype_uca.test
  3454.     1.2 04/07/07 15:20:08 bar@mysql.com +1 -0
  3455.     Adding Roman (classical Latin) collation.
  3456.  
  3457.   mysql-test/r/ctype_uca.result
  3458.     1.2 04/07/07 15:20:08 bar@mysql.com +106 -0
  3459.     Adding Roman (classical Latin) collation.
  3460.  
  3461. ChangeSet
  3462.   1.1616.611.11 04/07/07 13:47:29 bar@mysql.com +1 -0
  3463.   ha_archive.cc:
  3464.     Memory was used after it has been alreay freed.
  3465.     This led to server crash on FreeBSD.
  3466.  
  3467.   sql/examples/ha_archive.cc
  3468.     1.6 04/07/07 13:46:19 bar@mysql.com +1 -1
  3469.     Memory was used after it has been alreay freed.
  3470.     This led to server crash on FreeBSD.
  3471.  
  3472. ChangeSet
  3473.   1.1616.611.8 04/07/06 17:45:37 joreland@mysql.com +1 -0
  3474.   Fixed typo 
  3475.  
  3476.   ndb/src/ndbapi/NdbDictionaryImpl.cpp
  3477.     1.8 04/07/06 17:45:34 joreland@mysql.com +1 -1
  3478.     Fixed typo
  3479.  
  3480. ChangeSet
  3481.   1.1616.615.1 04/07/06 16:30:50 antony@ltantony.rdg.cyberkinetica.com +2 -0
  3482.   Bug#4407 - assertion in ha_myisam.cc
  3483.     Fix assertion failure where ha_myisam::index_next() is called
  3484.     without first calling ha_myisam::ha_index_init()
  3485.  
  3486.   BitKeeper/etc/logging_ok
  3487.     1.233.1.89 04/07/06 16:30:49 antony@ltantony.rdg.cyberkinetica.com +1 -0
  3488.     Logging to logging@openlogging.org accepted
  3489.  
  3490.   sql/sql_acl.cc
  3491.     1.74.1.56 04/07/06 16:30:37 antony@ltantony.rdg.cyberkinetica.com +4 -1
  3492.     Bug#4407 - assertion in ha_myisam.cc
  3493.       Fix assertion failure where ha_myisam::index_next() is called
  3494.       without first calling ha_myisam::ha_index_init()
  3495.  
  3496. ChangeSet
  3497.   1.1616.613.4 04/07/06 16:29:26 serg@serg.mylan +3 -0
  3498.   mysql_fix_privilege_tables.sh:
  3499.     various fixes (for mysql-test-run at least):
  3500.     * accept --no-defaults
  3501.     * 4.0 compatible password handling (only it no other argumensts, only if doesn't start with --)
  3502.   ps_3innodb.test:
  3503.     only run ps_3innodb.test if innodb is present
  3504.   mysql-test-run.sh:
  3505.     it's --verbose, not --verbose=1
  3506.  
  3507.   scripts/mysql_fix_privilege_tables.sh
  3508.     1.26 04/07/06 16:29:03 serg@serg.mylan +19 -5
  3509.     various fixes (for mysql-test-run at least):
  3510.     * accept --no-defaults
  3511.     * 4.0 compatible password handling (only it no other argumensts, only if doesn't start with --)
  3512.  
  3513.   mysql-test/t/ps_3innodb.test
  3514.     1.3 04/07/06 16:29:03 serg@serg.mylan +2 -0
  3515.     only run ps_3innodb.test if innodb is present
  3516.  
  3517.   mysql-test/mysql-test-run.sh
  3518.     1.193 04/07/06 16:29:03 serg@serg.mylan +1 -1
  3519.     it's --verbose, not --verbose=1
  3520.  
  3521. ChangeSet
  3522.   1.1616.613.3 04/07/06 14:24:44 serg@serg.mylan +1 -0
  3523.   HAVE_RTREE_KEYS are enabled on windows too
  3524.  
  3525.   include/config-win.h
  3526.     1.45 04/07/06 14:24:39 serg@serg.mylan +1 -0
  3527.     HAVE_RTREE_KEYS are enabled on windows too
  3528.  
  3529. ChangeSet
  3530.   1.1616.614.2 04/07/06 17:18:04 bar@mysql.com +1 -0
  3531.   mysqltest.c:
  3532.     Bug #4338      mysql-test-run fails if compiled with non-latin1 character set.
  3533.  
  3534.   client/mysqltest.c
  3535.     1.92.9.1 04/07/06 17:17:33 bar@mysql.com +3 -0
  3536.     Bug #4338      mysql-test-run fails if compiled with non-latin1 character set.
  3537.  
  3538. ChangeSet
  3539.   1.1616.614.1 04/07/06 17:15:43 bar@mysql.com +3 -0
  3540.   Bug#4417 binary character set breaks multi-byte table/field name.
  3541.  
  3542.   sql/sql_class.cc
  3543.     1.105.1.66 04/07/06 17:15:33 bar@mysql.com +8 -6
  3544.     Bug#4417 binary character set breaks multi-byte table/field name.
  3545.  
  3546.   mysql-test/t/ctype_recoding.test
  3547.     1.14 04/07/06 17:15:33 bar@mysql.com +19 -0
  3548.     Bug#4417 binary character set breaks multi-byte table/field name.
  3549.  
  3550.   mysql-test/r/ctype_recoding.result
  3551.     1.19 04/07/06 17:15:33 bar@mysql.com +25 -0
  3552.     Bug#4417 binary character set breaks multi-byte table/field name.
  3553.  
  3554. ChangeSet
  3555.   1.1616.604.3 04/07/06 13:56:50 serg@serg.mylan +1 -0
  3556.   re-enable spatial features for windows
  3557.   grr
  3558.  
  3559.   include/config-win.h
  3560.     1.44 04/07/06 13:56:45 serg@serg.mylan +2 -0
  3561.     re-enable spatial features for windows
  3562.     grr
  3563.  
  3564. ChangeSet
  3565.   1.1616.613.1 04/07/06 13:43:15 bar@mysql.com +2 -0
  3566.   rpl_charset.result, rpl_charset.test:
  3567.     An addition to 1.2036 04/07/02: armscii8_bin was referenced to as armscii_bin in a mistake.
  3568.  
  3569.   mysql-test/r/rpl_charset.result
  3570.     1.4 04/07/06 13:42:47 bar@mysql.com +5 -5
  3571.     An addition to 1.2036 04/07/02: armscii8_bin was referenced to as armscii_bin in a mistake.
  3572.  
  3573.   mysql-test/t/rpl_charset.test
  3574.     1.2 04/07/06 13:41:29 bar@mysql.com +1 -1
  3575.     An addition to 1.2036 04/07/02: armscii8_bin was referenced to as armscii_bin in a mistake.
  3576.  
  3577. ChangeSet
  3578.   1.1616.611.6 04/07/06 10:19:05 joreland@mysql.com +1 -0
  3579.   Fix uninit variable
  3580.  
  3581.   ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
  3582.     1.6 04/07/06 10:19:03 joreland@mysql.com +1 -1
  3583.     Fix uninit variable
  3584.  
  3585. ChangeSet
  3586.   1.1346.1.551 04/07/05 19:12:23 guilhem@mysql.com +1 -0
  3587.   my_lib.c:
  3588.     more accurate comment
  3589.  
  3590.   mysys/my_lib.c
  3591.     1.17 04/07/05 19:11:34 guilhem@mysql.com +4 -2
  3592.     more accurate comment
  3593.  
  3594. ChangeSet
  3595.   1.1346.1.550 04/07/05 19:07:26 guilhem@mysql.com +1 -0
  3596.   Windows-specific:
  3597.   Fix for BUG#4375 "Windows specific directories are copied during
  3598.   replication": in the Windows version of my_dir(), do not show hidden
  3599.   or system files which Windows sometimes creates in the root directory
  3600.   of drive (like RECYCLER and SYSTEM VOLUME INFORMATION directories) (so
  3601.   this problem showed up only when the datadir was the root dir of a
  3602.   drive).
  3603.   This will make SHOW DATABASES display better, and will do no harm to
  3604.   MySQL. For example, DROP DATABASE will not miss some files, as MySQL
  3605.   creates no hidden or system files.
  3606.  
  3607.   mysys/my_lib.c
  3608.     1.16 04/07/05 18:59:52 guilhem@mysql.com +9 -0
  3609.     In my_dir(), do not show hidden or system files
  3610.     which Windows sometimes creates.
  3611.  
  3612. ChangeSet
  3613.   1.1616.612.1 04/07/05 07:52:20 mysqldev@melody.local +3 -0
  3614.   BUG#4384
  3615.  
  3616.   BitKeeper/etc/logging_ok
  3617.     1.233.1.88 04/07/05 07:50:40 mysqldev@melody.local +1 -0
  3618.     Logging to logging@openlogging.org accepted
  3619.  
  3620.   ndb/src/common/util/ConfigValues.cpp
  3621.     1.4 04/07/05 07:50:05 mysqldev@melody.local +25 -19
  3622.     BUG#4384
  3623.     Compute pointers manually instead of using ptr[-x]
  3624.     Changed return type from "*&" to "**"
  3625.      
  3626.  
  3627.   ndb/include/util/ConfigValues.hpp
  3628.     1.2 04/07/05 07:50:05 mysqldev@melody.local +4 -4
  3629.     BUG#4384
  3630.  
  3631. ChangeSet
  3632.   1.1616.611.3 04/07/05 07:48:09 lenz@mysql.com +1 -0
  3633.    - fixed typo in mysql-test/ndb/ndbcluster.sh that caused a
  3634.      "test: argument expected" error when trying to run the NDB test
  3635.      suite on Solaris
  3636.  
  3637.   mysql-test/ndb/ndbcluster.sh
  3638.     1.13 04/07/05 07:48:02 lenz@mysql.com +1 -1
  3639.      - fixed typo that caused a "test: argument expected" error when trying
  3640.        to run the NDB test suite on Solaris
  3641.  
  3642. ChangeSet
  3643.   1.1616.611.2 04/07/05 07:14:45 joreland@mysql.com +2 -0
  3644.   Fix mysql-test-run ndb order by/endian issue
  3645.  
  3646.   mysql-test/t/ndb_index_ordered.test
  3647.     1.4 04/07/05 07:14:23 joreland@mysql.com +1 -1
  3648.     Fix mysql-test-run ndb order by/endian issue
  3649.  
  3650.   mysql-test/r/ndb_index_ordered.result
  3651.     1.4 04/07/05 07:14:23 joreland@mysql.com +2 -2
  3652.     Fix mysql-test-run ndb order by/endian issue
  3653.  
  3654. ChangeSet
  3655.   1.1616.610.1 04/07/04 10:40:24 bell@sanja.is.com.ua +5 -0
  3656.   do not assign values of left expression of IN/ANN/ANY subquery in case of PS preparation (BUG#4403)
  3657.  
  3658.   sql/item_cmpfunc.cc
  3659.     1.111.1.30 04/07/04 10:39:56 bell@sanja.is.com.ua +8 -1
  3660.     do not assign values of left expression of IN/ANN/ANY subquery in case of PS preparation
  3661.  
  3662.   mysql-test/r/ps_6bdb.result
  3663.     1.2 04/07/04 10:39:56 bell@sanja.is.com.ua +6 -6
  3664.     changes in results of select without order by
  3665.  
  3666.   mysql-test/r/ps_5merge.result
  3667.     1.2 04/07/04 10:39:56 bell@sanja.is.com.ua +12 -12
  3668.     changes in results of select without order by
  3669.  
  3670.   mysql-test/r/ps_3innodb.result
  3671.     1.2 04/07/04 10:39:55 bell@sanja.is.com.ua +12 -12
  3672.     changes in results of select without order by
  3673.  
  3674.   mysql-test/r/ps_2myisam.result
  3675.     1.2 04/07/04 10:39:55 bell@sanja.is.com.ua +6 -6
  3676.     changes in results of select without order by
  3677.  
  3678. ChangeSet
  3679.   1.1616.1.345 04/07/04 08:46:28 bell@sanja.is.com.ua +5 -0
  3680.   aggregate functions check during substitution made only for single row subselects (BUG#4400)
  3681.   restoring current senect pointer before PS rexecution (backport from 5.0)
  3682.   removed spaces at  lines ends
  3683.  
  3684.   sql/sql_prepare.cc
  3685.     1.34.1.80 04/07/04 08:46:25 bell@sanja.is.com.ua +1 -0
  3686.     restoring current senect pointer before PS rexecution (backport from 5.0)
  3687.  
  3688.   sql/item_subselect.h
  3689.     1.52.1.1 04/07/04 08:46:25 bell@sanja.is.com.ua +5 -5
  3690.     removed spaces at  lines ends
  3691.  
  3692.   sql/item_subselect.cc
  3693.     1.60.1.44 04/07/04 08:46:24 bell@sanja.is.com.ua +22 -22
  3694.     removed spaces at  lines ends
  3695.     aggregate functions check during substitution made only for single row subselects
  3696.  
  3697.   mysql-test/t/subselect.test
  3698.     1.58.1.56 04/07/04 08:46:24 bell@sanja.is.com.ua +10 -0
  3699.     Aggregate function comparation with ALL/ANY/SOME subselect test
  3700.  
  3701.   mysql-test/r/subselect.result
  3702.     1.67.1.65 04/07/04 08:46:24 bell@sanja.is.com.ua +8 -0
  3703.     Aggregate function comparation with ALL/ANY/SOME subselect test
  3704.  
  3705. ChangeSet
  3706.   1.1688.1.2 04/07/03 01:08:46 bell@sanja.is.com.ua +3 -0
  3707.   right join print fixed
  3708.  
  3709.   sql/sql_select.cc
  3710.     1.251 04/07/03 01:08:43 bell@sanja.is.com.ua +3 -7
  3711.     right join print fixed
  3712.  
  3713.   mysql-test/t/join_nested.test
  3714.     1.3 04/07/03 01:08:43 bell@sanja.is.com.ua +8 -0
  3715.     right join test
  3716.  
  3717.   mysql-test/r/join_nested.result
  3718.     1.4 04/07/03 01:08:43 bell@sanja.is.com.ua +14 -0
  3719.     right join test
  3720.  
  3721. ChangeSet
  3722.   1.1616.1.343 04/07/02 16:22:46 paul@ice.snake.net +1 -0
  3723.   item_geofunc.cc:
  3724.     Minor comment tweaks.
  3725.  
  3726.   sql/item_geofunc.cc
  3727.     1.12.1.1 04/07/02 16:21:54 paul@ice.snake.net +4 -4
  3728.     Minor comment tweaks.
  3729.  
  3730. ChangeSet
  3731.   1.1616.602.12 04/07/02 20:01:34 gordon@zero.local.lan +10 -0
  3732.   Added comments to the PS test files, to prevent modifications which may destroy the tests . 
  3733.  
  3734.   mysql-test/t/ps_6bdb.test
  3735.     1.2 04/07/02 19:59:46 gordon@zero.local.lan +4 -0
  3736.     added comments
  3737.  
  3738.   mysql-test/t/ps_5merge.test
  3739.     1.2 04/07/02 19:59:46 gordon@zero.local.lan +4 -0
  3740.     added comments
  3741.  
  3742.   mysql-test/t/ps_4heap.test
  3743.     1.2 04/07/02 19:59:46 gordon@zero.local.lan +6 -1
  3744.     added and altered comments
  3745.  
  3746.   mysql-test/t/ps_3innodb.test
  3747.     1.2 04/07/02 19:59:46 gordon@zero.local.lan +4 -0
  3748.     added comments
  3749.  
  3750.   mysql-test/t/ps_2myisam.test
  3751.     1.2 04/07/02 19:59:46 gordon@zero.local.lan +4 -0
  3752.     Added comments
  3753.  
  3754.   mysql-test/t/ps_1general.test
  3755.     1.2 04/07/02 19:59:46 gordon@zero.local.lan +101 -9
  3756.     Description of the test structure and rules how to extend the tests added and one comment modified .
  3757.  
  3758.   mysql-test/include/ps_query.inc
  3759.     1.2 04/07/02 19:59:46 gordon@zero.local.lan +32 -3
  3760.     Added and modified comments
  3761.  
  3762.   mysql-test/include/ps_modify1.inc
  3763.     1.2 04/07/02 19:59:46 gordon@zero.local.lan +37 -0
  3764.     Added comments
  3765.  
  3766.   mysql-test/include/ps_modify.inc
  3767.     1.2 04/07/02 19:59:46 gordon@zero.local.lan +32 -0
  3768.     added comments
  3769.  
  3770.   mysql-test/include/ps_create.inc
  3771.     1.2 04/07/02 19:59:46 gordon@zero.local.lan +14 -0
  3772.     Added comments
  3773.  
  3774. ChangeSet
  3775.   1.1346.1.549 04/07/02 19:20:30 guilhem@mysql.com +1 -0
  3776.   Fixing a bug in mysqltest.c:
  3777.   if a command has a comment at the end of line, like:
  3778.   error 2002 ; # this is error 2002
  3779.   then the parsing of comment should not make mysqltest
  3780.   forget about the value of expected error.
  3781.   Reason it forgot it (so the next query caused the test to fail)
  3782.   is that internally the above line is 2 queries.
  3783.   
  3784.  
  3785.   client/mysqltest.c
  3786.     1.77.1.42 04/07/02 19:17:43 guilhem@mysql.com +11 -8
  3787.     if a command has a comment at the end of line, like:
  3788.     error 2002 ; # this is error 2002
  3789.     then the parsing of comment should not make mysqltest
  3790.     forget about the value of expected error.
  3791.  
  3792. ChangeSet
  3793.   1.1616.602.11 04/07/02 16:52:02 bar@mysql.com +3 -0
  3794.   Bug #4374      SHOW TABLE STATUS FROM ignores collation_connection
  3795.  
  3796.   sql/sql_yacc.yy
  3797.     1.203.1.134 04/07/02 16:51:43 bar@mysql.com +3 -1
  3798.     Bug #4374      SHOW TABLE STATUS FROM ignores collation_connection
  3799.  
  3800.   mysql-test/t/show_check.test
  3801.     1.32 04/07/02 16:51:43 bar@mysql.com +8 -0
  3802.     Bug #4374      SHOW TABLE STATUS FROM ignores collation_connection
  3803.  
  3804.   mysql-test/r/show_check.result
  3805.     1.31.1.23 04/07/02 16:51:43 bar@mysql.com +7 -0
  3806.     Bug #4374      SHOW TABLE STATUS FROM ignores collation_connection
  3807.  
  3808. ChangeSet
  3809.   1.1616.604.2 04/07/02 11:02:21 serg@serg.mylan +1 -0
  3810.   unused (and unnecessary) mysqltest commands removed
  3811.  
  3812.   client/mysqltest.c
  3813.     1.92.1.50 04/07/02 11:02:16 serg@serg.mylan +3 -65
  3814.     unused (and unnecessary) commands removed
  3815.  
  3816. ChangeSet
  3817.   1.1616.602.10 04/07/02 13:33:26 bar@mysql.com +1 -0
  3818.   configure.in:
  3819.     armscii8_bin was referenced to as armscii_bin.
  3820.  
  3821.   configure.in
  3822.     1.201.22.6 04/07/02 13:32:52 bar@mysql.com +1 -1
  3823.     armscii8_bin was referenced to as armscii_bin.
  3824.  
  3825. ChangeSet
  3826.   1.1616.602.9 04/07/02 13:27:46 bar@mysql.com +2 -0
  3827.   armscii8_bin was referenced to as armscii_bin in a mistake.
  3828.  
  3829.   sql/share/charsets/armscii8.xml
  3830.     1.4 04/07/02 13:27:42 bar@mysql.com +1 -1
  3831.     armscii8_bin was referenced to as armscii_bin in a mistake.
  3832.  
  3833.   sql/share/charsets/Index.xml
  3834.     1.32 04/07/02 13:27:42 bar@mysql.com +1 -1
  3835.     armscii8_bin was referenced to as armscii_bin in a mistake.
  3836.  
  3837. ChangeSet
  3838.   1.1688.1.1 04/07/01 23:46:43 bell@sanja.is.com.ua +5 -0
  3839.   fixed join_nested test independence of environment
  3840.   spaces at line end in fresh definitions removed
  3841.   fixed printing of nested joins (BUG#4352)
  3842.  
  3843.   sql/table.h
  3844.     1.61 04/07/01 23:46:39 bell@sanja.is.com.ua +8 -6
  3845.     spaces at line end in fresh definitions removed
  3846.     method for table printing
  3847.  
  3848.   sql/sql_select.cc
  3849.     1.250 04/07/01 23:46:39 bell@sanja.is.com.ua +88 -86
  3850.     fixed printing of nested joins
  3851.  
  3852.   sql/sql_lex.h
  3853.     1.135 04/07/01 23:46:39 bell@sanja.is.com.ua +1 -1
  3854.     space at line end in fresh definition removed
  3855.  
  3856.   mysql-test/t/join_nested.test
  3857.     1.2 04/07/01 23:46:39 bell@sanja.is.com.ua +13 -12
  3858.     fixed join_nested test independence of environment
  3859.     print of nested join test added
  3860.  
  3861.   mysql-test/r/join_nested.result
  3862.     1.3 04/07/01 23:46:39 bell@sanja.is.com.ua +33 -22
  3863.     fixed join_nested test independence of environment
  3864.     print of nested join test added
  3865.  
  3866. ChangeSet
  3867.   1.1689 04/07/01 23:31:48 sergefp@mysql.com +1 -0
  3868.   Remove compiler warning
  3869.  
  3870.   sql/parse_file.h
  3871.     1.2 04/07/01 23:31:44 sergefp@mysql.com +1 -1
  3872.     Remove compiler warning
  3873.  
  3874. ChangeSet
  3875.   1.1616.609.1 04/07/01 16:30:29 gordon@zero.local.lan +18 -0
  3876.   WL#1564 Intensive test of prepared statements via 'mysqltest'
  3877.  
  3878.   BitKeeper/etc/logging_ok
  3879.     1.233.1.87 04/07/01 16:27:09 gordon@zero.local.lan +1 -0
  3880.     Logging to logging@openlogging.org accepted
  3881.  
  3882. ChangeSet
  3883.   1.1616.602.6 04/07/01 17:26:45 monty@mysql.com +3 -0
  3884.   Portability fixes (For Netware)
  3885.  
  3886.   netware/BUILD/compile-netware-standard
  3887.     1.3.1.3 04/07/01 17:26:43 monty@mysql.com +1 -0
  3888.     Patch from novell
  3889.  
  3890.   mysql-test/t/rpl_delete_all.test
  3891.     1.2 04/07/01 17:26:43 monty@mysql.com +3 -2
  3892.     Portability fix
  3893.  
  3894.   mysql-test/r/rpl_delete_all.result
  3895.     1.2 04/07/01 17:26:43 monty@mysql.com +1 -1
  3896.     Portability fix
  3897.  
  3898.   mysql-test/t/ps_6bdb.test
  3899.     1.1 04/07/01 16:26:29 gordon@zero.local.lan +18 -0
  3900.  
  3901.   mysql-test/t/ps_5merge.test
  3902.     1.1 04/07/01 16:26:29 gordon@zero.local.lan +78 -0
  3903.  
  3904.   mysql-test/t/ps_4heap.test
  3905.     1.1 04/07/01 16:26:29 gordon@zero.local.lan +43 -0
  3906.  
  3907.   mysql-test/t/ps_3innodb.test
  3908.     1.1 04/07/01 16:26:29 gordon@zero.local.lan +17 -0
  3909.  
  3910.   mysql-test/t/ps_2myisam.test
  3911.     1.1 04/07/01 16:26:29 gordon@zero.local.lan +17 -0
  3912.  
  3913.   mysql-test/t/ps_1general.test
  3914.     1.1 04/07/01 16:26:29 gordon@zero.local.lan +739 -0
  3915.  
  3916.   mysql-test/t/ps_6bdb.test
  3917.     1.0 04/07/01 16:26:29 gordon@zero.local.lan +0 -0
  3918.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/t/ps_6bdb.test
  3919.  
  3920.   mysql-test/t/ps_5merge.test
  3921.     1.0 04/07/01 16:26:29 gordon@zero.local.lan +0 -0
  3922.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/t/ps_5merge.test
  3923.  
  3924.   mysql-test/t/ps_4heap.test
  3925.     1.0 04/07/01 16:26:29 gordon@zero.local.lan +0 -0
  3926.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/t/ps_4heap.test
  3927.  
  3928.   mysql-test/t/ps_3innodb.test
  3929.     1.0 04/07/01 16:26:29 gordon@zero.local.lan +0 -0
  3930.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/t/ps_3innodb.test
  3931.  
  3932.   mysql-test/t/ps_2myisam.test
  3933.     1.0 04/07/01 16:26:29 gordon@zero.local.lan +0 -0
  3934.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/t/ps_2myisam.test
  3935.  
  3936.   mysql-test/t/ps_1general.test
  3937.     1.0 04/07/01 16:26:29 gordon@zero.local.lan +0 -0
  3938.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/t/ps_1general.test
  3939.  
  3940.   mysql-test/r/ps_6bdb.result
  3941.     1.1 04/07/01 16:26:28 gordon@zero.local.lan +1269 -0
  3942.  
  3943.   mysql-test/r/ps_5merge.result
  3944.     1.1 04/07/01 16:26:28 gordon@zero.local.lan +2410 -0
  3945.  
  3946.   mysql-test/r/ps_4heap.result
  3947.     1.1 04/07/01 16:26:28 gordon@zero.local.lan +1270 -0
  3948.  
  3949.   mysql-test/r/ps_3innodb.result
  3950.     1.1 04/07/01 16:26:28 gordon@zero.local.lan +1269 -0
  3951.  
  3952.   mysql-test/r/ps_2myisam.result
  3953.     1.1 04/07/01 16:26:28 gordon@zero.local.lan +1269 -0
  3954.  
  3955.   mysql-test/r/ps_1general.result
  3956.     1.1 04/07/01 16:26:28 gordon@zero.local.lan +745 -0
  3957.  
  3958.   mysql-test/include/ps_renew.inc
  3959.     1.1 04/07/01 16:26:28 gordon@zero.local.lan +34 -0
  3960.  
  3961.   mysql-test/r/ps_6bdb.result
  3962.     1.0 04/07/01 16:26:28 gordon@zero.local.lan +0 -0
  3963.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/r/ps_6bdb.result
  3964.  
  3965.   mysql-test/r/ps_5merge.result
  3966.     1.0 04/07/01 16:26:28 gordon@zero.local.lan +0 -0
  3967.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/r/ps_5merge.result
  3968.  
  3969.   mysql-test/r/ps_4heap.result
  3970.     1.0 04/07/01 16:26:28 gordon@zero.local.lan +0 -0
  3971.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/r/ps_4heap.result
  3972.  
  3973.   mysql-test/r/ps_3innodb.result
  3974.     1.0 04/07/01 16:26:28 gordon@zero.local.lan +0 -0
  3975.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/r/ps_3innodb.result
  3976.  
  3977.   mysql-test/r/ps_2myisam.result
  3978.     1.0 04/07/01 16:26:28 gordon@zero.local.lan +0 -0
  3979.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/r/ps_2myisam.result
  3980.  
  3981.   mysql-test/r/ps_1general.result
  3982.     1.0 04/07/01 16:26:28 gordon@zero.local.lan +0 -0
  3983.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/r/ps_1general.result
  3984.  
  3985.   mysql-test/include/ps_renew.inc
  3986.     1.0 04/07/01 16:26:28 gordon@zero.local.lan +0 -0
  3987.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/include/ps_renew.inc
  3988.  
  3989.   mysql-test/include/ps_query.inc
  3990.     1.1 04/07/01 16:26:27 gordon@zero.local.lan +587 -0
  3991.  
  3992.   mysql-test/include/ps_modify1.inc
  3993.     1.1 04/07/01 16:26:27 gordon@zero.local.lan +60 -0
  3994.  
  3995.   mysql-test/include/ps_modify.inc
  3996.     1.1 04/07/01 16:26:27 gordon@zero.local.lan +207 -0
  3997.  
  3998.   mysql-test/include/ps_create.inc
  3999.     1.1 04/07/01 16:26:27 gordon@zero.local.lan +29 -0
  4000.  
  4001.   mysql-test/include/ps_query.inc
  4002.     1.0 04/07/01 16:26:27 gordon@zero.local.lan +0 -0
  4003.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/include/ps_query.inc
  4004.  
  4005.   mysql-test/include/ps_modify1.inc
  4006.     1.0 04/07/01 16:26:27 gordon@zero.local.lan +0 -0
  4007.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/include/ps_modify1.inc
  4008.  
  4009.   mysql-test/include/ps_modify.inc
  4010.     1.0 04/07/01 16:26:27 gordon@zero.local.lan +0 -0
  4011.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/include/ps_modify.inc
  4012.  
  4013.   mysql-test/include/ps_create.inc
  4014.     1.0 04/07/01 16:26:27 gordon@zero.local.lan +0 -0
  4015.     BitKeeper file /GORDON/MySQL/mysql-4.1/src/mysql-test/include/ps_create.inc
  4016.  
  4017. ChangeSet
  4018.   1.1616.602.5 04/07/01 14:41:51 lenz@mysql.com +1 -0
  4019.    - tagged ChangeSet 1.2023 as "mysql-4.1.3"
  4020.    - bumped up version number in configure.in: 4.1.3-beta -> 4.1.4-beta
  4021.  
  4022.   configure.in
  4023.     1.201.22.5 04/07/01 14:41:46 lenz@mysql.com +1 -1
  4024.      - bumped up version number: 4.1.3-beta -> 4.1.4-beta
  4025.  
  4026. ChangeSet
  4027.   1.1616.564.3 04/06/30 23:29:47 mwagner@here.mwagner.org +1 -0
  4028.   mysql-copyright:
  4029.     Fix for the condition when "the_fat" doesn't end with 'dnl\n', but ')\n'.
  4030.  
  4031.   Build-tools/mysql-copyright
  4032.     1.15 04/06/30 23:10:11 mwagner@here.mwagner.org +17 -1
  4033.     Fix for the condition when "the_fat" doesn't end with 'dnl\n', but ')\n'.
  4034.  
  4035. ChangeSet
  4036.   1.1616.602.4 04/06/30 22:18:41 paul@kite-hub.kitebird.com +4 -0
  4037.   client.c, libmysql.c:
  4038.     Symbol spelling change.
  4039.   errmsg.c:
  4040.     Client error message edits.
  4041.   errmsg.h:
  4042.     Two symbol spelling changes.
  4043.  
  4044.   sql-common/client.c
  4045.     1.46.1.20 04/06/30 22:17:57 paul@kite-hub.kitebird.com +2 -2
  4046.     Symbol spelling change.
  4047.  
  4048.   libmysql/libmysql.c
  4049.     1.156.1.99 04/06/30 22:17:39 paul@kite-hub.kitebird.com +1 -1
  4050.     Symbol spelling change.
  4051.  
  4052.   libmysql/errmsg.c
  4053.     1.29 04/06/30 22:17:25 paul@kite-hub.kitebird.com +2 -2
  4054.     Client error message edits.
  4055.  
  4056.   include/errmsg.h
  4057.     1.23 04/06/30 22:16:20 paul@kite-hub.kitebird.com +4 -4
  4058.     Two symbol spelling changes.
  4059.  
  4060. ChangeSet
  4061.   1.1688 04/07/01 01:52:05 bell@sanja.is.com.ua +1 -0
  4062.   fixed WHERE condition optimisation in PS
  4063.  
  4064.   sql/sql_prepare.cc
  4065.     1.62 04/07/01 01:51:46 bell@sanja.is.com.ua +3 -0
  4066.     reset current_select before query rexecution
  4067.     assirn prepared statement arena in time of execution
  4068.  
  4069. ChangeSet
  4070.   1.1346.638.2 04/06/30 15:41:35 guilhem@mysql.com +1 -0
  4071.   Fix for BUG#4326 "Replicated LOAD DATA INFILE show nothing in
  4072.   processlist on slave":
  4073.   we now report in SHOW PROCESSLIST that we are writing to the temp
  4074.   files or loading the table. When we are writing to the tmp file:
  4075.   | 3  | system user |                 |    | Connect | 6    | Making temp file /tmp/SQL_LOAD-2-1-2.data | 
  4076.   and when we are actually loading the .data temp file into the table:
  4077.   | 3  | system user |                 | test | Connect | 2    | | LOAD DATA INFILE '/tmp/SQL_LOAD-2-1-2.data' INTO TABLE `t` <...> |
  4078.  
  4079.   sql/log_event.cc
  4080.     1.77.1.80 04/06/30 15:35:03 guilhem@mysql.com +29 -4
  4081.     Replication of LOAD DATA INFILE:
  4082.     we now report in SHOW PROCESSLIST that we are creating
  4083.     the temp files or loading the table.
  4084.     Plus removing a line which had a comment "should not be needed"
  4085.     and a guarding assertion which we have never heard fail (and logic
  4086.     says it should not fail).
  4087.  
  4088. ChangeSet
  4089.   1.1686 04/06/30 05:54:32 igor@rurik.mysql.com +7 -0
  4090.   subselect2.result, select.result:
  4091.     Post-merge fixes for nested joins.
  4092.     The join_tab_cmp function in sql_select has been changed.
  4093.   join_nested.result:
  4094.     Post-merge fixes for nested joins. 
  4095.     The join_tab_cmp function in sql_select has been changed
  4096.   sql_select.cc:
  4097.     Post-merge fixes for nested joins.
  4098.     Avoided re-execution of eliminate_not_funcs and simplify_joins
  4099.     in optimize_cond.
  4100.     Changed the join_tab_cmp function to take into account
  4101.     the dependent relation.
  4102.   sql_lex.cc, sql_lex.h:
  4103.     Added the first_cond_optimization flag to st_select_lex to avoid
  4104.     re-execution of some optimizations in optimize_cond.
  4105.   sql_base.cc:
  4106.     Post-merge fixes for nested joins. 
  4107.     Fixed problems with a proper column list substituted for '*' in
  4108.     queries with natural joins.
  4109.  
  4110. ChangeSet
  4111.   1.1616.606.1 04/06/30 14:01:31 lenz@mysql.com +1 -0
  4112.   - fixed server RPM postinstall (mysql_install_db was called with the
  4113.     wrong parameter)
  4114.  
  4115.   support-files/mysql.spec.sh
  4116.     1.78 04/06/30 14:01:18 lenz@mysql.com +6 -1
  4117.     - fixed server RPM postinstall (mysql_install_db was called with the
  4118.       wrong parameter)
  4119.  
  4120. ChangeSet
  4121.   1.1616.605.1 04/06/30 14:45:08 bar@mysql.com +1 -0
  4122.   ctype-uca.c:
  4123.     mbminlen was wrong for UTF8.
  4124.  
  4125.   strings/ctype-uca.c
  4126.     1.17 04/06/30 14:44:36 bar@mysql.com +14 -14
  4127.     mbminlen was wrong for UTF8.
  4128.  
  4129. ChangeSet
  4130.   1.1616.603.1 04/06/30 10:40:15 serg@serg.mylan +6 -0
  4131.   fowwlowup fixes for index_flags()
  4132.  
  4133.   sql/table.cc
  4134.     1.109 04/06/30 10:40:07 serg@serg.mylan +6 -9
  4135.     fowwlowup fixes for index_flags()
  4136.  
  4137.   sql/sql_show.cc
  4138.     1.122.1.50 04/06/30 10:40:07 serg@serg.mylan +1 -1
  4139.     fowwlowup fixes for index_flags()
  4140.  
  4141.   sql/sql_select.cc
  4142.     1.216.1.133 04/06/30 10:40:07 serg@serg.mylan +7 -4
  4143.     fowwlowup fixes for index_flags()
  4144.  
  4145.   sql/opt_sum.cc
  4146.     1.37 04/06/30 10:40:07 serg@serg.mylan +7 -6
  4147.     fowwlowup fixes for index_flags()
  4148.  
  4149.   sql/handler.h
  4150.     1.89.12.1 04/06/30 10:40:07 serg@serg.mylan +1 -1
  4151.     fowwlowup fixes for index_flags()
  4152.  
  4153.   sql/ha_berkeley.h
  4154.     1.57.1.9 04/06/30 10:40:07 serg@serg.mylan +1 -2
  4155.     fowwlowup fixes for index_flags()
  4156.  
  4157. ChangeSet
  4158.   1.1616.602.2 04/06/29 12:28:45 paul@kite-hub.kitebird.com +1 -0
  4159.   Reword some client error messages.
  4160.  
  4161.   libmysql/errmsg.c
  4162.     1.28 04/06/29 12:28:43 paul@kite-hub.kitebird.com +56 -56
  4163.     Reword some client error messages.
  4164.  
  4165. ChangeSet
  4166.   1.1616.601.1 04/06/29 18:19:35 monty@mysql.com +4 -0
  4167.   Apply patch from Novell
  4168.  
  4169.   netware/mysql_test_run.c
  4170.     1.3.1.5 04/06/29 18:19:34 monty@mysql.com +37 -35
  4171.     Portability fix (log -> log_msg)
  4172.  
  4173.   netware/init_db.sql
  4174.     1.6 04/06/29 18:19:34 monty@mysql.com +13 -0
  4175.     Add time_zone tables
  4176.  
  4177.   netware/BUILD/mwenv
  4178.     1.4.1.5 04/06/29 18:19:34 monty@mysql.com +1 -1
  4179.     Apply patch from Novell
  4180.  
  4181.   netware/BUILD/compile-linux-tools
  4182.     1.3.1.3 04/06/29 18:19:34 monty@mysql.com +1 -1
  4183.     Apply patch from Novell
  4184.  
  4185. ChangeSet
  4186.   1.1616.566.62 04/06/29 19:55:13 hf@deer.(none) +28 -0
  4187.   WL#1600 (Warn if result is truncatet due to max_allowed_packet)
  4188.  
  4189.   sql/share/ukrainian/errmsg.txt
  4190.     1.27.1.56 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4191.     Warning added
  4192.  
  4193.   sql/share/swedish/errmsg.txt
  4194.     1.64.1.58 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4195.     Warning added
  4196.  
  4197.   sql/share/spanish/errmsg.txt
  4198.     1.64.1.59 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4199.     Warning added
  4200.  
  4201.   sql/share/slovak/errmsg.txt
  4202.     1.64.1.59 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4203.     Warning added
  4204.  
  4205.   sql/share/serbian/errmsg.txt
  4206.     1.18.1.53 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4207.     Warning added
  4208.  
  4209.   sql/share/russian/errmsg.txt
  4210.     1.61.1.56 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4211.     Warning added
  4212.  
  4213.   sql/share/romanian/errmsg.txt
  4214.     1.62.1.60 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4215.     Warning added
  4216.  
  4217.   sql/share/portuguese/errmsg.txt
  4218.     1.64.1.58 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4219.     Warning added
  4220.  
  4221.   sql/share/polish/errmsg.txt
  4222.     1.63.1.59 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4223.     Warning added
  4224.  
  4225.   sql/share/norwegian/errmsg.txt
  4226.     1.63.1.60 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4227.     Warning added
  4228.  
  4229.   sql/share/norwegian-ny/errmsg.txt
  4230.     1.63.1.59 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4231.     Warning added
  4232.  
  4233.   sql/share/korean/errmsg.txt
  4234.     1.63.1.59 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4235.     Warning added
  4236.  
  4237.   sql/share/japanese/errmsg.txt
  4238.     1.63.1.57 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4239.     Warning added
  4240.  
  4241.   sql/share/italian/errmsg.txt
  4242.     1.70.1.59 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4243.     Warning added
  4244.  
  4245.   sql/share/hungarian/errmsg.txt
  4246.     1.65.1.58 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4247.     Warning added
  4248.  
  4249.   sql/share/greek/errmsg.txt
  4250.     1.64.1.58 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4251.     Warning added
  4252.  
  4253.   sql/share/german/errmsg.txt
  4254.     1.64.1.54 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4255.     Warning added
  4256.  
  4257.   sql/share/french/errmsg.txt
  4258.     1.63.1.59 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4259.     Warning added
  4260.  
  4261.   sql/share/estonian/errmsg.txt
  4262.     1.64.1.57 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4263.     Warning added
  4264.  
  4265.   sql/share/english/errmsg.txt
  4266.     1.70.1.63 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4267.     Warning added
  4268.  
  4269.   sql/share/dutch/errmsg.txt
  4270.     1.66.1.58 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4271.     Warning added
  4272.  
  4273.   sql/share/danish/errmsg.txt
  4274.     1.62.1.57 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4275.     Warning added
  4276.  
  4277.   sql/share/czech/errmsg.txt
  4278.     1.64.1.60 04/06/29 19:54:39 hf@deer.(none) +1 -0
  4279.     Warning added
  4280.  
  4281.   sql/item_strfunc.cc
  4282.     1.179 04/06/29 19:54:39 hf@deer.(none) +56 -9
  4283.     warning issued
  4284.  
  4285.   sql/item_geofunc.cc
  4286.     1.13 04/06/29 19:54:39 hf@deer.(none) +5 -0
  4287.     warning issued
  4288.  
  4289.   mysql-test/r/packet.result
  4290.     1.6 04/06/29 19:54:39 hf@deer.(none) +2 -0
  4291.     test resut fixed
  4292.  
  4293.   mysql-test/r/func_str.result
  4294.     1.66 04/06/29 19:54:39 hf@deer.(none) +2 -0
  4295.     test result fixed
  4296.  
  4297.   include/mysqld_error.h
  4298.     1.61.1.42 04/06/29 19:54:39 hf@deer.(none) +2 -1
  4299.     Warning added
  4300.  
  4301.   mysql-test/r/subselect2.result
  4302.     1.6 04/06/29 04:54:19 igor@rurik.mysql.com +1 -1
  4303.     Post-merge fixes for nested joins.
  4304.     The join_tab_cmp function in sql_select has been changed.
  4305.  
  4306.   mysql-test/r/select.result
  4307.     1.42 04/06/29 04:53:39 igor@rurik.mysql.com +6 -6
  4308.     Post-merge fixes for nested joins.
  4309.     The join_tab_cmp function in sql_select has been changed.
  4310.  
  4311.   mysql-test/r/join_nested.result
  4312.     1.2 04/06/29 04:52:04 igor@rurik.mysql.com +8 -8
  4313.     Post-merge fixes for nested joins. 
  4314.     The join_tab_cmp function in sql_select has been changed
  4315.  
  4316.   sql/sql_select.cc
  4317.     1.249 04/06/29 03:58:10 igor@rurik.mysql.com +45 -14
  4318.     Post-merge fixes for nested joins.
  4319.     Avoided re-execution of eliminate_not_funcs and simplify_joins
  4320.     in optimize_cond.
  4321.     Changed the join_tab_cmp function to take into account
  4322.     the dependent relation.
  4323.  
  4324.   sql/sql_lex.cc
  4325.     1.107 04/06/29 03:56:44 igor@rurik.mysql.com +1 -0
  4326.     Added the first_cond_optimization flag to st_select_lex to avoid
  4327.     re-execution of some optimizations in optimize_cond.
  4328.  
  4329.   sql/sql_lex.h
  4330.     1.134 04/06/29 03:53:22 igor@rurik.mysql.com +1 -0
  4331.     Added the first_cond_optimization flag to st_select_lex to avoid
  4332.     re-execution of some optimizations in optimize_cond.
  4333.  
  4334.   sql/sql_base.cc
  4335.     1.163 04/06/29 03:48:27 igor@rurik.mysql.com +28 -5
  4336.     Post-merge fixes for nested joins. 
  4337.     Fixed problems with a proper column list substituted for '*' in
  4338.     queries with natural joins.
  4339.  
  4340. ChangeSet
  4341.   1.1616.590.3 04/06/29 13:49:50 ram@gw.mysql.r18.ru +3 -0
  4342.   a fix (bug #4304: TRUNCATE <table of type BDB> , wrong result).
  4343.  
  4344.   sql/handler.h
  4345.     1.89.11.1 04/06/29 13:49:47 ram@gw.mysql.r18.ru +2 -1
  4346.     a fix (bug #4304: TRUNCATE <table of type BDB> , wrong result).
  4347.  
  4348.   mysql-test/t/bdb.test
  4349.     1.35.1.1 04/06/29 13:49:47 ram@gw.mysql.r18.ru +11 -0
  4350.     a fix (bug #4304: TRUNCATE <table of type BDB> , wrong result).
  4351.  
  4352.   mysql-test/r/bdb.result
  4353.     1.37.1.1 04/06/29 13:49:47 ram@gw.mysql.r18.ru +7 -0
  4354.     a fix (bug #4304: TRUNCATE <table of type BDB> , wrong result).
  4355.  
  4356. ChangeSet
  4357.   1.1346.646.4 04/06/29 02:13:24 mwagner@here.mwagner.org +1 -0
  4358.   my_md5sum:
  4359.     Added code to use locally installed perl modules first
  4360.  
  4361.   Build-tools/my_md5sum
  4362.     1.3 04/06/29 02:12:32 mwagner@here.mwagner.org +12 -1
  4363.     Added code to use locally installed perl modules first
  4364.  
  4365. ChangeSet
  4366.   1.1616.600.1 04/06/28 20:01:11 bell@sanja.is.com.ua +1 -0
  4367.   unused field removed
  4368.  
  4369.   sql/item.h
  4370.     1.56.1.82 04/06/28 20:00:42 bell@sanja.is.com.ua +0 -6
  4371.     unused field removed
  4372.  
  4373. ChangeSet
  4374.   1.1616.566.59 04/06/28 11:26:54 paul@kite-hub.kitebird.com +2 -0
  4375.   Message/comment touchup.
  4376.  
  4377.   scripts/mysql_fix_privilege_tables.sql
  4378.     1.4.1.4 04/06/28 11:26:52 paul@kite-hub.kitebird.com +1 -1
  4379.     Comment touchup.
  4380.  
  4381.   scripts/mysql_fix_privilege_tables.sh
  4382.     1.25 04/06/28 11:26:52 paul@kite-hub.kitebird.com +1 -1
  4383.     Message touchup.
  4384.  
  4385. ChangeSet
  4386.   1.1616.599.1 04/06/28 15:37:42 guilhem@mysql.com +1 -0
  4387.   Fix for BUG#4240 "mysql_fix_privilege_tables Does not use --password properly"
  4388.   Pass password if it is NOT empty. Typo fixed.
  4389.  
  4390.   scripts/mysql_fix_privilege_tables.sh
  4391.     1.21.1.1 04/06/28 15:35:30 guilhem@mysql.com +2 -2
  4392.     Pass password if it is NOT empty. Typo fixed.
  4393.  
  4394. ChangeSet
  4395.   1.1682.1.1 04/06/28 16:49:09 sergefp@mysql.com +1 -0
  4396.   Fixed test results to reflect range optimizer fixes
  4397.  
  4398.   mysql-test/r/bdb.result
  4399.     1.35.1.1 04/06/28 16:48:19 sergefp@mysql.com +3 -3
  4400.     Fixed test results to reflect optimizer fixes
  4401.  
  4402. ChangeSet
  4403.   1.1346.1.546 04/06/28 15:53:49 vva@eagle.mysql.r18.ru +6 -0
  4404.   s/\r\n/\n/ in mysql-test/*/system_mysql_db*
  4405.   according to http://www.bitkeeper.com/Documentation.FAQS.Windows_NT.html
  4406.  
  4407.   mysql-test/r/system_mysql_db_refs.result
  4408.     1.2.1.1 04/06/28 15:51:04 vva@eagle.mysql.r18.ru +28 -28
  4409.     s/\r\n/\n/
  4410.  
  4411.   mysql-test/r/system_mysql_db.result
  4412.     1.1.2.1 04/06/28 15:51:03 vva@eagle.mysql.r18.ru +0 -0
  4413.     s/\r\n/\n/
  4414.  
  4415.   mysql-test/t/system_mysql_db_refs.test
  4416.     1.2.1.1 04/06/28 15:51:01 vva@eagle.mysql.r18.ru +87 -87
  4417.     s/\r\n/\n/
  4418.  
  4419.   mysql-test/t/system_mysql_db_fix.test
  4420.     1.2.1.1 04/06/28 15:50:59 vva@eagle.mysql.r18.ru +75 -75
  4421.     s/\r\n/\n/
  4422.  
  4423.   mysql-test/t/system_mysql_db_fix-master.opt
  4424.     1.1.1.2 04/06/28 15:50:52 vva@eagle.mysql.r18.ru +0 -0
  4425.     s/\r\n/\n/
  4426.  
  4427.   mysql-test/t/system_mysql_db.test
  4428.     1.1.1.1 04/06/28 15:50:33 vva@eagle.mysql.r18.ru +8 -8
  4429.     s/\r\n/\n/
  4430.  
  4431. ChangeSet
  4432.   1.1616.566.57 04/06/28 11:06:22 serg@serg.mylan +1 -0
  4433.   after merge fix
  4434.  
  4435.   mysql-test/r/lowercase_table3.result
  4436.     1.5 04/06/28 11:06:17 serg@serg.mylan +1 -1
  4437.     after merge fix
  4438.  
  4439. ChangeSet
  4440.   1.1616.598.1 04/06/28 00:42:02 monty@mysql.com +4 -0
  4441.   Added missing my_time.c file to mysqlclient project
  4442.   Moved include <assert.h> to my_global.h
  4443.  
  4444.   sql/sql_table.cc
  4445.     1.157.2.74 04/06/28 00:42:00 monty@mysql.com +1 -0
  4446.     Initialize forgotten variable
  4447.  
  4448.   include/my_global.h
  4449.     1.47.1.21 04/06/28 00:42:00 monty@mysql.com +7 -0
  4450.     Added assert.h as this is included in a lot of places
  4451.  
  4452.   include/my_dbug.h
  4453.     1.10 04/06/28 00:42:00 monty@mysql.com +1 -4
  4454.     Moved include <assert.h> to my_global.h
  4455.     Removed NDEBUG as asserts should be indenpendent of if we are using DBUG or not
  4456.     
  4457.  
  4458.   VC++Files/client/mysqlclient.dsp
  4459.     1.28 04/06/28 00:42:00 monty@mysql.com +4 -0
  4460.     Added missing my_time.c file to mysqlclient project
  4461.  
  4462. ChangeSet
  4463.   1.1616.566.55 04/06/27 20:30:48 serg@serg.mylan +1 -0
  4464.   portability fix
  4465.  
  4466.   sql/ha_berkeley.h
  4467.     1.57.1.8 04/06/27 20:30:43 serg@serg.mylan +1 -1
  4468.     portability fix
  4469.  
  4470. ChangeSet
  4471.   1.1616.566.54 04/06/27 20:17:32 serg@serg.mylan +1 -0
  4472.   tell make how to create mysql_tzinfo_to_sql.cc
  4473.  
  4474.   sql/Makefile.am
  4475.     1.77.1.25 04/06/27 20:17:28 serg@serg.mylan +5 -3
  4476.     tell make how to create mysql_tzinfo_to_sql.cc
  4477.  
  4478. ChangeSet
  4479.   1.1616.566.53 04/06/27 20:07:21 monty@mysql.com +1 -0
  4480.   Ensure that we don't create long temporary .o file (breaks on qnx)
  4481.  
  4482.   sql/Makefile.am
  4483.     1.77.1.24 04/06/27 20:07:20 monty@mysql.com +6 -6
  4484.     Ensure that we don't create long temporary .o file (breaks on qnx)
  4485.  
  4486. ChangeSet
  4487.   1.1346.651.5 04/06/27 18:20:06 monty@mysql.com +2 -0
  4488.   Fix to be able to cross-compile for modesto
  4489.  
  4490.   configure.in
  4491.     1.191.1.114 04/06/27 18:20:05 monty@mysql.com +1 -1
  4492.     Fix to be able to cross-compile for modesto
  4493.  
  4494. ChangeSet
  4495.   1.1616.566.51 04/06/27 17:16:05 serg@serg.mylan +1 -0
  4496.   correct casting void->char
  4497.  
  4498.   include/my_global.h
  4499.     1.47.1.20 04/06/27 17:16:01 serg@serg.mylan +10 -10
  4500.     correct casting void->char
  4501.  
  4502. ChangeSet
  4503.   1.1616.566.50 04/06/27 13:16:19 serg@serg.mylan +3 -0
  4504.   after merge fix
  4505.  
  4506.   mysql-test/t/lowercase_table3.test
  4507.     1.6 04/06/27 13:16:13 serg@serg.mylan +1 -1
  4508.     after merge fix
  4509.  
  4510.   mysql-test/r/lowercase_table3.result
  4511.     1.4 04/06/27 13:16:13 serg@serg.mylan +2 -2
  4512.     after merge fix
  4513.  
  4514.   mysql-test/r/lowercase_table2.result
  4515.     1.7 04/06/27 13:11:25 serg@serg.mylan +2 -2
  4516.     results updated
  4517.  
  4518. ChangeSet
  4519.   1.1616.566.49 04/06/27 11:57:08 serg@serg.mylan +1 -0
  4520.   make lowercase_table3 to work
  4521.  
  4522.   mysql-test/t/lowercase_table3.test
  4523.     1.5 04/06/27 11:57:03 serg@serg.mylan +1 -1
  4524.     make lowercase_table3 to work
  4525.  
  4526. ChangeSet
  4527.   1.1616.566.48 04/06/27 01:32:52 serg@serg.mylan +1 -0
  4528.   memory leak in tz code closed
  4529.   (table opened in my_tz_init, was removed from thd->open_tables in
  4530.   tz_load_from_db w/o being unlocked, so it was stayng in open_cache
  4531.   forever preventing the latter from being free'd in table_cache_free)
  4532.  
  4533.   sql/tztime.cc
  4534.     1.8 04/06/27 01:32:47 serg@serg.mylan +4 -2
  4535.     memory leak in tz code closed
  4536.     (table opened in my_tz_init, was removed from thd->open_tables in
  4537.     tz_load_from_db w/o being unlocked, so it was stayng in open_cache
  4538.     forever preventing the latter from being free'd in table_cache_free)
  4539.  
  4540. ChangeSet
  4541.   1.1616.566.47 04/06/27 00:34:05 serg@serg.mylan +5 -0
  4542.   removed using lex->select_lex.options is SHOW TABLE [STATUS] commands (BUG#4288)
  4543.  
  4544.   sql/sql_yacc.yy
  4545.     1.203.1.133 04/06/27 00:33:59 serg@serg.mylan +1 -3
  4546.     removed unneed initialization of lex->select_lex.options
  4547.  
  4548.   sql/sql_parse.cc
  4549.     1.271.1.92 04/06/27 00:33:59 serg@serg.mylan +1 -1
  4550.     Use lex->describe instead of lex->select_lex.options
  4551.  
  4552.   mysql-test/t/ps.test
  4553.     1.11 04/06/27 00:33:59 serg@serg.mylan +12 -0
  4554.     SHOW TABLE STATUS test
  4555.  
  4556.   mysql-test/r/ps.result
  4557.     1.14 04/06/27 00:33:59 serg@serg.mylan +10 -0
  4558.     SHOW TABLE STATUS test
  4559.  
  4560.   mysql-test/r/func_group.result
  4561.     1.29.1.3 04/06/27 00:33:59 serg@serg.mylan +2 -2
  4562.     fixed
  4563.  
  4564. ChangeSet
  4565.   1.1616.566.46 04/06/26 23:55:38 serg@serg.mylan +3 -0
  4566.   correct eq() method for Item_param (BUG#4233)
  4567.  
  4568.   sql/item.h
  4569.     1.56.1.81 04/06/26 23:55:32 serg@serg.mylan +2 -0
  4570.     correct eq() method for Item_param
  4571.  
  4572.   mysql-test/t/ps.test
  4573.     1.10 04/06/26 23:55:32 serg@serg.mylan +15 -0
  4574.     eq() for parameters test
  4575.  
  4576.   mysql-test/r/ps.result
  4577.     1.13 04/06/26 23:55:32 serg@serg.mylan +17 -0
  4578.     eq() for parameters test
  4579.  
  4580. ChangeSet
  4581.   1.1616.566.45 04/06/26 23:00:23 serg@serg.mylan +1 -0
  4582.   restored --all as an alias to --create-options for backward compatibility
  4583.  
  4584.   client/mysqldump.c
  4585.     1.138 04/06/26 23:00:19 serg@serg.mylan +4 -1
  4586.     restored --all as an alias to --create-options for backward compatibility
  4587.  
  4588. ChangeSet
  4589.   1.1616.566.44 04/06/26 19:37:48 serg@serg.mylan +1 -0
  4590.   BUG#4276 - socket path too long
  4591.  
  4592.   sql/mysqld.cc
  4593.     1.356.1.122 04/06/26 19:37:43 serg@serg.mylan +6 -0
  4594.     BUG#4276 - socket path too long
  4595.  
  4596. ChangeSet
  4597.   1.1616.566.42 04/06/26 14:21:32 serg@serg.mylan +9 -0
  4598.   after merge fixed
  4599.  
  4600.   sql/sql_yacc.yy
  4601.     1.203.1.132 04/06/26 14:21:27 serg@serg.mylan +4 -5
  4602.     alias is not db-qualified
  4603.  
  4604.   sql/sql_select.cc
  4605.     1.216.1.132 04/06/26 14:21:27 serg@serg.mylan +4 -3
  4606.     after merge fixed
  4607.  
  4608.   sql/ha_berkeley.cc
  4609.     1.117.1.21 04/06/26 14:21:27 serg@serg.mylan +0 -6
  4610.     after merge fixed
  4611.  
  4612.   mysql-test/t/innodb_cache.test
  4613.     1.9 04/06/26 14:21:27 serg@serg.mylan +3 -3
  4614.     after merge fixed
  4615.  
  4616.   mysql-test/t/flush_table.test
  4617.     1.6 04/06/26 14:21:27 serg@serg.mylan +3 -59
  4618.     after merge fixed
  4619.     duplicated tests removed
  4620.  
  4621.   mysql-test/r/range.result
  4622.     1.28 04/06/26 14:21:26 serg@serg.mylan +1 -1
  4623.     after merge fixed
  4624.  
  4625.   mysql-test/r/innodb_cache.result
  4626.     1.11 04/06/26 14:21:26 serg@serg.mylan +4 -4
  4627.     after merge fixed
  4628.  
  4629.   mysql-test/r/func_group.result
  4630.     1.29.1.2 04/06/26 14:21:26 serg@serg.mylan +2 -2
  4631.     after merge fixed
  4632.  
  4633.   mysql-test/r/flush_table.result
  4634.     1.3 04/06/26 14:21:26 serg@serg.mylan +7 -61
  4635.     after merge fixed
  4636.     duplicated tests removed
  4637.  
  4638. ChangeSet
  4639.   1.1616.597.4 04/06/26 10:57:00 monty@mysql.com +3 -0
  4640.   Cleanup for creating windows source distribution
  4641.  
  4642.   scripts/mysql_create_system_tables.sh
  4643.     1.7.1.6 04/06/26 10:56:59 monty@mysql.com +0 -1
  4644.     Remove duplicate entry
  4645.  
  4646.   scripts/make_win_src_distribution.sh
  4647.     1.20 04/06/26 10:56:59 monty@mysql.com +10 -7
  4648.     Don't copy InstallShield files if we are in a normal bk tree
  4649.  
  4650.   BitKeeper/etc/ignore
  4651.     1.153.1.41 04/06/26 10:56:11 monty@mysql.com +1 -0
  4652.     added sql/mysql_tzinfo_to_sql.cc
  4653.  
  4654. ChangeSet
  4655.   1.1616.597.3 04/06/25 19:25:36 patg@krsna.patg.net +1 -0
  4656.   make_win_src_distribution.sh:
  4657.     4.1 tree must use installshield project files due to new tables
  4658.  
  4659.   scripts/make_win_src_distribution.sh
  4660.     1.19 04/06/25 19:25:24 patg@krsna.patg.net +1 -1
  4661.     4.1 tree must use installshield project files due to new tables
  4662.  
  4663. ChangeSet
  4664.   1.1616.597.2 04/06/25 19:11:46 patg@krsna.patg.net +1 -0
  4665.   mysql_create_system_tables.sh:
  4666.     fix to user table during make_win_src_distribution
  4667.  
  4668.   scripts/mysql_create_system_tables.sh
  4669.     1.7.1.5 04/06/25 19:11:11 patg@krsna.patg.net +4 -1
  4670.     fix to user table during make_win_src_distribution
  4671.  
  4672. ChangeSet
  4673.   1.1616.597.1 04/06/26 04:54:11 konstantin@mysql.com +2 -0
  4674.   Fix for compilation failure on high-byte-first platforms.
  4675.  
  4676.   libmysql/libmysql.c
  4677.     1.156.1.98 04/06/26 04:54:09 konstantin@mysql.com +3 -3
  4678.     - suppress possible warnings
  4679.  
  4680.   include/my_global.h
  4681.     1.47.1.19 04/06/26 04:54:08 konstantin@mysql.com +14 -13
  4682.     Fix for libmysql compilation failure on high-byte-first systems:
  4683.     - add typecasting to char * in shortstore, longstore, doublestore macros 
  4684.  
  4685. ChangeSet
  4686.   1.1616.596.1 04/06/25 21:43:02 serg@serg.mylan +2 -0
  4687.   release cursors in return_zero_rows
  4688.  
  4689.   sql/sql_select.cc
  4690.     1.216.79.1 04/06/25 21:42:57 serg@serg.mylan +2 -0
  4691.     release cursors in return_zero_rows
  4692.  
  4693.   sql/opt_range.cc
  4694.     1.98.8.1 04/06/25 21:42:57 serg@serg.mylan +1 -4
  4695.     incorrect fix removed. range optimizer is made slightly more stable vs. compiler optimizations
  4696.  
  4697. ChangeSet
  4698.   1.1616.566.40 04/06/25 23:21:14 konstantin@mysql.com +1 -0
  4699.   Fix for 'make dist' 'make distclean' goals work even if ./configure
  4700.   called without NDB enabled.
  4701.  
  4702.   mysql-test/Makefile.am
  4703.     1.31 04/06/25 23:21:12 konstantin@mysql.com +7 -0
  4704.     Fix for 'make dist' 'make distclean' goals work even if ./configure
  4705.     called without NDB enabled.
  4706.  
  4707. ChangeSet
  4708.   1.1616.594.3 04/06/25 21:56:23 monty@mysql.com +5 -0
  4709.   After merge fixes
  4710.  
  4711.   sql/sql_insert.cc
  4712.     1.86.2.54 04/06/25 21:56:21 monty@mysql.com +4 -2
  4713.     Fixed indentation
  4714.  
  4715.   sql/sql_handler.cc
  4716.     1.53 04/06/25 21:56:21 monty@mysql.com +1 -1
  4717.     Fixed typo during merge
  4718.  
  4719.   sql/opt_range.cc
  4720.     1.98.1.25 04/06/25 21:56:21 monty@mysql.com +3 -1
  4721.     Make bdb.test repeatable (and assume that table scans is a little bit slower)
  4722.  
  4723.   sql-common/client.c
  4724.     1.46.1.19 04/06/25 21:56:21 monty@mysql.com +4 -0
  4725.     Allow client.c to compile after changes to mysql.h
  4726.  
  4727.   include/mysql.h
  4728.     1.132 04/06/25 21:56:21 monty@mysql.com +0 -1
  4729.     Cleanup
  4730.  
  4731. ChangeSet
  4732.   1.1616.595.1 04/06/25 21:04:48 dlenev@brandersnatch.localdomain +3 -0
  4733.   Removed mysql_tzinfo_to_sql dependancy on sql/mysql_priv.h for circumventing
  4734.   problems with unresolved dependancies on some platforms.
  4735.  
  4736.   sql/tztime.h
  4737.     1.2 04/06/25 21:04:45 dlenev@brandersnatch.localdomain +8 -0
  4738.     Moved my_time_t definitions to tztime.h to avoid mysql_tzinfo_to_sql dependancy
  4739.     on mysql_priv.h. 
  4740.  
  4741.   sql/tztime.cc
  4742.     1.7 04/06/25 21:04:44 dlenev@brandersnatch.localdomain +14 -0
  4743.     Removed mysql_tzinfo_to_sql dependancy from mysql_priv.h
  4744.  
  4745.   sql/mysql_priv.h
  4746.     1.186.1.113 04/06/25 21:04:42 dlenev@brandersnatch.localdomain +0 -8
  4747.     Moved my_time_t definitions to tztime.h to avoid mysql_tzinfo_to_sql dependancy
  4748.     on mysql_priv.h. 
  4749.  
  4750.   scripts/make_win_src_distribution.sh
  4751.     1.7.2.1 04/06/25 19:48:03 monty@mysql.com +0 -0
  4752.     Change mode to -rw-rw-r--
  4753.  
  4754. ChangeSet
  4755.   1.1346.651.3 04/06/25 18:54:43 monty@mysql.com +2 -0
  4756.   Add missing .cnf files to windows installation (Bug #4216)
  4757.  
  4758.   scripts/make_win_src_distribution.sh
  4759.     1.7.1.5 04/06/25 18:54:42 monty@mysql.com +17 -12
  4760.     Add missing .cnf files (Bug #4216)
  4761.     Align code with MySQL 4.1
  4762.  
  4763.   scripts/make_win_binary_distribution.sh
  4764.     1.2 04/06/25 18:54:42 monty@mysql.com +4 -1
  4765.     Add missing .cnf files (Bug #4216)
  4766.  
  4767. ChangeSet
  4768.   1.1616.594.1 04/06/25 18:49:36 monty@mysql.com +19 -0
  4769.   Added missing root user to mysql.user on windows. (Bug #4242)
  4770.   Set default max_allowed_packet to be able to read help tables even if an my.cnf file with this option is present. (Bug #3938)
  4771.   Don't use default arguments for ha_rnd_init()
  4772.   Simple code cleanups since last pull
  4773.   
  4774.  
  4775.   sql/sql_select.cc
  4776.     1.216.1.129 04/06/25 18:49:10 monty@mysql.com +3 -3
  4777.     Don't use default arguments for ha_rnd_init()
  4778.  
  4779.   sql/records.cc
  4780.     1.19.1.8 04/06/25 18:49:10 monty@mysql.com +1 -1
  4781.     Don't use default arguments for ha_rnd_init()
  4782.  
  4783.   sql/handler.h
  4784.     1.89.1.29 04/06/25 18:49:10 monty@mysql.com +2 -2
  4785.     Keep bool variables together (better alignment)
  4786.  
  4787.   sql/handler.cc
  4788.     1.103.1.34 04/06/25 18:49:10 monty@mysql.com +2 -4
  4789.     Code cleanup
  4790.  
  4791.   sql/ha_ndbcluster.h
  4792.     1.14 04/06/25 18:49:10 monty@mysql.com +1 -1
  4793.     Don't use default arguments for ha_rnd_init()
  4794.  
  4795.   sql/ha_myisammrg.h
  4796.     1.34 04/06/25 18:49:10 monty@mysql.com +1 -1
  4797.     Don't use default arguments for ha_rnd_init()
  4798.  
  4799.   sql/ha_myisam.h
  4800.     1.60 04/06/25 18:49:10 monty@mysql.com +1 -1
  4801.     Don't use default arguments for ha_rnd_init()
  4802.  
  4803.   sql/ha_myisam.cc
  4804.     1.115.1.31 04/06/25 18:49:10 monty@mysql.com +24 -23
  4805.     Fixed wrong previous patch (New code used 'and' between two conditions when it should be 'or' as in original code)
  4806.  
  4807.   sql/ha_isammrg.h
  4808.     1.21 04/06/25 18:49:10 monty@mysql.com +1 -1
  4809.     Don't use default arguments for ha_rnd_init()
  4810.  
  4811.   sql/ha_isam.h
  4812.     1.27 04/06/25 18:49:10 monty@mysql.com +1 -1
  4813.     Don't use default arguments for ha_rnd_init()
  4814.  
  4815.   sql/ha_innodb.h
  4816.     1.57.1.10 04/06/25 18:49:10 monty@mysql.com +1 -1
  4817.     Don't use default arguments for ha_rnd_init()
  4818.  
  4819.   sql/ha_heap.h
  4820.     1.26.1.2 04/06/25 18:49:10 monty@mysql.com +1 -1
  4821.     Don't use default arguments for ha_rnd_init()
  4822.  
  4823.   sql/ha_berkeley.h
  4824.     1.57.1.7 04/06/25 18:49:10 monty@mysql.com +1 -1
  4825.     Don't use default arguments for ha_rnd_init()
  4826.  
  4827.   sql/ha_berkeley.cc
  4828.     1.117.1.19 04/06/25 18:49:10 monty@mysql.com +6 -2
  4829.     Better to use #ifdef than // to disable code
  4830.     Removed not needed setting of active_index (It's set in index_end)
  4831.  
  4832.   sql/filesort.cc
  4833.     1.70.1.16 04/06/25 18:49:10 monty@mysql.com +1 -1
  4834.     Don't use default arguments for ha_rnd_init()
  4835.  
  4836.   scripts/mysql_install_db.sh
  4837.     1.37.1.27 04/06/25 18:49:10 monty@mysql.com +1 -1
  4838.     Set default max_allowed_packet to be able to read help tables even if an my.cnf file with this option is present. (Bug #3938)
  4839.  
  4840.   scripts/mysql_create_system_tables.sh
  4841.     1.7.1.4 04/06/25 18:49:10 monty@mysql.com +3 -2
  4842.     Added missing root user to mysql.user on windows. (Bug #4242)
  4843.  
  4844.   scripts/make_win_src_distribution.sh
  4845.     1.17 04/06/25 18:49:10 monty@mysql.com +1 -2
  4846.     Safer remove of SCCS directories
  4847.  
  4848.   scripts/make_win_src_distribution.sh
  4849.     1.16 04/06/25 17:01:52 monty@mysql.com +0 -0
  4850.     Change mode to -rw-rw-r--
  4851.  
  4852.   scripts/fill_func_tables.sh
  4853.     1.2 04/06/25 17:00:30 monty@mysql.com +0 -0
  4854.     Change mode to -rw-rw-r--
  4855.  
  4856. ChangeSet
  4857.   1.1616.593.1 04/06/25 16:00:17 lenz@mysql.com +142 -0
  4858.    - removed the VC++Files/InstallShield directory per Montys request
  4859.      (moved it into another BK tree instead)
  4860.  
  4861.   BitKeeper/deleted/.del-Setup.rul~4b7637f769f52a25
  4862.     1.2 04/06/25 15:57:18 lenz@mysql.com +0 -0
  4863.     Delete: VC++Files/InstallShield/Script Files/Setup.rul
  4864.  
  4865.   BitKeeper/deleted/.del-Setup.obs~4fd60fb740a22ea
  4866.     1.2 04/06/25 15:57:18 lenz@mysql.com +0 -0
  4867.     Delete: VC++Files/InstallShield/Script Files/Setup.obs
  4868.  
  4869.   BitKeeper/deleted/.del-Setup.ins~f3a796be563fc9bd
  4870.     1.2 04/06/25 15:57:18 lenz@mysql.com +0 -0
  4871.     Delete: VC++Files/InstallShield/Script Files/Setup.ins
  4872.  
  4873.   BitKeeper/deleted/.del-Setup.ino~b3932b7bb121e4ec
  4874.     1.2 04/06/25 15:57:18 lenz@mysql.com +0 -0
  4875.     Delete: VC++Files/InstallShield/Script Files/Setup.ino
  4876.  
  4877.   BitKeeper/deleted/.del-Setup.dbg~cd24ecd832b2e2f
  4878.     1.2 04/06/25 15:57:18 lenz@mysql.com +0 -0
  4879.     Delete: VC++Files/InstallShield/Script Files/Setup.dbg
  4880.  
  4881.   BitKeeper/deleted/.del-value.shl~358b883967c1285b
  4882.     1.2 04/06/25 15:57:17 lenz@mysql.com +0 -0
  4883.     Delete: VC++Files/InstallShield/4.1.XX-pro/String Tables/0009-English/value.shl
  4884.  
  4885.   BitKeeper/deleted/.del-setup.bmp~c14772c028869268
  4886.     1.2 04/06/25 15:57:17 lenz@mysql.com +0 -0
  4887.     Delete: VC++Files/InstallShield/4.1.XX-pro/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  4888.  
  4889.   BitKeeper/deleted/.del-Setup.tsb~cbf0b4216f1fc07a
  4890.     1.2 04/06/25 15:57:17 lenz@mysql.com +0 -0
  4891.     Delete: VC++Files/InstallShield/4.1.XX-pro/Text Substitutions/Setup.tsb
  4892.  
  4893.   BitKeeper/deleted/.del-Default.shl~dfd37ac3a14f1c26
  4894.     1.2 04/06/25 15:57:17 lenz@mysql.com +0 -0
  4895.     Delete: VC++Files/InstallShield/4.1.XX-pro/String Tables/Default.shl
  4896.  
  4897.   BitKeeper/deleted/.del-Default.shl~49bfb4a6b7be3ae6
  4898.     1.2 04/06/25 15:57:17 lenz@mysql.com +0 -0
  4899.     Delete: VC++Files/InstallShield/4.1.XX-pro/Shell Objects/Default.shl
  4900.  
  4901.   BitKeeper/deleted/.del-Build.tsb~3ad8803f587e4caa
  4902.     1.2 04/06/25 15:57:17 lenz@mysql.com +0 -0
  4903.     Delete: VC++Files/InstallShield/4.1.XX-pro/Text Substitutions/Build.tsb
  4904.  
  4905.   BitKeeper/deleted/.del-setup.rul~d2b63cdb81ac804d
  4906.     1.2 04/06/25 15:57:16 lenz@mysql.com +0 -0
  4907.     Delete: VC++Files/InstallShield/4.1.XX-pro/Script Files/setup.rul
  4908.  
  4909.   BitKeeper/deleted/.del-infolist.txt~c82d6e1266aed24c
  4910.     1.2 04/06/25 15:57:16 lenz@mysql.com +0 -0
  4911.     Delete: VC++Files/InstallShield/4.1.XX-pro/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  4912.  
  4913.   BitKeeper/deleted/.del-Setup.rul.old~9030a494640d6daa
  4914.     1.2 04/06/25 15:57:16 lenz@mysql.com +0 -0
  4915.     Delete: VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.rul.old
  4916.  
  4917.   BitKeeper/deleted/.del-Setup.obs~64620a6aef850ccd
  4918.     1.2 04/06/25 15:57:16 lenz@mysql.com +0 -0
  4919.     Delete: VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.obs
  4920.  
  4921.   BitKeeper/deleted/.del-Setup.ins~96063fd05aef5bdd
  4922.     1.2 04/06/25 15:57:16 lenz@mysql.com +0 -0
  4923.     Delete: VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.ins
  4924.  
  4925.   BitKeeper/deleted/.del-Setup.ino~38f5a71ce8fcbe9
  4926.     1.2 04/06/25 15:57:16 lenz@mysql.com +0 -0
  4927.     Delete: VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.ino
  4928.  
  4929.   BitKeeper/deleted/.del-Setup.dbg~212d5bfdb120acb6
  4930.     1.2 04/06/25 15:57:15 lenz@mysql.com +0 -0
  4931.     Delete: VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.dbg
  4932.  
  4933.   BitKeeper/deleted/.del-Servers.fgl~d05b8c0ae046fa41
  4934.     1.2 04/06/25 15:57:15 lenz@mysql.com +0 -0
  4935.     Delete: VC++Files/InstallShield/4.1.XX-pro/File Groups/Servers.fgl
  4936.  
  4937.   BitKeeper/deleted/.del-Grant Tables.fgl~47169111ae90357a
  4938.     1.2 04/06/25 15:57:15 lenz@mysql.com +0 -0
  4939.     Delete: VC++Files/InstallShield/4.1.XX-pro/File Groups/Grant Tables.fgl
  4940.  
  4941.   BitKeeper/deleted/.del-Documentation.fgl~d9e4c6ada79d1bac
  4942.     1.2 04/06/25 15:57:15 lenz@mysql.com +0 -0
  4943.     Delete: VC++Files/InstallShield/4.1.XX-pro/File Groups/Documentation.fgl
  4944.  
  4945.   BitKeeper/deleted/.del-Default.rge~182983f3c2d89dd
  4946.     1.2 04/06/25 15:57:15 lenz@mysql.com +0 -0
  4947.     Delete: VC++Files/InstallShield/4.1.XX-pro/Registry Entries/Default.rge
  4948.  
  4949.   BitKeeper/deleted/.del-4.1.XX-pro.ipr~d3a8737b2c663290
  4950.     1.2 04/06/25 15:57:15 lenz@mysql.com +0 -0
  4951.     Delete: VC++Files/InstallShield/4.1.XX-pro/4.1.XX-pro.ipr
  4952.  
  4953.   BitKeeper/deleted/.del-Setup.tsb~f8934afe5f574bdd
  4954.     1.2 04/06/25 15:57:14 lenz@mysql.com +0 -0
  4955.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Text Substitutions/Setup.tsb
  4956.  
  4957.   BitKeeper/deleted/.del-Development.fgl~ed903f815ee63bcb
  4958.     1.2 04/06/25 15:57:14 lenz@mysql.com +0 -0
  4959.     Delete: VC++Files/InstallShield/4.1.XX-pro/File Groups/Development.fgl
  4960.  
  4961.   BitKeeper/deleted/.del-Default.shl~4c733f5e5a550568
  4962.     1.2 04/06/25 15:57:14 lenz@mysql.com +0 -0
  4963.     Delete: VC++Files/InstallShield/4.1.XX-gpl/String Tables/Default.shl
  4964.  
  4965.   BitKeeper/deleted/.del-Default.fgl~15216384a36ae045
  4966.     1.2 04/06/25 15:57:14 lenz@mysql.com +0 -0
  4967.     Delete: VC++Files/InstallShield/4.1.XX-pro/Component Definitions/Default.fgl
  4968.  
  4969.   BitKeeper/deleted/.del-Default.fdf~5ceb672212520fa2
  4970.     1.2 04/06/25 15:57:14 lenz@mysql.com +0 -0
  4971.     Delete: VC++Files/InstallShield/4.1.XX-pro/File Groups/Default.fdf
  4972.  
  4973.   BitKeeper/deleted/.del-Default.cdf~7223553f7189e23c
  4974.     1.2 04/06/25 15:57:14 lenz@mysql.com +0 -0
  4975.     Delete: VC++Files/InstallShield/4.1.XX-pro/Component Definitions/Default.cdf
  4976.  
  4977.   BitKeeper/deleted/.del-Clients and Tools.fgl~1b0f3a93a76880b6
  4978.     1.2 04/06/25 15:57:14 lenz@mysql.com +0 -0
  4979.     Delete: VC++Files/InstallShield/4.1.XX-pro/File Groups/Clients and Tools.fgl
  4980.  
  4981.   BitKeeper/deleted/.del-Build.tsb~90ad5f0b7f8ac7d4
  4982.     1.2 04/06/25 15:57:14 lenz@mysql.com +0 -0
  4983.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Text Substitutions/Build.tsb
  4984.  
  4985.   BitKeeper/deleted/.del-value.shl~76bc7b15a3f85461
  4986.     1.2 04/06/25 15:57:13 lenz@mysql.com +0 -0
  4987.     Delete: VC++Files/InstallShield/4.1.XX-gpl/String Tables/0009-English/value.shl
  4988.  
  4989.   BitKeeper/deleted/.del-setup.rul~da60fc2eeb0a2b65
  4990.     1.2 04/06/25 15:57:13 lenz@mysql.com +0 -0
  4991.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Script Files/setup.rul
  4992.  
  4993.   BitKeeper/deleted/.del-setup.bmp~f86070b6f6eae728
  4994.     1.2 04/06/25 15:57:13 lenz@mysql.com +0 -0
  4995.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  4996.  
  4997.   BitKeeper/deleted/.del-infolist.txt~ea6e889113272829
  4998.     1.2 04/06/25 15:57:13 lenz@mysql.com +0 -0
  4999.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5000.  
  5001.   BitKeeper/deleted/.del-Setup.rul.old~248669ae84dc238b
  5002.     1.2 04/06/25 15:57:13 lenz@mysql.com +0 -0
  5003.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.rul.old
  5004.  
  5005.   BitKeeper/deleted/.del-Default.shl~fd30955919785bdc
  5006.     1.2 04/06/25 15:57:13 lenz@mysql.com +0 -0
  5007.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Shell Objects/Default.shl
  5008.  
  5009.   BitKeeper/deleted/.del-Setup.obs~523a1459782433bf
  5010.     1.2 04/06/25 15:57:12 lenz@mysql.com +0 -0
  5011.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.obs
  5012.  
  5013.   BitKeeper/deleted/.del-Setup.ins~77fa34bac070a42f
  5014.     1.2 04/06/25 15:57:12 lenz@mysql.com +0 -0
  5015.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.ins
  5016.  
  5017.   BitKeeper/deleted/.del-Setup.ino~ec4ed614ca648f0c
  5018.     1.2 04/06/25 15:57:12 lenz@mysql.com +0 -0
  5019.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.ino
  5020.  
  5021.   BitKeeper/deleted/.del-Setup.dbg~50904d3a4c3ce326
  5022.     1.2 04/06/25 15:57:12 lenz@mysql.com +0 -0
  5023.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.dbg
  5024.  
  5025.   BitKeeper/deleted/.del-4.1.XX-gpl.ipr~1ef9c8dd6b2c260a
  5026.     1.2 04/06/25 15:57:12 lenz@mysql.com +0 -0
  5027.     Delete: VC++Files/InstallShield/4.1.XX-gpl/4.1.XX-gpl.ipr
  5028.  
  5029.   BitKeeper/deleted/.del-Servers.fgl~3c93fd095c43d910
  5030.     1.2 04/06/25 15:57:11 lenz@mysql.com +0 -0
  5031.     Delete: VC++Files/InstallShield/4.1.XX-gpl/File Groups/Servers.fgl
  5032.  
  5033.   BitKeeper/deleted/.del-Grant Tables.fgl~c4d1d3c2196ba489
  5034.     1.2 04/06/25 15:57:11 lenz@mysql.com +0 -0
  5035.     Delete: VC++Files/InstallShield/4.1.XX-gpl/File Groups/Grant Tables.fgl
  5036.  
  5037.   BitKeeper/deleted/.del-Documentation.fgl~d3b32a44ccef30cf
  5038.     1.2 04/06/25 15:57:11 lenz@mysql.com +0 -0
  5039.     Delete: VC++Files/InstallShield/4.1.XX-gpl/File Groups/Documentation.fgl
  5040.  
  5041.   BitKeeper/deleted/.del-Development.fgl~4212e9d59f5dded6
  5042.     1.2 04/06/25 15:57:11 lenz@mysql.com +0 -0
  5043.     Delete: VC++Files/InstallShield/4.1.XX-gpl/File Groups/Development.fgl
  5044.  
  5045.   BitKeeper/deleted/.del-Default.rge~aa8ec10d20cc2ea6
  5046.     1.2 04/06/25 15:57:11 lenz@mysql.com +0 -0
  5047.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Registry Entries/Default.rge
  5048.  
  5049.   BitKeeper/deleted/.del-Default.fdf~ecc75c1fdcbe199
  5050.     1.2 04/06/25 15:57:11 lenz@mysql.com +0 -0
  5051.     Delete: VC++Files/InstallShield/4.1.XX-gpl/File Groups/Default.fdf
  5052.  
  5053.   BitKeeper/deleted/.del-value.shl~91651502780ef02d
  5054.     1.2 04/06/25 15:57:10 lenz@mysql.com +0 -0
  5055.     Delete: VC++Files/InstallShield/4.1.XX-classic/String Tables/0009-English/value.shl
  5056.  
  5057.   BitKeeper/deleted/.del-Setup.tsb~7f688fa1a1305779
  5058.     1.2 04/06/25 15:57:10 lenz@mysql.com +0 -0
  5059.     Delete: VC++Files/InstallShield/4.1.XX-classic/Text Substitutions/Setup.tsb
  5060.  
  5061.   BitKeeper/deleted/.del-Default.shl~97ed43aad5287eb3
  5062.     1.2 04/06/25 15:57:10 lenz@mysql.com +0 -0
  5063.     Delete: VC++Files/InstallShield/4.1.XX-classic/String Tables/Default.shl
  5064.  
  5065.   BitKeeper/deleted/.del-Default.fgl~2ca50676b41365a1
  5066.     1.2 04/06/25 15:57:10 lenz@mysql.com +0 -0
  5067.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Component Definitions/Default.fgl
  5068.  
  5069.   BitKeeper/deleted/.del-Default.cdf~2acf82e34190f422
  5070.     1.2 04/06/25 15:57:10 lenz@mysql.com +0 -0
  5071.     Delete: VC++Files/InstallShield/4.1.XX-gpl/Component Definitions/Default.cdf
  5072.  
  5073.   BitKeeper/deleted/.del-Clients and Tools.fgl~bfb5a5bca615aa7b
  5074.     1.2 04/06/25 15:57:10 lenz@mysql.com +0 -0
  5075.     Delete: VC++Files/InstallShield/4.1.XX-gpl/File Groups/Clients and Tools.fgl
  5076.  
  5077.   BitKeeper/deleted/.del-Build.tsb~a33d3beb4a03d10a
  5078.     1.2 04/06/25 15:57:10 lenz@mysql.com +0 -0
  5079.     Delete: VC++Files/InstallShield/4.1.XX-classic/Text Substitutions/Build.tsb
  5080.  
  5081.   BitKeeper/deleted/.del-setup.rul~d4ed758f1dfd1aea
  5082.     1.2 04/06/25 15:57:09 lenz@mysql.com +0 -0
  5083.     Delete: VC++Files/InstallShield/4.1.XX-classic/Script Files/setup.rul
  5084.  
  5085.   BitKeeper/deleted/.del-setup.bmp~fb43da1cf301abc0
  5086.     1.2 04/06/25 15:57:09 lenz@mysql.com +0 -0
  5087.     Delete: VC++Files/InstallShield/4.1.XX-classic/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5088.  
  5089.   BitKeeper/deleted/.del-infolist.txt~7bf03fefb6c8d966
  5090.     1.2 04/06/25 15:57:09 lenz@mysql.com +0 -0
  5091.     Delete: VC++Files/InstallShield/4.1.XX-classic/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5092.  
  5093.   BitKeeper/deleted/.del-Setup.rul.old~ebca9651260dc1e
  5094.     1.2 04/06/25 15:57:09 lenz@mysql.com +0 -0
  5095.     Delete: VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.rul.old
  5096.  
  5097.   BitKeeper/deleted/.del-Default.shl~a62e3dc1dbd86b19
  5098.     1.2 04/06/25 15:57:09 lenz@mysql.com +0 -0
  5099.     Delete: VC++Files/InstallShield/4.1.XX-classic/Shell Objects/Default.shl
  5100.  
  5101.   BitKeeper/deleted/.del-Setup.obs~e616ceb8e2f038b
  5102.     1.2 04/06/25 15:57:08 lenz@mysql.com +0 -0
  5103.     Delete: VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.obs
  5104.  
  5105.   BitKeeper/deleted/.del-Setup.ins~2aa4ceafa981c904
  5106.     1.2 04/06/25 15:57:08 lenz@mysql.com +0 -0
  5107.     Delete: VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.ins
  5108.  
  5109.   BitKeeper/deleted/.del-Setup.ino~b11e1526c27a69ac
  5110.     1.2 04/06/25 15:57:08 lenz@mysql.com +0 -0
  5111.     Delete: VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.ino
  5112.  
  5113.   BitKeeper/deleted/.del-Setup.dbg~c9d441dd9eab9848
  5114.     1.2 04/06/25 15:57:08 lenz@mysql.com +0 -0
  5115.     Delete: VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.dbg
  5116.  
  5117.   BitKeeper/deleted/.del-Servers.fgl~8660bf8e58bb8c46
  5118.     1.2 04/06/25 15:57:08 lenz@mysql.com +0 -0
  5119.     Delete: VC++Files/InstallShield/4.1.XX-classic/File Groups/Servers.fgl
  5120.  
  5121.   BitKeeper/deleted/.del-4.1.XX-classic.ipr~ab85e2e8f9fba85f
  5122.     1.2 04/06/25 15:57:08 lenz@mysql.com +0 -0
  5123.     Delete: VC++Files/InstallShield/4.1.XX-classic/4.1.XX-classic.ipr
  5124.  
  5125.   BitKeeper/deleted/.del-Grant Tables.fgl~fad9ca55f7f65bd8
  5126.     1.2 04/06/25 15:57:07 lenz@mysql.com +0 -0
  5127.     Delete: VC++Files/InstallShield/4.1.XX-classic/File Groups/Grant Tables.fgl
  5128.  
  5129.   BitKeeper/deleted/.del-Documentation.fgl~93cd161ff57066b7
  5130.     1.2 04/06/25 15:57:07 lenz@mysql.com +0 -0
  5131.     Delete: VC++Files/InstallShield/4.1.XX-classic/File Groups/Documentation.fgl
  5132.  
  5133.   BitKeeper/deleted/.del-Development.fgl~a4bf062672f150ab
  5134.     1.2 04/06/25 15:57:07 lenz@mysql.com +0 -0
  5135.     Delete: VC++Files/InstallShield/4.1.XX-classic/File Groups/Development.fgl
  5136.  
  5137.   BitKeeper/deleted/.del-Default.fgl~9ff0bebf571edd92
  5138.     1.2 04/06/25 15:57:07 lenz@mysql.com +0 -0
  5139.     Delete: VC++Files/InstallShield/4.1.XX-classic/Component Definitions/Default.fgl
  5140.  
  5141.   BitKeeper/deleted/.del-Default.fdf~bae55f5ef75fb20
  5142.     1.2 04/06/25 15:57:07 lenz@mysql.com +0 -0
  5143.     Delete: VC++Files/InstallShield/4.1.XX-classic/File Groups/Default.fdf
  5144.  
  5145.   BitKeeper/deleted/.del-Default.cdf~21d59372769a480b
  5146.     1.2 04/06/25 15:57:07 lenz@mysql.com +0 -0
  5147.     Delete: VC++Files/InstallShield/4.1.XX-classic/Component Definitions/Default.cdf
  5148.  
  5149.   BitKeeper/deleted/.del-Clients and Tools.fgl~105c8773e185916b
  5150.     1.2 04/06/25 15:57:07 lenz@mysql.com +0 -0
  5151.     Delete: VC++Files/InstallShield/4.1.XX-classic/File Groups/Clients and Tools.fgl
  5152.  
  5153.   BitKeeper/deleted/.del-value.shl~79f89b845796b76f
  5154.     1.4 04/06/25 15:57:06 lenz@mysql.com +0 -0
  5155.     Delete: VC++Files/InstallShield/4.0.XX-pro/String Tables/0009-English/value.shl
  5156.  
  5157.   BitKeeper/deleted/.del-setup.bmp~12a72abe3e2d4504
  5158.     1.2 04/06/25 15:57:06 lenz@mysql.com +0 -0
  5159.     Delete: VC++Files/InstallShield/4.0.XX-pro/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5160.  
  5161.   BitKeeper/deleted/.del-Setup.tsb~f72bf507743c85a
  5162.     1.2 04/06/25 15:57:06 lenz@mysql.com +0 -0
  5163.     Delete: VC++Files/InstallShield/4.0.XX-pro/Text Substitutions/Setup.tsb
  5164.  
  5165.   BitKeeper/deleted/.del-Default.shl~8442d4f931175ce4
  5166.     1.2 04/06/25 15:57:06 lenz@mysql.com +0 -0
  5167.     Delete: VC++Files/InstallShield/4.0.XX-pro/String Tables/Default.shl
  5168.  
  5169.   BitKeeper/deleted/.del-Default.shl~756db7a4f061ef5a
  5170.     1.2 04/06/25 15:57:06 lenz@mysql.com +0 -0
  5171.     Delete: VC++Files/InstallShield/4.0.XX-pro/Shell Objects/Default.shl
  5172.  
  5173.   BitKeeper/deleted/.del-Build.tsb~feef4151eb46197c
  5174.     1.2 04/06/25 15:57:06 lenz@mysql.com +0 -0
  5175.     Delete: VC++Files/InstallShield/4.0.XX-pro/Text Substitutions/Build.tsb
  5176.  
  5177.   BitKeeper/deleted/.del-setup.rul~7e5ceffa1633b324
  5178.     1.2 04/06/25 15:57:05 lenz@mysql.com +0 -0
  5179.     Delete: VC++Files/InstallShield/4.0.XX-pro/Script Files/setup.rul
  5180.  
  5181.   BitKeeper/deleted/.del-infolist.txt~dac49e5a74c0bc49
  5182.     1.3 04/06/25 15:57:05 lenz@mysql.com +0 -0
  5183.     Delete: VC++Files/InstallShield/4.0.XX-pro/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5184.  
  5185.   BitKeeper/deleted/.del-Setup.rul.old~cda35eff331ba28
  5186.     1.3 04/06/25 15:57:05 lenz@mysql.com +0 -0
  5187.     Delete: VC++Files/InstallShield/4.0.XX-pro/Script Files/Setup.rul.old
  5188.  
  5189.   BitKeeper/deleted/.del-Setup.obs~5350fafc16a5f824
  5190.     1.2 04/06/25 15:57:05 lenz@mysql.com +0 -0
  5191.     Delete: VC++Files/InstallShield/4.0.XX-pro/Script Files/Setup.obs
  5192.  
  5193.   BitKeeper/deleted/.del-Setup.ins~cca39d17ddbeb287
  5194.     1.2 04/06/25 15:57:05 lenz@mysql.com +0 -0
  5195.     Delete: VC++Files/InstallShield/4.0.XX-pro/Script Files/Setup.ins
  5196.  
  5197.   BitKeeper/deleted/.del-Setup.ino~428cd086735edb
  5198.     1.2 04/06/25 15:57:04 lenz@mysql.com +0 -0
  5199.     Delete: VC++Files/InstallShield/4.0.XX-pro/Script Files/Setup.ino
  5200.  
  5201.   BitKeeper/deleted/.del-Setup.dbg~bc0ea214cda7c317
  5202.     1.2 04/06/25 15:57:04 lenz@mysql.com +0 -0
  5203.     Delete: VC++Files/InstallShield/4.0.XX-pro/Script Files/Setup.dbg
  5204.  
  5205.   BitKeeper/deleted/.del-Servers.fgl~23867318e40f08ab
  5206.     1.4 04/06/25 15:57:04 lenz@mysql.com +0 -0
  5207.     Delete: VC++Files/InstallShield/4.0.XX-pro/File Groups/Servers.fgl
  5208.  
  5209.   BitKeeper/deleted/.del-Grant Tables.fgl~11f1ba8dd2959c0
  5210.     1.2 04/06/25 15:57:04 lenz@mysql.com +0 -0
  5211.     Delete: VC++Files/InstallShield/4.0.XX-pro/File Groups/Grant Tables.fgl
  5212.  
  5213.   BitKeeper/deleted/.del-Documentation.fgl~77f5dc6633481f26
  5214.     1.2 04/06/25 15:57:04 lenz@mysql.com +0 -0
  5215.     Delete: VC++Files/InstallShield/4.0.XX-pro/File Groups/Documentation.fgl
  5216.  
  5217.   BitKeeper/deleted/.del-Default.rge~5b912d9ca1ac7bca
  5218.     1.2 04/06/25 15:57:04 lenz@mysql.com +0 -0
  5219.     Delete: VC++Files/InstallShield/4.0.XX-pro/Registry Entries/Default.rge
  5220.  
  5221.   BitKeeper/deleted/.del-4.0.XX-pro.ipr~af4304a46891ea4f
  5222.     1.2 04/06/25 15:57:04 lenz@mysql.com +0 -0
  5223.     Delete: VC++Files/InstallShield/4.0.XX-pro/4.0.XX-pro.ipr
  5224.  
  5225.   BitKeeper/deleted/.del-Setup.tsb~72f2ecdeb296ae24
  5226.     1.2 04/06/25 15:57:03 lenz@mysql.com +0 -0
  5227.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Text Substitutions/Setup.tsb
  5228.  
  5229.   BitKeeper/deleted/.del-Development.fgl~d2fa1510dfb65f72
  5230.     1.3 04/06/25 15:57:03 lenz@mysql.com +0 -0
  5231.     Delete: VC++Files/InstallShield/4.0.XX-pro/File Groups/Development.fgl
  5232.  
  5233.   BitKeeper/deleted/.del-Default.fgl~aa69adc3d2c9d8e
  5234.     1.2 04/06/25 15:57:03 lenz@mysql.com +0 -0
  5235.     Delete: VC++Files/InstallShield/4.0.XX-pro/Component Definitions/Default.fgl
  5236.  
  5237.   BitKeeper/deleted/.del-Default.fdf~34238898d44490
  5238.     1.2 04/06/25 15:57:03 lenz@mysql.com +0 -0
  5239.     Delete: VC++Files/InstallShield/4.0.XX-pro/File Groups/Default.fdf
  5240.  
  5241.   BitKeeper/deleted/.del-Default.cdf~49cc1dec1e65c351
  5242.     1.2 04/06/25 15:57:03 lenz@mysql.com +0 -0
  5243.     Delete: VC++Files/InstallShield/4.0.XX-pro/Component Definitions/Default.cdf
  5244.  
  5245.   BitKeeper/deleted/.del-Clients and Tools.fgl~14feac1c737b4104
  5246.     1.3 04/06/25 15:57:03 lenz@mysql.com +0 -0
  5247.     Delete: VC++Files/InstallShield/4.0.XX-pro/File Groups/Clients and Tools.fgl
  5248.  
  5249.   BitKeeper/deleted/.del-value.shl~926e24e7dc9e4e79
  5250.     1.4 04/06/25 15:57:02 lenz@mysql.com +0 -0
  5251.     Delete: VC++Files/InstallShield/4.0.XX-gpl/String Tables/0009-English/value.shl
  5252.  
  5253.   BitKeeper/deleted/.del-setup.bmp~2e4262a3dfa4d35d
  5254.     1.2 04/06/25 15:57:02 lenz@mysql.com +0 -0
  5255.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5256.  
  5257.   BitKeeper/deleted/.del-infolist.txt~674d51f7b326518b
  5258.     1.3 04/06/25 15:57:02 lenz@mysql.com +0 -0
  5259.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5260.  
  5261.   BitKeeper/deleted/.del-Setup.rul.old~566b97cdedfedf29
  5262.     1.3 04/06/25 15:57:02 lenz@mysql.com +0 -0
  5263.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Script Files/Setup.rul.old
  5264.  
  5265.   BitKeeper/deleted/.del-Default.shl~f3e5b5b97a54dee6
  5266.     1.2 04/06/25 15:57:02 lenz@mysql.com +0 -0
  5267.     Delete: VC++Files/InstallShield/4.0.XX-gpl/String Tables/Default.shl
  5268.  
  5269.   BitKeeper/deleted/.del-Default.shl~9063a06da7f33f3
  5270.     1.2 04/06/25 15:57:02 lenz@mysql.com +0 -0
  5271.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Shell Objects/Default.shl
  5272.  
  5273.   BitKeeper/deleted/.del-Build.tsb~aff1897b9edad5e2
  5274.     1.2 04/06/25 15:57:02 lenz@mysql.com +0 -0
  5275.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Text Substitutions/Build.tsb
  5276.  
  5277.   BitKeeper/deleted/.del-setup.rul~458000bbbdf1205e
  5278.     1.2 04/06/25 15:57:01 lenz@mysql.com +0 -0
  5279.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Script Files/setup.rul
  5280.  
  5281.   BitKeeper/deleted/.del-Setup.obs~d09ce92c1e558c6e
  5282.     1.2 04/06/25 15:57:01 lenz@mysql.com +0 -0
  5283.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Script Files/Setup.obs
  5284.  
  5285.   BitKeeper/deleted/.del-Setup.ins~83eb271b4c91a6ba
  5286.     1.2 04/06/25 15:57:01 lenz@mysql.com +0 -0
  5287.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Script Files/Setup.ins
  5288.  
  5289.   BitKeeper/deleted/.del-Setup.ino~cdbb7d4bd8db360f
  5290.     1.2 04/06/25 15:57:01 lenz@mysql.com +0 -0
  5291.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Script Files/Setup.ino
  5292.  
  5293.   BitKeeper/deleted/.del-Setup.dbg~4ccb196b7d55031d
  5294.     1.2 04/06/25 15:57:01 lenz@mysql.com +0 -0
  5295.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Script Files/Setup.dbg
  5296.  
  5297.   BitKeeper/deleted/.del-4.0.XX-gpl.ipr~f5909a9e9bd8094
  5298.     1.1.1.1 04/06/25 15:57:01 lenz@mysql.com +0 -0
  5299.     Delete: VC++Files/InstallShield/4.0.XX-gpl/4.0.XX-gpl.ipr
  5300.  
  5301.   BitKeeper/deleted/.del-Servers.fgl~3a0649a7c6aadc83
  5302.     1.4 04/06/25 15:57:00 lenz@mysql.com +0 -0
  5303.     Delete: VC++Files/InstallShield/4.0.XX-gpl/File Groups/Servers.fgl
  5304.  
  5305.   BitKeeper/deleted/.del-Grant Tables.fgl~959c4efc58bc0814
  5306.     1.2 04/06/25 15:57:00 lenz@mysql.com +0 -0
  5307.     Delete: VC++Files/InstallShield/4.0.XX-gpl/File Groups/Grant Tables.fgl
  5308.  
  5309.   BitKeeper/deleted/.del-Documentation.fgl~e9b823d7a5c391c4
  5310.     1.2 04/06/25 15:57:00 lenz@mysql.com +0 -0
  5311.     Delete: VC++Files/InstallShield/4.0.XX-gpl/File Groups/Documentation.fgl
  5312.  
  5313.   BitKeeper/deleted/.del-Development.fgl~6392ce285e73f5fc
  5314.     1.2.1.1 04/06/25 15:57:00 lenz@mysql.com +0 -0
  5315.     Delete: VC++Files/InstallShield/4.0.XX-gpl/File Groups/Development.fgl
  5316.  
  5317.   BitKeeper/deleted/.del-Default.rge~c514c1e9be51be19
  5318.     1.2 04/06/25 15:57:00 lenz@mysql.com +0 -0
  5319.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Registry Entries/Default.rge
  5320.  
  5321.   BitKeeper/deleted/.del-Default.fdf~d6f33b9f4717e65c
  5322.     1.2 04/06/25 15:57:00 lenz@mysql.com +0 -0
  5323.     Delete: VC++Files/InstallShield/4.0.XX-gpl/File Groups/Default.fdf
  5324.  
  5325.   BitKeeper/deleted/.del-value.shl~139b49dbd00913e5
  5326.     1.4 04/06/25 15:56:59 lenz@mysql.com +0 -0
  5327.     Delete: VC++Files/InstallShield/4.0.XX-classic/String Tables/0009-English/value.shl
  5328.  
  5329.   BitKeeper/deleted/.del-Setup.tsb~53ee5a5dea9af84e
  5330.     1.2 04/06/25 15:56:59 lenz@mysql.com +0 -0
  5331.     Delete: VC++Files/InstallShield/4.0.XX-classic/Text Substitutions/Setup.tsb
  5332.  
  5333.   BitKeeper/deleted/.del-Default.shl~348d0fe86c90183f
  5334.     1.2 04/06/25 15:56:59 lenz@mysql.com +0 -0
  5335.     Delete: VC++Files/InstallShield/4.0.XX-classic/String Tables/Default.shl
  5336.  
  5337.   BitKeeper/deleted/.del-Default.fgl~239a3d5c75a17d6f
  5338.     1.2 04/06/25 15:56:59 lenz@mysql.com +0 -0
  5339.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Component Definitions/Default.fgl
  5340.  
  5341.   BitKeeper/deleted/.del-Default.cdf~258c3c6c88ee9c1a
  5342.     1.2 04/06/25 15:56:59 lenz@mysql.com +0 -0
  5343.     Delete: VC++Files/InstallShield/4.0.XX-gpl/Component Definitions/Default.cdf
  5344.  
  5345.   BitKeeper/deleted/.del-Clients and Tools.fgl~bf0f776883577f02
  5346.     1.2.1.1 04/06/25 15:56:59 lenz@mysql.com +0 -0
  5347.     Delete: VC++Files/InstallShield/4.0.XX-gpl/File Groups/Clients and Tools.fgl
  5348.  
  5349.   BitKeeper/deleted/.del-Build.tsb~2115a92aa9011cc0
  5350.     1.2 04/06/25 15:56:59 lenz@mysql.com +0 -0
  5351.     Delete: VC++Files/InstallShield/4.0.XX-classic/Text Substitutions/Build.tsb
  5352.  
  5353.   BitKeeper/deleted/.del-setup.rul~b60736dcf4dd2009
  5354.     1.2 04/06/25 15:56:58 lenz@mysql.com +0 -0
  5355.     Delete: VC++Files/InstallShield/4.0.XX-classic/Script Files/setup.rul
  5356.  
  5357.   BitKeeper/deleted/.del-setup.bmp~a94c8610ab87e06c
  5358.     1.2 04/06/25 15:56:58 lenz@mysql.com +0 -0
  5359.     Delete: VC++Files/InstallShield/4.0.XX-classic/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5360.  
  5361.   BitKeeper/deleted/.del-infolist.txt~c2044c845067562f
  5362.     1.3 04/06/25 15:56:58 lenz@mysql.com +0 -0
  5363.     Delete: VC++Files/InstallShield/4.0.XX-classic/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5364.  
  5365.   BitKeeper/deleted/.del-Setup.rul.old~ca45dde660f56d93
  5366.     1.3 04/06/25 15:56:58 lenz@mysql.com +0 -0
  5367.     Delete: VC++Files/InstallShield/4.0.XX-classic/Script Files/Setup.rul.old
  5368.  
  5369.   BitKeeper/deleted/.del-Setup.obs~2c6932da5ab5d1b1
  5370.     1.2 04/06/25 15:56:58 lenz@mysql.com +0 -0
  5371.     Delete: VC++Files/InstallShield/4.0.XX-classic/Script Files/Setup.obs
  5372.  
  5373.   BitKeeper/deleted/.del-Default.shl~53f36034d502f789
  5374.     1.2 04/06/25 15:56:58 lenz@mysql.com +0 -0
  5375.     Delete: VC++Files/InstallShield/4.0.XX-classic/Shell Objects/Default.shl
  5376.  
  5377.   BitKeeper/deleted/.del-Setup.ins~fc1164dbe4fab00a
  5378.     1.2 04/06/25 15:56:57 lenz@mysql.com +0 -0
  5379.     Delete: VC++Files/InstallShield/4.0.XX-classic/Script Files/Setup.ins
  5380.  
  5381.   BitKeeper/deleted/.del-Setup.ino~a4a8e4ff4ecb9208
  5382.     1.2 04/06/25 15:56:57 lenz@mysql.com +0 -0
  5383.     Delete: VC++Files/InstallShield/4.0.XX-classic/Script Files/Setup.ino
  5384.  
  5385.   BitKeeper/deleted/.del-Setup.dbg~fda938d4672b152f
  5386.     1.2 04/06/25 15:56:57 lenz@mysql.com +0 -0
  5387.     Delete: VC++Files/InstallShield/4.0.XX-classic/Script Files/Setup.dbg
  5388.  
  5389.   BitKeeper/deleted/.del-Servers.fgl~bfa9c448fb6677a8
  5390.     1.4 04/06/25 15:56:57 lenz@mysql.com +0 -0
  5391.     Delete: VC++Files/InstallShield/4.0.XX-classic/File Groups/Servers.fgl
  5392.  
  5393.   BitKeeper/deleted/.del-Default.rge~6749c71897080659
  5394.     1.2 04/06/25 15:56:57 lenz@mysql.com +0 -0
  5395.     Delete: VC++Files/InstallShield/4.0.XX-classic/Registry Entries/Default.rge
  5396.  
  5397.   BitKeeper/deleted/.del-4.0.XX-classic.ipr~300f789dff606645
  5398.     1.2 04/06/25 15:56:57 lenz@mysql.com +0 -0
  5399.     Delete: VC++Files/InstallShield/4.0.XX-classic/4.0.XX-classic.ipr
  5400.  
  5401.   BitKeeper/deleted/.del-Grant Tables.fgl~4e70fbbf80f7c08a
  5402.     1.2 04/06/25 15:56:56 lenz@mysql.com +0 -0
  5403.     Delete: VC++Files/InstallShield/4.0.XX-classic/File Groups/Grant Tables.fgl
  5404.  
  5405.   BitKeeper/deleted/.del-Documentation.fgl~9b6931b2da84ca08
  5406.     1.2 04/06/25 15:56:56 lenz@mysql.com +0 -0
  5407.     Delete: VC++Files/InstallShield/4.0.XX-classic/File Groups/Documentation.fgl
  5408.  
  5409.   BitKeeper/deleted/.del-Development.fgl~ac14d1ef148e8a98
  5410.     1.3 04/06/25 15:56:56 lenz@mysql.com +0 -0
  5411.     Delete: VC++Files/InstallShield/4.0.XX-classic/File Groups/Development.fgl
  5412.  
  5413.   BitKeeper/deleted/.del-Default.fgl~833ee740287c6f79
  5414.     1.2 04/06/25 15:56:56 lenz@mysql.com +0 -0
  5415.     Delete: VC++Files/InstallShield/4.0.XX-classic/Component Definitions/Default.fgl
  5416.  
  5417.   BitKeeper/deleted/.del-Default.fdf~4953a6c975a34ea
  5418.     1.2 04/06/25 15:56:56 lenz@mysql.com +0 -0
  5419.     Delete: VC++Files/InstallShield/4.0.XX-classic/File Groups/Default.fdf
  5420.  
  5421.   BitKeeper/deleted/.del-Clients and Tools.fgl~2bbd9a12ecb9c515
  5422.     1.3 04/06/25 15:56:56 lenz@mysql.com +0 -0
  5423.     Delete: VC++Files/InstallShield/4.0.XX-classic/File Groups/Clients and Tools.fgl
  5424.  
  5425.   BitKeeper/deleted/.del-Default.cdf~b6e79894b8a945c7
  5426.     1.2 04/06/25 15:56:55 lenz@mysql.com +0 -0
  5427.     Delete: VC++Files/InstallShield/4.0.XX-classic/Component Definitions/Default.cdf
  5428.  
  5429. ChangeSet
  5430.   1.1685 04/06/25 06:54:01 igor@rurik.mysql.com +2 -0
  5431.   af
  5432.  
  5433.   sql/sql_yacc.yy
  5434.     1.289 04/06/25 06:53:57 igor@rurik.mysql.com +0 -0
  5435.     After merge fix
  5436.  
  5437.   sql/sql_select.cc
  5438.     1.248 04/06/25 06:53:57 igor@rurik.mysql.com +3 -12
  5439.     After merge fix
  5440.  
  5441. ChangeSet
  5442.   1.1684 04/06/25 06:52:01 igor@rurik.mysql.com +2 -0
  5443.   After merge fix
  5444.  
  5445.   sql/table.h
  5446.     1.60 04/06/25 06:51:56 igor@rurik.mysql.com +0 -0
  5447.     After merge fix
  5448.  
  5449.   sql/sql_base.cc
  5450.     1.162 04/06/25 06:51:56 igor@rurik.mysql.com +49 -56
  5451.     After merge fix
  5452.  
  5453. ChangeSet
  5454.   1.1616.592.1 04/06/25 15:12:13 serg@serg.mylan +3 -0
  5455.   bug#4008 - merge table cannot determine what key caused "dupl. key" error
  5456.  
  5457.   mysql-test/t/merge.test
  5458.     1.27 04/06/25 15:12:08 serg@serg.mylan +8 -0
  5459.     bug#4008
  5460.  
  5461.   mysql-test/r/merge.result
  5462.     1.30 04/06/25 15:12:08 serg@serg.mylan +18 -0
  5463.     bug#4008
  5464.  
  5465.   myisammrg/myrg_write.c
  5466.     1.6 04/06/25 15:12:08 serg@serg.mylan +2 -2
  5467.     set info->current_table correctly
  5468.  
  5469. ChangeSet
  5470.   1.1616.566.34 04/06/25 17:04:33 konstantin@mysql.com +3 -0
  5471.   Type of MYSQL_BIND::buffer changed to void *
  5472.  
  5473.   tests/client_test.c
  5474.     1.51.1.50 04/06/25 17:04:30 konstantin@mysql.com +168 -168
  5475.     Type of MYSQL_BIND::buffer changed to void *
  5476.  
  5477.   libmysql/libmysql.c
  5478.     1.156.1.96 04/06/25 17:04:30 konstantin@mysql.com +4 -4
  5479.     Type of MYSQL_BIND::buffer changed to void *
  5480.  
  5481.   include/mysql.h
  5482.     1.130 04/06/25 17:04:30 konstantin@mysql.com +1 -1
  5483.     Type of MYSQL_BIND::buffer changed to void *
  5484.  
  5485. ChangeSet
  5486.   1.1616.591.1 04/06/25 15:16:00 bell@sanja.is.com.ua +4 -0
  5487.   type of parameter assignment for parameters from variables added (BUG#4280)
  5488.  
  5489.   sql/item.h
  5490.     1.56.1.80 04/06/25 15:15:12 bell@sanja.is.com.ua +10 -10
  5491.     removed spaces at line ends in Item_param definition
  5492.  
  5493.   sql/item.cc
  5494.     1.58.1.93 04/06/25 15:15:12 bell@sanja.is.com.ua +4 -0
  5495.     type of parameter assignment for parameters from variables
  5496.  
  5497.   mysql-test/t/ps.test
  5498.     1.7.1.1 04/06/25 15:15:12 bell@sanja.is.com.ua +14 -0
  5499.     parameters from variables (for field creation)
  5500.  
  5501.   mysql-test/r/ps.result
  5502.     1.10.1.1 04/06/25 15:15:12 bell@sanja.is.com.ua +14 -0
  5503.     parameters from variables (for field creation)
  5504.  
  5505. ChangeSet
  5506.   1.1616.566.31 04/06/25 13:11:02 serg@serg.mylan +1 -0
  5507.   Bug#3808 - fulltext index, delete, 2-level tree, the word on the 1st level has different length than the key (latin1_german2_ci)
  5508.  
  5509.   myisam/mi_delete.c
  5510.     1.29 04/06/25 13:10:57 serg@serg.mylan +1 -0
  5511.     Bug#3808 - fulltext index, delete, 2-level tree, the word on the 1st level has different length than the key (latin1_german2_ci)
  5512.  
  5513. ChangeSet
  5514.   1.1616.590.2 04/06/25 15:26:50 ram@gw.mysql.r18.ru +1 -0
  5515.   Changed a comment.
  5516.  
  5517.   scripts/mysql_fix_privilege_tables.sh
  5518.     1.23 04/06/25 15:26:47 ram@gw.mysql.r18.ru +1 -1
  5519.     Changed a comment.
  5520.  
  5521. ChangeSet
  5522.   1.1616.590.1 04/06/25 15:09:26 ram@gw.mysql.r18.ru +1 -0
  5523.   a fix (bug #4241: system_mysql_db_fix.test fails)
  5524.  
  5525.   scripts/mysql_fix_privilege_tables.sh
  5526.     1.22 04/06/25 15:09:23 ram@gw.mysql.r18.ru +1 -0
  5527.     a fix (bug #4241: system_mysql_db_fix.test fails)
  5528.  
  5529. ChangeSet
  5530.   1.1644.8.3 04/06/25 02:54:05 igor@rurik.mysql.com +2 -0
  5531.   sql_select.cc, sql_parse.cc:
  5532.     Nested joins: review modifications.
  5533.  
  5534.   sql/sql_select.cc
  5535.     1.235.2.2 04/06/25 02:53:10 igor@rurik.mysql.com +13 -19
  5536.     Nested joins: review modifications.
  5537.  
  5538.   sql/sql_parse.cc
  5539.     1.323.1.2 04/06/25 02:45:07 igor@rurik.mysql.com +0 -1
  5540.     Nested joins: review modifications.
  5541.  
  5542. ChangeSet
  5543.   1.1346.1.543 04/06/25 11:35:37 ingo@mysql.com +1 -0
  5544.   Prevent potential problems on 32-Bit machines.
  5545.  
  5546.   mysys/my_lock.c
  5547.     1.10.1.1 04/06/25 11:34:58 ingo@mysql.com +4 -4
  5548.     Prevent potential problems on 32-Bit machines.
  5549.  
  5550. ChangeSet
  5551.   1.1616.566.30 04/06/25 11:33:03 serg@serg.mylan +3 -0
  5552.   remove ^M's
  5553.   compile even without InnoDB
  5554.  
  5555.   sql/mysqld.cc
  5556.     1.356.1.121 04/06/25 11:32:57 serg@serg.mylan +2 -0
  5557.     compile even without InnoDB !
  5558.  
  5559.   mysql-test/t/system_mysql_db_refs.test
  5560.     1.5 04/06/25 11:32:57 serg@serg.mylan +1 -0
  5561.     remove ^M's
  5562.  
  5563.   mysql-test/t/system_mysql_db_fix.test
  5564.     1.5 04/06/25 11:32:57 serg@serg.mylan +1 -0
  5565.     remove ^M's
  5566.  
  5567. ChangeSet
  5568.   1.1616.589.1 04/06/25 11:37:43 bell@sanja.is.com.ua +4 -0
  5569.   fixed EXPLAIN behaviour with prepared statements (BUG#4271)
  5570.  
  5571.   sql/sql_select.cc
  5572.     1.216.78.1 04/06/25 11:37:17 bell@sanja.is.com.ua +0 -1
  5573.     removed unneed assignment
  5574.  
  5575.   sql/sql_prepare.cc
  5576.     1.34.1.79 04/06/25 11:37:17 bell@sanja.is.com.ua +12 -10
  5577.     explain pave to be prepared, too
  5578.     cleanup options after explain execution
  5579.  
  5580.   mysql-test/t/ps.test
  5581.     1.8 04/06/25 11:37:17 bell@sanja.is.com.ua +27 -1
  5582.     fix layout and table removing of previous tests
  5583.     test of prepared EXPLAIN
  5584.  
  5585.   mysql-test/r/ps.result
  5586.     1.11 04/06/25 11:37:17 bell@sanja.is.com.ua +42 -0
  5587.     test of prepared EXPLAIN
  5588.  
  5589. ChangeSet
  5590.   1.1616.566.29 04/06/25 00:43:14 patg@krsna.patg.net +68 -0
  5591.   Many files:
  5592.     new file
  5593.  
  5594.   VC++Files/InstallShield/4.1.XX-pro/Text Substitutions/Setup.tsb
  5595.     1.1 04/06/25 00:42:17 patg@krsna.patg.net +76 -0
  5596.  
  5597.   VC++Files/InstallShield/4.1.XX-pro/Text Substitutions/Setup.tsb
  5598.     1.0 04/06/25 00:42:17 patg@krsna.patg.net +0 -0
  5599.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Text Substitutions/Setup.tsb
  5600.  
  5601.   VC++Files/InstallShield/4.1.XX-pro/Text Substitutions/Build.tsb
  5602.     1.1 04/06/25 00:42:16 patg@krsna.patg.net +56 -0
  5603.  
  5604.   VC++Files/InstallShield/4.1.XX-pro/Text Substitutions/Build.tsb
  5605.     1.0 04/06/25 00:42:16 patg@krsna.patg.net +0 -0
  5606.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Text Substitutions/Build.tsb
  5607.  
  5608.   VC++Files/InstallShield/4.1.XX-pro/String Tables/Default.shl
  5609.     1.1 04/06/25 00:42:15 patg@krsna.patg.net +74 -0
  5610.  
  5611.   VC++Files/InstallShield/4.1.XX-pro/String Tables/Default.shl
  5612.     1.0 04/06/25 00:42:15 patg@krsna.patg.net +0 -0
  5613.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/String Tables/Default.shl
  5614.  
  5615.   VC++Files/InstallShield/4.1.XX-pro/String Tables/0009-English/value.shl
  5616.     1.1 04/06/25 00:42:14 patg@krsna.patg.net +23 -0
  5617.  
  5618.   VC++Files/InstallShield/4.1.XX-pro/String Tables/0009-English/value.shl
  5619.     1.0 04/06/25 00:42:14 patg@krsna.patg.net +0 -0
  5620.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/String Tables/0009-English/value.shl
  5621.  
  5622.   VC++Files/InstallShield/4.1.XX-pro/Shell Objects/Default.shl
  5623.     1.1 04/06/25 00:42:13 patg@krsna.patg.net +12 -0
  5624.  
  5625.   VC++Files/InstallShield/4.1.XX-pro/Shell Objects/Default.shl
  5626.     1.0 04/06/25 00:42:13 patg@krsna.patg.net +0 -0
  5627.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Shell Objects/Default.shl
  5628.  
  5629.   VC++Files/InstallShield/4.1.XX-pro/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5630.     1.1 04/06/25 00:42:12 patg@krsna.patg.net +350 -0
  5631.  
  5632.   VC++Files/InstallShield/4.1.XX-pro/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5633.     1.0 04/06/25 00:42:12 patg@krsna.patg.net +0 -0
  5634.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5635.  
  5636.   VC++Files/InstallShield/4.1.XX-pro/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5637.     1.1 04/06/25 00:42:11 patg@krsna.patg.net +25 -0
  5638.  
  5639.   VC++Files/InstallShield/4.1.XX-pro/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5640.     1.0 04/06/25 00:42:11 patg@krsna.patg.net +0 -0
  5641.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5642.  
  5643.   VC++Files/InstallShield/4.1.XX-pro/Script Files/setup.rul
  5644.     1.1 04/06/25 00:42:10 patg@krsna.patg.net +641 -0
  5645.  
  5646.   VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.rul.old
  5647.     1.1 04/06/25 00:42:10 patg@krsna.patg.net +640 -0
  5648.  
  5649.   VC++Files/InstallShield/4.1.XX-pro/Script Files/setup.rul
  5650.     1.0 04/06/25 00:42:10 patg@krsna.patg.net +0 -0
  5651.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Script Files/setup.rul
  5652.  
  5653.   VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.rul.old
  5654.     1.0 04/06/25 00:42:10 patg@krsna.patg.net +0 -0
  5655.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.rul.old
  5656.  
  5657.   VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.obs
  5658.     1.1 04/06/25 00:42:09 patg@krsna.patg.net +1460 -0
  5659.  
  5660.   VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.obs
  5661.     1.0 04/06/25 00:42:09 patg@krsna.patg.net +0 -0
  5662.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.obs
  5663.  
  5664.   VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.ins
  5665.     1.1 04/06/25 00:42:08 patg@krsna.patg.net +1271 -0
  5666.  
  5667.   VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.ino
  5668.     1.1 04/06/25 00:42:08 patg@krsna.patg.net +1304 -0
  5669.  
  5670.   VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.ins
  5671.     1.0 04/06/25 00:42:08 patg@krsna.patg.net +0 -0
  5672.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.ins
  5673.  
  5674.   VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.ino
  5675.     1.0 04/06/25 00:42:08 patg@krsna.patg.net +0 -0
  5676.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.ino
  5677.  
  5678.   VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.dbg
  5679.     1.1 04/06/25 00:42:07 patg@krsna.patg.net +634 -0
  5680.  
  5681.   VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.dbg
  5682.     1.0 04/06/25 00:42:07 patg@krsna.patg.net +0 -0
  5683.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Script Files/Setup.dbg
  5684.  
  5685.   VC++Files/InstallShield/4.1.XX-pro/Registry Entries/Default.rge
  5686.     1.1 04/06/25 00:42:06 patg@krsna.patg.net +4 -0
  5687.  
  5688.   VC++Files/InstallShield/4.1.XX-pro/Registry Entries/Default.rge
  5689.     1.0 04/06/25 00:42:06 patg@krsna.patg.net +0 -0
  5690.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Registry Entries/Default.rge
  5691.  
  5692.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Servers.fgl
  5693.     1.1 04/06/25 00:42:05 patg@krsna.patg.net +251 -0
  5694.  
  5695.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Servers.fgl
  5696.     1.0 04/06/25 00:42:05 patg@krsna.patg.net +0 -0
  5697.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/File Groups/Servers.fgl
  5698.  
  5699.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Grant Tables.fgl
  5700.     1.1 04/06/25 00:42:04 patg@krsna.patg.net +51 -0
  5701.  
  5702.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Grant Tables.fgl
  5703.     1.0 04/06/25 00:42:04 patg@krsna.patg.net +0 -0
  5704.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/File Groups/Grant Tables.fgl
  5705.  
  5706.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Documentation.fgl
  5707.     1.1 04/06/25 00:42:00 patg@krsna.patg.net +100 -0
  5708.  
  5709.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Development.fgl
  5710.     1.1 04/06/25 00:42:00 patg@krsna.patg.net +242 -0
  5711.  
  5712.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Documentation.fgl
  5713.     1.0 04/06/25 00:42:00 patg@krsna.patg.net +0 -0
  5714.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/File Groups/Documentation.fgl
  5715.  
  5716.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Development.fgl
  5717.     1.0 04/06/25 00:42:00 patg@krsna.patg.net +0 -0
  5718.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/File Groups/Development.fgl
  5719.  
  5720.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Default.fdf
  5721.     1.1 04/06/25 00:41:20 patg@krsna.patg.net +82 -0
  5722.  
  5723.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Default.fdf
  5724.     1.0 04/06/25 00:41:20 patg@krsna.patg.net +0 -0
  5725.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/File Groups/Default.fdf
  5726.  
  5727.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Clients and Tools.fgl
  5728.     1.1 04/06/25 00:41:19 patg@krsna.patg.net +34 -0
  5729.  
  5730.   VC++Files/InstallShield/4.1.XX-pro/File Groups/Clients and Tools.fgl
  5731.     1.0 04/06/25 00:41:19 patg@krsna.patg.net +0 -0
  5732.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/File Groups/Clients and Tools.fgl
  5733.  
  5734.   VC++Files/InstallShield/4.1.XX-pro/Component Definitions/Default.fgl
  5735.     1.1 04/06/25 00:41:18 patg@krsna.patg.net +42 -0
  5736.  
  5737.   VC++Files/InstallShield/4.1.XX-pro/Component Definitions/Default.cdf
  5738.     1.1 04/06/25 00:41:18 patg@krsna.patg.net +192 -0
  5739.  
  5740.   VC++Files/InstallShield/4.1.XX-pro/Component Definitions/Default.fgl
  5741.     1.0 04/06/25 00:41:18 patg@krsna.patg.net +0 -0
  5742.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Component Definitions/Default.fgl
  5743.  
  5744.   VC++Files/InstallShield/4.1.XX-pro/Component Definitions/Default.cdf
  5745.     1.0 04/06/25 00:41:18 patg@krsna.patg.net +0 -0
  5746.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/Component Definitions/Default.cdf
  5747.  
  5748.   VC++Files/InstallShield/4.1.XX-pro/4.1.XX-pro.ipr
  5749.     1.1 04/06/25 00:41:17 patg@krsna.patg.net +52 -0
  5750.  
  5751.   VC++Files/InstallShield/4.1.XX-gpl/Text Substitutions/Setup.tsb
  5752.     1.1 04/06/25 00:41:17 patg@krsna.patg.net +76 -0
  5753.  
  5754.   VC++Files/InstallShield/4.1.XX-pro/4.1.XX-pro.ipr
  5755.     1.0 04/06/25 00:41:17 patg@krsna.patg.net +0 -0
  5756.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-pro/4.1.XX-pro.ipr
  5757.  
  5758.   VC++Files/InstallShield/4.1.XX-gpl/Text Substitutions/Setup.tsb
  5759.     1.0 04/06/25 00:41:17 patg@krsna.patg.net +0 -0
  5760.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Text Substitutions/Setup.tsb
  5761.  
  5762.   VC++Files/InstallShield/4.1.XX-gpl/Text Substitutions/Build.tsb
  5763.     1.1 04/06/25 00:41:16 patg@krsna.patg.net +56 -0
  5764.  
  5765.   VC++Files/InstallShield/4.1.XX-gpl/Text Substitutions/Build.tsb
  5766.     1.0 04/06/25 00:41:16 patg@krsna.patg.net +0 -0
  5767.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Text Substitutions/Build.tsb
  5768.  
  5769.   VC++Files/InstallShield/4.1.XX-gpl/String Tables/Default.shl
  5770.     1.1 04/06/25 00:41:15 patg@krsna.patg.net +74 -0
  5771.  
  5772.   VC++Files/InstallShield/4.1.XX-gpl/String Tables/0009-English/value.shl
  5773.     1.1 04/06/25 00:41:15 patg@krsna.patg.net +23 -0
  5774.  
  5775.   VC++Files/InstallShield/4.1.XX-gpl/String Tables/Default.shl
  5776.     1.0 04/06/25 00:41:15 patg@krsna.patg.net +0 -0
  5777.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/String Tables/Default.shl
  5778.  
  5779.   VC++Files/InstallShield/4.1.XX-gpl/String Tables/0009-English/value.shl
  5780.     1.0 04/06/25 00:41:15 patg@krsna.patg.net +0 -0
  5781.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/String Tables/0009-English/value.shl
  5782.  
  5783.   VC++Files/InstallShield/4.1.XX-gpl/Shell Objects/Default.shl
  5784.     1.1 04/06/25 00:41:12 patg@krsna.patg.net +12 -0
  5785.  
  5786.   VC++Files/InstallShield/4.1.XX-gpl/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5787.     1.1 04/06/25 00:41:12 patg@krsna.patg.net +350 -0
  5788.  
  5789.   VC++Files/InstallShield/4.1.XX-gpl/Shell Objects/Default.shl
  5790.     1.0 04/06/25 00:41:12 patg@krsna.patg.net +0 -0
  5791.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Shell Objects/Default.shl
  5792.  
  5793.   VC++Files/InstallShield/4.1.XX-gpl/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5794.     1.0 04/06/25 00:41:12 patg@krsna.patg.net +0 -0
  5795.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5796.  
  5797.   VC++Files/InstallShield/4.1.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5798.     1.1 04/06/25 00:41:10 patg@krsna.patg.net +25 -0
  5799.  
  5800.   VC++Files/InstallShield/4.1.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5801.     1.0 04/06/25 00:41:10 patg@krsna.patg.net +0 -0
  5802.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5803.  
  5804.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/setup.rul
  5805.     1.1 04/06/25 00:41:07 patg@krsna.patg.net +641 -0
  5806.  
  5807.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.rul.old
  5808.     1.1 04/06/25 00:41:07 patg@krsna.patg.net +640 -0
  5809.  
  5810.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/setup.rul
  5811.     1.0 04/06/25 00:41:07 patg@krsna.patg.net +0 -0
  5812.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Script Files/setup.rul
  5813.  
  5814.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.rul.old
  5815.     1.0 04/06/25 00:41:07 patg@krsna.patg.net +0 -0
  5816.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.rul.old
  5817.  
  5818.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.obs
  5819.     1.1 04/06/25 00:41:06 patg@krsna.patg.net +1460 -0
  5820.  
  5821.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.obs
  5822.     1.0 04/06/25 00:41:06 patg@krsna.patg.net +0 -0
  5823.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.obs
  5824.  
  5825.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.ins
  5826.     1.1 04/06/25 00:41:05 patg@krsna.patg.net +1271 -0
  5827.  
  5828.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.ino
  5829.     1.1 04/06/25 00:41:05 patg@krsna.patg.net +1304 -0
  5830.  
  5831.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.ins
  5832.     1.0 04/06/25 00:41:05 patg@krsna.patg.net +0 -0
  5833.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.ins
  5834.  
  5835.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.ino
  5836.     1.0 04/06/25 00:41:05 patg@krsna.patg.net +0 -0
  5837.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.ino
  5838.  
  5839.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.dbg
  5840.     1.1 04/06/25 00:41:04 patg@krsna.patg.net +634 -0
  5841.  
  5842.   VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.dbg
  5843.     1.0 04/06/25 00:41:04 patg@krsna.patg.net +0 -0
  5844.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Script Files/Setup.dbg
  5845.  
  5846.   VC++Files/InstallShield/4.1.XX-gpl/Registry Entries/Default.rge
  5847.     1.1 04/06/25 00:41:03 patg@krsna.patg.net +4 -0
  5848.  
  5849.   VC++Files/InstallShield/4.1.XX-gpl/Registry Entries/Default.rge
  5850.     1.0 04/06/25 00:41:03 patg@krsna.patg.net +0 -0
  5851.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Registry Entries/Default.rge
  5852.  
  5853.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Servers.fgl
  5854.     1.1 04/06/25 00:41:02 patg@krsna.patg.net +253 -0
  5855.  
  5856.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Grant Tables.fgl
  5857.     1.1 04/06/25 00:41:02 patg@krsna.patg.net +52 -0
  5858.  
  5859.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Servers.fgl
  5860.     1.0 04/06/25 00:41:02 patg@krsna.patg.net +0 -0
  5861.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/File Groups/Servers.fgl
  5862.  
  5863.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Grant Tables.fgl
  5864.     1.0 04/06/25 00:41:02 patg@krsna.patg.net +0 -0
  5865.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/File Groups/Grant Tables.fgl
  5866.  
  5867.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Documentation.fgl
  5868.     1.1 04/06/25 00:41:01 patg@krsna.patg.net +100 -0
  5869.  
  5870.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Documentation.fgl
  5871.     1.0 04/06/25 00:41:01 patg@krsna.patg.net +0 -0
  5872.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/File Groups/Documentation.fgl
  5873.  
  5874.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Development.fgl
  5875.     1.1 04/06/25 00:41:00 patg@krsna.patg.net +243 -0
  5876.  
  5877.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Development.fgl
  5878.     1.0 04/06/25 00:41:00 patg@krsna.patg.net +0 -0
  5879.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/File Groups/Development.fgl
  5880.  
  5881.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Default.fdf
  5882.     1.1 04/06/25 00:40:58 patg@krsna.patg.net +82 -0
  5883.  
  5884.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Default.fdf
  5885.     1.0 04/06/25 00:40:58 patg@krsna.patg.net +0 -0
  5886.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/File Groups/Default.fdf
  5887.  
  5888.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Clients and Tools.fgl
  5889.     1.1 04/06/25 00:40:57 patg@krsna.patg.net +35 -0
  5890.  
  5891.   VC++Files/InstallShield/4.1.XX-gpl/Component Definitions/Default.fgl
  5892.     1.1 04/06/25 00:40:57 patg@krsna.patg.net +42 -0
  5893.  
  5894.   VC++Files/InstallShield/4.1.XX-gpl/File Groups/Clients and Tools.fgl
  5895.     1.0 04/06/25 00:40:57 patg@krsna.patg.net +0 -0
  5896.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/File Groups/Clients and Tools.fgl
  5897.  
  5898.   VC++Files/InstallShield/4.1.XX-gpl/Component Definitions/Default.fgl
  5899.     1.0 04/06/25 00:40:57 patg@krsna.patg.net +0 -0
  5900.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Component Definitions/Default.fgl
  5901.  
  5902.   VC++Files/InstallShield/4.1.XX-gpl/Component Definitions/Default.cdf
  5903.     1.1 04/06/25 00:40:56 patg@krsna.patg.net +192 -0
  5904.  
  5905.   VC++Files/InstallShield/4.1.XX-gpl/4.1.XX-gpl.ipr
  5906.     1.1 04/06/25 00:40:56 patg@krsna.patg.net +51 -0
  5907.  
  5908.   VC++Files/InstallShield/4.1.XX-gpl/Component Definitions/Default.cdf
  5909.     1.0 04/06/25 00:40:56 patg@krsna.patg.net +0 -0
  5910.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/Component Definitions/Default.cdf
  5911.  
  5912.   VC++Files/InstallShield/4.1.XX-gpl/4.1.XX-gpl.ipr
  5913.     1.0 04/06/25 00:40:56 patg@krsna.patg.net +0 -0
  5914.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-gpl/4.1.XX-gpl.ipr
  5915.  
  5916.   VC++Files/InstallShield/4.1.XX-classic/Text Substitutions/Setup.tsb
  5917.     1.1 04/06/25 00:40:55 patg@krsna.patg.net +76 -0
  5918.  
  5919.   VC++Files/InstallShield/4.1.XX-classic/Text Substitutions/Build.tsb
  5920.     1.1 04/06/25 00:40:55 patg@krsna.patg.net +56 -0
  5921.  
  5922.   VC++Files/InstallShield/4.1.XX-classic/Text Substitutions/Setup.tsb
  5923.     1.0 04/06/25 00:40:55 patg@krsna.patg.net +0 -0
  5924.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Text Substitutions/Setup.tsb
  5925.  
  5926.   VC++Files/InstallShield/4.1.XX-classic/Text Substitutions/Build.tsb
  5927.     1.0 04/06/25 00:40:55 patg@krsna.patg.net +0 -0
  5928.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Text Substitutions/Build.tsb
  5929.  
  5930.   VC++Files/InstallShield/4.1.XX-classic/String Tables/Default.shl
  5931.     1.1 04/06/25 00:40:54 patg@krsna.patg.net +74 -0
  5932.  
  5933.   VC++Files/InstallShield/4.1.XX-classic/String Tables/Default.shl
  5934.     1.0 04/06/25 00:40:54 patg@krsna.patg.net +0 -0
  5935.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/String Tables/Default.shl
  5936.  
  5937.   VC++Files/InstallShield/4.1.XX-classic/String Tables/0009-English/value.shl
  5938.     1.1 04/06/25 00:40:53 patg@krsna.patg.net +23 -0
  5939.  
  5940.   VC++Files/InstallShield/4.1.XX-classic/String Tables/0009-English/value.shl
  5941.     1.0 04/06/25 00:40:53 patg@krsna.patg.net +0 -0
  5942.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/String Tables/0009-English/value.shl
  5943.  
  5944.   VC++Files/InstallShield/4.1.XX-classic/Shell Objects/Default.shl
  5945.     1.1 04/06/25 00:40:51 patg@krsna.patg.net +12 -0
  5946.  
  5947.   VC++Files/InstallShield/4.1.XX-classic/Shell Objects/Default.shl
  5948.     1.0 04/06/25 00:40:51 patg@krsna.patg.net +0 -0
  5949.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Shell Objects/Default.shl
  5950.  
  5951.   VC++Files/InstallShield/4.1.XX-classic/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5952.     1.1 04/06/25 00:40:50 patg@krsna.patg.net +350 -0
  5953.  
  5954.   VC++Files/InstallShield/4.1.XX-classic/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5955.     1.0 04/06/25 00:40:50 patg@krsna.patg.net +0 -0
  5956.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp
  5957.  
  5958.   VC++Files/InstallShield/4.1.XX-classic/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5959.     1.1 04/06/25 00:40:48 patg@krsna.patg.net +25 -0
  5960.  
  5961.   VC++Files/InstallShield/4.1.XX-classic/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5962.     1.0 04/06/25 00:40:48 patg@krsna.patg.net +0 -0
  5963.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
  5964.  
  5965.   VC++Files/InstallShield/4.1.XX-classic/Script Files/setup.rul
  5966.     1.1 04/06/25 00:40:47 patg@krsna.patg.net +641 -0
  5967.  
  5968.   VC++Files/InstallShield/4.1.XX-classic/Script Files/setup.rul
  5969.     1.0 04/06/25 00:40:47 patg@krsna.patg.net +0 -0
  5970.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Script Files/setup.rul
  5971.  
  5972.   VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.rul.old
  5973.     1.1 04/06/25 00:40:46 patg@krsna.patg.net +640 -0
  5974.  
  5975.   VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.obs
  5976.     1.1 04/06/25 00:40:46 patg@krsna.patg.net +1460 -0
  5977.  
  5978.   VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.rul.old
  5979.     1.0 04/06/25 00:40:46 patg@krsna.patg.net +0 -0
  5980.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.rul.old
  5981.  
  5982.   VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.obs
  5983.     1.0 04/06/25 00:40:46 patg@krsna.patg.net +0 -0
  5984.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.obs
  5985.  
  5986.   VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.ins
  5987.     1.1 04/06/25 00:40:45 patg@krsna.patg.net +1271 -0
  5988.  
  5989.   VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.ins
  5990.     1.0 04/06/25 00:40:45 patg@krsna.patg.net +0 -0
  5991.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.ins
  5992.  
  5993.   VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.ino
  5994.     1.1 04/06/25 00:40:44 patg@krsna.patg.net +1304 -0
  5995.  
  5996.   VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.ino
  5997.     1.0 04/06/25 00:40:44 patg@krsna.patg.net +0 -0
  5998.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.ino
  5999.  
  6000.   VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.dbg
  6001.     1.1 04/06/25 00:40:43 patg@krsna.patg.net +634 -0
  6002.  
  6003.   VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.dbg
  6004.     1.0 04/06/25 00:40:43 patg@krsna.patg.net +0 -0
  6005.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Script Files/Setup.dbg
  6006.  
  6007.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Servers.fgl
  6008.     1.1 04/06/25 00:40:42 patg@krsna.patg.net +251 -0
  6009.  
  6010.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Servers.fgl
  6011.     1.0 04/06/25 00:40:42 patg@krsna.patg.net +0 -0
  6012.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/File Groups/Servers.fgl
  6013.  
  6014.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Grant Tables.fgl
  6015.     1.1 04/06/25 00:40:41 patg@krsna.patg.net +52 -0
  6016.  
  6017.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Documentation.fgl
  6018.     1.1 04/06/25 00:40:41 patg@krsna.patg.net +100 -0
  6019.  
  6020.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Grant Tables.fgl
  6021.     1.0 04/06/25 00:40:41 patg@krsna.patg.net +0 -0
  6022.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/File Groups/Grant Tables.fgl
  6023.  
  6024.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Documentation.fgl
  6025.     1.0 04/06/25 00:40:41 patg@krsna.patg.net +0 -0
  6026.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/File Groups/Documentation.fgl
  6027.  
  6028.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Development.fgl
  6029.     1.1 04/06/25 00:40:40 patg@krsna.patg.net +241 -0
  6030.  
  6031.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Development.fgl
  6032.     1.0 04/06/25 00:40:40 patg@krsna.patg.net +0 -0
  6033.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/File Groups/Development.fgl
  6034.  
  6035.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Default.fdf
  6036.     1.1 04/06/25 00:40:38 patg@krsna.patg.net +82 -0
  6037.  
  6038.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Default.fdf
  6039.     1.0 04/06/25 00:40:38 patg@krsna.patg.net +0 -0
  6040.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/File Groups/Default.fdf
  6041.  
  6042.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Clients and Tools.fgl
  6043.     1.1 04/06/25 00:40:27 patg@krsna.patg.net +34 -0
  6044.  
  6045.   VC++Files/InstallShield/4.1.XX-classic/File Groups/Clients and Tools.fgl
  6046.     1.0 04/06/25 00:40:27 patg@krsna.patg.net +0 -0
  6047.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/File Groups/Clients and Tools.fgl
  6048.  
  6049.   VC++Files/InstallShield/4.1.XX-classic/Component Definitions/Default.fgl
  6050.     1.1 04/06/25 00:40:26 patg@krsna.patg.net +42 -0
  6051.  
  6052.   VC++Files/InstallShield/4.1.XX-classic/Component Definitions/Default.fgl
  6053.     1.0 04/06/25 00:40:26 patg@krsna.patg.net +0 -0
  6054.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Component Definitions/Default.fgl
  6055.  
  6056.   VC++Files/InstallShield/4.1.XX-classic/Component Definitions/Default.cdf
  6057.     1.1 04/06/25 00:40:22 patg@krsna.patg.net +192 -0
  6058.  
  6059.   VC++Files/InstallShield/4.1.XX-classic/4.1.XX-classic.ipr
  6060.     1.1 04/06/25 00:40:22 patg@krsna.patg.net +51 -0
  6061.  
  6062.   VC++Files/InstallShield/4.1.XX-classic/Component Definitions/Default.cdf
  6063.     1.0 04/06/25 00:40:22 patg@krsna.patg.net +0 -0
  6064.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/Component Definitions/Default.cdf
  6065.  
  6066.   VC++Files/InstallShield/4.1.XX-classic/4.1.XX-classic.ipr
  6067.     1.0 04/06/25 00:40:22 patg@krsna.patg.net +0 -0
  6068.     BitKeeper file /home/patg/mysql-4.1/VC++Files/InstallShield/4.1.XX-classic/4.1.XX-classic.ipr
  6069.  
  6070. ChangeSet
  6071.   1.1616.566.28 04/06/25 10:30:24 dlenev@brandersnatch.localdomain +1 -0
  6072.   Small build fix.
  6073.   Add my_time.h to list of headers which should be put ot include/ during make dist.
  6074.  
  6075.   include/Makefile.am
  6076.     1.48 04/06/25 10:30:01 dlenev@brandersnatch.localdomain +1 -1
  6077.     Add my_time.h to list of headers which should be put ot include/ during make dist.
  6078.  
  6079. ChangeSet
  6080.   1.1616.566.27 04/06/25 01:43:41 serg@serg.mylan +1 -0
  6081.   undone
  6082.  
  6083.   sql/sql_select.cc
  6084.     1.216.1.127 04/06/25 01:43:35 serg@serg.mylan +1 -1
  6085.     undone
  6086.  
  6087. ChangeSet
  6088.   1.1616.566.26 04/06/25 01:25:02 serg@serg.mylan +1 -0
  6089.   workaround for gcc 2.95.3 bug
  6090.   anybody knows how to distinguish 2.95.3 from 2.95.4 (which is ok) ?
  6091.  
  6092.   sql/opt_range.cc
  6093.     1.98.1.24 04/06/25 01:24:54 serg@serg.mylan +3 -0
  6094.     workaround for gcc 2.95.3 bug
  6095.     anybody knows how to distinguish 2.95.3 from 2.95.4 (which is ok) ?
  6096.  
  6097. ChangeSet
  6098.   1.1616.588.1 04/06/25 00:50:48 serg@serg.mylan +1 -0
  6099.   free open cursors
  6100.  
  6101.   sql/sql_select.cc
  6102.     1.216.1.126 04/06/25 00:50:37 serg@serg.mylan +1 -1
  6103.     free open cursors
  6104.  
  6105. ChangeSet
  6106.   1.1616.566.24 04/06/25 01:30:43 konstantin@mysql.com +1 -0
  6107.   One more const method.
  6108.  
  6109.   sql/handler.h
  6110.     1.89.1.28 04/06/25 01:30:39 konstantin@mysql.com +1 -1
  6111.     One more const method.
  6112.  
  6113. ChangeSet
  6114.   1.1616.566.23 04/06/25 01:19:54 konstantin@mysql.com +3 -0
  6115.   Followup to cleanup in handler interface.
  6116.  
  6117.   sql/handler.h
  6118.     1.89.1.27 04/06/25 01:19:09 konstantin@mysql.com +2 -2
  6119.     - max_supported_key_part_length() is const now
  6120.     - removed warning about wrong order of initializer in handler ocnstructor.
  6121.  
  6122.   sql/ha_myisammrg.h
  6123.     1.33 04/06/25 01:19:09 konstantin@mysql.com +1 -1
  6124.     - max_supported_key_part_length() is const now
  6125.  
  6126.   sql/ha_myisam.h
  6127.     1.59 04/06/25 01:19:09 konstantin@mysql.com +1 -1
  6128.     - max_supported_key_part_length() is const now
  6129.  
  6130. ChangeSet
  6131.   1.1616.586.1 04/06/25 01:14:12 vva@eagle.mysql.r18.ru +1 -0
  6132.   fixed bug #1851 "mysqldump does not return 
  6133.   an error code if the output device is filled"
  6134.  
  6135.   client/mysqldump.c
  6136.     1.133.2.1 04/06/25 01:14:07 vva@eagle.mysql.r18.ru +103 -0
  6137.     fixed bug #1851 "mysqldump does not return 
  6138.     an error code if the output device is filled"
  6139.  
  6140. ChangeSet
  6141.   1.676.1.767 04/06/24 22:15:15 bell@sanja.is.com.ua +2 -0
  6142.   parameter of my_yyoverflow made independed from YYSIZE_T (BUG#4204)
  6143.  
  6144.   sql/sql_yacc.yy
  6145.     1.82.2.16 04/06/24 22:15:07 bell@sanja.is.com.ua +2 -2
  6146.     parameter of my_yyoverflow made independed from YYSIZE_T
  6147.  
  6148.   sql/sql_parse.cc
  6149.     1.120.2.42 04/06/24 22:15:07 bell@sanja.is.com.ua +2 -2
  6150.     parameter of my_yyoverflow made independed from YYSIZE_T
  6151.  
  6152. ChangeSet
  6153.   1.1616.566.20 04/06/24 22:47:05 konstantin@mysql.com +1 -0
  6154.   Previous commit didn't make it (tree fix): I'd forgotten semicolon.
  6155.  
  6156.   Makefile.am
  6157.     1.58 04/06/24 22:47:01 konstantin@mysql.com +1 -1
  6158.     Previous commit didn't make it: I'd forgotten semicolon.
  6159.  
  6160. ChangeSet
  6161.   1.1616.585.2 04/06/24 22:33:40 konstantin@mysql.com +1 -0
  6162.   Fix of broken 4.1 tree: 
  6163.   Initially my_time.c was added to sql/ link_sources target only.
  6164.   As it turns out this target is sometimes not called; instead of it
  6165.   make calls one hard-coded in top-level Makefile.am.
  6166.   Now adding linking of my_time.c to the top-level Makefile.am
  6167.   to (hopefully) cover all cases.
  6168.  
  6169.   Makefile.am
  6170.     1.57 04/06/24 22:32:14 konstantin@mysql.com +2 -1
  6171.     Fix of broken 4.1 tree: 
  6172.     - my_time.c was added to link_sources target.
  6173.  
  6174. ChangeSet
  6175.   1.1616.584.1 04/06/24 21:50:04 konstantin@mysql.com +1 -0
  6176.   A little fix in libmysqld: my_time.c was added twice.
  6177.  
  6178.   libmysqld/Makefile.am
  6179.     1.29.1.25 04/06/24 21:50:01 konstantin@mysql.com +1 -1
  6180.     A little fix in libmysqld: my_time.c was added twice.
  6181.  
  6182. ChangeSet
  6183.   1.1616.583.1 04/06/24 19:46:50 serg@serg.mylan +5 -0
  6184.   bug#4089 - JOIN::join_free calling mysql_unlock w/o index_end() before
  6185.  
  6186.   sql/sql_select.cc
  6187.     1.216.77.1 04/06/24 19:46:45 serg@serg.mylan +26 -8
  6188.     JOIN::join_free - pass it down the tree (of selects)
  6189.     call mysql_unlock_tables only in top-level select
  6190.  
  6191.   sql/opt_range.cc
  6192.     1.98.1.23 04/06/24 19:46:45 serg@serg.mylan +2 -1
  6193.     be sloppy
  6194.  
  6195.   mysql-test/t/bdb.test
  6196.     1.35 04/06/24 19:46:45 serg@serg.mylan +10 -7
  6197.     bug#4089
  6198.  
  6199.   mysql-test/r/bdb.result
  6200.     1.37 04/06/24 19:46:45 serg@serg.mylan +20 -0
  6201.     bug#4089
  6202.  
  6203.   sql/ha_myisam.h
  6204.     1.58 04/06/24 19:37:46 serg@serg.mylan +1 -1
  6205.     cleanup
  6206.  
  6207. ChangeSet
  6208.   1.1346.648.2 04/06/24 12:22:48 mwagner@here.mwagner.org +2 -0
  6209.   logger.pm, Bootstrap:
  6210.     Updates for output enhanced Bootstrap
  6211.  
  6212.   Build-tools/logger.pm
  6213.     1.4 04/06/24 12:21:43 mwagner@here.mwagner.org +11 -4
  6214.     Updates for output enhanced Bootstrap
  6215.  
  6216.   Build-tools/Bootstrap
  6217.     1.8.1.12 04/06/24 12:21:24 mwagner@here.mwagner.org +5 -4
  6218.     Updates for output enhanced Bootstrap
  6219.  
  6220. ChangeSet
  6221.   1.1616.580.3 04/06/24 19:16:44 lenz@mysql.com +1 -0
  6222.    - start the ndb cluster on different TCP ports when running another
  6223.      build thread
  6224.  
  6225.   Build-tools/Do-compile
  6226.     1.90 04/06/24 19:16:39 lenz@mysql.com +7 -1
  6227.      - start the ndb cluster on different TCP ports when running another
  6228.        build thread
  6229.  
  6230. ChangeSet
  6231.   1.1616.580.2 04/06/24 18:17:47 lenz@mysql.com +1 -0
  6232.    - Windows compile fix: added missing file tztime.cpp to the mysqld
  6233.      project file
  6234.  
  6235.   VC++Files/sql/mysqld.dsp
  6236.     1.17.2.1 04/06/24 18:17:40 lenz@mysql.com +4 -0
  6237.      - added missing file tztime.cpp to the mysqld project file
  6238.  
  6239. ChangeSet
  6240.   1.1616.566.15 04/06/24 20:08:42 konstantin@mysql.com +3 -0
  6241.   - fixed test_frm_bug test to work with increased number of columns in
  6242.   result of SHOW TABLE STATUS
  6243.  
  6244.   sql-common/my_time.c
  6245.     1.1 04/06/24 20:08:39 konstantin@mysql.com +561 -0
  6246.  
  6247.   tests/client_test.c
  6248.     1.51.1.49 04/06/24 20:08:39 konstantin@mysql.com +2 -2
  6249.     - fixed test_frm_bug test to work with increased number of columns in
  6250.     result of SHOW TABLE STATUS
  6251.  
  6252.   sql-common/my_time.c
  6253.     1.0 04/06/24 20:08:39 konstantin@mysql.com +0 -0
  6254.     BitKeeper file /home/kostja/mysql/mysql-4.1-4030/sql-common/my_time.c
  6255.  
  6256.   BitKeeper/etc/ignore
  6257.     1.153.1.39 04/06/24 20:02:29 konstantin@mysql.com +1 -0
  6258.     added libmysqld/my_time.c
  6259.  
  6260.   BitKeeper/etc/ignore
  6261.     1.153.1.38 04/06/24 20:02:24 konstantin@mysql.com +1 -0
  6262.     added libmysql/my_time.c
  6263.  
  6264.   BitKeeper/etc/ignore
  6265.     1.153.1.37 04/06/24 20:02:19 konstantin@mysql.com +1 -0
  6266.     added sql/my_time.c
  6267.  
  6268. ChangeSet
  6269.   1.1616.579.1 04/06/24 19:08:36 konstantin@mysql.com +25 -0
  6270.   Fix for Bug#4030 "Client side conversion string -> date type doesn't 
  6271.   work (prepared statements)" and after-review fixes:
  6272.   - str_to_TIME renamed to str_to_datetime to pair with str_to_time
  6273.   - functions str_to_time and str_to_TIME moved to sql-common
  6274.   - send_data_str now supports MYSQL_TYPE_TIME, MYSQL_TIME_DATE,
  6275.     MYSQL_TIME_DATETIME types of user input buffers.
  6276.   - few more comments in the client library
  6277.   - a test case added.
  6278.  
  6279.   include/mysql_time.h
  6280.     1.1 04/06/24 19:08:32 konstantin@mysql.com +37 -0
  6281.  
  6282.   include/my_time.h
  6283.     1.1 04/06/24 19:08:32 konstantin@mysql.com +46 -0
  6284.  
  6285.   tests/client_test.c
  6286.     1.51.1.48 04/06/24 19:08:32 konstantin@mysql.com +76 -0
  6287.     - a test case for Bug#4030 "Client side conversion string -> date type 
  6288.     doesn't work (prepared statements)"
  6289.  
  6290.   sql/tztime.cc
  6291.     1.2.2.1 04/06/24 19:08:32 konstantin@mysql.com +3 -3
  6292.     - TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to 
  6293.       MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...}
  6294.  
  6295.   sql/time.cc
  6296.     1.48 04/06/24 19:08:32 konstantin@mysql.com +28 -557
  6297.     - str_to_time and str_to_TIME moved to mysys
  6298.     - TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to 
  6299.       MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...} as these names are now
  6300.       exported to client.
  6301.     - str_to_TIME renamed to str_to_datetime to pair with str_to_time
  6302.     - str_to_TIME_with_warn renamed accordingly
  6303.  
  6304.   sql/structs.h
  6305.     1.36.1.1 04/06/24 19:08:32 konstantin@mysql.com +7 -16
  6306.     - declarations for TIME and timestamp_type replaced with typedefs
  6307.     - str_to_datetime arguments moved to mysys headers
  6308.  
  6309.   sql/sql_yacc.yy
  6310.     1.203.111.1 04/06/24 19:08:32 konstantin@mysql.com +3 -3
  6311.     - s/\<TIMESTAMP_/MYSQL_TIMESTAMP/gc
  6312.  
  6313.   sql/sql_prepare.cc
  6314.     1.34.22.1 04/06/24 19:08:32 konstantin@mysql.com +6 -39
  6315.     - TIMESTAMP_{TIME,DATE,DATETIME} were renamed to
  6316.       MYSQL_TIMESTAMP_{TIME,DATE,DATETIME}
  6317.     - embedded library implementation of set_param_{time,date,datetime} is
  6318.     much simplier now, as MYSQL_TIME is the same as TIME.
  6319.  
  6320.   sql/set_var.h
  6321.     1.54 04/06/24 19:08:32 konstantin@mysql.com +1 -1
  6322.     - fixed timestamp_type usage to be compatible with typedef.
  6323.  
  6324.   sql/set_var.cc
  6325.     1.34.1.90 04/06/24 19:08:32 konstantin@mysql.com +3 -3
  6326.     - TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to 
  6327.       MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...}
  6328.  
  6329.   sql/mysqld.cc
  6330.     1.356.62.1 04/06/24 19:08:32 konstantin@mysql.com +9 -18
  6331.     - log_10_int moved to mysys (it's used by str_to_TIME and str_to_time)
  6332.     - enum values TIMESTAMP_{TIME,DATE,DATETIME} were renamed to
  6333.       MYSQL_TIMESTAMP_{TIME,DATE,DATETIME}
  6334.  
  6335.   sql/mysql_priv.h
  6336.     1.186.78.1 04/06/24 19:08:32 konstantin@mysql.com +3 -5
  6337.     - added typedefs for TIME and timestamp_type
  6338.     - removed declarations for str_to_time and str_to_TIME (now this functions
  6339.       reside in mysys)
  6340.  
  6341.   sql/item_timefunc.cc
  6342.     1.51.1.13 04/06/24 19:08:32 konstantin@mysql.com +34 -32
  6343.     - TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to 
  6344.       MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...}
  6345.  
  6346.   include/mysql_time.h
  6347.     1.0 04/06/24 19:08:32 konstantin@mysql.com +0 -0
  6348.     BitKeeper file /home/kostja/mysql/mysql-4.1-4030/include/mysql_time.h
  6349.  
  6350.   include/my_time.h
  6351.     1.0 04/06/24 19:08:32 konstantin@mysql.com +0 -0
  6352.     BitKeeper file /home/kostja/mysql/mysql-4.1-4030/include/my_time.h
  6353.  
  6354.   sql/item.cc
  6355.     1.58.1.92 04/06/24 19:08:31 konstantin@mysql.com +2 -2
  6356.     - TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to 
  6357.       MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...}
  6358.  
  6359.   sql/field.cc
  6360.     1.163.1.1 04/06/24 19:08:31 konstantin@mysql.com +44 -41
  6361.     - TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to 
  6362.       MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...}
  6363.  
  6364.   sql/Makefile.am
  6365.     1.77.1.23 04/06/24 19:08:31 konstantin@mysql.com +4 -1
  6366.     my_time.c added to the list of mysqld sources.
  6367.  
  6368.   sql-common/Makefile.am
  6369.     1.2 04/06/24 19:08:31 konstantin@mysql.com +1 -1
  6370.     - my_time.c added to the list of files included into source distribution.
  6371.  
  6372.   libmysqld/Makefile.am
  6373.     1.29.1.24 04/06/24 19:08:31 konstantin@mysql.com +3 -2
  6374.     - my_time.c added
  6375.  
  6376.   libmysql/libmysql.c
  6377.     1.156.1.95 04/06/24 19:08:31 konstantin@mysql.com +61 -27
  6378.     Fix for bug#4030 "Client side conversion string -> date type doesn't work
  6379.      (prepared statements)" and cleanup.
  6380.     - added case labels for TIME/DATE/DATETIME types to send_data_str
  6381.     - comments for read_binary_{date,time,datetime}, fetch_result_*, fetch_results.
  6382.  
  6383.   libmysql/Makefile.shared
  6384.     1.53 04/06/24 19:08:31 konstantin@mysql.com +1 -1
  6385.     - my_time.lo added to the list of libmysql objects
  6386.  
  6387.   include/mysql.h
  6388.     1.129 04/06/24 19:08:31 konstantin@mysql.com +1 -17
  6389.     - declarations for MYSQL_TIME and enum_mysql_timestamp_type moved to 
  6390.     mysql_time.h, which is in shared use of client library and mysys.
  6391.  
  6392.   include/Makefile.am
  6393.     1.47 04/06/24 19:08:31 konstantin@mysql.com +1 -1
  6394.     - mysql_time.h added to the list of installed client library headers
  6395.  
  6396.   VC++Files/sql/mysqld.dsp
  6397.     1.17.1.10 04/06/24 19:08:31 konstantin@mysql.com +4 -0
  6398.     new file: my_time.c
  6399.  
  6400.   VC++Files/libmysqld/libmysqld.dsp
  6401.     1.12.2.1 04/06/24 19:08:31 konstantin@mysql.com +4 -0
  6402.     new file: my_time.c
  6403.  
  6404.   VC++Files/libmysql/libmysql.dsp
  6405.     1.26 04/06/24 19:08:31 konstantin@mysql.com +4 -0
  6406.     new file: my_time.c
  6407.  
  6408. ChangeSet
  6409.   1.1616.578.1 04/06/24 18:46:41 bar@mysql.com +5 -0
  6410.   "Version" column in SHOW TABLE STATUS.
  6411.  
  6412.   sql/table.h
  6413.     1.55.1.10 04/06/24 18:46:34 bar@mysql.com +1 -0
  6414.     "Version" column in SHOW TABLE STATUS.
  6415.  
  6416.   sql/table.cc
  6417.     1.106.1.1 04/06/24 18:46:34 bar@mysql.com +1 -0
  6418.     "Version" column in SHOW TABLE STATUS.
  6419.  
  6420.   sql/sql_show.cc
  6421.     1.122.1.49 04/06/24 18:46:34 bar@mysql.com +3 -0
  6422.     "Version" column in SHOW TABLE STATUS.
  6423.  
  6424.   mysql-test/t/show_check.test
  6425.     1.31 04/06/24 18:46:34 bar@mysql.com +7 -7
  6426.     "Version" column in SHOW TABLE STATUS.
  6427.  
  6428.   mysql-test/r/show_check.result
  6429.     1.31.1.22 04/06/24 18:46:34 bar@mysql.com +29 -29
  6430.     "Version" column in SHOW TABLE STATUS.
  6431.  
  6432. ChangeSet
  6433.   1.1616.577.1 04/06/24 13:28:15 tomas@poseidon.bredbandsbolaget.se +3 -0
  6434.   added posr switch to mysql-test-run
  6435.  
  6436.   mysql-test/ndb/ndbcluster.sh
  6437.     1.12 04/06/24 13:28:11 tomas@poseidon.bredbandsbolaget.se +11 -9
  6438.     added posr switch to mysql-test-run
  6439.  
  6440.   mysql-test/ndb/ndb_config_2_node.ini
  6441.     1.5 04/06/24 13:28:11 tomas@poseidon.bredbandsbolaget.se +2 -4
  6442.     added posr switch to mysql-test-run
  6443.  
  6444.   mysql-test/mysql-test-run.sh
  6445.     1.191 04/06/24 13:28:10 tomas@poseidon.bredbandsbolaget.se +5 -3
  6446.     added posr switch to mysql-test-run
  6447.  
  6448. ChangeSet
  6449.   1.1346.650.1 04/06/24 15:06:56 ingo@mysql.com +6 -0
  6450.   bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.
  6451.   Redesigned the handler close functions so that they are usable
  6452.   at different places where waiting for closing tables is done.
  6453.  
  6454.   sql/sql_table.cc
  6455.     1.112.12.1 04/06/24 15:06:54 ingo@mysql.com +3 -3
  6456.     bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.
  6457.     Replaced the obsolte mysql_ha_closeall() by the new mysql_ha_close().
  6458.  
  6459.   sql/sql_handler.cc
  6460.     1.19.1.23 04/06/24 15:06:54 ingo@mysql.com +159 -27
  6461.     bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.
  6462.     Redesigned the internal function find_table_ptr_by_name().
  6463.     It can now suppress locking and tells if the requested table
  6464.     has been flushed by itself.
  6465.     Extended mysql_ha_close() so that it can now suppres locking
  6466.     and error reporting. That way it can be used at more places and the
  6467.     old function mysql_ha_closeall() is now obsolete.
  6468.     Added a new function mysql_ha_close_list() which closes a whole list
  6469.     of HANDLER tables or all HANDLER tables, if the list is NULL.
  6470.     Furthermore is can close all 'old' (marked for flush) HANDLER tables.
  6471.  
  6472.   sql/sql_base.cc
  6473.     1.117.1.63 04/06/24 15:06:54 ingo@mysql.com +5 -0
  6474.     bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.
  6475.     Added proper close calls before some wait points to avoid deadlocks
  6476.     or infinite loops.
  6477.  
  6478.   sql/mysql_priv.h
  6479.     1.150.1.70 04/06/24 15:06:54 ingo@mysql.com +3 -3
  6480.     bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.
  6481.     Made mysql_ha_close() more flexible.
  6482.     Removed mysql_ha_closeall(), which closed only one table despite its name.
  6483.     Added mysql_ha_close_list(), which closes the complete list or all tables and does not lock.
  6484.     Removed a duplicate declaration.
  6485.  
  6486.   mysql-test/t/flush_table.test
  6487.     1.5 04/06/24 15:06:54 ingo@mysql.com +108 -7
  6488.     bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.
  6489.     Activated old test case.
  6490.     Added new test cases.
  6491.  
  6492.   mysql-test/r/flush_table.result
  6493.     1.2 04/06/24 15:06:54 ingo@mysql.com +120 -0
  6494.     bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.
  6495.     Added the test results.
  6496.  
  6497. ChangeSet
  6498.   1.1346.649.1 04/06/24 14:54:28 ingo@mysql.com +5 -0
  6499.   bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysqld to crash.
  6500.   Added put_length() to get_length() and unpack_key() to pack_key().
  6501.   Keys were packed with the minimum size of the length field for the key part and 
  6502.   unpacked with length size of the base column. 
  6503.   For the purpose of optimal key packing we have the method pack_key(), while rows are 
  6504.   packed with pack(). Now keys are unpacked with unpack_key() and no longer with 
  6505.   unpack() which is used for rows.
  6506.  
  6507.   sql/ha_berkeley.cc
  6508.     1.105.2.1 04/06/24 14:54:23 ingo@mysql.com +2 -2
  6509.     bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysqld to crash.
  6510.     Now keys are unpacked with unpack_key() and no longer with unpack() which is used for rows.
  6511.     For most field types, however, this simply calls unpack().
  6512.  
  6513.   sql/field.h
  6514.     1.33.1.23 04/06/24 14:54:23 ingo@mysql.com +6 -0
  6515.     bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysqld to crash.
  6516.     Added put_length() to get_length() and unpack_key() to pack_key().
  6517.     The default implementation simply calls unpack() for those field types that don't need 
  6518.     a special key unpacking.
  6519.  
  6520.   sql/field.cc
  6521.     1.51.1.37 04/06/24 14:54:23 ingo@mysql.com +80 -0
  6522.     bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysqld to crash.
  6523.     Added put_length() to get_length() and unpack_key() to pack_key().
  6524.     Keys were packed with the minimum size of the length field for the key part and 
  6525.     unpacked with length size of the base column. 
  6526.     For the purpose of optimal key packing we have the method pack_key(), while rows are packed 
  6527.     with pack(). Now keys are unpacked with unpack_key() and no longer with unpack() which is 
  6528.     used for rows.
  6529.  
  6530.   mysql-test/t/bdb.test
  6531.     1.27.2.1 04/06/24 14:54:23 ingo@mysql.com +19 -0
  6532.     bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysqld to crash.
  6533.     Added the test case.
  6534.  
  6535.   mysql-test/r/bdb.result
  6536.     1.22.3.1 04/06/24 14:54:23 ingo@mysql.com +16 -0
  6537.     bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysqld to crash.
  6538.     Added the test case results.
  6539.  
  6540. ChangeSet
  6541.   1.1616.575.2 04/06/24 14:49:34 mskold@mysql.com +2 -0
  6542.   Cosmetic fixes
  6543.  
  6544.   sql/handler.cc
  6545.     1.103.9.2 04/06/24 14:49:10 mskold@mysql.com +1 -1
  6546.     Cosmetic fixes
  6547.  
  6548.   sql/ha_ndbcluster.cc
  6549.     1.20 04/06/24 14:49:10 mskold@mysql.com +2 -2
  6550.     Cosmetic fixes
  6551.  
  6552. ChangeSet
  6553.   1.1616.576.1 04/06/24 14:42:56 guilhem@mysql.com +2 -0
  6554.   Enabling the --innodb-safe-binlog option in code. If you wish to disable it,
  6555.   you just need to change this line of mysqld.cc:
  6556.   #if MYSQL_VERSION_ID >= 40103
  6557.   to, say,
  6558.   #if MYSQL_VERSION_ID > 40103
  6559.   I am noticing a failure of bdb.test; I believe this is not related to the
  6560.   code I added yesterday and today, but I am checking. In any case I push this
  6561.   changeset as it cannot by itself bring more mess that I *may* (or not)
  6562.   already have brought with previous pushes.
  6563.  
  6564.   sql/mysqld.cc
  6565.     1.356.1.119 04/06/24 14:42:48 guilhem@mysql.com +2 -5
  6566.     only a warning if --innodb-safe-binlog without InnoDB (it's true this situation will not hurt).
  6567.     Enabling the --innodb-safe-binlog option.
  6568.  
  6569.   sql/handler.cc
  6570.     1.103.1.32 04/06/24 14:42:47 guilhem@mysql.com +1 -1
  6571.     if innodb_active_trans is true then innobase_tid too.
  6572.  
  6573. ChangeSet
  6574.   1.1616.572.3 04/06/24 11:52:50 tomas@poseidon.bredbandsbolaget.se +2 -0
  6575.   added order by
  6576.  
  6577.   mysql-test/t/ndb_autodiscover2.test
  6578.     1.2 04/06/24 11:52:47 tomas@poseidon.bredbandsbolaget.se +1 -1
  6579.     added order by
  6580.  
  6581.   mysql-test/r/ndb_autodiscover2.result
  6582.     1.2 04/06/24 11:52:46 tomas@poseidon.bredbandsbolaget.se +3 -3
  6583.     added order by
  6584.  
  6585.   mysql-test/r/flush_table.result
  6586.     1.1 04/06/24 13:39:32 ingo@mysql.com +0 -0
  6587.  
  6588.   mysql-test/r/flush_table.result
  6589.     1.0 04/06/24 13:39:32 ingo@mysql.com +0 -0
  6590.     BitKeeper file /home/mydev/mysql-4.0-bug3565/mysql-test/r/flush_table.result
  6591.  
  6592. ChangeSet
  6593.   1.1616.575.1 04/06/24 12:04:22 mskold@mysql.com +3 -0
  6594.   Modified index flags and added ndbcluster_print_error
  6595.  
  6596.   sql/handler.cc
  6597.     1.103.9.1 04/06/24 12:03:10 mskold@mysql.com +8 -2
  6598.     Modified index flags and added ndbcluster_print_error
  6599.  
  6600.   sql/ha_ndbcluster.h
  6601.     1.13 04/06/24 12:03:10 mskold@mysql.com +7 -5
  6602.     Modified index flags and added ndbcluster_print_error
  6603.  
  6604.   sql/ha_ndbcluster.cc
  6605.     1.19 04/06/24 12:03:10 mskold@mysql.com +19 -19
  6606.     Modified index flags and added ndbcluster_print_error
  6607.  
  6608. ChangeSet
  6609.   1.1616.574.1 04/06/24 11:45:06 lenz@mysql.com +2 -0
  6610.    - Windows compile fix: added srv/srv0que.c to the innobase project
  6611.      file and sql/tztime.cpp to the libmysqld project file
  6612.  
  6613.   VC++Files/libmysqld/libmysqld.dsp
  6614.     1.12.1.8 04/06/24 11:45:01 lenz@mysql.com +4 -0
  6615.      - added missing file sql/tztime.cpp to the project file
  6616.  
  6617.   VC++Files/innobase/innobase.dsp
  6618.     1.19 04/06/24 11:45:01 lenz@mysql.com +4 -0
  6619.      - added missing file srv/srv0que.c to the project file
  6620.  
  6621. ChangeSet
  6622.   1.1616.573.1 04/06/24 11:42:44 joreland@mysql.com +3 -0
  6623.   fixes for solaris build issues with ndb
  6624.   (the previous commit was in "non" fresh clone :-()
  6625.  
  6626.   ndb/src/ndbapi/Ndbinit.cpp
  6627.     1.7 04/06/24 11:42:22 joreland@mysql.com +11 -17
  6628.     fixes for solaris build issues
  6629.  
  6630.   ndb/src/ndbapi/Ndb.cpp
  6631.     1.12 04/06/24 11:42:22 joreland@mysql.com +16 -28
  6632.     fixes for solaris build issues
  6633.  
  6634.   ndb/src/kernel/SimBlockList.cpp
  6635.     1.5 04/06/24 11:42:22 joreland@mysql.com +22 -19
  6636.     fixes for solaris build issues
  6637.  
  6638. ChangeSet
  6639.   1.1616.571.1 04/06/24 11:38:57 guilhem@mysql.com +5 -0
  6640.   Final part of WL#1717 "innodb/binlog consistency". This is to resolve
  6641.   a limitation of yesterday's implementation:
  6642.   if there was an unfinished transaction (COMMIT not typed), and some MyISAM tables were
  6643.   then updated, and then mysqld crashes, then at restart the server would use the too old
  6644.   binlog offset known by InnoDB to cut the binlog, thus cutting the successful MyISAM
  6645.   updates. We fix this by reporting the binlog offset into InnoDB even if InnoDB was not
  6646.   affected at all by the update.
  6647.   But the feature is still disabled until we decide if it can go into 4.1.3.
  6648.  
  6649.   sql/mysqld.cc
  6650.     1.356.1.118 04/06/24 11:38:53 guilhem@mysql.com +8 -3
  6651.     No innodb-safe-binlog if no InnoDB.
  6652.     Updating message as now we work with MyISAM.
  6653.  
  6654.   sql/mysql_priv.h
  6655.     1.186.1.111 04/06/24 11:38:53 guilhem@mysql.com +1 -1
  6656.     need to see opt_innodb_safe_binlog in handler.cc
  6657.  
  6658.   sql/log.cc
  6659.     1.108.1.31 04/06/24 11:38:53 guilhem@mysql.com +11 -4
  6660.     clearer messages when truncating binlog.
  6661.  
  6662.   sql/handler.h
  6663.     1.89.1.26 04/06/24 11:38:53 guilhem@mysql.com +1 -1
  6664.     removing warning (noticed this)
  6665.  
  6666.   sql/handler.cc
  6667.     1.103.1.31 04/06/24 11:38:53 guilhem@mysql.com +12 -4
  6668.     How we report the binlog offset into InnoDB:
  6669.     - if the update affected InnoDB, it will happen naturally
  6670.     - otherwise (for example MyISAM update not in an InnoDB transaction), we explicitely report it.
  6671.  
  6672. ChangeSet
  6673.   1.1616.566.6 04/06/24 09:22:45 lenz@mysql.com +2 -0
  6674.    - added mysql_tzinfo_to_sql to binary distributions
  6675.  
  6676.   support-files/mysql.spec.sh
  6677.     1.77 04/06/24 09:22:39 lenz@mysql.com +7 -1
  6678.      - added mysql_tzinfo_to_sql to the server subpackage
  6679.      - run "make clean" instead of "make distclean"
  6680.  
  6681.   scripts/make_binary_distribution.sh
  6682.     1.55.1.10 04/06/24 09:22:39 lenz@mysql.com +1 -1
  6683.      - added mysql_tzinfo_to_sql to binary distribution
  6684.  
  6685. ChangeSet
  6686.   1.1346.1.541 04/06/23 21:02:37 patg@krsna.patg.net +3 -0
  6687.   Development.fgl:
  6688.     add typelib.h to filelist
  6689.   Clients and Tools.fgl:
  6690.     add libmysql.dll to file list
  6691.   4.0.XX-gpl.ipr:
  6692.     Various fixes to installshield project file (added files)
  6693.  
  6694.   VC++Files/InstallShield/4.0.XX-gpl/File Groups/Development.fgl
  6695.     1.3 04/06/23 21:02:14 patg@krsna.patg.net +1 -0
  6696.     add typelib.h to filelist
  6697.  
  6698.   VC++Files/InstallShield/4.0.XX-gpl/File Groups/Clients and Tools.fgl
  6699.     1.3 04/06/23 21:02:14 patg@krsna.patg.net +1 -0
  6700.     add libmysql.dll to file list
  6701.  
  6702.   VC++Files/InstallShield/4.0.XX-gpl/4.0.XX-gpl.ipr
  6703.     1.2 04/06/23 21:02:14 patg@krsna.patg.net +23 -23
  6704.     Various fixes to installshield project file (added files)
  6705.  
  6706. ChangeSet
  6707.   1.1346.1.540 04/06/23 20:26:20 patg@krsna.patg.net +1 -0
  6708.   Do-rpm:
  6709.     Small fix to handle the src rpm file correctly (contains '0', release number in spec file)
  6710.  
  6711.   Build-tools/Do-rpm
  6712.     1.30 04/06/23 20:25:30 patg@krsna.patg.net +38 -29
  6713.     Small fix to handle the src rpm file correctly (contains '0', release number in spec file)
  6714.  
  6715. ChangeSet
  6716.   1.1616.569.1 04/06/24 02:57:57 bell@sanja.is.com.ua +4 -0
  6717.   parameter of my_yyoverflow made independed from YYSIZE_T (BUG#4204)
  6718.  
  6719.   sql/sql_yacc.yy
  6720.     1.203.110.1 04/06/24 02:57:54 bell@sanja.is.com.ua +2 -2
  6721.     parameter of my_yyoverflow made independed from YYSIZE_T
  6722.  
  6723.   sql/sql_parse.cc
  6724.     1.271.1.90 04/06/24 02:57:54 bell@sanja.is.com.ua +2 -2
  6725.     parameter of my_yyoverflow made independed from YYSIZE_T
  6726.  
  6727.   mysql-test/t/union.test
  6728.     1.70 04/06/24 02:57:54 bell@sanja.is.com.ua +32 -0
  6729.     test of correct parser stack overflow handling
  6730.  
  6731.   mysql-test/r/union.result
  6732.     1.46.1.30 04/06/24 02:57:54 bell@sanja.is.com.ua +28 -0
  6733.     test of correct parser stack overflow handling
  6734.  
  6735. ChangeSet
  6736.   1.1616.566.5 04/06/24 01:06:48 guilhem@mysql.com +19 -0
  6737.   disabling the --innodb-safe-binlog option. It should be fixed to work with MyISAM too,
  6738.   before being available to users. That will be the case in 4.1.4.
  6739.   The "bk commit in mysqldoc" corresponding to this feature was not pushed.
  6740.   Removing the 6 tests, they'll be pushed again later.
  6741.  
  6742.   sql/mysqld.cc
  6743.     1.356.1.117 04/06/24 01:06:42 guilhem@mysql.com +8 -1
  6744.     disabling the --innodb-safe-binlog option. It should be fixed to work with MyISAM too,
  6745.     before being available to users. That will be the case in 4.1.4.
  6746.  
  6747.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_3b.test~d283dc272a38175
  6748.     1.2 04/06/24 01:01:22 guilhem@mysql.com +0 -0
  6749.     Delete: mysql-test/t/rpl_crash_binlog_ib_3b.test
  6750.  
  6751.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_3b-master.opt~5a878d6ca9b620ba
  6752.     1.2 04/06/24 01:01:22 guilhem@mysql.com +0 -0
  6753.     Delete: mysql-test/t/rpl_crash_binlog_ib_3b-master.opt
  6754.  
  6755.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_3a.test~c3cf56608fa38ab2
  6756.     1.2 04/06/24 01:01:21 guilhem@mysql.com +0 -0
  6757.     Delete: mysql-test/t/rpl_crash_binlog_ib_3a.test
  6758.  
  6759.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_3a-master.opt~233787f10a34d70
  6760.     1.2 04/06/24 01:01:21 guilhem@mysql.com +0 -0
  6761.     Delete: mysql-test/t/rpl_crash_binlog_ib_3a-master.opt
  6762.  
  6763.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_2b.test~95e00750688e5950
  6764.     1.2 04/06/24 01:01:21 guilhem@mysql.com +0 -0
  6765.     Delete: mysql-test/t/rpl_crash_binlog_ib_2b.test
  6766.  
  6767.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_2b-master.opt~5cb4dc88644cac71
  6768.     1.2 04/06/24 01:01:20 guilhem@mysql.com +0 -0
  6769.     Delete: mysql-test/t/rpl_crash_binlog_ib_2b-master.opt
  6770.  
  6771.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_2a.test~8a3a7646227ad59
  6772.     1.2 04/06/24 01:01:20 guilhem@mysql.com +0 -0
  6773.     Delete: mysql-test/t/rpl_crash_binlog_ib_2a.test
  6774.  
  6775.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_2a-master.opt~d8e2c519c1a8d580
  6776.     1.2 04/06/24 01:01:20 guilhem@mysql.com +0 -0
  6777.     Delete: mysql-test/t/rpl_crash_binlog_ib_2a-master.opt
  6778.  
  6779.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_1b.test~450096adbbe9214
  6780.     1.2 04/06/24 01:01:19 guilhem@mysql.com +0 -0
  6781.     Delete: mysql-test/t/rpl_crash_binlog_ib_1b.test
  6782.  
  6783.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_1b-master.opt~d8ad8b1c484b86c3
  6784.     1.2 04/06/24 01:01:19 guilhem@mysql.com +0 -0
  6785.     Delete: mysql-test/t/rpl_crash_binlog_ib_1b-master.opt
  6786.  
  6787.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_1a.test~ca1e5ae4b81c69ce
  6788.     1.2 04/06/24 01:01:18 guilhem@mysql.com +0 -0
  6789.     Delete: mysql-test/t/rpl_crash_binlog_ib_1a.test
  6790.  
  6791.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_1a-master.opt~f9cc9d326400bc96
  6792.     1.2 04/06/24 01:01:18 guilhem@mysql.com +0 -0
  6793.     Delete: mysql-test/t/rpl_crash_binlog_ib_1a-master.opt
  6794.  
  6795.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_3b.result~ce5077d6b541e48c
  6796.     1.2 04/06/24 01:01:17 guilhem@mysql.com +0 -0
  6797.     Delete: mysql-test/r/rpl_crash_binlog_ib_3b.result
  6798.  
  6799.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_3a.result~81a4b08a5259aef1
  6800.     1.2 04/06/24 01:01:17 guilhem@mysql.com +0 -0
  6801.     Delete: mysql-test/r/rpl_crash_binlog_ib_3a.result
  6802.  
  6803.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_2b.result~8d03dd3a2da8b228
  6804.     1.2 04/06/24 01:01:17 guilhem@mysql.com +0 -0
  6805.     Delete: mysql-test/r/rpl_crash_binlog_ib_2b.result
  6806.  
  6807.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_2a.result~9a8bcdcc9218e280
  6808.     1.2 04/06/24 01:01:16 guilhem@mysql.com +0 -0
  6809.     Delete: mysql-test/r/rpl_crash_binlog_ib_2a.result
  6810.  
  6811.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_1b.result~437e146cd203b120
  6812.     1.2 04/06/24 01:01:16 guilhem@mysql.com +0 -0
  6813.     Delete: mysql-test/r/rpl_crash_binlog_ib_1b.result
  6814.  
  6815.   BitKeeper/deleted/.del-rpl_crash_binlog_ib_1a.result~c9ecac961121bd4e
  6816.     1.2 04/06/24 01:01:15 guilhem@mysql.com +0 -0
  6817.     Delete: mysql-test/r/rpl_crash_binlog_ib_1a.result
  6818.  
  6819. ChangeSet
  6820.   1.1616.568.3 04/06/24 00:09:29 guilhem@mysql.com +1 -0
  6821.   removing forgotten line (had not noticed as I build with LINT_INIT undefined :( ).
  6822.  
  6823.   client/mysqltest.c
  6824.     1.92.1.49 04/06/24 00:09:24 guilhem@mysql.com +0 -1
  6825.     'res' does not exist here
  6826.  
  6827. ChangeSet
  6828.   1.1616.539.2 04/06/23 23:51:40 guilhem@mysql.com +3 -0
  6829.   WL#1717 "binlog/innodb consistency".
  6830.   Final push. Printing some warnings at startup, as --innodb-safe-binlog requires
  6831.   some other options, to work as expected.
  6832.   Adding 6 new tests (3 pairs). If they fail on some platforms (so far they have been run only on my Linux),
  6833.   they should be ignored for the 4.1.3 build (you can just
  6834.   rm mysql-test/*/rpl_crash_*).
  6835.   Now going to update doc.
  6836.  
  6837.   sql/mysqld.cc
  6838.     1.356.61.3 04/06/23 23:51:35 guilhem@mysql.com +33 -1
  6839.     When using --innodb-safe-binlog, some options need to automatically be turned on.
  6840.  
  6841.   sql/log.cc
  6842.     1.108.1.29 04/06/23 23:51:35 guilhem@mysql.com +1 -1
  6843.     VC++ does not know (ulonglong)(-1)
  6844.  
  6845.   mysql-test/misc/kill_master.sh
  6846.     1.2 04/06/23 23:51:35 guilhem@mysql.com +3 -0
  6847.     If the mysqld process has already gone away, 'kill' will fail, so we need to explicitely
  6848.     exit 0, so that the non-zero return code of kill does not make mysqltest stop.
  6849.  
  6850. ChangeSet
  6851.   1.1616.567.1 04/06/23 23:41:56 serg@serg.mylan +1 -0
  6852.   followup
  6853.  
  6854.   sql/tztime.cc
  6855.     1.3.1.1 04/06/23 23:41:51 serg@serg.mylan +422 -422
  6856.     followup
  6857.  
  6858. ChangeSet
  6859.   1.1616.541.33 04/06/23 23:33:28 joreland@mysql.com +5 -0
  6860.   Fixes for gcc-3.4.0
  6861.  
  6862.   ndb/src/kernel/vm/SLList.hpp
  6863.     1.2 04/06/23 23:33:11 joreland@mysql.com +2 -2
  6864.     Fixes for gcc-3.4.0
  6865.  
  6866.   ndb/src/kernel/vm/DataBuffer.hpp
  6867.     1.2 04/06/23 23:33:11 joreland@mysql.com +2 -2
  6868.     Fixes for gcc-3.4.0
  6869.  
  6870.   ndb/src/kernel/vm/DLList.hpp
  6871.     1.2 04/06/23 23:33:11 joreland@mysql.com +2 -2
  6872.     Fixes for gcc-3.4.0
  6873.  
  6874.   ndb/src/kernel/vm/DLFifoList.hpp
  6875.     1.3 04/06/23 23:33:11 joreland@mysql.com +2 -2
  6876.     Fixes for gcc-3.4.0
  6877.  
  6878.   ndb/src/kernel/vm/ArrayPool.hpp
  6879.     1.4 04/06/23 23:33:11 joreland@mysql.com +12 -12
  6880.     Fixes for gcc-3.4.0
  6881.  
  6882. ChangeSet
  6883.   1.1616.561.2 04/06/24 01:08:07 dlenev@brandersnatch.localdomain +1 -0
  6884.   Fixed compilation on windows.
  6885.  
  6886.   sql/tztime.cc
  6887.     1.2.1.1 04/06/24 01:08:02 dlenev@brandersnatch.localdomain +5 -4
  6888.     Fixed compilation on Windows.
  6889.     Added casts to avoid warnings.
  6890.     2nd argument of hash_search should be of type const byte *.
  6891.  
  6892. ChangeSet
  6893.   1.1616.541.30 04/06/23 21:46:17 serg@serg.mylan +3 -0
  6894.   Bug#4261 - mysqldump omits NULLs with --skip-extended-insert
  6895.  
  6896.   mysql-test/t/mysqldump.test
  6897.     1.19 04/06/23 21:46:13 serg@serg.mylan +3 -2
  6898.     Bug#4261 - mysqldump omits NULLs with --skip-extended-insert
  6899.  
  6900.   mysql-test/r/mysqldump.result
  6901.     1.9.1.21 04/06/23 21:46:13 serg@serg.mylan +2 -1
  6902.     Bug#4261 - mysqldump omits NULLs with --skip-extended-insert
  6903.  
  6904.   client/mysqldump.c
  6905.     1.133.1.1 04/06/23 21:46:13 serg@serg.mylan +2 -0
  6906.     Bug#4261 - mysqldump omits NULLs with --skip-extended-insert
  6907.  
  6908. ChangeSet
  6909.   1.1616.541.29 04/06/23 21:26:34 serg@serg.mylan +9 -0
  6910.   followup to handler cleanup
  6911.  
  6912.   sql/sql_select.cc
  6913.     1.216.73.6 04/06/23 21:26:28 serg@serg.mylan +1 -5
  6914.     cleanup
  6915.  
  6916.   sql/ha_berkeley.h
  6917.     1.57.1.6 04/06/23 21:26:28 serg@serg.mylan +1 -1
  6918.     followup to handler cleanup
  6919.  
  6920.   sql/ha_berkeley.cc
  6921.     1.117.1.18 04/06/23 21:26:28 serg@serg.mylan +1 -1
  6922.     followup to handler cleanup
  6923.  
  6924.   sql/examples/ha_example.h
  6925.     1.7 04/06/23 21:26:28 serg@serg.mylan +53 -29
  6926.     followup to handler cleanup
  6927.  
  6928.   sql/examples/ha_example.cc
  6929.     1.7 04/06/23 21:26:27 serg@serg.mylan +63 -58
  6930.     followup to handler cleanup
  6931.  
  6932.   sql/examples/ha_archive.h
  6933.     1.4 04/06/23 21:26:26 serg@serg.mylan +9 -12
  6934.     followup to handler cleanup
  6935.  
  6936.   sql/examples/ha_archive.cc
  6937.     1.5 04/06/23 21:26:26 serg@serg.mylan +9 -9
  6938.     followup to handler cleanup
  6939.  
  6940.   mysql-test/t/bdb.test
  6941.     1.34 04/06/23 21:26:26 serg@serg.mylan +25 -0
  6942.     bug#4000
  6943.  
  6944.   mysql-test/r/bdb.result
  6945.     1.36 04/06/23 21:26:26 serg@serg.mylan +9 -0
  6946.     bug#4000
  6947.  
  6948. ChangeSet
  6949.   1.1616.564.2 04/06/23 13:48:16 mwagner@here.mwagner.org +1 -0
  6950.   mysql-copyright:
  6951.     Fixed vim to expandtab's, retab'd code
  6952.     Fixed CWD bug in trim_the_fat()
  6953.  
  6954.   Build-tools/mysql-copyright
  6955.     1.14 04/06/23 13:47:14 mwagner@here.mwagner.org +25 -23
  6956.     Fixed vim to expandtab's, retab'd code
  6957.     Fixed CWD bug in trim_the_fat()
  6958.  
  6959. ChangeSet
  6960.   1.1616.563.3 04/06/23 12:37:34 paul@kite-hub.kitebird.com +1 -0
  6961.   mysqldump.c:
  6962.     Fix typo.
  6963.  
  6964.   client/mysqldump.c
  6965.     1.135 04/06/23 12:37:23 paul@kite-hub.kitebird.com +1 -1
  6966.     Fix typo.
  6967.  
  6968. ChangeSet
  6969.   1.1616.564.1 04/06/23 12:31:10 mwagner@here.mwagner.org +2 -0
  6970.   mysql-copyright:
  6971.     Cleaned-up trim_the_fat()
  6972.  
  6973.   BitKeeper/etc/logging_ok
  6974.     1.233.1.85 04/06/23 12:31:09 mwagner@here.mwagner.org +1 -0
  6975.     Logging to logging@openlogging.org accepted
  6976.  
  6977.   Build-tools/mysql-copyright
  6978.     1.13 04/06/23 12:28:33 mwagner@here.mwagner.org +38 -21
  6979.     Cleaned-up trim_the_fat()
  6980.  
  6981. ChangeSet
  6982.   1.1616.563.2 04/06/23 12:21:49 paul@kite-hub.kitebird.com +1 -0
  6983.   mysqldump.c:
  6984.     Correct the help text for mysqldump --set-charset option.
  6985.  
  6986.   client/mysqldump.c
  6987.     1.134 04/06/23 12:21:21 paul@kite-hub.kitebird.com +1 -1
  6988.     Correct the help text for mysqldump --set-charset option.
  6989.  
  6990. ChangeSet
  6991.   1.1616.563.1 04/06/23 18:28:50 lenz@mysql.com +1 -0
  6992.    - using "--with-libedit" is sufficient (--without-readline throws
  6993.      weird compile errors)
  6994.  
  6995.   Build-tools/Do-compile
  6996.     1.89 04/06/23 18:28:42 lenz@mysql.com +1 -1
  6997.      - using "--with-libedit" is sufficient
  6998.  
  6999. ChangeSet
  7000.   1.1616.559.5 04/06/23 16:57:34 lenz@mysql.com +1 -0
  7001.    - fixed a compile error on Windows (incompatible cast)
  7002.  
  7003.   sql/sql_prepare.cc
  7004.     1.34.1.77 04/06/23 16:57:29 lenz@mysql.com +1 -1
  7005.      - fixed a compile error on Windows (incompatible cast)
  7006.  
  7007. ChangeSet
  7008.   1.1616.559.3 04/06/23 18:45:27 bar@mysql.com +1 -0
  7009.   configure.in:
  7010.     --with-charset=binary didn't really work after my previous change.
  7011.  
  7012. ChangeSet
  7013.   1.1616.561.1 04/06/23 18:13:25 gluh@gluh.mysql.r18.ru +1 -0
  7014.   Fix for bug#3950: Check/Repair caused by "Field List" doesn't show table name in processlist
  7015.  
  7016.   sql/ha_myisam.cc
  7017.     1.115.11.1 04/06/23 18:13:21 gluh@gluh.mysql.r18.ru +22 -9
  7018.     Fix for bug#3950: Check/Repair caused by "Field List" doesn't show table name in processlist
  7019.  
  7020.   configure.in
  7021.     1.201.23.1 04/06/23 18:44:44 bar@mysql.com +6 -0
  7022.     --with-charset=binary didn't really work after my previous change.
  7023.  
  7024. ChangeSet
  7025.   1.1346.1.538 04/06/23 16:44:34 monty@mysql.com +7 -0
  7026.   lower_case_table_names=2 (Keep case for table names) was not honored
  7027.   with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109)
  7028.   Make net_buffer_length visible for mysql clients (Bug #4206)
  7029.  
  7030.   sql/sql_table.cc
  7031.     1.112.1.66 04/06/23 16:44:32 monty@mysql.com +4 -1
  7032.     lower_case_table_names=2 (Keep case for table names) was not honored
  7033.     with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109)
  7034.  
  7035.   scripts/mysql_install_db.sh
  7036.     1.35.1.16 04/06/23 16:44:32 monty@mysql.com +1 -1
  7037.     Removed not used variable
  7038.  
  7039.   mysql-test/t/lowercase_table2.test
  7040.     1.2.1.1 04/06/23 16:44:32 monty@mysql.com +11 -0
  7041.     Test name conversion with ALTER TABLE / CREATE INDEX (Bug #3109)
  7042.  
  7043.   mysql-test/r/lowercase_table2.result
  7044.     1.2.1.1 04/06/23 16:44:32 monty@mysql.com +10 -0
  7045.     Test name conversion with ALTER TABLE / CREATE INDEX (Bug #3109)
  7046.  
  7047.   mysql-test/mysql-test-run.sh
  7048.     1.146.1.49 04/06/23 16:44:32 monty@mysql.com +1 -1
  7049.     Don't give warning for some common 'safe' warnings
  7050.  
  7051.   libmysql/libmysql.c
  7052.     1.95.1.54 04/06/23 16:44:32 monty@mysql.com +2 -0
  7053.     Make net_buffer_length visible for mysql clients
  7054.  
  7055.   include/mysql.h
  7056.     1.42.1.13 04/06/23 16:44:32 monty@mysql.com +1 -1
  7057.     Make net_buffer_length visible for mysql clients
  7058.  
  7059. ChangeSet
  7060.   1.1616.560.1 04/06/23 16:39:56 monty@mysql.com +2 -0
  7061.   Fixed warning about unitialized mutex when mysqld couldn't start.
  7062.  
  7063.   sql/tztime.cc
  7064.     1.3 04/06/23 16:39:54 monty@mysql.com +13 -9
  7065.     Fixed warning about unitialized mutex when mysqld couldn't start.
  7066.  
  7067.   sql/handler.cc
  7068.     1.103.8.1 04/06/23 16:39:54 monty@mysql.com +11 -10
  7069.     Cleaned up comments
  7070.  
  7071. ChangeSet
  7072.   1.1616.559.1 04/06/23 18:34:26 bar@mysql.com +1 -0
  7073.   log.cc:
  7074.     rpl_charset failed on  Linux/AMD64.
  7075.  
  7076.   sql/log.cc
  7077.     1.108.5.1 04/06/23 18:32:20 bar@mysql.com +6 -6
  7078.     rpl_charset failed on  Linux/AMD64.
  7079.  
  7080. ChangeSet
  7081.   1.1616.470.10 04/06/23 12:29:05 serg@serg.mylan +38 -0
  7082.   handler interface cleanups:
  7083.     more logical table/index_flags
  7084.     return  HA_ERR_WRONG_COMMAND instead of abstract methods where appropriate
  7085.     max_keys and other limits renamed to max_supported_keys/etc
  7086.     max_keys/etc are now wrappers to max_supported_keys/etc 
  7087.     ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to real {index,rnd}_{init,end} to enforce strict pairing
  7088.  
  7089.   sql/table.cc
  7090.     1.105.1.1 04/06/23 12:29:00 serg@serg.mylan +3 -11
  7091.     table/index_flags cleanup
  7092.  
  7093.   sql/sql_yacc.yy
  7094.     1.203.103.16 04/06/23 12:29:00 serg@serg.mylan +9 -9
  7095.     INDEX -> INDEX_SYM
  7096.  
  7097.   sql/sql_update.cc
  7098.     1.83.16.1 04/06/23 12:29:00 serg@serg.mylan +12 -9
  7099.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7100.  
  7101.   sql/sql_table.cc
  7102.     1.157.36.1 04/06/23 12:29:00 serg@serg.mylan +17 -7
  7103.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7104.     table/index_flags cleanup
  7105.  
  7106.   sql/sql_select.cc
  7107.     1.216.76.1 04/06/23 12:28:59 serg@serg.mylan +47 -56
  7108.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7109.     table/index_flags cleanup
  7110.  
  7111.   sql/sql_insert.cc
  7112.     1.86.16.1 04/06/23 12:28:59 serg@serg.mylan +1 -1
  7113.     table/index_flags cleanup
  7114.  
  7115.   sql/sql_help.cc
  7116.     1.26.1.1 04/06/23 12:28:59 serg@serg.mylan +107 -129
  7117.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7118.  
  7119.   sql/sql_handler.cc
  7120.     1.51 04/06/23 12:28:59 serg@serg.mylan +14 -7
  7121.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7122.  
  7123.   sql/sql_delete.cc
  7124.     1.99.10.1 04/06/23 12:28:59 serg@serg.mylan +2 -2
  7125.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7126.  
  7127.   sql/sql_cache.cc
  7128.     1.46.9.1 04/06/23 12:28:59 serg@serg.mylan +6 -6
  7129.     cleanup
  7130.  
  7131.   sql/sql_acl.cc
  7132.     1.74.20.1 04/06/23 12:28:59 serg@serg.mylan +8 -20
  7133.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7134.  
  7135.   sql/records.cc
  7136.     1.19.1.7 04/06/23 12:28:59 serg@serg.mylan +6 -4
  7137.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7138.  
  7139.   sql/opt_sum.cc
  7140.     1.36 04/06/23 12:28:59 serg@serg.mylan +8 -18
  7141.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7142.     table/index_flags cleanup
  7143.  
  7144.   sql/opt_range.h
  7145.     1.28.1.7 04/06/23 12:28:59 serg@serg.mylan +1 -1
  7146.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7147.  
  7148.   sql/opt_range.cc
  7149.     1.98.7.1 04/06/23 12:28:59 serg@serg.mylan +6 -36
  7150.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7151.     table/index_flags cleanup
  7152.  
  7153.   sql/lex.h
  7154.     1.82.22.3 04/06/23 12:28:59 serg@serg.mylan +1 -1
  7155.     renamed to avoid conflicts
  7156.  
  7157.   sql/item_subselect.cc
  7158.     1.60.23.1 04/06/23 12:28:59 serg@serg.mylan +6 -2
  7159.     index_init/index_end/rnd_init/rnd_end strict pairing fixed
  7160.  
  7161.   sql/handler.h
  7162.     1.89.10.1 04/06/23 12:28:59 serg@serg.mylan +161 -99
  7163.     handler interface cleanups:
  7164.       more logical table/index_flags
  7165.       return  HA_ERR_WRONG_COMMAND instead of abstract methods
  7166.       max_keys and other limits renamed to max_supported_keys/etc
  7167.       max_keys/etc are now wrappers to max_supported_keys/etc 
  7168.       ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to enforce strict pairing
  7169.  
  7170.   sql/handler.cc
  7171.     1.103.7.1 04/06/23 12:28:59 serg@serg.mylan +30 -84
  7172.     handler interface cleanups
  7173.  
  7174.   sql/ha_myisammrg.h
  7175.     1.32 04/06/23 12:28:59 serg@serg.mylan +11 -13
  7176.     table/index_flags revamped
  7177.  
  7178.   sql/ha_myisam.h
  7179.     1.57 04/06/23 12:28:59 serg@serg.mylan +12 -15
  7180.     table/index_flags revamped
  7181.  
  7182.   sql/ha_myisam.cc
  7183.     1.115.1.29 04/06/23 12:28:59 serg@serg.mylan +7 -0
  7184.     ensure index is accessed only after index_init (esp. important for temp tables)
  7185.  
  7186.   sql/ha_isammrg.h
  7187.     1.20 04/06/23 12:28:59 serg@serg.mylan +3 -7
  7188.     table/index_flags revamped
  7189.  
  7190.   sql/ha_isam.h
  7191.     1.26 04/06/23 12:28:59 serg@serg.mylan +8 -8
  7192.     table/index_flags revamped
  7193.  
  7194.   sql/ha_innodb.h
  7195.     1.57.2.1 04/06/23 12:28:59 serg@serg.mylan +9 -26
  7196.     table/index_flags revamped
  7197.  
  7198.   sql/ha_innodb.cc
  7199.     1.90.7.1 04/06/23 12:28:58 serg@serg.mylan +3 -29
  7200.     don't workaround MySQL sloppiness
  7201.  
  7202.   sql/ha_heap.h
  7203.     1.26.1.1 04/06/23 12:28:58 serg@serg.mylan +7 -10
  7204.     table/index_flags revamped
  7205.  
  7206.   sql/ha_heap.cc
  7207.     1.42 04/06/23 12:28:58 serg@serg.mylan +6 -0
  7208.     ensure index is accessed only after index_init (esp. important for temp tables)
  7209.  
  7210.   sql/ha_berkeley.h
  7211.     1.57.1.5 04/06/23 12:28:58 serg@serg.mylan +14 -13
  7212.     table/index_flags revamped
  7213.  
  7214.   sql/ha_berkeley.cc
  7215.     1.117.4.1 04/06/23 12:28:58 serg@serg.mylan +6 -4
  7216.     cleanup
  7217.  
  7218.   sql/filesort.cc
  7219.     1.70.1.15 04/06/23 12:28:58 serg@serg.mylan +5 -4
  7220.     rnd_init -> ha_rnd_init
  7221.     rnd_end -> ha_rnd_end
  7222.  
  7223.   sql/field.cc
  7224.     1.158.1.1 04/06/23 12:28:58 serg@serg.mylan +3 -4
  7225.     index_flags
  7226.  
  7227.   mysql-test/r/rpl_user_variables.result
  7228.     1.5.2.1 04/06/23 12:28:58 serg@serg.mylan +17 -17
  7229.     followup
  7230.  
  7231.   mysql-test/r/fulltext.result
  7232.     1.63.1.1 04/06/23 12:28:58 serg@serg.mylan +3 -3
  7233.     fulltext indexes are not ordered
  7234.  
  7235.   mysql-test/Makefile.am
  7236.     1.28.1.1 04/06/23 12:28:58 serg@serg.mylan +1 -0
  7237.     followup
  7238.  
  7239.   myisam/mi_static.c
  7240.     1.16 04/06/23 12:28:58 serg@serg.mylan +1 -1
  7241.     warning removed
  7242.  
  7243.   include/my_base.h
  7244.     1.58.1.1 04/06/23 12:28:58 serg@serg.mylan +0 -3
  7245.     handler interface cleanup
  7246.  
  7247. ChangeSet
  7248.   1.1616.558.1 04/06/23 13:07:00 dlenev@brandersnatch.localdomain +2 -0
  7249.   Final solution to mysql_tzinfo_to_sql problem.
  7250.  
  7251.   BitKeeper/etc/ignore
  7252.     1.153.1.36 04/06/23 13:06:57 dlenev@brandersnatch.localdomain +1 -0
  7253.     Added sql/mysql_tzinfo_to_sql_tztime.cc to the ignore list
  7254.  
  7255.   sql/Makefile.am
  7256.     1.77.1.22 04/06/23 13:06:54 dlenev@brandersnatch.localdomain +9 -0
  7257.     Final solution to mysql_tzinfo_to_sql problem:
  7258.     We can't put it in extra/ directory since it depends on sql/sql_yacc.h and
  7259.     sql/ directory depends on extra/comp_err. So this utility have to stay in
  7260.     sql/ for a while.
  7261.  
  7262. ChangeSet
  7263.   1.1616.557.1 04/06/23 13:40:59 ram@gw.mysql.r18.ru +1 -0
  7264.   A fix (Bug #4237: Server crash with a subquery SELECT).
  7265.   Original test case was too big to add it.
  7266.   Unfortunately I didn't manage to reduce it.
  7267.  
  7268.   sql/sql_select.cc
  7269.     1.216.75.1 04/06/23 13:40:55 ram@gw.mysql.r18.ru +18 -9
  7270.     a fix (Bug #4237: Server crash with a subquery SELECT).
  7271.  
  7272. ChangeSet
  7273.   1.1616.556.1 04/06/23 11:40:42 sergefp@mysql.com +3 -0
  7274.   Fix and test case for BUG#3899
  7275.  
  7276.   sql/sql_yacc.yy
  7277.     1.203.1.127 04/06/23 11:40:38 sergefp@mysql.com +1 -1
  7278.     Fix for BUG#3899: call ALTER_INFO::reset to clear ALTER_INFO::drop_list and ALTER_INFO::alter_list
  7279.  
  7280.   mysql-test/t/alter_table.test
  7281.     1.28 04/06/23 11:40:38 sergefp@mysql.com +8 -0
  7282.     Test case for BUG#3899
  7283.  
  7284.   mysql-test/r/alter_table.result
  7285.     1.37 04/06/23 11:40:38 sergefp@mysql.com +6 -0
  7286.     Test case for BUG#3899
  7287.  
  7288.   include/myisam.h
  7289.     1.62 04/06/23 09:28:15 serg@serg.mylan +1 -1
  7290.     increasing myisam_max_temp_file_length
  7291.  
  7292. ChangeSet
  7293.   1.1616.541.24 04/06/23 02:48:47 dlenev@brandersnatch.localdomain +1 -0
  7294.   Disabling broken building of mysql_tztime_to_sql utility to allow perform test builds.
  7295.  
  7296.   extra/Makefile.am
  7297.     1.17 04/06/23 02:48:42 dlenev@brandersnatch.localdomain +1 -10
  7298.     Disabling broken building of mysql_tztime_to_sql utility to allow perform test builds.
  7299.  
  7300. ChangeSet
  7301.   1.1616.555.1 04/06/22 23:36:26 dlenev@brandersnatch.localdomain +3 -0
  7302.   Fix for build from bk failures with old automake.
  7303.   mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made 
  7304.   compatible with older automake versions.
  7305.  
  7306.   BitKeeper/etc/ignore
  7307.     1.153.1.35 04/06/22 23:36:22 dlenev@brandersnatch.localdomain +2 -0
  7308.     Added extra/tztime.cc extra/mysql_tzinfo_to_sql to the ignore list
  7309.  
  7310.   sql/Makefile.am
  7311.     1.77.1.21 04/06/22 23:36:21 dlenev@brandersnatch.localdomain +0 -5
  7312.     mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made
  7313.     compatible with older automake versions.
  7314.  
  7315.   extra/Makefile.am
  7316.     1.16 04/06/22 23:36:17 dlenev@brandersnatch.localdomain +12 -2
  7317.     mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made 
  7318.     compatible with older automake versions.
  7319.  
  7320. ChangeSet
  7321.   1.1616.541.22 04/06/22 23:07:08 konstantin@mysql.com +2 -0
  7322.   Fixes to make client_test run on 64 bit Sun: a bug in libmysql and 
  7323.   test suite fixed.
  7324.  
  7325.   tests/client_test.c
  7326.     1.51.1.47 04/06/22 23:07:06 konstantin@mysql.com +44 -21
  7327.     Fixes to make client_test run on 64 bit Sun:
  7328.     - strlen() doesn't accept NULL input
  7329.     - Sun is high byte first, so we can't store bind 32-bit variables to 16-bit
  7330.     to MYSQL_TYPE_SHORT/TINY
  7331.  
  7332.   libmysql/libmysql.c
  7333.     1.156.1.94 04/06/22 23:07:06 konstantin@mysql.com +5 -5
  7334.     - fixed a bug in protocol -> host integer conversions in send_data_str
  7335.  
  7336. ChangeSet
  7337.   1.1346.647.1 04/06/22 12:57:52 mwagner@here.mwagner.org +1 -0
  7338.   my_md5sum:
  7339.     Change behaviour to be like the md5sum in GNU coreutils
  7340.  
  7341.   Build-tools/my_md5sum
  7342.     1.2 04/06/22 12:56:53 mwagner@here.mwagner.org +4 -3
  7343.     Change behaviour to be like the md5sum in GNU coreutils
  7344.  
  7345. ChangeSet
  7346.   1.1616.554.1 04/06/22 19:38:07 pem@mysql.comhem.se +6 -0
  7347.   Fixed BUG#3486: FOUND_ROWS() fails inside stored procedure [and prepared statement].
  7348.  
  7349.   sql/sql_select.cc
  7350.     1.216.73.4 04/06/22 19:38:04 pem@mysql.com +5 -1
  7351.     Don't reset thd->limit_found_rows too early, or FOUND_ROWS() wont work.
  7352.  
  7353.   sql/item_func.h
  7354.     1.68.1.40 04/06/22 19:38:03 pem@mysql.com +10 -0
  7355.     New class Item_func_found_rows for FOUND_ROWS() function.
  7356.  
  7357.   sql/item_func.cc
  7358.     1.124.1.78 04/06/22 19:38:03 pem@mysql.com +9 -0
  7359.     Added val_int() method for new Item_func_found_rows class.
  7360.  
  7361.   sql/item_create.cc
  7362.     1.33.1.32 04/06/22 19:38:03 pem@mysql.com +1 -1
  7363.     Create an Item_func_found_rows() at parse time, not an Item_int.
  7364.  
  7365.   mysql-test/t/ps.test
  7366.     1.7 04/06/22 19:38:03 pem@mysql.com +16 -0
  7367.     New test case for BUG#3486.
  7368.  
  7369.   mysql-test/r/ps.result
  7370.     1.10 04/06/22 19:38:03 pem@mysql.com +18 -0
  7371.     New test case for BUG#3486.
  7372.  
  7373. ChangeSet
  7374.   1.1346.645.3 04/06/22 17:54:38 lenz@mysql.com +1 -0
  7375.    - rephrased comment
  7376.  
  7377.   mysys/hash.c
  7378.     1.15.1.6 04/06/22 17:54:34 lenz@mysql.com +2 -1
  7379.      - rephrased comment
  7380.  
  7381. ChangeSet
  7382.   1.1346.645.2 04/06/22 17:35:34 lenz@mysql.com +5 -0
  7383.    - Applied some portability fixes for SGI IRIX/MipsPro compiler
  7384.      (e.g. a fix for BUG#3507 and some modifications recommended
  7385.      by Andrea Suatoni and Joerg Behrens - thank you!)
  7386.  
  7387.   vio/test-sslserver.c
  7388.     1.9 04/06/22 17:35:31 lenz@mysql.com +5 -0
  7389.      - portability fix for SGI MipsPro compiler: define client_len as
  7390.        "socklen_t" instead of "size_t"
  7391.  
  7392.   mysys/hash.c
  7393.     1.15.1.5 04/06/22 17:35:31 lenz@mysql.com +1 -1
  7394.      - portability fix: some compilers can't handle inlining of rec_hashnr
  7395.        (BUG#3507)
  7396.  
  7397.   man/mysqldump.1.in
  7398.     1.9 04/06/22 17:35:31 lenz@mysql.com +1 -1
  7399.      - cosmetical fix
  7400.  
  7401.   man/mysqlaccess.1.in
  7402.     1.9 04/06/22 17:35:31 lenz@mysql.com +1 -2
  7403.      - cosmetical fix
  7404.  
  7405.   acinclude.m4
  7406.     1.77.1.21 04/06/22 17:35:31 lenz@mysql.com +3 -2
  7407.      - OpenSSL libs are installed in /usr/freeware/include and
  7408.        /usr/freeware/lib32 on SGI IRIX - expanded search list
  7409.  
  7410. ChangeSet
  7411.   1.1346.643.5 04/06/22 17:27:57 ingo@mysql.com +3 -0
  7412.   bug#2688 - Wrong index_merge query results for BDB table with variable length primary key.
  7413.   dded code to clear the tail of the reference buffer if the actual key length 
  7414.   is less than the maximum key length.
  7415.  
  7416.   sql/ha_berkeley.cc
  7417.     1.105.1.11 04/06/22 17:27:40 ingo@mysql.com +31 -0
  7418.     bug#2688 - Wrong index_merge query results for BDB table with variable length primary key.
  7419.     Added code to clear the tail of the reference buffer if the actual key length 
  7420.     is less than the maximum key length.
  7421.  
  7422.   mysql-test/t/bdb.test
  7423.     1.27.1.4 04/06/22 17:27:40 ingo@mysql.com +18 -0
  7424.     bug#2688 - Wrong index_merge query results for BDB table with variable length primary key.
  7425.     Added the test case.
  7426.  
  7427.   mysql-test/r/bdb.result
  7428.     1.22.1.8 04/06/22 17:27:40 ingo@mysql.com +18 -0
  7429.     bug#2688 - Wrong index_merge query results for BDB table with variable length primary key.
  7430.     Added the test case results.
  7431.  
  7432. ChangeSet
  7433.   1.1616.553.1 04/06/22 19:27:16 dlenev@brandersnatch.localdomain +6 -0
  7434.   Fix for Bug# 4200 "Parse error on LIKE ESCAPE with parameter binding"
  7435.   Now ESCAPE in LIKE will accept not only string literal but constant 
  7436.   delimited expression.
  7437.  
  7438.   sql/sql_yacc.yy
  7439.     1.203.108.1 04/06/22 19:27:13 dlenev@brandersnatch.localdomain +8 -4
  7440.     Now ESCAPE clause of LIKE accepts not only string literal but constant delimited expression
  7441.     (the most important case is prepared statement parameter of course).
  7442.  
  7443.   sql/sql_help.cc
  7444.     1.27 04/06/22 19:27:12 dlenev@brandersnatch.localdomain +1 -1
  7445.     Item_func_like now accepts Item* as third argument.
  7446.  
  7447.   sql/item_cmpfunc.h
  7448.     1.73.6.1 04/06/22 19:27:11 dlenev@brandersnatch.localdomain +4 -2
  7449.     Now ESCAPE clause in LIKE will accept not only string literal but constant delimited 
  7450.     expression. Thus added member to Item_func_like for storing Item corresponding to this
  7451.     expression and changed third argument of cons to be Item* instead of char*.
  7452.  
  7453.   sql/item_cmpfunc.cc
  7454.     1.111.12.1 04/06/22 19:27:10 dlenev@brandersnatch.localdomain +50 -37
  7455.     Added support for accepting of constant delimited expression as ESCAPE argument to
  7456.     Item_func_like.
  7457.  
  7458.   mysql-test/t/func_like.test
  7459.     1.13 04/06/22 19:27:09 dlenev@brandersnatch.localdomain +11 -2
  7460.     Added test for bug# 4200 "Parse error on LIKE ESCAPE with parameter binding"
  7461.  
  7462.   mysql-test/r/func_like.result
  7463.     1.12.1.1 04/06/22 19:27:05 dlenev@brandersnatch.localdomain +6 -0
  7464.     Added test for bug# 4200 "Parse error on LIKE ESCAPE with parameter binding"
  7465.  
  7466. ChangeSet
  7467.   1.1346.641.5 04/06/22 16:15:58 marko@hundin.mysql.fi +2 -0
  7468.   lexyy.c, pars0lex.l:
  7469.     Document the handling of quoted strings
  7470.  
  7471.   innobase/pars/lexyy.c
  7472.     1.10.1.5 04/06/22 16:13:14 marko@hundin.mysql.fi +133 -111
  7473.     Document the handling of quoted strings
  7474.  
  7475.   innobase/pars/pars0lex.l
  7476.     1.8 04/06/22 16:12:57 marko@hundin.mysql.fi +25 -2
  7477.     Document the handling of quoted strings
  7478.  
  7479. ChangeSet
  7480.   1.1616.552.1 04/06/22 16:03:25 bar@mysql.com +1 -0
  7481.   configure.in:
  7482.     ./configure --with-charset=binary
  7483.     is now possible.
  7484.  
  7485.   configure.in
  7486.     1.201.22.1 04/06/22 16:02:28 bar@mysql.com +3 -1
  7487.     --with-charset-binary is now possible.
  7488.  
  7489. ChangeSet
  7490.   1.1616.541.17 04/06/22 14:47:41 konstantin@mysql.com +1 -0
  7491.   - automatic dependency tracking for client_test enabled
  7492.  
  7493.   tests/Makefile.am
  7494.     1.13 04/06/22 14:47:39 konstantin@mysql.com +0 -1
  7495.     - automatic dependency tracking for client_test enabled
  7496.  
  7497. ChangeSet
  7498.   1.1616.549.2 04/06/22 13:41:57 bell@sanja.is.com.ua +2 -0
  7499.   post-review changes (Bug#4090)
  7500.  
  7501.   mysql-test/t/subselect.test
  7502.     1.58.1.54 04/06/22 13:41:53 bell@sanja.is.com.ua +9 -1
  7503.     prepare statement test added
  7504.  
  7505.   mysql-test/r/subselect.result
  7506.     1.67.1.63 04/06/22 13:41:53 bell@sanja.is.com.ua +20 -5
  7507.     prepare statement test added
  7508.  
  7509. ChangeSet
  7510.   1.1616.548.1 04/06/22 13:19:25 dlenev@brandersnatch.localdomain +1 -0
  7511.   Removed building of test_time test since it was not needed/used really and caused problems
  7512.   on many platforms (the other option was providing portable setenv() replacement).
  7513.  
  7514.   sql/Makefile.am
  7515.     1.77.1.20 04/06/22 13:19:18 dlenev@brandersnatch.localdomain +1 -5
  7516.     Removed building of test_time since it was not needed/used really and caused problems on 
  7517.     many platforms.
  7518.  
  7519. ChangeSet
  7520.   1.1616.541.14 04/06/22 14:10:50 bar@mysql.com +2 -0
  7521.   auto_increment.test, auto_increment.result:
  7522.     Drop t2 in the beginning.
  7523.     ,
  7524.  
  7525.   mysql-test/t/auto_increment.test
  7526.     1.18 04/06/22 14:10:24 bar@mysql.com +1 -0
  7527.     Drop t2 in the beginning.
  7528.     ,
  7529.  
  7530.   mysql-test/r/auto_increment.result
  7531.     1.27 04/06/22 14:09:55 bar@mysql.com +1 -0
  7532.     Drop t2 in the beginning.
  7533.     ,
  7534.  
  7535. ChangeSet
  7536.   1.1616.541.13 04/06/22 11:04:41 konstantin@mysql.com +2 -0
  7537.   Fix for bug#4236 "Server crash on attempt to execute non-prepared
  7538.    statement": check that statement is not null when accessing it's name.
  7539.  
  7540.   tests/client_test.c
  7541.     1.51.1.46 04/06/22 11:04:39 konstantin@mysql.com +30 -0
  7542.     A test case for bug#4236
  7543.  
  7544.   sql/sql_class.h
  7545.     1.146.38.1 04/06/22 11:04:39 konstantin@mysql.com +1 -1
  7546.     Fix for bug#4236 "Server crash on attempt to execute non-prepared
  7547.      statement": check that statement is not null when accessing it's name.
  7548.  
  7549. ChangeSet
  7550.   1.1682 04/06/22 04:47:28 sergefp@mysql.com +14 -0
  7551.   Range optimizer fix: 
  7552.   If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7553.     use full_scan_on_shortest_covering_index
  7554.   (before this fix best_range_scan was used)
  7555.  
  7556.   sql/opt_range.cc
  7557.     1.117 04/06/22 04:46:20 sergefp@mysql.com +11 -11
  7558.     Range optimizer fix: 
  7559.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7560.       use full_scan_on_shortest_covering_index
  7561.     (before this fix best_range_scan was used)
  7562.  
  7563.   mysql-test/r/select.result
  7564.     1.40 04/06/22 04:46:20 sergefp@mysql.com +2 -2
  7565.     Range optimizer fix: 
  7566.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7567.       use full_scan_on_shortest_covering_index
  7568.     (before this fix best_range_scan was used)
  7569.  
  7570.   mysql-test/r/range.result
  7571.     1.25.1.1 04/06/22 04:46:20 sergefp@mysql.com +3 -3
  7572.     Range optimizer fix: 
  7573.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7574.       use full_scan_on_shortest_covering_index
  7575.     (before this fix best_range_scan was used)
  7576.  
  7577.   mysql-test/r/order_by.result
  7578.     1.41 04/06/22 04:46:20 sergefp@mysql.com +2 -2
  7579.     Range optimizer fix: 
  7580.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7581.       use full_scan_on_shortest_covering_index
  7582.     (before this fix best_range_scan was used)
  7583.  
  7584.   mysql-test/r/null_key.result
  7585.     1.26.1.1 04/06/22 04:46:20 sergefp@mysql.com +3 -3
  7586.     Range optimizer fix: 
  7587.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7588.       use full_scan_on_shortest_covering_index
  7589.     (before this fix best_range_scan was used)
  7590.  
  7591.   mysql-test/r/key.result
  7592.     1.17.1.1 04/06/22 04:46:20 sergefp@mysql.com +2 -2
  7593.     Range optimizer fix: 
  7594.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7595.       use full_scan_on_shortest_covering_index
  7596.     (before this fix best_range_scan was used)
  7597.  
  7598.   mysql-test/r/join_outer.result
  7599.     1.29 04/06/22 04:46:20 sergefp@mysql.com +1 -1
  7600.     Range optimizer fix: 
  7601.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7602.       use full_scan_on_shortest_covering_index
  7603.     (before this fix best_range_scan was used)
  7604.  
  7605.   mysql-test/r/heap_hash.result
  7606.     1.10 04/06/22 04:46:20 sergefp@mysql.com +1 -1
  7607.     Range optimizer fix: 
  7608.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7609.       use full_scan_on_shortest_covering_index
  7610.     (before this fix best_range_scan was used)
  7611.  
  7612.   mysql-test/r/heap_btree.result
  7613.     1.18 04/06/22 04:46:20 sergefp@mysql.com +1 -1
  7614.     Range optimizer fix: 
  7615.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7616.       use full_scan_on_shortest_covering_index
  7617.     (before this fix best_range_scan was used)
  7618.  
  7619.   mysql-test/r/heap.result
  7620.     1.21 04/06/22 04:46:20 sergefp@mysql.com +1 -1
  7621.     Range optimizer fix: 
  7622.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7623.       use full_scan_on_shortest_covering_index
  7624.     (before this fix best_range_scan was used)
  7625.  
  7626.   mysql-test/r/func_like.result
  7627.     1.13 04/06/22 04:46:20 sergefp@mysql.com +2 -2
  7628.     Range optimizer fix: 
  7629.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7630.       use full_scan_on_shortest_covering_index
  7631.     (before this fix best_range_scan was used)
  7632.  
  7633.   mysql-test/r/func_group.result
  7634.     1.31 04/06/22 04:46:20 sergefp@mysql.com +3 -3
  7635.     Range optimizer fix: 
  7636.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7637.       use full_scan_on_shortest_covering_index
  7638.     (before this fix best_range_scan was used)
  7639.  
  7640.   mysql-test/r/derived.result
  7641.     1.46.1.1 04/06/22 04:46:20 sergefp@mysql.com +2 -2
  7642.     Range optimizer fix: 
  7643.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7644.       use full_scan_on_shortest_covering_index
  7645.     (before this fix best_range_scan was used)
  7646.  
  7647.   mysql-test/r/ctype_ucs.result
  7648.     1.10.1.1 04/06/22 04:46:19 sergefp@mysql.com +2 -2
  7649.     Range optimizer fix: 
  7650.     If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
  7651.       use full_scan_on_shortest_covering_index
  7652.     (before this fix best_range_scan was used)
  7653.  
  7654. ChangeSet
  7655.   1.1616.547.1 04/06/22 02:15:52 lenz@mysql.com +1 -0
  7656.    - explicitely enable libedit in Do-compile, when readline is not
  7657.      requested
  7658.  
  7659.   Build-tools/Do-compile
  7660.     1.88 04/06/22 02:15:47 lenz@mysql.com +8 -1
  7661.      - explicitely enable libedit, when readline is not requested
  7662.  
  7663. ChangeSet
  7664.   1.1616.546.1 04/06/22 03:25:54 sergefp@mysql.com +1 -0
  7665.   Coding style fixes
  7666.  
  7667.   sql/item.cc
  7668.     1.58.1.91 04/06/22 03:25:19 sergefp@mysql.com +33 -34
  7669.     Coding style fixes
  7670.  
  7671. ChangeSet
  7672.   1.1616.545.1 04/06/22 03:10:30 dlenev@brandersnatch.localdomain +1 -0
  7673.   Small cleanup in time zone handling code:
  7674.   Now we are using time zone abbreviations in debug builds or in utlities only.
  7675.   Tried to remove warnings generated by compiler by using more proper types for
  7676.   members of time zone describing structures. Removed unused variables. 
  7677.   Fixed test_time to be able to build on FreeBSD without much problems.
  7678.   Portability fix: resolved ambiguity of abs() function.
  7679.  
  7680.   sql/tztime.cc
  7681.     1.2 04/06/22 03:10:25 dlenev@brandersnatch.localdomain +39 -38
  7682.     Small cleanup in time zone handling code:
  7683.     Now we are using time zone abbreviations in debug builds or in utlities only.
  7684.     Tried to remove warnings generated by compiler by using more proper types for
  7685.     members of time zone describing structures. Removed unused variables. 
  7686.     Fixed test_time to be able to build on FreeBSD without much problems.
  7687.     Portability fix: resolved ambiguity of abs() function.
  7688.  
  7689. ChangeSet
  7690.   1.1616.544.1 04/06/21 23:04:50 guilhem@mysql.com +2 -0
  7691.   Including in enum_shutdown_level the 2 types of KILL of 5.0
  7692.   (enum_shutdown_level is going to replace enum killed_state in 5.0).
  7693.  
  7694.   include/mysql_com.h
  7695.     1.67.1.33 04/06/21 23:04:46 guilhem@mysql.com +5 -1
  7696.     putting in place the two types of KILL of 5.0
  7697.  
  7698.   VC++Files/winmysqladmin/mysql_com.h
  7699.     1.4 04/06/21 23:04:45 guilhem@mysql.com +5 -1
  7700.     putting in place the 2 types of KILL of 5.0
  7701.  
  7702. ChangeSet
  7703.   1.1616.541.7 04/06/22 00:00:36 bell@sanja.is.com.ua +1 -0
  7704.   fixed picture in comment.
  7705.  
  7706.   sql/sql_lex.h
  7707.     1.102.38.1 04/06/22 00:00:15 bell@sanja.is.com.ua +2 -2
  7708.     fixed picture in comment.
  7709.  
  7710. ChangeSet
  7711.   1.1346.644.1 04/06/21 19:42:00 serg@sergbook.mysql.com +2 -0
  7712.   use ref not range for ... WHERE key IN (val)
  7713.  
  7714.   sql/sql_select.cc
  7715.     1.152.1.129 04/06/21 19:41:55 serg@sergbook.mysql.com +3 -1
  7716.     use ref not range for ... WHERE key IN (val)
  7717.  
  7718.   mysql-test/r/range.result
  7719.     1.6.2.1 04/06/21 19:41:54 serg@sergbook.mysql.com +1 -1
  7720.     use ref not range for ... WHERE key IN (val)
  7721.  
  7722. ChangeSet
  7723.   1.1616.541.6 04/06/21 20:39:19 konstantin@mysql.com +7 -0
  7724.   Unused variables removed (many files).
  7725.  
  7726.   sql/time.cc
  7727.     1.47 04/06/21 20:39:16 konstantin@mysql.com +0 -2
  7728.     Unused variable 'str_begin' removed.
  7729.  
  7730.   sql/sql_prepare.cc
  7731.     1.34.21.1 04/06/21 20:39:16 konstantin@mysql.com +0 -1
  7732.     Unused variable 'res' removed.
  7733.  
  7734.   sql/sql_parse.cc
  7735.     1.271.76.5 04/06/21 20:39:16 konstantin@mysql.com +0 -2
  7736.     Unused variables 'pstr' and 'create_info' removed.
  7737.  
  7738.   sql/sql_derived.cc
  7739.     1.43.1.29 04/06/21 20:39:16 konstantin@mysql.com +0 -1
  7740.     Unused variable 'is_subsel' removed.
  7741.  
  7742.   sql/slave.cc
  7743.     1.188.1.61 04/06/21 20:39:16 konstantin@mysql.com +0 -1
  7744.     Unused variable 'return_val' removed.
  7745.  
  7746.   sql/item_subselect.cc
  7747.     1.60.22.1 04/06/21 20:39:16 konstantin@mysql.com +0 -1
  7748.     Unused variable 'type' removed.
  7749.  
  7750.   sql/item_func.cc
  7751.     1.124.1.77 04/06/21 20:39:16 konstantin@mysql.com +0 -2
  7752.     Unused variable 'thd' removed.
  7753.  
  7754. ChangeSet
  7755.   1.1616.543.1 04/06/21 16:36:28 guilhem@mysql.com +2 -0
  7756.   changing order of enum_shutdown_level (easier; we can test if we should die with
  7757.   "if (thd->killed > thd->killable)", if we simply do
  7758.   thd->killed= level;
  7759.  
  7760.   include/mysql_com.h
  7761.     1.67.1.32 04/06/21 16:36:23 guilhem@mysql.com +6 -5
  7762.     changing order of enum_shutdown_level (easier; we can test if we should die with
  7763.     "if (thd->killed > thd->killable)", if we simply do
  7764.     thd->killed= level;
  7765.  
  7766.   VC++Files/winmysqladmin/mysql_com.h
  7767.     1.3 04/06/21 16:36:23 guilhem@mysql.com +6 -5
  7768.     changing order of enum_shutdown_level (easier; we can test if we should die with
  7769.     "if (thd->killed > thd->killable)", if we simply do
  7770.     thd->killed= level;
  7771.  
  7772. ChangeSet
  7773.   1.1616.541.3 04/06/21 11:24:08 tomas@poseidon.elisa-laajakaista.fi +2 -0
  7774.   ndb file missing in src dist
  7775.  
  7776.   BitKeeper/etc/logging_ok
  7777.     1.233.1.84 04/06/21 11:24:08 tomas@poseidon.elisa-laajakaista.fi +1 -0
  7778.     Logging to logging@openlogging.org accepted
  7779.  
  7780.   ndb/test/ndbapi/bank/Makefile.am
  7781.     1.4 04/06/21 11:24:01 tomas@poseidon.elisa-laajakaista.fi +1 -1
  7782.     ndb file missing in src dist
  7783.  
  7784. ChangeSet
  7785.   1.1616.542.1 04/06/21 15:17:07 ram@gw.mysql.r18.ru +3 -0
  7786.   a fix (bug #4198: Incorrect key file for table).
  7787.  
  7788.   sql/sql_select.cc
  7789.     1.216.74.2 04/06/21 15:16:29 ram@gw.mysql.r18.ru +2 -1
  7790.     a fix (bug #4198: Incorrect key file for table).
  7791.  
  7792.   mysql-test/t/delete.test
  7793.     1.16 04/06/21 15:16:28 ram@gw.mysql.r18.ru +11 -0
  7794.     a fix (bug #4198: Incorrect key file for table).
  7795.  
  7796.   mysql-test/r/delete.result
  7797.     1.17 04/06/21 15:16:28 ram@gw.mysql.r18.ru +10 -0
  7798.     a fix (bug #4198: Incorrect key file for table).
  7799.  
  7800. ChangeSet
  7801.   1.1616.537.5 04/06/21 14:11:51 ram@gw.mysql.r18.ru +2 -0
  7802.   proper test of warnings for group_concat().
  7803.  
  7804.   mysql-test/t/func_gconcat.test
  7805.     1.18 04/06/21 14:11:21 ram@gw.mysql.r18.ru +1 -1
  7806.     proper test of warnings for group_concat().
  7807.  
  7808.   mysql-test/r/func_gconcat.result
  7809.     1.27 04/06/21 14:11:20 ram@gw.mysql.r18.ru +5 -2
  7810.     proper test of warnings for group_concat().
  7811.  
  7812. ChangeSet
  7813.   1.1616.541.2 04/06/21 11:27:40 monty@mysql.com +3 -0
  7814.   Field_geom should have same max_length as Field_blob
  7815.   Updated tests
  7816.   After merge fix
  7817.  
  7818.   sql/field.h
  7819.     1.106 04/06/21 11:27:34 monty@mysql.com +0 -1
  7820.     Field_geom should have same max_length as Field_blob
  7821.  
  7822.   sql/field.cc
  7823.     1.163 04/06/21 11:27:34 monty@mysql.com +5 -2
  7824.     After merge fix
  7825.     Removed compiler warning
  7826.  
  7827.   mysql-test/r/func_time.result
  7828.     1.23.1.11 04/06/21 11:27:34 monty@mysql.com +2 -0
  7829.     Updated tests
  7830.  
  7831. ChangeSet
  7832.   1.1616.531.3 04/06/21 10:21:20 monty@mysql.com +20 -0
  7833.   After merge fixes
  7834.   Return NULL if a time argument is given to date_add(). (Warning will be shown after Dimitri's timezone patch is pushed)
  7835.  
  7836.   sql/table.cc
  7837.     1.106 04/06/21 10:21:18 monty@mysql.com +1 -1
  7838.     Better comment
  7839.  
  7840.   sql/sql_class.cc
  7841.     1.105.22.1 04/06/21 10:21:18 monty@mysql.com +2 -1
  7842.     Removed compiler warning
  7843.  
  7844.   sql/net_serv.cc
  7845.     1.63.1.3 04/06/21 10:21:18 monty@mysql.com +11 -1
  7846.     More debugging (if DEBUG_DATA_PACKETS is set)
  7847.     
  7848.  
  7849.   sql/field.h
  7850.     1.102.1.2 04/06/21 10:21:18 monty@mysql.com +1 -1
  7851.     After merge fix
  7852.  
  7853.   sql/field.cc
  7854.     1.159.1.2 04/06/21 10:21:18 monty@mysql.com +14 -3
  7855.     Fixed that get_date(time) gives a warning
  7856.     
  7857.  
  7858.   sql-common/client.c
  7859.     1.46.1.18 04/06/21 10:21:18 monty@mysql.com +2 -1
  7860.     After merge fix
  7861.  
  7862.   netware/mysqld_safe.c
  7863.     1.7 04/06/21 10:21:18 monty@mysql.com +270 -260
  7864.     Removed end \r
  7865.     Run program through indent-ex to get MySQL indentation
  7866.     
  7867.  
  7868.   mysql-test/t/type_date.test
  7869.     1.8 04/06/21 10:21:18 monty@mysql.com +3 -2
  7870.     Addded missing explanation for bug
  7871.  
  7872.   mysql-test/t/rpl_get_lock.test
  7873.     1.11 04/06/21 10:21:18 monty@mysql.com +1 -1
  7874.     Test was depending on when server was restarted.
  7875.  
  7876.   mysql-test/t/func_time.test
  7877.     1.21.1.7 04/06/21 10:21:18 monty@mysql.com +0 -2
  7878.     Removed comment that is not needed anymore
  7879.     (After Dimitri's timezone patch is pushed, we should get a warning for the date_add(time...) entry)
  7880.  
  7881.   mysql-test/r/type_decimal.result
  7882.     1.22.1.2 04/06/21 10:21:18 monty@mysql.com +1 -1
  7883.     After merge fix
  7884.  
  7885.   mysql-test/r/type_date.result
  7886.     1.10 04/06/21 10:21:18 monty@mysql.com +1 -1
  7887.     After merge fix
  7888.  
  7889.   mysql-test/r/rpl_get_lock.result
  7890.     1.13 04/06/21 10:21:18 monty@mysql.com +3 -3
  7891.     Test was depending on when server was restarted.
  7892.  
  7893.   mysql-test/r/rpl_free_items.result
  7894.     1.2 04/06/21 10:21:18 monty@mysql.com +2 -2
  7895.     After merge fix
  7896.  
  7897.   mysql-test/r/func_time.result
  7898.     1.23.2.1 04/06/21 10:21:18 monty@mysql.com +1 -1
  7899.     Return NULL if a time argument is given to date_add()
  7900.  
  7901.   myisam/mi_unique.c
  7902.     1.20 04/06/21 10:21:18 monty@mysql.com +4 -5
  7903.     Better checksum handling
  7904.  
  7905.   innobase/log/log0recv.c
  7906.     1.36 04/06/21 10:21:18 monty@mysql.com +0 -1
  7907.     After merge fix
  7908.  
  7909.   innobase/fil/fil0fil.c
  7910.     1.33.1.1 04/06/21 10:21:18 monty@mysql.com +1 -2
  7911.     After merge fix
  7912.  
  7913.   innobase/data/data0type.c
  7914.     1.13 04/06/21 10:21:18 monty@mysql.com +0 -1
  7915.     After merge fix
  7916.  
  7917.   client/mysqltest.c
  7918.     1.92.1.47 04/06/21 10:21:18 monty@mysql.com +24 -10
  7919.     Added MAX_VAR_NAME which was lost in merge
  7920.     Added more debugging
  7921.     Fixed bug in 'eval'
  7922.     
  7923.  
  7924. ChangeSet
  7925.   1.1346.643.3 04/06/20 23:44:21 bell@sanja.is.com.ua +3 -0
  7926.   do not clear list of changed tables on one statement rollback (Bug #4213)
  7927.  
  7928.   sql/handler.cc
  7929.     1.82.1.27 04/06/20 23:44:12 bell@sanja.is.com.ua +2 -3
  7930.     clear changed tables list only for total roll back
  7931.  
  7932.   mysql-test/t/innodb_cache.test
  7933.     1.4.1.1 04/06/20 23:44:12 bell@sanja.is.com.ua +22 -1
  7934.     test of rollback one statement in transaction
  7935.  
  7936.   mysql-test/r/innodb_cache.result
  7937.     1.2.2.1 04/06/20 23:44:12 bell@sanja.is.com.ua +20 -1
  7938.     test of rollback one statement in transaction
  7939.  
  7940. ChangeSet
  7941.   1.1616.539.1 04/06/20 19:11:02 guilhem@mysql.com +31 -0
  7942.   Robustness feature.
  7943.   Won't be pushed as is - separate email sent for internal review.
  7944.   WL#1717 "binlog-innodb consistency".
  7945.   Now when mysqld starts, if InnoDB does a crash recovery, we use the binlog name
  7946.   and position retrieved from InnoDB (corresponding to the last transaction
  7947.   successfully committed by InnoDB) to cut any rolled back transaction from
  7948.   the binary log. This is triggered by the --innodb-safe-binlog option.
  7949.   Provided you configure mysqld to fsync() InnoDB at every commit (using
  7950.   flush_log_at_trx_commit) and to fsync() the binlog at every write
  7951.   (using --sync-binlog=1), this behaviour guarantees that a master always has
  7952.   consistency between binlog and InnoDB, whenever the crash happens.
  7953.   6 tests to verify that it works.
  7954.  
  7955.   mysql-test/t/rpl_crash_binlog_ib_3b.test
  7956.     1.1 04/06/20 19:10:58 guilhem@mysql.com +32 -0
  7957.  
  7958.   mysql-test/t/rpl_crash_binlog_ib_3b-master.opt
  7959.     1.1 04/06/20 19:10:58 guilhem@mysql.com +1 -0
  7960.  
  7961.   mysql-test/t/rpl_crash_binlog_ib_3b.test
  7962.     1.0 04/06/20 19:10:58 guilhem@mysql.com +0 -0
  7963.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_3b.test
  7964.  
  7965.   mysql-test/t/rpl_crash_binlog_ib_3b-master.opt
  7966.     1.0 04/06/20 19:10:58 guilhem@mysql.com +0 -0
  7967.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_3b-master.opt
  7968.  
  7969.   mysql-test/t/rpl_crash_binlog_ib_3a.test
  7970.     1.1 04/06/20 19:10:57 guilhem@mysql.com +40 -0
  7971.  
  7972.   mysql-test/t/rpl_crash_binlog_ib_3a-master.opt
  7973.     1.1 04/06/20 19:10:57 guilhem@mysql.com +1 -0
  7974.  
  7975.   mysql-test/t/rpl_crash_binlog_ib_2b.test
  7976.     1.1 04/06/20 19:10:57 guilhem@mysql.com +32 -0
  7977.  
  7978.   mysql-test/t/rpl_crash_binlog_ib_2b-master.opt
  7979.     1.1 04/06/20 19:10:57 guilhem@mysql.com +1 -0
  7980.  
  7981.   mysql-test/t/rpl_crash_binlog_ib_2a.test
  7982.     1.1 04/06/20 19:10:57 guilhem@mysql.com +42 -0
  7983.  
  7984.   mysql-test/t/rpl_crash_binlog_ib_3a.test
  7985.     1.0 04/06/20 19:10:57 guilhem@mysql.com +0 -0
  7986.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_3a.test
  7987.  
  7988.   mysql-test/t/rpl_crash_binlog_ib_3a-master.opt
  7989.     1.0 04/06/20 19:10:57 guilhem@mysql.com +0 -0
  7990.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_3a-master.opt
  7991.  
  7992.   mysql-test/t/rpl_crash_binlog_ib_2b.test
  7993.     1.0 04/06/20 19:10:57 guilhem@mysql.com +0 -0
  7994.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_2b.test
  7995.  
  7996.   mysql-test/t/rpl_crash_binlog_ib_2b-master.opt
  7997.     1.0 04/06/20 19:10:57 guilhem@mysql.com +0 -0
  7998.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_2b-master.opt
  7999.  
  8000.   mysql-test/t/rpl_crash_binlog_ib_2a.test
  8001.     1.0 04/06/20 19:10:57 guilhem@mysql.com +0 -0
  8002.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_2a.test
  8003.  
  8004.   mysql-test/t/rpl_crash_binlog_ib_2a-master.opt
  8005.     1.1 04/06/20 19:10:56 guilhem@mysql.com +1 -0
  8006.  
  8007.   mysql-test/t/rpl_crash_binlog_ib_1b.test
  8008.     1.1 04/06/20 19:10:56 guilhem@mysql.com +38 -0
  8009.  
  8010.   mysql-test/t/rpl_crash_binlog_ib_1b-master.opt
  8011.     1.1 04/06/20 19:10:56 guilhem@mysql.com +1 -0
  8012.  
  8013.   mysql-test/t/rpl_crash_binlog_ib_1a.test
  8014.     1.1 04/06/20 19:10:56 guilhem@mysql.com +71 -0
  8015.  
  8016.   mysql-test/t/rpl_crash_binlog_ib_1a-master.opt
  8017.     1.1 04/06/20 19:10:56 guilhem@mysql.com +1 -0
  8018.  
  8019.   mysql-test/t/rpl_crash_binlog_ib_2a-master.opt
  8020.     1.0 04/06/20 19:10:56 guilhem@mysql.com +0 -0
  8021.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_2a-master.opt
  8022.  
  8023.   mysql-test/t/rpl_crash_binlog_ib_1b.test
  8024.     1.0 04/06/20 19:10:56 guilhem@mysql.com +0 -0
  8025.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_1b.test
  8026.  
  8027.   mysql-test/t/rpl_crash_binlog_ib_1b-master.opt
  8028.     1.0 04/06/20 19:10:56 guilhem@mysql.com +0 -0
  8029.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_1b-master.opt
  8030.  
  8031.   mysql-test/t/rpl_crash_binlog_ib_1a.test
  8032.     1.0 04/06/20 19:10:56 guilhem@mysql.com +0 -0
  8033.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_1a.test
  8034.  
  8035.   mysql-test/t/rpl_crash_binlog_ib_1a-master.opt
  8036.     1.0 04/06/20 19:10:56 guilhem@mysql.com +0 -0
  8037.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/t/rpl_crash_binlog_ib_1a-master.opt
  8038.  
  8039.   mysql-test/r/rpl_crash_binlog_ib_3b.result
  8040.     1.1 04/06/20 19:10:55 guilhem@mysql.com +20 -0
  8041.  
  8042.   mysql-test/r/rpl_crash_binlog_ib_3a.result
  8043.     1.1 04/06/20 19:10:55 guilhem@mysql.com +25 -0
  8044.  
  8045.   mysql-test/r/rpl_crash_binlog_ib_2b.result
  8046.     1.1 04/06/20 19:10:55 guilhem@mysql.com +28 -0
  8047.  
  8048.   mysql-test/r/rpl_crash_binlog_ib_2a.result
  8049.     1.1 04/06/20 19:10:55 guilhem@mysql.com +32 -0
  8050.  
  8051.   mysql-test/r/rpl_crash_binlog_ib_1b.result
  8052.     1.1 04/06/20 19:10:55 guilhem@mysql.com +24 -0
  8053.  
  8054.   mysql-test/r/rpl_crash_binlog_ib_3b.result
  8055.     1.0 04/06/20 19:10:55 guilhem@mysql.com +0 -0
  8056.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/r/rpl_crash_binlog_ib_3b.result
  8057.  
  8058.   mysql-test/r/rpl_crash_binlog_ib_3a.result
  8059.     1.0 04/06/20 19:10:55 guilhem@mysql.com +0 -0
  8060.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/r/rpl_crash_binlog_ib_3a.result
  8061.  
  8062.   mysql-test/r/rpl_crash_binlog_ib_2b.result
  8063.     1.0 04/06/20 19:10:55 guilhem@mysql.com +0 -0
  8064.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/r/rpl_crash_binlog_ib_2b.result
  8065.  
  8066.   mysql-test/r/rpl_crash_binlog_ib_2a.result
  8067.     1.0 04/06/20 19:10:55 guilhem@mysql.com +0 -0
  8068.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/r/rpl_crash_binlog_ib_2a.result
  8069.  
  8070.   mysql-test/r/rpl_crash_binlog_ib_1b.result
  8071.     1.0 04/06/20 19:10:55 guilhem@mysql.com +0 -0
  8072.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/r/rpl_crash_binlog_ib_1b.result
  8073.  
  8074.   mysql-test/r/rpl_crash_binlog_ib_1a.result
  8075.     1.1 04/06/20 19:10:54 guilhem@mysql.com +27 -0
  8076.  
  8077.   mysql-test/r/have_debug.require
  8078.     1.1 04/06/20 19:10:54 guilhem@mysql.com +2 -0
  8079.  
  8080.   mysql-test/misc/kill_master.sh
  8081.     1.1 04/06/20 19:10:54 guilhem@mysql.com +1 -0
  8082.  
  8083.   mysql-test/include/have_debug.inc
  8084.     1.1 04/06/20 19:10:54 guilhem@mysql.com +4 -0
  8085.  
  8086.   sql/sql_class.h
  8087.     1.146.1.95 04/06/20 19:10:54 guilhem@mysql.com +2 -0
  8088.     new methods for MYSQL_LOG.
  8089.  
  8090.   sql/mysqld.cc
  8091.     1.356.61.2 04/06/20 19:10:54 guilhem@mysql.com +34 -2
  8092.     New option --innodb-safe-binlog and --crash-binlog-innodb (the latter is for testing, it makes mysqld crash).
  8093.     Just after opening the logs and opening the storage engines, cut any wrong statement from the binlog, based
  8094.     on info read from InnoDB.
  8095.  
  8096.   mysql-test/r/rpl_crash_binlog_ib_1a.result
  8097.     1.0 04/06/20 19:10:54 guilhem@mysql.com +0 -0
  8098.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/r/rpl_crash_binlog_ib_1a.result
  8099.  
  8100.   mysql-test/r/have_debug.require
  8101.     1.0 04/06/20 19:10:54 guilhem@mysql.com +0 -0
  8102.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/r/have_debug.require
  8103.  
  8104.   mysql-test/misc/kill_master.sh
  8105.     1.0 04/06/20 19:10:54 guilhem@mysql.com +0 -0
  8106.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/misc/kill_master.sh
  8107.  
  8108.   mysql-test/include/have_debug.inc
  8109.     1.0 04/06/20 19:10:54 guilhem@mysql.com +0 -0
  8110.     BitKeeper file /home/mysql_src/mysql-4.1-1717/mysql-test/include/have_debug.inc
  8111.  
  8112.   sql/mysql_priv.h
  8113.     1.186.1.110 04/06/20 19:10:53 guilhem@mysql.com +1 -0
  8114.     new option, to crash (use for testing only)
  8115.  
  8116.   sql/log.cc
  8117.     1.108.1.28 04/06/20 19:10:53 guilhem@mysql.com +181 -4
  8118.     Added my_sync() when we create a binlog (my_sync of the binlog and of the index file);
  8119.     this is always done, whether --sync-binlog or not (binlog creation is rare, so no speed
  8120.     problem, and I like to have the existence of the binlog always reliably recorded, even if
  8121.     later content is not).
  8122.     If --crash-binlog-innodb, crash between the binlog write and the InnoDB commit.
  8123.     New methods:
  8124.     - report_pos_in_innodb() to store the binlog name and position into InnoDB (used only when
  8125.     we create a new binlog: at startup and at FLUSH LOGS)
  8126.     - cut_spurious_tail() to possibly cut the tail of a binlog based on the info we read
  8127.     from InnoDB (does something only if InnoDB has just done a crash recovery).
  8128.  
  8129.   sql/ha_innodb.h
  8130.     1.57.1.8 04/06/20 19:10:53 guilhem@mysql.com +3 -0
  8131.     ethods to read from InnoDB the binlog coords stored into it
  8132.  
  8133.   sql/ha_innodb.cc
  8134.     1.90.1.48 04/06/20 19:10:53 guilhem@mysql.com +15 -0
  8135.     methods to read from InnoDB the binlog coords stored into it
  8136.  
  8137.   mysql-test/mysql-test-run.sh
  8138.     1.189 04/06/20 19:10:53 guilhem@mysql.com +12 -4
  8139.     The tests which check that the binlog is cut at restart, need to not delete those binlogs, of course.
  8140.     And not delete replication info, so that we can test that the slave does not receive anything
  8141.     wrong from the cut binlog.
  8142.  
  8143.   innobase/trx/trx0sys.c
  8144.     1.28.1.1 04/06/20 19:10:53 guilhem@mysql.com +29 -11
  8145.     when InnoDB does crash recovery, we now save the binlog coords it prints, into variables for later use.
  8146.  
  8147.   innobase/include/trx0sys.h
  8148.     1.13 04/06/20 19:10:53 guilhem@mysql.com +8 -0
  8149.     when InnoDB does crash recovery, we now save the binlog coords it prints, into variables for later use.
  8150.  
  8151.   client/mysqltest.c
  8152.     1.92.8.1 04/06/20 19:10:53 guilhem@mysql.com +25 -1
  8153.     New command require_os (only "unix" accepted for now).
  8154.  
  8155. ChangeSet
  8156.   1.1616.537.4 04/06/20 20:27:50 konstantin@mysql.com +1 -0
  8157.   A typo fixed.
  8158.  
  8159.   acinclude.m4
  8160.     1.101 04/06/20 20:27:47 konstantin@mysql.com +2 -2
  8161.     A typo fixed.
  8162.  
  8163. ChangeSet
  8164.   1.1616.537.3 04/06/20 03:52:05 konstantin@mysql.com +1 -0
  8165.   Fix for bug in build scripts making everything to be reconfigured
  8166.   at each 'make' invocation (pushing as two devs tested that the patch is ok).
  8167.  
  8168.   Makefile.am
  8169.     1.56 04/06/20 03:52:02 konstantin@mysql.com +1 -1
  8170.     Fix for bug in build scripts making everything to be reconfigured
  8171.     at each 'make' invocation.
  8172.  
  8173. ChangeSet
  8174.   1.1616.537.2 04/06/19 15:35:41 guilhem@mysql.com +1 -0
  8175.   swapping lines to make gcc happy
  8176.  
  8177.   libmysql/libmysql.c
  8178.     1.156.1.92 04/06/19 15:35:37 guilhem@mysql.com +1 -1
  8179.     fix to make autobuild happy.
  8180.  
  8181. ChangeSet
  8182.   1.1616.535.3 04/06/19 13:32:15 pekka@mysql.com +7 -0
  8183.   tux optim 11 - use TUP method to read min/max prefixes
  8184.  
  8185.   ndb/src/kernel/blocks/dbtux/Times.txt
  8186.     1.12 04/06/19 13:31:53 pekka@mysql.com +3 -0
  8187.     tux optim 11 - use TUP method to read min/max prefixes
  8188.  
  8189.   ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp
  8190.     1.7 04/06/19 13:31:53 pekka@mysql.com +2 -2
  8191.     tux optim 11 - use TUP method to read min/max prefixes
  8192.  
  8193.   ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp
  8194.     1.8 04/06/19 13:31:53 pekka@mysql.com +8 -21
  8195.     tux optim 11 - use TUP method to read min/max prefixes
  8196.  
  8197.   ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp
  8198.     1.9 04/06/19 13:31:53 pekka@mysql.com +2 -2
  8199.     tux optim 11 - use TUP method to read min/max prefixes
  8200.  
  8201.   ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp
  8202.     1.7 04/06/19 13:31:53 pekka@mysql.com +74 -1
  8203.     tux optim 11 - use TUP method to read min/max prefixes
  8204.  
  8205.   ndb/src/kernel/blocks/dbtux/DbtuxCmp.cpp
  8206.     1.4 04/06/19 13:31:53 pekka@mysql.com +2 -2
  8207.     tux optim 11 - use TUP method to read min/max prefixes
  8208.  
  8209.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  8210.     1.16 04/06/19 13:31:53 pekka@mysql.com +14 -37
  8211.     tux optim 11 - use TUP method to read min/max prefixes
  8212.  
  8213. ChangeSet
  8214.   1.1616.538.1 04/06/19 13:26:39 bell@sanja.is.com.ua +4 -0
  8215.   cleanup for Item_func_regex (Bug #4199)
  8216.  
  8217.   sql/item_cmpfunc.h
  8218.     1.73.5.1 04/06/19 13:26:36 bell@sanja.is.com.ua +1 -1
  8219.     cleanup for Item_func_regex
  8220.  
  8221.   sql/item_cmpfunc.cc
  8222.     1.111.11.1 04/06/19 13:26:36 bell@sanja.is.com.ua +5 -1
  8223.     cleanup for Item_func_regex
  8224.  
  8225.   mysql-test/t/func_regexp.test
  8226.     1.8 04/06/19 13:26:36 bell@sanja.is.com.ua +13 -0
  8227.     test of cleaning regex in PS
  8228.  
  8229.   mysql-test/r/func_regexp.result
  8230.     1.9 04/06/19 13:26:36 bell@sanja.is.com.ua +17 -0
  8231.     test of cleaning regex in PS
  8232.  
  8233. ChangeSet
  8234.   1.1346.643.2 04/06/19 12:12:00 heikki@hundin.mysql.fi +1 -0
  8235.   mem0dbg.c:
  8236.     InnoDB with UNIV_MEM_DEBUG did not compile because a global variable was forgotten when we put back mem_print_info() functions 2 days ago; add that variable
  8237.  
  8238.   innobase/mem/mem0dbg.c
  8239.     1.5.1.10 04/06/19 12:11:40 heikki@hundin.mysql.fi +2 -1
  8240.     InnoDB with UNIV_MEM_DEBUG did not compile because a global variable was forgotten when we put back mem_print_info() functions 2 days ago; add that variable
  8241.  
  8242. ChangeSet
  8243.   1.1616.510.3 04/06/18 23:50:04 guilhem@mysql.com +6 -0
  8244.   API change: mysql_shutdown() now requires a 2nd argument, the shutdown level.
  8245.   mysqld >=4.1.3 will however understand shutdown requests sent by clients <4.1.3.
  8246.   And mysqld <4.1.3 will understand shutdown requests sent by clients >=4.1.3
  8247.   (it will ignore the level). Those shutdown level are just PLACEHOLDERS now.
  8248.   So this change is just to make the 4.1 API suitable before it is frozen. Later
  8249.   we will actually implement the shutdown levels.
  8250.  
  8251.   sql/sql_parse.cc
  8252.     1.271.76.2 04/06/18 23:49:58 guilhem@mysql.com +10 -7
  8253.     with SHUTDOWN_DEFAULT==0, no need for testing packet_length.
  8254.  
  8255.   libmysql/libmysql.c
  8256.     1.156.17.2 04/06/18 23:49:58 guilhem@mysql.com +1 -2
  8257.     correcting mistake (how come that my tests still all worked with this? - should recheck, for curiosity).
  8258.  
  8259.   include/mysql_com.h
  8260.     1.67.1.31 04/06/18 23:49:58 guilhem@mysql.com +2 -2
  8261.     SHUTDOWN_DEFAULT is now 0 instead of 255, this saves one test in sql_parse.cc
  8262.  
  8263.   VC++Files/winmysqladmin/mysql_com.h
  8264.     1.2 04/06/18 23:49:58 guilhem@mysql.com +21 -0
  8265.     Several types of shutdown now.
  8266.  
  8267.   VC++Files/winmysqladmin/mysql.h
  8268.     1.2 04/06/18 23:49:58 guilhem@mysql.com +3 -1
  8269.     2nd argument to mysql_shutdown()
  8270.  
  8271.   VC++Files/winmysqladmin/main.cpp
  8272.     1.2 04/06/18 23:49:58 guilhem@mysql.com +1 -1
  8273.     2nd argument to mysql_shutdown()
  8274.  
  8275. ChangeSet
  8276.   1.1346.642.1 04/06/18 14:57:42 mwagner@here.mwagner.org +2 -0
  8277.   my_md5sum:
  8278.     new file, simulates 'md5sum' as a perl script
  8279.  
  8280.   BitKeeper/etc/logging_ok
  8281.     1.206.28.1 04/06/18 14:57:42 mwagner@here.mwagner.org +1 -0
  8282.     Logging to logging@openlogging.org accepted
  8283.  
  8284.   Build-tools/my_md5sum
  8285.     1.1 04/06/18 14:55:25 mwagner@here.mwagner.org +123 -0
  8286.  
  8287.   Build-tools/my_md5sum
  8288.     1.0 04/06/18 14:55:25 mwagner@here.mwagner.org +0 -0
  8289.     BitKeeper file /Volumes/BK/mysql-4.0-work/Build-tools/my_md5sum
  8290.  
  8291. ChangeSet
  8292.   1.1616.529.18 04/06/18 12:14:27 paul@ice.snake.net +1 -0
  8293.   configure.in:
  8294.     Fix typo.
  8295.  
  8296.   configure.in
  8297.     1.201.1.74 04/06/18 12:12:03 paul@ice.snake.net +2 -2
  8298.     Fix typo.
  8299.  
  8300. ChangeSet
  8301.   1.1616.536.1 04/06/18 11:19:29 paul@ice.snake.net +1 -0
  8302.   perror.c:
  8303.     MySql -> MySQL (Bug #4182)
  8304.  
  8305.   extra/perror.c
  8306.     1.28 04/06/18 11:18:23 paul@ice.snake.net +1 -1
  8307.     MySql -> MySQL (Bug #4182)
  8308.  
  8309. ChangeSet
  8310.   1.1346.641.2 04/06/18 15:54:19 marko@hundin.mysql.fi +4 -0
  8311.   mach0data.ic, mach0data.h:
  8312.     Improve documentation of mach_*write_*compressed()
  8313.   mtr0log.ic, mtr0log.h:
  8314.     Improve documentation of mlog_write_initial_log_record_fast()
  8315.  
  8316.   innobase/include/mach0data.ic
  8317.     1.3.1.2 04/06/18 15:53:47 marko@hundin.mysql.fi +2 -2
  8318.     Improve documentation of mach_*write_*compressed()
  8319.  
  8320.   innobase/include/mach0data.h
  8321.     1.3 04/06/18 15:53:47 marko@hundin.mysql.fi +3 -3
  8322.     Improve documentation of mach_*write_*compressed()
  8323.  
  8324.   innobase/include/mtr0log.ic
  8325.     1.2.1.3 04/06/18 15:52:53 marko@hundin.mysql.fi +3 -1
  8326.     Improve documentation of mlog_write_initial_log_record_fast()
  8327.  
  8328.   innobase/include/mtr0log.h
  8329.     1.1.1.3 04/06/18 15:52:53 marko@hundin.mysql.fi +3 -1
  8330.     Improve documentation of mlog_write_initial_log_record_fast()
  8331.  
  8332. ChangeSet
  8333.   1.1616.535.2 04/06/18 14:42:35 pekka@mysql.com +5 -0
  8334.   tux optim 10 - use TUP method to read entry keys
  8335.  
  8336.   ndb/src/kernel/blocks/dbtux/Times.txt
  8337.     1.11 04/06/18 14:42:13 pekka@mysql.com +3 -0
  8338.     tux optim 10 - use TUP method to read entry keys
  8339.  
  8340.   ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp
  8341.     1.6 04/06/18 14:42:13 pekka@mysql.com +10 -23
  8342.     tux optim 10 - use TUP method to read entry keys
  8343.  
  8344.   ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp
  8345.     1.8 04/06/18 14:42:13 pekka@mysql.com +3 -6
  8346.     tux optim 10 - use TUP method to read entry keys
  8347.  
  8348.   ndb/src/kernel/blocks/dbtux/DbtuxCmp.cpp
  8349.     1.3 04/06/18 14:42:13 pekka@mysql.com +59 -4
  8350.     tux optim 10 - use TUP method to read entry keys
  8351.  
  8352.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  8353.     1.15 04/06/18 14:42:13 pekka@mysql.com +3 -19
  8354.     tux optim 10 - use TUP method to read entry keys
  8355.  
  8356. ChangeSet
  8357.   1.1616.535.1 04/06/18 13:46:46 pekka@mysql.com +10 -0
  8358.   tux optim 9 - use TUP method to read search key
  8359.  
  8360.   ndb/src/kernel/blocks/dbtux/Times.txt
  8361.     1.10 04/06/18 13:46:05 pekka@mysql.com +2 -0
  8362.     tux optim 9 - use TUP method to read search key
  8363.  
  8364.   ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp
  8365.     1.5 04/06/18 13:46:05 pekka@mysql.com +14 -26
  8366.     tux optim 9 - use TUP method to read search key
  8367.  
  8368.   ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
  8369.     1.7 04/06/18 13:46:05 pekka@mysql.com +6 -6
  8370.     tux optim 9 - use TUP method to read search key
  8371.  
  8372.   ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp
  8373.     1.7 04/06/18 13:46:05 pekka@mysql.com +3 -0
  8374.     tux optim 9 - use TUP method to read search key
  8375.  
  8376.   ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp
  8377.     1.7 04/06/18 13:46:05 pekka@mysql.com +8 -13
  8378.     tux optim 9 - use TUP method to read search key
  8379.  
  8380.   ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp
  8381.     1.6 04/06/18 13:46:05 pekka@mysql.com +5 -2
  8382.     tux optim 9 - use TUP method to read search key
  8383.  
  8384.   ndb/src/kernel/blocks/dbtux/DbtuxCmp.cpp
  8385.     1.2 04/06/18 13:46:05 pekka@mysql.com +12 -22
  8386.     tux optim 9 - use TUP method to read search key
  8387.  
  8388.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  8389.     1.14 04/06/18 13:46:05 pekka@mysql.com +57 -32
  8390.     tux optim 9 - use TUP method to read search key
  8391.  
  8392.   ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp
  8393.     1.4 04/06/18 13:46:05 pekka@mysql.com +63 -6
  8394.     tux optim 9 - use TUP method to read search key
  8395.  
  8396.   ndb/src/kernel/blocks/dbtup/Dbtup.hpp
  8397.     1.5 04/06/18 13:46:05 pekka@mysql.com +9 -4
  8398.     tux optim 9 - use TUP method to read search key
  8399.  
  8400. ChangeSet
  8401.   1.1616.529.16 04/06/18 13:12:47 bar@mysql.com +1 -0
  8402.  
  8403.   acconfig.h
  8404.     1.41 04/06/18 13:12:23 bar@mysql.com +1 -0
  8405.  
  8406. ChangeSet
  8407.   1.1616.533.1 04/06/18 12:09:21 bar@deer.(none) +1 -0
  8408.   configure.in:
  8409.     New collations were added.
  8410.  
  8411.   configure.in
  8412.     1.201.1.73 04/06/18 12:09:00 bar@mysql.com +30 -3
  8413.     New collations were added.
  8414.  
  8415. ChangeSet
  8416.   1.1616.532.1 04/06/18 10:11:31 dlenev@brandersnatch.localdomain +81 -0
  8417.   WL#1264 "Per-thread time zone support infrastructure".
  8418.   Added basic per-thread time zone functionality (based on public
  8419.   domain elsie-code). Now user can select current time zone
  8420.   (from the list of time zones described in system tables).
  8421.   All NOW-like functions honor this time zone, values of TIMESTAMP
  8422.   type are interpreted as values in this time zone, so now
  8423.   our TIMESTAMP type behaves similar to Oracle's TIMESTAMP WITH
  8424.   LOCAL TIME ZONE (or proper PostgresSQL type).
  8425.     
  8426.   WL#1266 "CONVERT_TZ() - basic time with time zone conversion 
  8427.   function".
  8428.     
  8429.   Fixed problems described in Bug #2336 (Different number of warnings 
  8430.   when inserting bad datetime as string or as number). This required
  8431.   reworking of datetime realted warning hadling (they now generated 
  8432.   at Field object level not in conversion functions).
  8433.     
  8434.   Optimization: Now Field class descendants use table->in_use member
  8435.   instead of current_thd macro.
  8436.  
  8437.   sql/tztime.h
  8438.     1.1 04/06/18 10:11:24 dlenev@brandersnatch.localdomain +71 -0
  8439.  
  8440.   BitKeeper/etc/ignore
  8441.     1.153.12.1 04/06/18 10:11:25 dlenev@brandersnatch.localdomain +3 -0
  8442.     Added sql/test_time sql/mysql_tzinfo_to_sql libmysqld/tztime.cc to the ignore list
  8443.  
  8444.   sql/tztime.h
  8445.     1.0 04/06/18 10:11:24 dlenev@brandersnatch.localdomain +0 -0
  8446.     BitKeeper file /home/dlenev/src/mysql-4.1-tz-push/sql/tztime.h
  8447.  
  8448.   sql/tztime.cc
  8449.     1.1 04/06/18 10:11:23 dlenev@brandersnatch.localdomain +2559 -0
  8450.  
  8451.   sql/tztime.cc
  8452.     1.0 04/06/18 10:11:23 dlenev@brandersnatch.localdomain +0 -0
  8453.     BitKeeper file /home/dlenev/src/mysql-4.1-tz-push/sql/tztime.cc
  8454.  
  8455.   sql/tzfile.h
  8456.     1.1 04/06/18 10:11:22 dlenev@brandersnatch.localdomain +137 -0
  8457.  
  8458.   sql/tzfile.h
  8459.     1.0 04/06/18 10:11:22 dlenev@brandersnatch.localdomain +0 -0
  8460.     BitKeeper file /home/dlenev/src/mysql-4.1-tz-push/sql/tzfile.h
  8461.  
  8462.   mysql-test/t/timezone2.test
  8463.     1.1 04/06/18 10:11:21 dlenev@brandersnatch.localdomain +189 -0
  8464.  
  8465.   mysql-test/t/rpl_timezone.test
  8466.     1.1 04/06/18 10:11:21 dlenev@brandersnatch.localdomain +84 -0
  8467.  
  8468.   mysql-test/t/timezone2.test
  8469.     1.0 04/06/18 10:11:21 dlenev@brandersnatch.localdomain +0 -0
  8470.     BitKeeper file /home/dlenev/src/mysql-4.1-tz-push/mysql-test/t/timezone2.test
  8471.  
  8472.   mysql-test/t/rpl_timezone.test
  8473.     1.0 04/06/18 10:11:21 dlenev@brandersnatch.localdomain +0 -0
  8474.     BitKeeper file /home/dlenev/src/mysql-4.1-tz-push/mysql-test/t/rpl_timezone.test
  8475.  
  8476.   mysql-test/t/rpl_timezone-slave.opt
  8477.     1.1 04/06/18 10:11:20 dlenev@brandersnatch.localdomain +1 -0
  8478.  
  8479.   mysql-test/t/rpl_timezone-slave.opt
  8480.     1.0 04/06/18 10:11:20 dlenev@brandersnatch.localdomain +0 -0
  8481.     BitKeeper file /home/dlenev/src/mysql-4.1-tz-push/mysql-test/t/rpl_timezone-slave.opt
  8482.  
  8483.   mysql-test/t/rpl_timezone-master.opt
  8484.     1.1 04/06/18 10:11:19 dlenev@brandersnatch.localdomain +1 -0
  8485.  
  8486.   mysql-test/t/rpl_timezone-master.opt
  8487.     1.0 04/06/18 10:11:19 dlenev@brandersnatch.localdomain +0 -0
  8488.     BitKeeper file /home/dlenev/src/mysql-4.1-tz-push/mysql-test/t/rpl_timezone-master.opt
  8489.  
  8490.   mysql-test/r/timezone2.result
  8491.     1.1 04/06/18 10:11:18 dlenev@brandersnatch.localdomain +246 -0
  8492.  
  8493.   mysql-test/r/timezone2.result
  8494.     1.0 04/06/18 10:11:18 dlenev@brandersnatch.localdomain +0 -0
  8495.     BitKeeper file /home/dlenev/src/mysql-4.1-tz-push/mysql-test/r/timezone2.result
  8496.  
  8497.   mysql-test/r/rpl_timezone.result
  8498.     1.1 04/06/18 10:11:14 dlenev@brandersnatch.localdomain +77 -0
  8499.  
  8500.   mysql-test/r/rpl_timezone.result
  8501.     1.0 04/06/18 10:11:14 dlenev@brandersnatch.localdomain +0 -0
  8502.     BitKeeper file /home/dlenev/src/mysql-4.1-tz-push/mysql-test/r/rpl_timezone.result
  8503.  
  8504.   sql/unireg.cc
  8505.     1.40.1.1 04/06/18 10:11:13 dlenev@brandersnatch.localdomain +1 -0
  8506.     Now we are setting TABLE::in_use member for all tables (which assume
  8507.       calls to Field::store or val_ methods).
  8508.  
  8509.   sql/time.cc
  8510.     1.46 04/06/18 10:11:13 dlenev@brandersnatch.localdomain +235 -64
  8511.     Added support for per-thread time zones for TIMESTAMP type and
  8512.     reworked generation of warnings for TIMESTAMP and DATETIME types.
  8513.     (Introduced new TIME_to_timestamp() function. Removed hours 
  8514.     normalisation from former my_gmt_sec() since it was not working 
  8515.     and not used anywhere now, but breaks parameter constness, added
  8516.     to this function generation of warning if we are falling in spring 
  8517.     time-gap. Removed str_to_timestamp and str_to_datetime functions 
  8518.     which are no longer used. Moved fix_datetime function from
  8519.     sql/field.cc to this file as number_to_TIME() function. Added
  8520.     out parameter for str_to_TIME and str_to_time functions which
  8521.     indicates if value was truncated during conversion, removed direct 
  8522.     generation of warnings from this functions.)
  8523.  
  8524.   sql/sql_show.cc
  8525.     1.122.1.48 04/06/18 10:11:12 dlenev@brandersnatch.localdomain +3 -7
  8526.     Now using per thread time zone for extended show tables.
  8527.  
  8528.   sql/sql_select.cc
  8529.     1.216.74.1 04/06/18 10:11:12 dlenev@brandersnatch.localdomain +1 -0
  8530.     Now we are setting TABLE::in_use member for all tables (which assume
  8531.     calls to Field::store or val_ methods).
  8532.  
  8533.   sql/sql_parse.cc
  8534.     1.271.78.1 04/06/18 10:11:11 dlenev@brandersnatch.localdomain +3 -2
  8535.     Resetting THD::time_zone_used variable in the end of query
  8536.     processing.
  8537.  
  8538.   sql/sql_load.cc
  8539.     1.46.3.29 04/06/18 10:11:10 dlenev@brandersnatch.localdomain +1 -1
  8540.     Field::set_warning() now has one more argument now.
  8541.  
  8542.   sql/sql_insert.cc
  8543.     1.86.2.52 04/06/18 10:11:10 dlenev@brandersnatch.localdomain +4 -0
  8544.     We should set TABLE::in_use member pointing to thread which is called
  8545.     INSERT DELAYED and not to worker thread.
  8546.  
  8547.   sql/sql_class.h
  8548.     1.146.1.94 04/06/18 10:11:09 dlenev@brandersnatch.localdomain +3 -0
  8549.     Added per-thread time zone variable. Added THD::time_zone_used
  8550.     variable indicating that this query uses per thread time zone
  8551.     so if this is updating query the time zone should be logged to 
  8552.     binlog.
  8553.  
  8554.   sql/sql_class.cc
  8555.     1.105.1.64 04/06/18 10:11:08 dlenev@brandersnatch.localdomain +2 -2
  8556.     Added THD::time_zone_used variable indicating that this query
  8557.     uses per thread time zone.
  8558.  
  8559.   sql/sql_cache.cc
  8560.     1.46.1.31 04/06/18 10:11:08 dlenev@brandersnatch.localdomain +5 -2
  8561.     Added time zone as one more query distinguishing parameter
  8562.     for query cache.
  8563.  
  8564.   sql/sql_base.cc
  8565.     1.145.1.66 04/06/18 10:11:07 dlenev@brandersnatch.localdomain +1 -0
  8566.     Now we are setting TABLE::in_use member for all tables (which assume
  8567.     calls to Field::store or val_ methods).
  8568.  
  8569.   sql/slave.cc
  8570.     1.188.1.60 04/06/18 10:11:06 dlenev@brandersnatch.localdomain +24 -1
  8571.     In order to support replication of statements using time zones in 4.1 we should 
  8572.     ensure that both master and slave have same default time zone.
  8573.  
  8574.   sql/share/ukrainian/errmsg.txt
  8575.     1.27.1.55 04/06/18 10:11:06 dlenev@brandersnatch.localdomain +2 -0
  8576.     Added error message for barking when incorrect time zone name or
  8577.     specifiaction is provided and for warning about invalid TIMESTAMP
  8578.     values (e.g. falling into the spring time-gap).
  8579.  
  8580.   sql/share/swedish/errmsg.txt
  8581.     1.64.1.57 04/06/18 10:11:05 dlenev@brandersnatch.localdomain +2 -0
  8582.     Added error message for barking when incorrect time zone name or
  8583.     specifiaction is provided and for warning about invalid TIMESTAMP
  8584.     values (e.g. falling into the spring time-gap).
  8585.  
  8586.   sql/share/spanish/errmsg.txt
  8587.     1.64.1.58 04/06/18 10:11:04 dlenev@brandersnatch.localdomain +2 -0
  8588.     Added error message for barking when incorrect time zone name or
  8589.     specifiaction is provided and for warning about invalid TIMESTAMP
  8590.     values (e.g. falling into the spring time-gap).
  8591.  
  8592.   sql/share/slovak/errmsg.txt
  8593.     1.64.1.58 04/06/18 10:11:03 dlenev@brandersnatch.localdomain +2 -0
  8594.     Added error message for barking when incorrect time zone name or
  8595.     specifiaction is provided and for warning about invalid TIMESTAMP
  8596.     values (e.g. falling into the spring time-gap).
  8597.  
  8598.   sql/share/serbian/errmsg.txt
  8599.     1.18.1.52 04/06/18 10:11:03 dlenev@brandersnatch.localdomain +2 -0
  8600.     Added error message for barking when incorrect time zone name or
  8601.     specifiaction is provided and for warning about invalid TIMESTAMP
  8602.     values (e.g. falling into the spring time-gap).
  8603.  
  8604.   sql/share/russian/errmsg.txt
  8605.     1.61.1.55 04/06/18 10:11:02 dlenev@brandersnatch.localdomain +2 -0
  8606.     Added error message for barking when incorrect time zone name or
  8607.     specifiaction is provided and for warning about invalid TIMESTAMP
  8608.     values (e.g. falling into the spring time-gap).
  8609.  
  8610.   sql/share/romanian/errmsg.txt
  8611.     1.62.1.59 04/06/18 10:11:01 dlenev@brandersnatch.localdomain +2 -0
  8612.     Added error message for barking when incorrect time zone name or
  8613.     specifiaction is provided and for warning about invalid TIMESTAMP
  8614.     values (e.g. falling into the spring time-gap).
  8615.  
  8616.   sql/share/portuguese/errmsg.txt
  8617.     1.64.1.57 04/06/18 10:11:00 dlenev@brandersnatch.localdomain +2 -0
  8618.     Added error message for barking when incorrect time zone name or
  8619.     specifiaction is provided and for warning about invalid TIMESTAMP
  8620.     values (e.g. falling into the spring time-gap).
  8621.  
  8622.   sql/share/polish/errmsg.txt
  8623.     1.63.1.58 04/06/18 10:11:00 dlenev@brandersnatch.localdomain +2 -0
  8624.     Added error message for barking when incorrect time zone name or
  8625.     specifiaction is provided and for warning about invalid TIMESTAMP
  8626.     values (e.g. falling into the spring time-gap).
  8627.  
  8628.   sql/share/norwegian/errmsg.txt
  8629.     1.63.1.59 04/06/18 10:10:58 dlenev@brandersnatch.localdomain +2 -0
  8630.     Added error message for barking when incorrect time zone name or
  8631.     specifiaction is provided and for warning about invalid TIMESTAMP
  8632.     values (e.g. falling into the spring time-gap).
  8633.  
  8634.   sql/share/norwegian-ny/errmsg.txt
  8635.     1.63.1.58 04/06/18 10:10:58 dlenev@brandersnatch.localdomain +2 -0
  8636.     Added error message for barking when incorrect time zone name or
  8637.     specifiaction is provided and for warning about invalid TIMESTAMP
  8638.     values (e.g. falling into the spring time-gap).
  8639.  
  8640.   sql/share/korean/errmsg.txt
  8641.     1.63.1.58 04/06/18 10:10:57 dlenev@brandersnatch.localdomain +2 -0
  8642.     Added error message for barking when incorrect time zone name or
  8643.     specifiaction is provided and for warning about invalid TIMESTAMP
  8644.     values (e.g. falling into the spring time-gap).
  8645.  
  8646.   sql/share/japanese/errmsg.txt
  8647.     1.63.1.56 04/06/18 10:10:56 dlenev@brandersnatch.localdomain +2 -0
  8648.     Added error message for barking when incorrect time zone name or
  8649.     specifiaction is provided and for warning about invalid TIMESTAMP
  8650.     values (e.g. falling into the spring time-gap).
  8651.  
  8652.   sql/share/italian/errmsg.txt
  8653.     1.70.1.58 04/06/18 10:10:56 dlenev@brandersnatch.localdomain +2 -0
  8654.     Added error message for barking when incorrect time zone name or
  8655.     specifiaction is provided and for warning about invalid TIMESTAMP
  8656.     values (e.g. falling into the spring time-gap).
  8657.  
  8658.   sql/share/hungarian/errmsg.txt
  8659.     1.65.1.57 04/06/18 10:10:55 dlenev@brandersnatch.localdomain +2 -0
  8660.     Added error message for barking when incorrect time zone name or
  8661.     specifiaction is provided and for warning about invalid TIMESTAMP
  8662.     values (e.g. falling into the spring time-gap).
  8663.  
  8664.   sql/share/greek/errmsg.txt
  8665.     1.64.1.57 04/06/18 10:10:54 dlenev@brandersnatch.localdomain +2 -0
  8666.     Added error message for barking when incorrect time zone name or
  8667.     specifiaction is provided and for warning about invalid TIMESTAMP
  8668.     values (e.g. falling into the spring time-gap).
  8669.  
  8670.   sql/share/german/errmsg.txt
  8671.     1.64.1.53 04/06/18 10:10:54 dlenev@brandersnatch.localdomain +2 -0
  8672.     Added error message for barking when incorrect time zone name or
  8673.     specifiaction is provided and for warning about invalid TIMESTAMP
  8674.     values (e.g. falling into the spring time-gap).
  8675.  
  8676.   sql/share/french/errmsg.txt
  8677.     1.63.1.58 04/06/18 10:10:53 dlenev@brandersnatch.localdomain +2 -0
  8678.     Added error message for barking when incorrect time zone name or
  8679.     specifiaction is provided and for warning about invalid TIMESTAMP
  8680.     values (e.g. falling into the spring time-gap).
  8681.  
  8682.   sql/share/estonian/errmsg.txt
  8683.     1.64.1.56 04/06/18 10:10:53 dlenev@brandersnatch.localdomain +2 -0
  8684.     Added error message for barking when incorrect time zone name or
  8685.     specifiaction is provided and for warning about invalid TIMESTAMP
  8686.     values (e.g. falling into the spring time-gap).
  8687.  
  8688.   sql/share/english/errmsg.txt
  8689.     1.70.1.62 04/06/18 10:10:52 dlenev@brandersnatch.localdomain +2 -0
  8690.     Added error message for barking when incorrect time zone name or
  8691.     specifiaction is provided and for warning about invalid TIMESTAMP
  8692.     values (e.g. falling into the spring time-gap).
  8693.  
  8694.   sql/share/dutch/errmsg.txt
  8695.     1.66.1.57 04/06/18 10:10:51 dlenev@brandersnatch.localdomain +2 -0
  8696.     Added error message for barking when incorrect time zone name or
  8697.     specifiaction is provided and for warning about invalid TIMESTAMP
  8698.     values (e.g. falling into the spring time-gap).
  8699.  
  8700.   sql/share/danish/errmsg.txt
  8701.     1.62.1.56 04/06/18 10:10:50 dlenev@brandersnatch.localdomain +2 -0
  8702.     Added error message for barking when incorrect time zone name or
  8703.     specifiaction is provided and for warning about invalid TIMESTAMP
  8704.     values (e.g. falling into the spring time-gap).
  8705.  
  8706.   sql/share/czech/errmsg.txt
  8707.     1.64.1.59 04/06/18 10:10:49 dlenev@brandersnatch.localdomain +2 -0
  8708.     Added error message for barking when incorrect time zone name or
  8709.     specifiaction is provided and for warning about invalid TIMESTAMP
  8710.     values (e.g. falling into the spring time-gap).
  8711.  
  8712.   sql/set_var.h
  8713.     1.53 04/06/18 10:10:49 dlenev@brandersnatch.localdomain +24 -0
  8714.     Added support for per-thread time_zone variable.
  8715.  
  8716.   sql/set_var.cc
  8717.     1.34.1.89 04/06/18 10:10:48 dlenev@brandersnatch.localdomain +75 -1
  8718.     Added support for per-thread time_zone variable.
  8719.     Renamed old timezone variable to system_time_zone.
  8720.  
  8721.   sql/mysqld.cc
  8722.     1.356.61.1 04/06/18 10:10:47 dlenev@brandersnatch.localdomain +19 -4
  8723.     Added per-thread time zone support initialization.
  8724.     Added new startup parameter --default-time-zone.
  8725.  
  8726.   sql/mysql_priv.h
  8727.     1.186.1.109 04/06/18 10:10:46 dlenev@brandersnatch.localdomain +21 -6
  8728.     Now including headers with per-thread time zone support functions
  8729.     and classes. Added portable replacement of time_t - my_time_t type. 
  8730.     Added time zone as one of query distinguishing parameters for
  8731.     query cache. 
  8732.     Fixed declarations of str_to_TIME, str_to_time and 
  8733.     my_system_gmt_sec (former my_gmt_sec) since now they have one more
  8734.     out parameter which informs about wrong datetime value or data 
  8735.     truncation during conversion.
  8736.     Added warning generating version of str_to_TIME() and str_to_time()
  8737.     functions.
  8738.     Thrown away str_to_datetime/timestamp functions since they are not
  8739.     needed any longer. Added number_to_TIME function.
  8740.  
  8741.   sql/log.cc
  8742.     1.108.1.27 04/06/18 10:10:46 dlenev@brandersnatch.localdomain +16 -2
  8743.     Added support for replication of statements depending on time zone.
  8744.  
  8745.   sql/lex.h
  8746.     1.82.1.62 04/06/18 10:10:45 dlenev@brandersnatch.localdomain +1 -0
  8747.     Added support of CONVERT_TZ function.
  8748.  
  8749.   sql/item_timefunc.h
  8750.     1.42.1.5 04/06/18 10:10:44 dlenev@brandersnatch.localdomain +37 -19
  8751.     Added support of per-thread time zone to NOW-like and
  8752.     FROM_UNIXTIME, UNIX_TIMESTAMP functions.
  8753.     Added support of CONVERT_TZ function.
  8754.  
  8755.   sql/item_timefunc.cc
  8756.     1.51.1.12 04/06/18 10:10:44 dlenev@brandersnatch.localdomain +197 -95
  8757.     Added support of per-thread time zone to NOW-like and FROM_UNIXTIME,
  8758.     UNIX_TIMESTAMP functions. 
  8759.     Added support for CONVERT_TZ function.
  8760.     Removed call to str_to_timestamp function which caused non-optimal
  8761.     behavior in certain cases. Replaced calls to str_to_time() function 
  8762.     with its warning generating analog.
  8763.  
  8764.   sql/item_create.h
  8765.     1.34.1.4 04/06/18 10:10:43 dlenev@brandersnatch.localdomain +1 -0
  8766.     Added creation of CONVERT_TZ function as FUNC_ARG3.
  8767.  
  8768.   sql/item_create.cc
  8769.     1.33.1.31 04/06/18 10:10:42 dlenev@brandersnatch.localdomain +5 -0
  8770.     Added creation of CONVERT_TZ function as FUNC_ARG3.
  8771.  
  8772.   sql/item.cc
  8773.     1.58.54.1 04/06/18 10:10:42 dlenev@brandersnatch.localdomain +2 -2
  8774.     Replaced calls to str_to_time() and str_to_TIME() funcs with their warning
  8775.     generating analogs.
  8776.  
  8777.   sql/ha_berkeley.cc
  8778.     1.117.1.16 04/06/18 10:10:41 dlenev@brandersnatch.localdomain +4 -4
  8779.     Now we set table->in_use for temporary tables so we have to use
  8780.     table->tmp_table for checking if table is temporary.
  8781.  
  8782.   sql/field_conv.cc
  8783.     1.28 04/06/18 10:10:40 dlenev@brandersnatch.localdomain +7 -5
  8784.     Field::set_warning() method with 2 arguments was replaced with more 
  8785.     generic set_warning() method with 3 arguments.
  8786.  
  8787.   sql/field.h
  8788.     1.104 04/06/18 10:10:39 dlenev@brandersnatch.localdomain +14 -1
  8789.     Added comment about places where we can use table->in_use member
  8790.     instead of current_thd.
  8791.     Added 3rd parameter to Field::set_warning() method and set_datetime_warning()
  8792.     family of methods.
  8793.  
  8794.   sql/field.cc
  8795.     1.161 04/06/18 10:10:39 dlenev@brandersnatch.localdomain +403 -282
  8796.     Now we are using per-thread time zone for TIMESTAMP <-> whatever conversion.
  8797.     Fixed generation of warnings for datetime types (DATETIME/TIMESTAMP/DATE/...) and
  8798.     any other Field to datetime conversion (now we are generating warnings no in lower
  8799.     level functions like in str_to_TIME() but in Field methods. This allows generate
  8800.     better and more consistent warnings and to reuse code of str_to_TIME() outside of
  8801.     server).
  8802.     
  8803.     Added 3rd parameter to set_warning() method to be able to not increment cut fields
  8804.     but still produce a warning. Also added set_datetime_warning() family of auxiliary 
  8805.     methods which allow easier generate datetime related warnings.
  8806.     Also replaced occurences of current_thd with table->in_use member, added
  8807.     asserts for catching all places there we need to set table->in_use
  8808.     accordingly. Renamed fix_datetime() function to number_to_TIME() and
  8809.     moved it to sql/time.cc there it fits better.
  8810.  
  8811.   sql/Makefile.am
  8812.     1.77.1.19 04/06/18 10:10:38 dlenev@brandersnatch.localdomain +13 -4
  8813.     Added files implementing time zone support to server, also added
  8814.     rules for building of mysql_tzinfo_to_sql converter and test_time
  8815.     test. 
  8816.  
  8817.   scripts/mysql_fix_privilege_tables.sql
  8818.     1.4.1.3 04/06/18 10:10:37 dlenev@brandersnatch.localdomain +39 -0
  8819.     Added mysql.time_zone* tables family.
  8820.  
  8821.   scripts/mysql_create_system_tables.sh
  8822.     1.7.1.3 04/06/18 10:10:36 dlenev@brandersnatch.localdomain +339 -0
  8823.     Added creation of tables with time zone descriptions.
  8824.     Also added descriptions of time zones used in tests.
  8825.  
  8826.   mysql-test/t/type_timestamp.test
  8827.     1.13 04/06/18 10:10:36 dlenev@brandersnatch.localdomain +17 -2
  8828.     Separated and extended test of values and warnings produced for bad
  8829.     values stored in TIMESTAMP fields.
  8830.  
  8831.   mysql-test/t/type_datetime.test
  8832.     1.13 04/06/18 10:10:35 dlenev@brandersnatch.localdomain +17 -2
  8833.     Separated and extended test of values and warnings produced for bad
  8834.     values stored in DATETTIME fields.
  8835.  
  8836.   mysql-test/t/timezone.test
  8837.     1.7 04/06/18 10:10:34 dlenev@brandersnatch.localdomain +13 -2
  8838.     Updated timezone.test to use new system variable which shows system time zone.
  8839.     Added test of warning which is produced if someone tries to store non-existing (due 
  8840.     falling into spring time-gap) datetime value into TIMESTAMP field.
  8841.  
  8842.   mysql-test/t/select.test
  8843.     1.24 04/06/18 10:10:34 dlenev@brandersnatch.localdomain +3 -1
  8844.     Updated test to make it less ambigous for reader.
  8845.  
  8846.   mysql-test/r/type_timestamp.result
  8847.     1.17 04/06/18 10:10:33 dlenev@brandersnatch.localdomain +52 -18
  8848.     Separated and extended test of values and warnings produced for bad
  8849.     values stored in TIMESTAMP fields.
  8850.  
  8851.   mysql-test/r/type_time.result
  8852.     1.12 04/06/18 10:10:32 dlenev@brandersnatch.localdomain +2 -2
  8853.     Now we are producing more consistent warning when we are truncating datetime value while
  8854.     storing it in TIME field.
  8855.  
  8856.   mysql-test/r/type_datetime.result
  8857.     1.21 04/06/18 10:10:32 dlenev@brandersnatch.localdomain +46 -24
  8858.     Separated and extended test of values and warnings produced for bad values stored in 
  8859.     DATETTIME fields.
  8860.  
  8861.   mysql-test/r/timezone.result
  8862.     1.6 04/06/18 10:10:31 dlenev@brandersnatch.localdomain +9 -2
  8863.     Updated timezone.test to use new system variable which shows system time zone.
  8864.     Added test of warning which is produced if someone tries to store non-existing (due 
  8865.     falling into spring time-gap) datetime value into TIMESTAMP field.
  8866.  
  8867.   mysql-test/r/system_mysql_db.result
  8868.     1.6.1.1 04/06/18 10:10:31 dlenev@brandersnatch.localdomain +5 -0
  8869.     Updated test result because new system tables holding time zone descriptions were 
  8870.     added.
  8871.  
  8872.   mysql-test/r/select.result
  8873.     1.37.1.2 04/06/18 10:10:30 dlenev@brandersnatch.localdomain +8 -1
  8874.     New warnings about truncation occured during conversion to datetime value added due
  8875.     their better handling. Also tweaked test a bit to made it less ambigious for reader.
  8876.  
  8877.   mysql-test/r/func_time.result
  8878.     1.23.1.9 04/06/18 10:10:29 dlenev@brandersnatch.localdomain +6 -0
  8879.     New warnings about truncation occured during conversion to datetime value added due
  8880.     their better handling.
  8881.  
  8882.   mysql-test/r/func_sapdb.result
  8883.     1.2.1.4 04/06/18 10:10:29 dlenev@brandersnatch.localdomain +6 -0
  8884.     New warnings about truncation occured during conversion to datetime value added due
  8885.     their better handling.
  8886.  
  8887.   mysql-test/r/date_formats.result
  8888.     1.12 04/06/18 10:10:28 dlenev@brandersnatch.localdomain +8 -8
  8889.     Now when truncation occurs during conversion to datetime value we are producing Warnings 
  8890.     instead of Notes. Also we are giving more clear warnings about this in some cases. 
  8891.  
  8892.   mysql-test/r/connect.result
  8893.     1.1.1.6 04/06/18 10:10:28 dlenev@brandersnatch.localdomain +15 -0
  8894.     Updated test result since now mysql database contains more
  8895.     system tables.
  8896.  
  8897.   libmysqld/lib_sql.cc
  8898.     1.75.1.38 04/06/18 10:10:27 dlenev@brandersnatch.localdomain +7 -5
  8899.     Added initialization of time zones infrastructure to embedded server.
  8900.  
  8901.   libmysqld/Makefile.am
  8902.     1.29.4.1 04/06/18 10:10:27 dlenev@brandersnatch.localdomain +1 -1
  8903.     Added main per-thread time zone support file to libmysqld
  8904.  
  8905.   include/mysqld_error.h
  8906.     1.61.1.41 04/06/18 10:10:26 dlenev@brandersnatch.localdomain +3 -1
  8907.     Added error-code for invalid timestamp warning and error-code
  8908.     for wrong or unknown time zone specification.
  8909.  
  8910.   include/my_global.h
  8911.     1.47.7.1 04/06/18 10:10:23 dlenev@brandersnatch.localdomain +8 -0
  8912.     Added macro for reading of 32-bit ints stored in network order from
  8913.     unaligned memory location.
  8914.  
  8915. ChangeSet
  8916.   1.1616.529.13 04/06/18 11:00:51 bar@deer.(none) +1 -0
  8917.   ctype-uca.c:
  8918.     Code optimization to make it look better and work faster.
  8919.  
  8920.   strings/ctype-uca.c
  8921.     1.16 04/06/18 10:59:53 bar@mysql.com +35 -28
  8922.     Code optimization to make it look better and work faster.
  8923.  
  8924. ChangeSet
  8925.   1.1616.529.12 04/06/18 10:24:31 bar@deer.(none) +1 -0
  8926.   ctype-uca.c:
  8927.     Fix for compilation failure when HAVE_CHARSET_ucs2 is not defined.
  8928.  
  8929.   strings/ctype-uca.c
  8930.     1.15 04/06/18 10:23:44 bar@mysql.com +3 -3
  8931.     Fix for compilation failure when HAVE_CHARSET_ucs2 is not defined.
  8932.  
  8933. ChangeSet
  8934.   1.1346.640.1 04/06/18 01:42:28 miguel@hegel.txg +2 -0
  8935.   Fix for bug #4182
  8936.  
  8937.   BitKeeper/etc/logging_ok
  8938.     1.206.1.109 04/06/18 01:42:27 miguel@hegel.txg +1 -0
  8939.     Logging to logging@openlogging.org accepted
  8940.  
  8941.   extra/perror.c
  8942.     1.20.1.4 04/06/18 01:42:14 miguel@hegel.txg +1 -1
  8943.     Fix for bug #4182
  8944.  
  8945. ChangeSet
  8946.   1.1346.1.537 04/06/18 04:22:43 monty@mysql.com +3 -0
  8947.   ke it possible to use mysys functions in netware/mysql_test_run.c
  8948.   Don't pass --user to mysqld if --user is not used
  8949.  
  8950.   scripts/mysql_install_db.sh
  8951.     1.35.1.15 04/06/18 04:22:42 monty@mysql.com +6 -1
  8952.     Don't pass --user to mysqld if --user is not used
  8953.  
  8954.   netware/mysql_test_run.c
  8955.     1.3.2.1 04/06/18 04:22:42 monty@mysql.com +2 -8
  8956.     Make it possible to use mysys functions in mysql_test_run.c
  8957.  
  8958.   netware/Makefile.am
  8959.     1.6.1.4 04/06/18 04:22:42 monty@mysql.com +2 -0
  8960.     Make it possible to use mysys functions in mysql_test_run.c
  8961.  
  8962. ChangeSet
  8963.   1.1346.1.536 04/06/18 03:26:28 monty@mysql.com +1 -0
  8964.   Removed not used file sql_olap.cc
  8965.  
  8966.   libmysqld/Makefile.am
  8967.     1.19.1.7 04/06/18 03:26:26 monty@mysql.com +1 -1
  8968.     Removed not used file sql_olap.cc
  8969.  
  8970. ChangeSet
  8971.   1.1346.1.535 04/06/18 03:23:08 monty@mysql.com +3 -0
  8972.   Applied patch from Novell (2004-06-03)
  8973.  
  8974.   netware/BUILD/nwbootstrap
  8975.     1.4.2.2 04/06/18 03:23:06 monty@mysql.com +5 -0
  8976.     Applied patch from Novell (2004-06-03)
  8977.  
  8978.   netware/BUILD/mwenv
  8979.     1.3.1.3 04/06/18 03:23:06 monty@mysql.com +6 -6
  8980.     Applied patch from Novell (2004-06-03)
  8981.  
  8982.   mysys/mf_tempfile.c
  8983.     1.19.1.1 04/06/18 03:23:06 monty@mysql.com +1 -1
  8984.     Applied patch from Novell (2004-06-03)
  8985.  
  8986. ChangeSet
  8987.   1.1616.529.11 04/06/18 02:45:52 konstantin@mysql.com +4 -0
  8988.   Fix for bug#4105 "Server crash on attempt to prepare a statement with 
  8989.   character set introducer": add new item type to be returned before from 
  8990.   Item_param until it's value is set.
  8991.   This way items like Item_bool_func2 and udf_handler won't treat this item
  8992.   as constant literal when statement is prepared.
  8993.  
  8994. ChangeSet
  8995.   1.1616.529.10 04/06/18 00:16:07 tomas@poseidon.bredbandsbolaget.se +1 -0
  8996.   cannot include my_config.h directly, breaks some makes
  8997.  
  8998.   ndb/include/ndb_types.h
  8999.     1.6 04/06/18 00:16:04 tomas@poseidon.bredbandsbolaget.se +1 -1
  9000.     cannot include my_config.h directly, breaks some makes
  9001.  
  9002. ChangeSet
  9003.   1.1616.531.1 04/06/18 03:02:29 monty@mysql.com +15 -0
  9004.   Fixed some byte order bugs with prepared statements on machines with high-byte-first. (Bug #4173)
  9005.   Fixed problem with NULL and derived tables (Bug #4097)
  9006.   Cleanup of new pushed code
  9007.  
  9008.   sql/sql_yacc.yy
  9009.     1.203.1.125 04/06/18 03:02:26 monty@mysql.com +7 -1
  9010.     Allow one to use DROP PREPARE ...
  9011.  
  9012.   sql/sql_string.cc
  9013.     1.77.2.1 04/06/18 03:02:26 monty@mysql.com +1 -1
  9014.     Code cleanup
  9015.  
  9016.   sql/sql_select.cc
  9017.     1.216.73.1 04/06/18 03:02:26 monty@mysql.com +21 -18
  9018.     Fixed problem with NULL and derived tables (Bug #4097)
  9019.     Indentation fixes
  9020.  
  9021.   sql/mysqld.cc
  9022.     1.356.1.113 04/06/18 03:02:26 monty@mysql.com +0 -8
  9023.     Remove not used defines
  9024.  
  9025.   mysql-test/t/subselect.test
  9026.     1.58.39.1 04/06/18 03:02:26 monty@mysql.com +11 -0
  9027.     Test problem with NULL and derived tables (Bug #4097)
  9028.  
  9029.   mysql-test/r/subselect.result
  9030.     1.67.56.1 04/06/18 03:02:26 monty@mysql.com +10 -0
  9031.     Test problem with NULL and derived tables (Bug #4097)
  9032.  
  9033.   mysql-test/mysql-test-run.sh
  9034.     1.187.1.1 04/06/18 03:02:26 monty@mysql.com +2 -2
  9035.     Simple cleanup
  9036.  
  9037.   myisam/myisamchk.c
  9038.     1.92.1.23 04/06/18 03:02:26 monty@mysql.com +4 -4
  9039.     Portability fix.
  9040.  
  9041.   myisam/mi_unique.c
  9042.     1.19 04/06/18 03:02:26 monty@mysql.com +6 -3
  9043.     crc must be of type ha_checksum.
  9044.  
  9045.   myisam/mi_check.c
  9046.     1.105.1.31 04/06/18 03:02:26 monty@mysql.com +0 -2
  9047.     Removed not needed check (check is done in check_index())
  9048.  
  9049.   myisam/ft_boolean_search.c
  9050.     1.81 04/06/18 03:02:26 monty@mysql.com +5 -4
  9051.     Comment cleanup
  9052.  
  9053.   libmysql/libmysql.c
  9054.     1.156.18.1 04/06/18 03:02:26 monty@mysql.com +15 -12
  9055.     Fixed some byte order bugs with prepared statements on machines with
  9056.     high-byte-first. (Bug #4173)
  9057.  
  9058.   innobase/os/os0file.c
  9059.     1.80 04/06/18 03:02:26 monty@mysql.com +1 -1
  9060.     fix for netware
  9061.  
  9062.   client/mysqltest.c
  9063.     1.92.1.45 04/06/18 03:02:26 monty@mysql.com +11 -8
  9064.     simple cleanup
  9065.  
  9066.   BitKeeper/etc/ignore
  9067.     1.153.1.33 04/06/18 03:00:40 monty@mysql.com +1 -0
  9068.     added mysql-test/ndb/ndbcluster
  9069.  
  9070. ChangeSet
  9071.   1.1346.639.1 04/06/18 02:31:11 monty@mysql.com +3 -0
  9072.   Fixed unlikely bug in the range optimzer when using many IN() queries on different key parts. (Bug #4157)
  9073.  
  9074.   sql/opt_range.cc
  9075.     1.54.1.45 04/06/18 02:31:10 monty@mysql.com +21 -9
  9076.     Fixed unlikely bug in the range optimzer when using many IN() queries on
  9077.     different key parts. (Bug #4157)
  9078.  
  9079.   mysql-test/t/range.test
  9080.     1.4.1.12 04/06/18 02:31:10 monty@mysql.com +25 -0
  9081.     Test of range optimizer bug
  9082.  
  9083.   mysql-test/r/range.result
  9084.     1.6.1.13 04/06/18 02:31:10 monty@mysql.com +21 -0
  9085.     Test of range optimizer bug
  9086.  
  9087.   sql/item.h
  9088.     1.56.1.78 04/06/18 02:45:49 konstantin@mysql.com +2 -1
  9089.     Fix for bug#4105 "Server crash on attempt to prepare a statement with 
  9090.     character set introducer": add new item type to be returned before from 
  9091.     Item_param until it's value is set.
  9092.  
  9093.   sql/item.cc
  9094.     1.58.1.89 04/06/18 02:45:49 konstantin@mysql.com +11 -1
  9095.     Fix for bug#4105 "Server crash on attempt to prepare a statement with 
  9096.     character set introducer": add new item type to be returned before from 
  9097.     Item_param until it's value is set.
  9098.  
  9099.   mysql-test/t/ps.test
  9100.     1.6 04/06/18 02:45:49 konstantin@mysql.com +8 -1
  9101.     Followup to bug #4105: a test case.
  9102.  
  9103.   mysql-test/r/ps.result
  9104.     1.9 04/06/18 02:45:49 konstantin@mysql.com +6 -0
  9105.     Test results fixed (test case for bug #4105)
  9106.  
  9107. ChangeSet
  9108.   1.1616.529.9 04/06/17 22:32:49 tomas@poseidon.bredbandsbolaget.se +1 -0
  9109.   mgmapi.cpp:
  9110.     hpux make fix
  9111.  
  9112.   ndb/src/mgmapi/mgmapi.cpp
  9113.     1.5 04/06/17 22:32:28 tomas@poseidon.bredbandsbolaget.se +2 -2
  9114.     hpux make fix
  9115.  
  9116. ChangeSet
  9117.   1.1616.530.1 04/06/17 22:18:05 tomas@poseidon.bredbandsbolaget.se +4 -0
  9118.   removed need for specifying TCP connections in MySQL Cluster configuration
  9119.  
  9120.   ndb/src/common/mgmcommon/InitConfigFileParser.cpp
  9121.     1.5.1.1 04/06/17 22:17:50 tomas@poseidon.bredbandsbolaget.se +26 -8
  9122.     removed need for specifying TCP connections in MySQL Cluster configuration
  9123.  
  9124.   ndb/src/common/mgmcommon/ConfigInfo.hpp
  9125.     1.3 04/06/17 22:17:50 tomas@poseidon.bredbandsbolaget.se +16 -0
  9126.     removed need for specifying TCP connections in MySQL Cluster configuration
  9127.  
  9128.   ndb/src/common/mgmcommon/ConfigInfo.cpp
  9129.     1.6 04/06/17 22:17:49 tomas@poseidon.bredbandsbolaget.se +104 -7
  9130.     removed need for specifying TCP connections in MySQL Cluster configuration
  9131.  
  9132.   mysql-test/ndb/ndb_config_2_node.ini
  9133.     1.4 04/06/17 22:17:49 tomas@poseidon.bredbandsbolaget.se +1 -59
  9134.     removed need for specifying TCP connections in MySQL Cluster configuration
  9135.  
  9136. ChangeSet
  9137.   1.1616.529.7 04/06/17 21:06:21 tomas@poseidon.bredbandsbolaget.se +2 -0
  9138.   hpux compile fixes
  9139.  
  9140.   ndb/include/ndb_global.h
  9141.     1.9 04/06/17 21:06:17 tomas@poseidon.bredbandsbolaget.se +7 -1
  9142.     hpux compile fixes
  9143.  
  9144.   configure.in
  9145.     1.201.1.72 04/06/17 21:06:16 tomas@poseidon.bredbandsbolaget.se +2 -1
  9146.     hpux compile fixes
  9147.  
  9148. ChangeSet
  9149.   1.1616.529.6 04/06/17 17:38:05 tomas@poseidon.bredbandsbolaget.se +1 -0
  9150.   Tru64 fixes
  9151.  
  9152.   ndb/include/util/BaseString.hpp
  9153.     1.4 04/06/17 17:38:02 tomas@poseidon.bredbandsbolaget.se +2 -2
  9154.     Tru64 fixes
  9155.  
  9156. ChangeSet
  9157.   1.1616.529.5 04/06/17 17:32:03 tomas@poseidon.bredbandsbolaget.se +1 -0
  9158.   removed warnings on Tru64 
  9159.  
  9160.   ndb/include/util/NdbSqlUtil.hpp
  9161.     1.3 04/06/17 17:31:59 tomas@poseidon.bredbandsbolaget.se +0 -14
  9162.     removed warnings on Tru64 
  9163.  
  9164. ChangeSet
  9165.   1.1616.529.4 04/06/17 17:12:45 tomas@poseidon.bredbandsbolaget.se +1 -0
  9166.   FsReadWriteReq.cpp:
  9167.     compile error on hpux
  9168.  
  9169.   ndb/src/common/debugger/signaldata/FsReadWriteReq.cpp
  9170.     1.2 04/06/17 16:58:16 tomas@poseidon.bredbandsbolaget.se +3 -3
  9171.     compile error on hpux
  9172.  
  9173. ChangeSet
  9174.   1.1346.1.532 04/06/17 17:30:33 heikki@hundin.mysql.fi +2 -0
  9175.   mem0dbg.h, mem0dbg.c:
  9176.     Put back mem_print_info() functions that are used to analyze memory leaks; Marko removed them by accident in his Feb 20th, 2004 patch; these functions are very important for debugging, and should always be kept in the source code base
  9177.  
  9178.   innobase/include/mem0dbg.h
  9179.     1.6 04/06/17 17:30:24 heikki@hundin.mysql.fi +13 -0
  9180.     Put back mem_print_info() functions that are used to analyze memory leaks; Marko removed them by accident in his Feb 20th, 2004 patch; these functions are very important for debugging, and should always be kept in the source code base
  9181.  
  9182.   innobase/mem/mem0dbg.c
  9183.     1.5.1.9 04/06/17 17:30:16 heikki@hundin.mysql.fi +125 -0
  9184.     Put back mem_print_info() functions that are used to analyze memory leaks; Marko removed them by accident in his Feb 20th, 2004 patch; these functions are very important for debugging, and should always be kept in the source code base
  9185.  
  9186. ChangeSet
  9187.   1.676.320.1 04/06/17 15:40:13 guilhem@mysql.com +1 -0
  9188.   Fix for BUG#4017 "mysql_real_connect buffer overflow"
  9189.  
  9190.   libmysql/libmysql.c
  9191.     1.56.2.1 04/06/17 15:40:12 guilhem@mysql.com +2 -1
  9192.     safety fix
  9193.  
  9194. ChangeSet
  9195.   1.1616.529.3 04/06/17 13:25:38 tomas@poseidon.ndb.mysql.com +1 -0
  9196.  
  9197.   ndb/src/common/mgmcommon/InitConfigFileParser.cpp
  9198.     1.6 04/06/17 13:25:10 tomas@poseidon.ndb.mysql.com +1 -1
  9199.  
  9200. ChangeSet
  9201.   1.1346.1.531 04/06/17 16:05:19 heikki@hundin.mysql.fi +2 -0
  9202.   que0que.c, srv0que.c:
  9203.     Put asserts that make sure srv_que_task_enqueue() is never called under MySQL
  9204.  
  9205.   innobase/que/que0que.c
  9206.     1.9.1.12 04/06/17 16:04:30 heikki@hundin.mysql.fi +4 -0
  9207.     Put asserts that make sure srv_que_task_enqueu() is never called under MySQL
  9208.  
  9209.   innobase/srv/srv0que.c
  9210.     1.2 04/06/17 16:01:16 heikki@hundin.mysql.fi +2 -0
  9211.     Put asserts that make sure srv_que_task_enqueu() is never called under MySQL
  9212.  
  9213. ChangeSet
  9214.   1.1346.1.530 04/06/17 15:13:27 heikki@hundin.mysql.fi +1 -0
  9215.   log0recv.c:
  9216.     Revert the patch that put log debug code behind UNIV_LOG_DEBUG
  9217.  
  9218.   innobase/log/log0recv.c
  9219.     1.19.1.12 04/06/17 15:13:15 heikki@hundin.mysql.fi +3 -1
  9220.     Revert the patch that put log debug code behind UNIV_LOG_DEBUG
  9221.  
  9222. ChangeSet
  9223.   1.1346.1.529 04/06/17 15:11:37 heikki@hundin.mysql.fi +4 -0
  9224.   log0log.h:
  9225.     Revert the patch that put log debug code behind UNIV_LOG_DEBUG
  9226.   log0log.ic, log0recv.c, log0log.c, log0log.h:
  9227.     Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
  9228.  
  9229.   innobase/include/log0log.h
  9230.     1.10.1.6 04/06/17 15:10:49 heikki@hundin.mysql.fi +0 -2
  9231.     Revert the patch that put log debug code behind UNIV_LOG_DEBUG
  9232.  
  9233. ChangeSet
  9234.   1.1346.1.528 04/06/17 13:34:14 heikki@hundin.mysql.fi +3 -0
  9235.   Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040316101802|63386
  9236.  
  9237. ChangeSet
  9238.   1.1346.638.1 04/06/17 15:01:54 gluh@gluh.mysql.r18.ru +1 -0
  9239.   Fixed issue 'the definition of macro DES_ede3_cbc_encrypt is corrupt'
  9240.  
  9241.   include/violite.h
  9242.     1.21.3.6 04/06/17 15:01:52 gluh@gluh.mysql.r18.ru +1 -1
  9243.     Fixed issue 'the definition of macro DES_ede3_cbc_encrypt is corrupt'
  9244.  
  9245.   innobase/include/log0log.ic
  9246.     1.4.1.4 04/06/17 13:59:13 heikki@hundin.mysql.fi +0 -2
  9247.     Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
  9248.  
  9249.   innobase/log/log0recv.c
  9250.     1.19.1.11 04/06/17 13:57:36 heikki@hundin.mysql.fi +1 -23
  9251.     Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
  9252.  
  9253.   innobase/log/log0log.c
  9254.     1.20.1.16 04/06/17 13:57:29 heikki@hundin.mysql.fi +2 -32
  9255.     Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
  9256.  
  9257.   innobase/include/log0log.h
  9258.     1.10.1.5 04/06/17 13:56:26 heikki@hundin.mysql.fi +0 -2
  9259.     Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
  9260.  
  9261. ChangeSet
  9262.   1.1616.529.2 04/06/17 13:48:31 bell@sanja.is.com.ua +4 -0
  9263.   after review fix (BUG#4067)
  9264.  
  9265.   sql/item.h
  9266.     1.56.1.77 04/06/17 13:48:28 bell@sanja.is.com.ua +1 -0
  9267.     method getting maximum display length for fields
  9268.  
  9269.   sql/item.cc
  9270.     1.58.1.88 04/06/17 13:48:28 bell@sanja.is.com.ua +1 -45
  9271.     code cleanup
  9272.     switch replaced with new method
  9273.  
  9274.   sql/field.h
  9275.     1.103 04/06/17 13:48:28 bell@sanja.is.com.ua +14 -0
  9276.     method getting maximum display length for fields
  9277.  
  9278.   sql/field.cc
  9279.     1.160 04/06/17 13:48:28 bell@sanja.is.com.ua +27 -0
  9280.     method getting maximum display length for fields
  9281.  
  9282.   innobase/que/que0que.c
  9283.     1.9.1.11 04/06/17 13:34:10 heikki@hundin.mysql.fi +0 -0
  9284.     Exclude
  9285.  
  9286.   innobase/include/que0que.ic
  9287.     1.4 04/06/17 13:34:10 heikki@hundin.mysql.fi +0 -0
  9288.     Exclude
  9289.  
  9290.   innobase/include/que0que.h
  9291.     1.9 04/06/17 13:34:10 heikki@hundin.mysql.fi +0 -0
  9292.     Exclude
  9293.  
  9294. ChangeSet
  9295.   1.1346.1.526 04/06/17 13:25:06 heikki@hundin.mysql.fi +14 -0
  9296.   Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613
  9297.  
  9298.   innobase/thr/thr0loc.c
  9299.     1.3.1.4 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9300.     Exclude
  9301.  
  9302.   innobase/row/row0upd.c
  9303.     1.18.1.7 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9304.     Exclude
  9305.  
  9306.   innobase/row/row0ins.c
  9307.     1.26.1.10 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9308.     Exclude
  9309.  
  9310.   innobase/include/row0upd.h
  9311.     1.11 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9312.     Exclude
  9313.  
  9314.   innobase/include/row0ins.h
  9315.     1.6 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9316.     Exclude
  9317.  
  9318.   innobase/include/mtr0mtr.h
  9319.     1.3.1.7 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9320.     Exclude
  9321.  
  9322.   innobase/include/hash0hash.ic
  9323.     1.4 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9324.     Exclude
  9325.  
  9326.   innobase/include/hash0hash.h
  9327.     1.1.1.3 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9328.     Exclude
  9329.  
  9330.   innobase/include/dict0mem.h
  9331.     1.14.1.3 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9332.     Exclude
  9333.  
  9334.   innobase/include/data0data.h
  9335.     1.11.1.1 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9336.     Exclude
  9337.  
  9338.   innobase/ha/hash0hash.c
  9339.     1.1.1.2 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9340.     Exclude
  9341.  
  9342.   innobase/dict/dict0mem.c
  9343.     1.9.1.4 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9344.     Exclude
  9345.  
  9346.   innobase/dict/dict0dict.c
  9347.     1.26.1.29 04/06/17 13:25:02 heikki@hundin.mysql.fi +0 -0
  9348.     Exclude
  9349.  
  9350.   innobase/trx/trx0sys.c
  9351.     1.13.1.13 04/06/17 13:09:24 heikki@hundin.mysql.fi +0 -2
  9352.     Remove #ifdef UNIV_HOT_BACKUP: best to keep the codebase as uniform as possible
  9353.  
  9354. ChangeSet
  9355.   1.1346.1.525 04/06/17 12:40:09 heikki@hundin.mysql.fi +1 -0
  9356.   Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040526164114|35829
  9357.  
  9358.   innobase/que/que0que.c
  9359.     1.9.1.10 04/06/17 12:40:05 heikki@hundin.mysql.fi +0 -0
  9360.     Exclude
  9361.  
  9362. ChangeSet
  9363.   1.1346.1.524 04/06/17 12:35:04 heikki@hundin.mysql.fi +2 -0
  9364.   srv0que.c:
  9365.     Revert Marko's untested changeset 1.1844.1.6 to the stable 4.0 version; stable 4.0 must NOT BE modified except in case of bugs
  9366.   srv0que.c, srv0que.h:
  9367.     new file
  9368.  
  9369.   innobase/srv/srv0que.c
  9370.     1.1 04/06/17 12:34:37 heikki@hundin.mysql.fi +111 -0
  9371.     Revert Marko's untested changeset 1.1844.1.6 to the stable 4.0 version; stable 4.0 must NOT BE modified except in case of bugs
  9372.  
  9373.   innobase/srv/srv0que.c
  9374.     1.0 04/06/17 12:34:37 heikki@hundin.mysql.fi +0 -0
  9375.     BitKeeper file /home/heikki/mysql-4.0/innobase/srv/srv0que.c
  9376.  
  9377.   innobase/include/srv0que.h
  9378.     1.1 04/06/17 12:33:09 heikki@hundin.mysql.fi +53 -0
  9379.  
  9380.   innobase/include/srv0que.h
  9381.     1.0 04/06/17 12:33:09 heikki@hundin.mysql.fi +0 -0
  9382.     BitKeeper file /home/heikki/mysql-4.0/innobase/include/srv0que.h
  9383.  
  9384. ChangeSet
  9385.   1.1346.1.523 04/06/17 11:57:45 heikki@hundin.mysql.fi +14 -0
  9386.   Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040525171209|56870
  9387.  
  9388.   innobase/usr/usr0sess.c
  9389.     1.1.1.4 04/06/17 11:57:42 heikki@hundin.mysql.fi +0 -0
  9390.     Exclude
  9391.  
  9392.   innobase/trx/trx0trx.c
  9393.     1.20.1.20 04/06/17 11:57:42 heikki@hundin.mysql.fi +0 -0
  9394.     Exclude
  9395.  
  9396.   innobase/trx/trx0roll.c
  9397.     1.10.1.9 04/06/17 11:57:42 heikki@hundin.mysql.fi +0 -0
  9398.     Exclude
  9399.  
  9400.   innobase/trx/trx0purge.c
  9401.     1.9.1.7 04/06/17 11:57:42 heikki@hundin.mysql.fi +0 -0
  9402.     Exclude
  9403.  
  9404.   innobase/srv/srv0srv.c
  9405.     1.35.1.37 04/06/17 11:57:42 heikki@hundin.mysql.fi +0 -0
  9406.     Exclude
  9407.  
  9408.   innobase/include/Makefile.am
  9409.     1.10 04/06/17 11:57:42 heikki@hundin.mysql.fi +0 -0
  9410.     Exclude
  9411.  
  9412.   innobase/srv/Makefile.am
  9413.     1.4 04/06/17 11:57:41 heikki@hundin.mysql.fi +0 -0
  9414.     Exclude
  9415.  
  9416.   innobase/que/que0que.c
  9417.     1.9.1.9 04/06/17 11:57:41 heikki@hundin.mysql.fi +0 -0
  9418.     Exclude
  9419.  
  9420.   innobase/include/usr0sess.h
  9421.     1.5 04/06/17 11:57:41 heikki@hundin.mysql.fi +0 -0
  9422.     Exclude
  9423.  
  9424.   innobase/include/trx0trx.h
  9425.     1.30.1.2 04/06/17 11:57:41 heikki@hundin.mysql.fi +0 -0
  9426.     Exclude
  9427.  
  9428.   innobase/include/trx0roll.h
  9429.     1.3.1.2 04/06/17 11:57:41 heikki@hundin.mysql.fi +0 -0
  9430.     Exclude
  9431.  
  9432.   innobase/include/que0que.h
  9433.     1.8 04/06/17 11:57:41 heikki@hundin.mysql.fi +0 -0
  9434.     Exclude
  9435.  
  9436.   BitKeeper/deleted/.del-srv0que.h~f12ecb4b5afe203e
  9437.     1.3 04/06/17 11:57:41 heikki@hundin.mysql.fi +0 -0
  9438.     Exclude
  9439.  
  9440.   BitKeeper/deleted/.del-srv0que.c~d1feebb77b5a9b96
  9441.     1.4 04/06/17 11:57:41 heikki@hundin.mysql.fi +0 -0
  9442.     Exclude
  9443.  
  9444. ChangeSet
  9445.   1.1346.1.522 04/06/17 11:57:24 heikki@hundin.mysql.fi +0 -0
  9446.  
  9447. ChangeSet
  9448.   1.1346.1.521 04/06/17 11:53:17 heikki@hundin.mysql.fi +1 -0
  9449.   Cset exclude: heikki@hundin.mysql.fi|ChangeSet|20040617084849|64488
  9450.  
  9451.   sql/sql_parse.cc
  9452.     1.218.1.158 04/06/17 11:53:13 heikki@hundin.mysql.fi +0 -0
  9453.     Exclude
  9454.  
  9455. ChangeSet
  9456.   1.1616.528.2 04/06/17 10:51:25 pekka@mysql.com +4 -0
  9457.   tux optim 8 - store complete AttributeDescriptor (prepare for next step)
  9458.  
  9459.   ndb/src/kernel/blocks/dbtux/Times.txt
  9460.     1.9 04/06/17 10:50:58 pekka@mysql.com +4 -0
  9461.     tux optim 8 - store complete AttributeDescriptor (prepare for next step)
  9462.  
  9463.   ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp
  9464.     1.5 04/06/17 10:50:58 pekka@mysql.com +1 -2
  9465.     tux optim 8 - store complete AttributeDescriptor (prepare for next step)
  9466.  
  9467.   ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp
  9468.     1.6 04/06/17 10:50:58 pekka@mysql.com +1 -1
  9469.     tux optim 8 - store complete AttributeDescriptor (prepare for next step)
  9470.  
  9471.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  9472.     1.13 04/06/17 10:50:58 pekka@mysql.com +3 -4
  9473.     tux optim 8 - store complete AttributeDescriptor (prepare for next step)
  9474.  
  9475. ChangeSet
  9476.   1.1346.1.520 04/06/17 11:48:49 heikki@hundin.mysql.fi +1 -0
  9477.   Cset exclude: guilhem@mysql.com|ChangeSet|20040609132715|17355
  9478.  
  9479.   sql/sql_parse.cc
  9480.     1.218.1.157 04/06/17 11:48:44 heikki@hundin.mysql.fi +0 -0
  9481.     Exclude
  9482.  
  9483. ChangeSet
  9484.   1.1616.528.1 04/06/17 10:03:08 pekka@mysql.com +11 -0
  9485.   tux optim 7 - use physical TUP address for index entries
  9486.  
  9487.   ndb/src/kernel/blocks/dbtux/Times.txt
  9488.     1.8 04/06/17 10:02:35 pekka@mysql.com +3 -0
  9489.     tux optim 7 - use physical TUP address for index entries
  9490.  
  9491.   ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
  9492.     1.6 04/06/17 10:02:35 pekka@mysql.com +4 -4
  9493.     tux optim 7 - use physical TUP address for index entries
  9494.  
  9495.   ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp
  9496.     1.6 04/06/17 10:02:35 pekka@mysql.com +9 -8
  9497.     tux optim 7 - use physical TUP address for index entries
  9498.  
  9499.   ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp
  9500.     1.5 04/06/17 10:02:35 pekka@mysql.com +3 -3
  9501.     tux optim 7 - use physical TUP address for index entries
  9502.  
  9503.   ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp
  9504.     1.5 04/06/17 10:02:35 pekka@mysql.com +2 -2
  9505.     tux optim 7 - use physical TUP address for index entries
  9506.  
  9507.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  9508.     1.12 04/06/17 10:02:35 pekka@mysql.com +29 -17
  9509.     tux optim 7 - use physical TUP address for index entries
  9510.  
  9511.   ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp
  9512.     1.2 04/06/17 10:02:35 pekka@mysql.com +8 -5
  9513.     tux optim 7 - use physical TUP address for index entries
  9514.  
  9515.   ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp
  9516.     1.3 04/06/17 10:02:35 pekka@mysql.com +101 -69
  9517.     tux optim 7 - use physical TUP address for index entries
  9518.  
  9519.   ndb/src/kernel/blocks/dbtup/Dbtup.hpp
  9520.     1.4 04/06/17 10:02:35 pekka@mysql.com +12 -0
  9521.     tux optim 7 - use physical TUP address for index entries
  9522.  
  9523.   ndb/src/common/debugger/signaldata/TuxMaint.cpp
  9524.     1.2 04/06/17 10:02:35 pekka@mysql.com +4 -4
  9525.     tux optim 7 - use physical TUP address for index entries
  9526.  
  9527.   ndb/include/kernel/signaldata/TuxMaint.hpp
  9528.     1.2 04/06/17 10:02:35 pekka@mysql.com +5 -4
  9529.     tux optim 7 - use physical TUP address for index entries
  9530.  
  9531. ChangeSet
  9532.   1.1616.520.2 04/06/17 12:47:58 ram@gw.mysql.r18.ru +2 -0
  9533.   a test case (Bug #4102 Crash with a DBUG window after a request)
  9534.  
  9535.   mysql-test/t/subselect.test
  9536.     1.58.38.1 04/06/17 12:47:54 ram@gw.mysql.r18.ru +12 -0
  9537.     a test case (Bug #4102 Crash with a DBUG window after a request)
  9538.  
  9539.   mysql-test/r/subselect.result
  9540.     1.67.55.1 04/06/17 12:47:54 ram@gw.mysql.r18.ru +9 -0
  9541.     a test case (Bug #4102 Crash with a DBUG window after a request)
  9542.  
  9543. ChangeSet
  9544.   1.1616.527.1 04/06/17 00:34:05 tomas@poseidon.bredbandsbolaget.se +3 -0
  9545.   build fixes for ndb
  9546.  
  9547.   ndb/src/ndbapi/Ndb.cpp
  9548.     1.11 04/06/17 00:33:56 tomas@poseidon.bredbandsbolaget.se +4 -0
  9549.     build fixes for ndb
  9550.  
  9551.   ndb/src/common/portlib/NdbThread.c
  9552.     1.10 04/06/17 00:33:55 tomas@poseidon.bredbandsbolaget.se +2 -0
  9553.     build fixes for ndb
  9554.  
  9555.   ndb/src/common/debugger/signaldata/BackupImpl.cpp
  9556.     1.2 04/06/17 00:33:55 tomas@poseidon.bredbandsbolaget.se +1 -1
  9557.     build fixes for ndb
  9558.  
  9559. ChangeSet
  9560.   1.1616.526.1 04/06/17 02:03:15 konstantin@mysql.com +1 -0
  9561.   - mysql_stmt_send_long_data commented. A few other comments.
  9562.  
  9563.   libmysql/libmysql.c
  9564.     1.156.1.90 04/06/17 02:03:12 konstantin@mysql.com +35 -7
  9565.     - mysql_stmt_send_long_data commented. A few other comments.
  9566.  
  9567. ChangeSet
  9568.   1.1616.1.307 04/06/17 00:21:41 heikki@hundin.mysql.fi +1 -0
  9569.   fil0fil.c:
  9570.     Remove the use of mem_realloc in fil0fil.c; mem_realloc() was broken and the patch to remove its definition will propagate from the 4.0 tree; crash recovery with innodb_file_per_table has to be tested after this patch, not tested yet
  9571.  
  9572.   innobase/fil/fil0fil.c
  9573.     1.35 04/06/17 00:10:45 heikki@hundin.mysql.fi +4 -5
  9574.     Remove the use of mem_realloc in fil0fil.c; mem_alloc() was broken and the patch to remove its definition will propagate from the 4.0 tree; crash recovery with innodb_file_per_table has to be tested after this patch, not tested yet
  9575.  
  9576. ChangeSet
  9577.   1.1346.1.519 04/06/16 23:46:47 heikki@hundin.mysql.fi +1 -0
  9578.   ut0mem.c:
  9579.     Remove printf's that were accidentally pushed in the last push
  9580.  
  9581.   innobase/ut/ut0mem.c
  9582.     1.8.1.11 04/06/16 23:46:35 heikki@hundin.mysql.fi +0 -7
  9583.     Remove printf's that were accidentally pushed in the last push
  9584.  
  9585. ChangeSet
  9586.   1.1346.1.518 04/06/16 23:42:58 heikki@hundin.mysql.fi +4 -0
  9587.   ut0mem.h, ut0mem.c:
  9588.     Implement ut_realloc
  9589.   lexyy.c, pars0lex.l:
  9590.     Start using ut_malloc, ut_free, ut_realloc in pars0lex.l and lexyy.c; mem_realloc was broken; eliminate possible memcpy(NULL, ..., 0) from string_append()
  9591.  
  9592.   innobase/include/ut0mem.h
  9593.     1.5.1.6 04/06/16 23:42:04 heikki@hundin.mysql.fi +31 -0
  9594.     Implement ut_realloc
  9595.  
  9596.   innobase/ut/ut0mem.c
  9597.     1.8.1.10 04/06/16 23:41:56 heikki@hundin.mysql.fi +82 -0
  9598.     Implement ut_realloc
  9599.  
  9600.   innobase/pars/lexyy.c
  9601.     1.10.1.4 04/06/16 23:41:14 heikki@hundin.mysql.fi +9 -9
  9602.     Start using ut_malloc, ut_free, ut_realloc in pars0lex.l and lexyy.c; mem_realloc was broken; eliminate possible memcpy(NULL, ..., 0) from string_append()
  9603.  
  9604.   innobase/pars/pars0lex.l
  9605.     1.7 04/06/16 23:41:05 heikki@hundin.mysql.fi +9 -9
  9606.     Start using ut_malloc, ut_free, ut_realloc in pars0lex.l and lexyy.c; mem_realloc was broken; eliminate possible memcpy(NULL, ..., 0) from string_append()
  9607.  
  9608. ChangeSet
  9609.   1.1616.525.1 04/06/16 23:11:02 konstantin@mysql.com +2 -0
  9610.   Comments and cleanups in client library.
  9611.  
  9612.   libmysql/libmysql.c
  9613.     1.156.1.89 04/06/16 23:10:59 konstantin@mysql.com +236 -154
  9614.     - more comments
  9615.     - trailing spaces stripped
  9616.     - update_statement_metadata moved to appropriate section (from 'Statement
  9617.     close and error reporting' section)
  9618.     - store_param_type moved to store_ functions
  9619.  
  9620.   include/mysql.h
  9621.     1.126.1.1 04/06/16 23:10:59 konstantin@mysql.com +1 -1
  9622.     mysql_bind_param -> mysql_stmt_bind_param
  9623.  
  9624. ChangeSet
  9625.   1.1346.1.517 04/06/16 20:24:35 heikki@hundin.mysql.fi +2 -0
  9626.   mem0mem.ic, mem0mem.h:
  9627.     Remove broken mem_realloc(); a patch to remove its uses in pars0lex.l and fil0fil.c will soon follow
  9628.  
  9629.   innobase/include/mem0mem.ic
  9630.     1.7.1.2 04/06/16 20:24:28 heikki@hundin.mysql.fi +0 -29
  9631.     Remove broken mem_realloc(); a patch to remove its uses in pars0lex.l and fil0fil.c will soon follow
  9632.  
  9633.   innobase/include/mem0mem.h
  9634.     1.7.1.1 04/06/16 20:24:21 heikki@hundin.mysql.fi +0 -12
  9635.     Remove broken mem_realloc(); a patch to remove its uses in pars0lex.l and fil0fil.c will soon follow
  9636.  
  9637. ChangeSet
  9638.   1.1616.1.305 04/06/16 11:12:53 paul@kite-hub.kitebird.com +20 -0
  9639.   Error message edits.
  9640.  
  9641. ChangeSet
  9642.   1.1616.521.5 04/06/16 16:59:33 tomas@poseidon.bredbandsbolaget.se +3 -0
  9643.   .del-mysqlclusterd~7ebaf8faea0a1100:
  9644.     Delete: ndb/bin/mysqlclusterd
  9645.   .del-mysqlcluster_install_db~f363f803506081a6:
  9646.     Delete: ndb/bin/mysqlcluster_install_db
  9647.   .del-mysqlcluster~26c9c37938503734:
  9648.     Delete: ndb/bin/mysqlcluster
  9649.  
  9650.   BitKeeper/deleted/.del-mysqlclusterd~7ebaf8faea0a1100
  9651.     1.2 04/06/16 16:59:20 tomas@poseidon.bredbandsbolaget.se +0 -0
  9652.     Delete: ndb/bin/mysqlclusterd
  9653.  
  9654.   BitKeeper/deleted/.del-mysqlcluster_install_db~f363f803506081a6
  9655.     1.2 04/06/16 16:59:16 tomas@poseidon.bredbandsbolaget.se +0 -0
  9656.     Delete: ndb/bin/mysqlcluster_install_db
  9657.  
  9658.   BitKeeper/deleted/.del-mysqlcluster~26c9c37938503734
  9659.     1.2 04/06/16 16:59:13 tomas@poseidon.bredbandsbolaget.se +0 -0
  9660.     Delete: ndb/bin/mysqlcluster
  9661.  
  9662. ChangeSet
  9663.   1.1616.523.1 04/06/16 16:50:05 tomas@poseidon.bredbandsbolaget.se +1 -0
  9664.   bug fix in ndb make
  9665.  
  9666.   acinclude.m4
  9667.     1.100 04/06/16 16:49:55 tomas@poseidon.bredbandsbolaget.se +1 -1
  9668.     bug fix in ndb make
  9669.  
  9670. ChangeSet
  9671.   1.1679.1.1 04/06/16 11:23:06 paul@kite-hub.kitebird.com +23 -0
  9672.   Error message edits.
  9673.  
  9674.   sql/share/ukrainian/errmsg.txt
  9675.     1.64.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +1 -1
  9676.     Error message edits.
  9677.  
  9678.   sql/share/swedish/errmsg.txt
  9679.     1.102.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9680.     Error message edits.
  9681.  
  9682.   sql/share/spanish/errmsg.txt
  9683.     1.101.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9684.     Error message edits.
  9685.  
  9686.   sql/share/slovak/errmsg.txt
  9687.     1.101.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9688.     Error message edits.
  9689.  
  9690.   sql/share/serbian/errmsg.txt
  9691.     1.55.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9692.     Error message edits.
  9693.  
  9694.   sql/share/russian/errmsg.txt
  9695.     1.99.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +1 -1
  9696.     Error message edits.
  9697.  
  9698.   sql/share/romanian/errmsg.txt
  9699.     1.98.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9700.     Error message edits.
  9701.  
  9702.   sql/share/portuguese/errmsg.txt
  9703.     1.100.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9704.     Error message edits.
  9705.  
  9706.   sql/share/polish/errmsg.txt
  9707.     1.101.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9708.     Error message edits.
  9709.  
  9710.   sql/share/norwegian/errmsg.txt
  9711.     1.100.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9712.     Error message edits.
  9713.  
  9714.   sql/share/norwegian-ny/errmsg.txt
  9715.     1.100.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9716.     Error message edits.
  9717.  
  9718.   sql/share/korean/errmsg.txt
  9719.     1.100.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9720.     Error message edits.
  9721.  
  9722.   sql/share/japanese/errmsg.txt
  9723.     1.100.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9724.     Error message edits.
  9725.  
  9726.   sql/share/italian/errmsg.txt
  9727.     1.107.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9728.     Error message edits.
  9729.  
  9730.   sql/share/hungarian/errmsg.txt
  9731.     1.102.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9732.     Error message edits.
  9733.  
  9734.   sql/share/greek/errmsg.txt
  9735.     1.101.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9736.     Error message edits.
  9737.  
  9738.   sql/share/german/errmsg.txt
  9739.     1.100.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9740.     Error message edits.
  9741.  
  9742.   sql/share/french/errmsg.txt
  9743.     1.100.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9744.     Error message edits.
  9745.  
  9746.   sql/share/estonian/errmsg.txt
  9747.     1.102.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9748.     Error message edits.
  9749.  
  9750.   sql/share/english/errmsg.txt
  9751.     1.109.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9752.     Error message edits.
  9753.  
  9754.   sql/share/dutch/errmsg.txt
  9755.     1.104.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9756.     Error message edits.
  9757.  
  9758.   sql/share/danish/errmsg.txt
  9759.     1.100.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9760.     Error message edits.
  9761.  
  9762.   sql/share/czech/errmsg.txt
  9763.     1.100.1.1 04/06/16 11:23:03 paul@kite-hub.kitebird.com +2 -2
  9764.     Error message edits.
  9765.  
  9766. ChangeSet
  9767.   1.1616.522.4 04/06/16 18:21:38 pekka@mysql.com +9 -0
  9768.   tux optim 6 - remove node cache
  9769.  
  9770.   ndb/src/kernel/blocks/dbtux/Times.txt
  9771.     1.7 04/06/16 18:21:18 pekka@mysql.com +2 -1
  9772.     tux optim 6 - remove node cache
  9773.  
  9774.   ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp
  9775.     1.4 04/06/16 18:21:18 pekka@mysql.com +208 -208
  9776.     tux optim 6 - remove node cache
  9777.  
  9778.   ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
  9779.     1.5 04/06/16 18:21:17 pekka@mysql.com +33 -45
  9780.     tux optim 6 - remove node cache
  9781.  
  9782.   ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp
  9783.     1.6 04/06/16 18:21:17 pekka@mysql.com +54 -140
  9784.     tux optim 6 - remove node cache
  9785.  
  9786.   ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp
  9787.     1.4 04/06/16 18:21:17 pekka@mysql.com +0 -6
  9788.     tux optim 6 - remove node cache
  9789.  
  9790.   ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp
  9791.     1.5 04/06/16 18:21:17 pekka@mysql.com +6 -7
  9792.     tux optim 6 - remove node cache
  9793.  
  9794.   ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp
  9795.     1.4 04/06/16 18:21:17 pekka@mysql.com +0 -1
  9796.     tux optim 6 - remove node cache
  9797.  
  9798.   ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp
  9799.     1.4 04/06/16 18:21:17 pekka@mysql.com +20 -22
  9800.     tux optim 6 - remove node cache
  9801.  
  9802.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  9803.     1.11 04/06/16 18:21:17 pekka@mysql.com +69 -85
  9804.     tux optim 6 - remove node cache
  9805.  
  9806.   sql/share/ukrainian/errmsg.txt
  9807.     1.27.1.54 04/06/16 11:12:51 paul@kite-hub.kitebird.com +2 -2
  9808.     Error message edits.
  9809.  
  9810.   sql/share/swedish/errmsg.txt
  9811.     1.64.1.56 04/06/16 11:12:51 paul@kite-hub.kitebird.com +1 -1
  9812.     Error message edits.
  9813.  
  9814.   sql/share/spanish/errmsg.txt
  9815.     1.64.1.57 04/06/16 11:12:51 paul@kite-hub.kitebird.com +1 -1
  9816.     Error message edits.
  9817.  
  9818.   sql/share/slovak/errmsg.txt
  9819.     1.64.1.57 04/06/16 11:12:50 paul@kite-hub.kitebird.com +4 -4
  9820.     Error message edits.
  9821.  
  9822.   sql/share/romanian/errmsg.txt
  9823.     1.62.1.58 04/06/16 11:12:50 paul@kite-hub.kitebird.com +1 -1
  9824.     Error message edits.
  9825.  
  9826.   sql/share/portuguese/errmsg.txt
  9827.     1.64.1.56 04/06/16 11:12:50 paul@kite-hub.kitebird.com +2 -2
  9828.     Error message edits.
  9829.  
  9830.   sql/share/polish/errmsg.txt
  9831.     1.63.1.57 04/06/16 11:12:50 paul@kite-hub.kitebird.com +2 -2
  9832.     Error message edits.
  9833.  
  9834.   sql/share/norwegian/errmsg.txt
  9835.     1.63.1.58 04/06/16 11:12:50 paul@kite-hub.kitebird.com +2 -2
  9836.     Error message edits.
  9837.  
  9838.   sql/share/norwegian-ny/errmsg.txt
  9839.     1.63.1.57 04/06/16 11:12:50 paul@kite-hub.kitebird.com +2 -2
  9840.     Error message edits.
  9841.  
  9842.   sql/share/korean/errmsg.txt
  9843.     1.63.1.57 04/06/16 11:12:50 paul@kite-hub.kitebird.com +1 -1
  9844.     Error message edits.
  9845.  
  9846.   sql/share/japanese/errmsg.txt
  9847.     1.63.1.55 04/06/16 11:12:50 paul@kite-hub.kitebird.com +3 -3
  9848.     Error message edits.
  9849.  
  9850.   sql/share/italian/errmsg.txt
  9851.     1.70.1.57 04/06/16 11:12:50 paul@kite-hub.kitebird.com +1 -1
  9852.     Error message edits.
  9853.  
  9854.   sql/share/hungarian/errmsg.txt
  9855.     1.65.1.56 04/06/16 11:12:50 paul@kite-hub.kitebird.com +1 -1
  9856.     Error message edits.
  9857.  
  9858.   sql/share/greek/errmsg.txt
  9859.     1.64.1.56 04/06/16 11:12:50 paul@kite-hub.kitebird.com +2 -2
  9860.     Error message edits.
  9861.  
  9862.   sql/share/german/errmsg.txt
  9863.     1.64.1.52 04/06/16 11:12:50 paul@kite-hub.kitebird.com +1 -1
  9864.     Error message edits.
  9865.  
  9866.   sql/share/french/errmsg.txt
  9867.     1.63.1.57 04/06/16 11:12:50 paul@kite-hub.kitebird.com +1 -1
  9868.     Error message edits.
  9869.  
  9870.   sql/share/english/errmsg.txt
  9871.     1.70.1.61 04/06/16 11:12:50 paul@kite-hub.kitebird.com +7 -7
  9872.     Error message edits.
  9873.  
  9874.   sql/share/dutch/errmsg.txt
  9875.     1.66.1.56 04/06/16 11:12:50 paul@kite-hub.kitebird.com +1 -1
  9876.     Error message edits.
  9877.  
  9878.   sql/share/danish/errmsg.txt
  9879.     1.62.1.55 04/06/16 11:12:50 paul@kite-hub.kitebird.com +1 -1
  9880.     Error message edits.
  9881.  
  9882.   sql/share/czech/errmsg.txt
  9883.     1.64.1.58 04/06/16 11:12:50 paul@kite-hub.kitebird.com +1 -1
  9884.     Error message edits.
  9885.  
  9886. ChangeSet
  9887.   1.1616.522.3 04/06/16 17:54:08 pekka@mysql.com +6 -0
  9888.   tux optim 5 - move node ops to class level (prepare to remove node cache)
  9889.  
  9890.   ndb/src/kernel/blocks/dbtux/Times.txt
  9891.     1.6 04/06/16 17:53:37 pekka@mysql.com +5 -0
  9892.     tux optim 5 - move node ops to class level (prepare to remove node cache)
  9893.  
  9894.   ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp
  9895.     1.3 04/06/16 17:53:37 pekka@mysql.com +11 -11
  9896.     tux optim 5 - move node ops to class level (prepare to remove node cache)
  9897.  
  9898.   ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
  9899.     1.4 04/06/16 17:53:37 pekka@mysql.com +8 -8
  9900.     tux optim 5 - move node ops to class level (prepare to remove node cache)
  9901.  
  9902.   ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp
  9903.     1.5 04/06/16 17:53:37 pekka@mysql.com +111 -105
  9904.     tux optim 5 - move node ops to class level (prepare to remove node cache)
  9905.  
  9906.   ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp
  9907.     1.4 04/06/16 17:53:37 pekka@mysql.com +0 -94
  9908.     tux optim 5 - move node ops to class level (prepare to remove node cache)
  9909.  
  9910.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  9911.     1.10 04/06/16 17:53:37 pekka@mysql.com +18 -21
  9912.     tux optim 5 - move node ops to class level (prepare to remove node cache)
  9913.  
  9914. ChangeSet
  9915.   1.1616.522.2 04/06/16 17:14:29 pekka@mysql.com +4 -0
  9916.   tux optim 4 - update prefixes at once (prepare to remove node cache)
  9917.  
  9918.   ndb/src/kernel/blocks/dbtux/Times.txt
  9919.     1.5 04/06/16 17:14:03 pekka@mysql.com +4 -0
  9920.     tux optim 4 - update prefixes at once (prepare to remove node cache)
  9921.  
  9922.   ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp
  9923.     1.4 04/06/16 17:14:03 pekka@mysql.com +21 -46
  9924.     tux optim 4 - update prefixes at once (prepare to remove node cache)
  9925.  
  9926.   ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp
  9927.     1.3 04/06/16 17:14:03 pekka@mysql.com +0 -1
  9928.     tux optim 4 - update prefixes at once (prepare to remove node cache)
  9929.  
  9930.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  9931.     1.9 04/06/16 17:14:03 pekka@mysql.com +1 -14
  9932.     tux optim 4 - update prefixes at once (prepare to remove node cache)
  9933.  
  9934. ChangeSet
  9935.   1.1616.522.1 04/06/16 16:28:17 pekka@mysql.com +9 -0
  9936.   tux optim 3 - use TUP methods instead of TUP_STORE_TH signal
  9937.  
  9938.   ndb/test/ndbapi/testOIBasic.cpp
  9939.     1.7 04/06/16 16:27:56 pekka@mysql.com +1 -1
  9940.     tux optim 3 - use TUP methods instead of TUP_STORE_TH signal
  9941.  
  9942.   ndb/src/kernel/blocks/dbtux/Times.txt
  9943.     1.4 04/06/16 16:27:56 pekka@mysql.com +2 -0
  9944.     tux optim 3 - use TUP methods instead of TUP_STORE_TH signal
  9945.  
  9946.   ndb/src/kernel/blocks/dbtux/Makefile.am
  9947.     1.2 04/06/16 16:27:56 pekka@mysql.com +2 -0
  9948.     tux optim 3 - use TUP methods instead of TUP_STORE_TH signal
  9949.  
  9950.   ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp
  9951.     1.3 04/06/16 16:27:56 pekka@mysql.com +39 -47
  9952.     tux optim 3 - use TUP methods instead of TUP_STORE_TH signal
  9953.  
  9954.   ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp
  9955.     1.3 04/06/16 16:27:56 pekka@mysql.com +4 -1
  9956.     tux optim 3 - use TUP methods instead of TUP_STORE_TH signal
  9957.  
  9958.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  9959.     1.8 04/06/16 16:27:56 pekka@mysql.com +6 -0
  9960.     tux optim 3 - use TUP methods instead of TUP_STORE_TH signal
  9961.  
  9962.   ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp
  9963.     1.2 04/06/16 16:27:56 pekka@mysql.com +58 -0
  9964.     tux optim 3 - use TUP methods instead of TUP_STORE_TH signal
  9965.  
  9966.   ndb/src/kernel/blocks/dbtup/Dbtup.hpp
  9967.     1.3 04/06/16 16:27:56 pekka@mysql.com +8 -0
  9968.     tux optim 3 - use TUP methods instead of TUP_STORE_TH signal
  9969.  
  9970.   ndb/include/kernel/signaldata/TupAccess.hpp
  9971.     1.3 04/06/16 16:27:56 pekka@mysql.com +3 -3
  9972.     tux optim 3 - use TUP methods instead of TUP_STORE_TH signal
  9973.  
  9974. ChangeSet
  9975.   1.1346.1.516 04/06/16 17:22:35 marko@hundin.mysql.fi +1 -0
  9976.   InnoDB bug fix: mem_realloc() didn't preserve the block contents
  9977.  
  9978.   innobase/include/mem0mem.ic
  9979.     1.7.1.1 04/06/16 17:19:51 marko@hundin.mysql.fi +14 -2
  9980.     mem_realloc(): preserve the old buffer contents
  9981.  
  9982. ChangeSet
  9983.   1.1616.521.2 04/06/16 18:32:53 bar@mysql.com +3 -0
  9984.   Critical fixes after review:
  9985.   - mutex was unlocked before the end of the critical sesion,
  9986.   - Portability issue: It's better to use (*alloc)(x) instead of alloc(x),
  9987.     if alloc is a function passed as an argument.
  9988.   - Use {} around if() block, to avoid possible problems with some Windows compilers.
  9989.  
  9990. ChangeSet
  9991.   1.1616.521.1 04/06/16 14:06:44 tomas@poseidon.ndb.mysql.com +1 -0
  9992.   cxx compile fix for ndb
  9993.  
  9994.   ndb/src/common/debugger/signaldata/CreateTrig.cpp
  9995.     1.2 04/06/16 14:06:42 tomas@poseidon.ndb.mysql.com +1 -1
  9996.     cxx compile fix for ndb
  9997.  
  9998. ChangeSet
  9999.   1.1616.520.1 04/06/16 18:43:05 ram@gw.mysql.r18.ru +1 -0
  10000.   a fix (Bug #4102 Crash with a DBUG window after a request)
  10001.  
  10002.   sql/item.h
  10003.     1.56.31.1 04/06/16 18:42:22 ram@gw.mysql.r18.ru +4 -1
  10004.     a fix (Bug #4102 Crash with a DBUG window after a request)
  10005.  
  10006.   strings/ctype-uca.c
  10007.     1.14 04/06/16 18:32:43 bar@mysql.com +8 -6
  10008.     Critical fixes after review:
  10009.     - mutex was unlocked before the end of the critical sesion,
  10010.     - Portability issue: It's better to use (*alloc)(x) instead of alloc(x),
  10011.       if alloc is a function passed as an argument.
  10012.     - Use {} around if() block, to avoid possible problems with some Windows compilers.
  10013.  
  10014.   sql/sql_string.cc
  10015.     1.77.1.7 04/06/16 18:32:43 bar@mysql.com +1 -1
  10016.     Critical fixes after review:
  10017.     - mutex was unlocked before the end of the critical sesion,
  10018.     - Portability issue: It's better to use (*alloc)(x) instead of alloc(x),
  10019.       if alloc is a function passed as an argument.
  10020.     - Use {} around if() block, to avoid possible problems with some Windows compilers.
  10021.  
  10022.   mysys/charset.c
  10023.     1.129 04/06/16 18:32:42 bar@mysql.com +1 -1
  10024.     Critical fixes after review:
  10025.     - mutex was unlocked before the end of the critical sesion,
  10026.     - Portability issue: It's better to use (*alloc)(x) instead of alloc(x),
  10027.       if alloc is a function passed as an argument.
  10028.     - Use {} around if() block, to avoid possible problems with some Windows compilers.
  10029.  
  10030. ChangeSet
  10031.   1.1616.519.2 04/06/16 13:31:35 tomas@poseidon.ndb.mysql.com +1 -0
  10032.   Makefile.am:
  10033.     missing file
  10034.  
  10035.   ndb/include/Makefile.am
  10036.     1.4 04/06/16 13:31:18 tomas@poseidon.ndb.mysql.com +1 -0
  10037.     missing file
  10038.  
  10039. ChangeSet
  10040.   1.1616.516.3 04/06/16 15:10:13 pekka@mysql.com +9 -0
  10041.   tux optim 2 - use physical TUP address for index nodes
  10042.  
  10043.   ndb/src/kernel/blocks/dbtux/Times.txt
  10044.     1.3 04/06/16 15:09:49 pekka@mysql.com +9 -2
  10045.     tux optim 2 - use physical TUP address for index nodes
  10046.  
  10047.   ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp
  10048.     1.2 04/06/16 15:09:49 pekka@mysql.com +89 -90
  10049.     tux optim 2 - use physical TUP address for index nodes
  10050.  
  10051.   ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
  10052.     1.3 04/06/16 15:09:49 pekka@mysql.com +28 -28
  10053.     tux optim 2 - use physical TUP address for index nodes
  10054.  
  10055.   ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp
  10056.     1.2 04/06/16 15:09:49 pekka@mysql.com +13 -13
  10057.     tux optim 2 - use physical TUP address for index nodes
  10058.  
  10059.   ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp
  10060.     1.3 04/06/16 15:09:49 pekka@mysql.com +3 -2
  10061.     tux optim 2 - use physical TUP address for index nodes
  10062.  
  10063.   ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp
  10064.     1.3 04/06/16 15:09:49 pekka@mysql.com +7 -10
  10065.     tux optim 2 - use physical TUP address for index nodes
  10066.  
  10067.   ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp
  10068.     1.2 04/06/16 15:09:49 pekka@mysql.com +28 -13
  10069.     tux optim 2 - use physical TUP address for index nodes
  10070.  
  10071.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  10072.     1.7 04/06/16 15:09:49 pekka@mysql.com +222 -176
  10073.     tux optim 2 - use physical TUP address for index nodes
  10074.  
  10075.   ndb/include/kernel/signaldata/TupAccess.hpp
  10076.     1.2 04/06/16 15:09:49 pekka@mysql.com +4 -2
  10077.     tux optim 2 - use physical TUP address for index nodes
  10078.  
  10079. ChangeSet
  10080.   1.1616.517.3 04/06/16 16:06:30 bell@sanja.is.com.ua +5 -0
  10081.   new length detection for non-string in UNION (BUG#4067)
  10082.  
  10083.   sql/item.h
  10084.     1.56.1.76 04/06/16 16:06:09 bell@sanja.is.com.ua +1 -0
  10085.     new length detection for non-string
  10086.  
  10087.   sql/item.cc
  10088.     1.58.1.87 04/06/16 16:06:09 bell@sanja.is.com.ua +69 -3
  10089.     new length detection for non-string
  10090.  
  10091.   mysql-test/t/union.test
  10092.     1.69 04/06/16 16:06:09 bell@sanja.is.com.ua +8 -0
  10093.     test of int with wrong display length
  10094.  
  10095.   mysql-test/r/union.result
  10096.     1.46.1.29 04/06/16 16:06:09 bell@sanja.is.com.ua +11 -4
  10097.     new length in UNION
  10098.     test of int with wrong display length
  10099.  
  10100.   mysql-test/r/subselect.result
  10101.     1.67.54.3 04/06/16 16:06:09 bell@sanja.is.com.ua +7 -7
  10102.     new length in UNION
  10103.  
  10104. ChangeSet
  10105.   1.1680 04/06/16 14:49:35 pem@mysql.comhem.se +23 -0
  10106.   Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10107.  
  10108.   sql/share/ukrainian/errmsg.txt
  10109.     1.65 04/06/16 14:49:31 pem@mysql.com +1 -1
  10110.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10111.  
  10112.   sql/share/swedish/errmsg.txt
  10113.     1.103 04/06/16 14:49:31 pem@mysql.com +1 -1
  10114.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10115.  
  10116.   sql/share/spanish/errmsg.txt
  10117.     1.102 04/06/16 14:49:31 pem@mysql.com +1 -1
  10118.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10119.  
  10120.   sql/share/slovak/errmsg.txt
  10121.     1.102 04/06/16 14:49:31 pem@mysql.com +1 -1
  10122.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10123.  
  10124.   sql/share/serbian/errmsg.txt
  10125.     1.56 04/06/16 14:49:30 pem@mysql.com +1 -1
  10126.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10127.  
  10128.   sql/share/russian/errmsg.txt
  10129.     1.100 04/06/16 14:49:30 pem@mysql.com +1 -1
  10130.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10131.  
  10132.   sql/share/romanian/errmsg.txt
  10133.     1.99 04/06/16 14:49:30 pem@mysql.com +1 -1
  10134.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10135.  
  10136.   sql/share/portuguese/errmsg.txt
  10137.     1.101 04/06/16 14:49:30 pem@mysql.com +1 -1
  10138.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10139.  
  10140.   sql/share/polish/errmsg.txt
  10141.     1.102 04/06/16 14:49:30 pem@mysql.com +1 -1
  10142.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10143.  
  10144.   sql/share/norwegian/errmsg.txt
  10145.     1.101 04/06/16 14:49:30 pem@mysql.com +1 -1
  10146.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10147.  
  10148.   sql/share/norwegian-ny/errmsg.txt
  10149.     1.101 04/06/16 14:49:30 pem@mysql.com +1 -1
  10150.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10151.  
  10152.   sql/share/korean/errmsg.txt
  10153.     1.101 04/06/16 14:49:30 pem@mysql.com +1 -1
  10154.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10155.  
  10156.   sql/share/japanese/errmsg.txt
  10157.     1.101 04/06/16 14:49:30 pem@mysql.com +1 -1
  10158.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10159.  
  10160.   sql/share/italian/errmsg.txt
  10161.     1.108 04/06/16 14:49:30 pem@mysql.com +1 -1
  10162.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10163.  
  10164.   sql/share/hungarian/errmsg.txt
  10165.     1.103 04/06/16 14:49:30 pem@mysql.com +1 -1
  10166.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10167.  
  10168.   sql/share/greek/errmsg.txt
  10169.     1.102 04/06/16 14:49:30 pem@mysql.com +1 -1
  10170.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10171.  
  10172.   sql/share/german/errmsg.txt
  10173.     1.101 04/06/16 14:49:30 pem@mysql.com +1 -1
  10174.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10175.  
  10176.   sql/share/french/errmsg.txt
  10177.     1.101 04/06/16 14:49:30 pem@mysql.com +1 -1
  10178.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10179.  
  10180.   sql/share/estonian/errmsg.txt
  10181.     1.103 04/06/16 14:49:30 pem@mysql.com +1 -1
  10182.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10183.  
  10184.   sql/share/english/errmsg.txt
  10185.     1.110 04/06/16 14:49:30 pem@mysql.com +1 -1
  10186.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10187.  
  10188.   sql/share/dutch/errmsg.txt
  10189.     1.105 04/06/16 14:49:30 pem@mysql.com +1 -1
  10190.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10191.  
  10192.   sql/share/danish/errmsg.txt
  10193.     1.101 04/06/16 14:49:30 pem@mysql.com +1 -1
  10194.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10195.  
  10196.   sql/share/czech/errmsg.txt
  10197.     1.101 04/06/16 14:49:30 pem@mysql.com +1 -1
  10198.     Fixed error message (assumed to be fixed by earlier changeset, but wasn't).
  10199.  
  10200. ChangeSet
  10201.   1.1616.516.2 04/06/16 14:30:49 pekka@mysql.com +9 -0
  10202.   tux optim 1 - use physical fragment addresses
  10203.  
  10204.   ndb/test/ndbapi/testOIBasic.cpp
  10205.     1.6 04/06/16 14:30:22 pekka@mysql.com +50 -9
  10206.     tux optim 1 - use physical fragment addresses
  10207.  
  10208.   ndb/src/kernel/blocks/dbtux/Times.txt
  10209.     1.2 04/06/16 14:30:22 pekka@mysql.com +3 -0
  10210.     tux optim 1 - use physical fragment addresses
  10211.  
  10212.   ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
  10213.     1.2 04/06/16 14:30:22 pekka@mysql.com +1 -2
  10214.     tux optim 1 - use physical fragment addresses
  10215.  
  10216.   ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp
  10217.     1.2 04/06/16 14:30:22 pekka@mysql.com +5 -0
  10218.     tux optim 1 - use physical fragment addresses
  10219.  
  10220.   ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp
  10221.     1.2 04/06/16 14:30:22 pekka@mysql.com +3 -3
  10222.     tux optim 1 - use physical fragment addresses
  10223.  
  10224.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  10225.     1.6 04/06/16 14:30:22 pekka@mysql.com +9 -1
  10226.     tux optim 1 - use physical fragment addresses
  10227.  
  10228.   ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
  10229.     1.5 04/06/16 14:30:21 pekka@mysql.com +12 -0
  10230.     tux optim 1 - use physical fragment addresses
  10231.  
  10232.   ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
  10233.     1.3 04/06/16 14:30:21 pekka@mysql.com +1 -0
  10234.     tux optim 1 - use physical fragment addresses
  10235.  
  10236.   ndb/include/kernel/signaldata/TupFrag.hpp
  10237.     1.2 04/06/16 14:30:21 pekka@mysql.com +4 -1
  10238.     tux optim 1 - use physical fragment addresses
  10239.  
  10240. ChangeSet
  10241.   1.1616.470.9 04/06/16 15:13:17 serg@sergbook.mysql.com +1 -0
  10242.   don't bother creating Makefiles that are not needed
  10243.  
  10244.   configure.in
  10245.     1.201.19.2 04/06/16 15:12:38 serg@sergbook.mysql.com +4 -3
  10246.     don't bother creating Makefiles that are not needed
  10247.  
  10248.   ndb/src/kernel/blocks/dbtux/Times.txt
  10249.     1.1 04/06/16 14:07:42 pekka@mysql.com +15 -0
  10250.  
  10251.   ndb/src/kernel/blocks/dbtux/Times.txt
  10252.     1.0 04/06/16 14:07:42 pekka@mysql.com +0 -0
  10253.     BitKeeper file /space/pekka/ndb/version/my41/ndb/src/kernel/blocks/dbtux/Times.txt
  10254.  
  10255. ChangeSet
  10256.   1.1616.518.1 04/06/16 13:57:45 lenz@mysql.com +1 -0
  10257.    - Modified Do-compile to build, package and test NDB cluster, when
  10258.      enabled
  10259.  
  10260.   Build-tools/Do-compile
  10261.     1.86 04/06/16 13:57:40 lenz@mysql.com +7 -7
  10262.      - removed redundant option "--without-ndbcluster" (we already have
  10263.        "--with-cluster" for that)
  10264.      - make sure to add the cluster files in the binary distribution
  10265.      - make sure to run mysql-test-run with NDB tests enabled
  10266.  
  10267. ChangeSet
  10268.   1.1346.1.515 04/06/16 13:41:14 marko@hundin.mysql.fi +36 -0
  10269.   InnoDB: Revert most of ChangeSet@1.1772, as the debug functions may
  10270.   be needed when testing production releases
  10271.  
  10272.   innobase/trx/trx0roll.c
  10273.     1.10.1.8 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10274.     Remove #ifdef UNIV_DEBUG around debug code
  10275.  
  10276.   innobase/sync/sync0sync.c
  10277.     1.16.1.13 04/06/16 13:09:28 marko@hundin.mysql.fi +2 -8
  10278.     Remove #ifdef UNIV_DEBUG around debug code
  10279.  
  10280.   innobase/sync/sync0rw.c
  10281.     1.7.1.5 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10282.     Remove #ifdef UNIV_DEBUG around debug code
  10283.  
  10284.   innobase/srv/srv0start.c
  10285.     1.37.1.21 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10286.     Remove #ifdef UNIV_DEBUG around debug code
  10287.  
  10288.   innobase/pars/pars0opt.c
  10289.     1.6.1.4 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10290.     Remove #ifdef UNIV_DEBUG around debug code
  10291.  
  10292.   innobase/mtr/mtr0mtr.c
  10293.     1.3.1.6 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10294.     Remove #ifdef UNIV_DEBUG around debug code
  10295.  
  10296.   innobase/mem/mem0pool.c
  10297.     1.9.1.7 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10298.     Remove #ifdef UNIV_DEBUG around debug code
  10299.  
  10300.   innobase/mem/mem0dbg.c
  10301.     1.5.1.8 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10302.     Remove #ifdef UNIV_DEBUG around debug code
  10303.  
  10304.   innobase/lock/lock0lock.c
  10305.     1.20.1.17 04/06/16 13:09:28 marko@hundin.mysql.fi +1 -13
  10306.     Remove #ifdef UNIV_DEBUG around debug code
  10307.  
  10308.   innobase/include/sync0sync.h
  10309.     1.9.1.8 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10310.     Remove #ifdef UNIV_DEBUG around debug code
  10311.  
  10312.   innobase/include/sync0rw.h
  10313.     1.6.1.1 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10314.     Remove #ifdef UNIV_DEBUG around debug code
  10315.  
  10316.   innobase/include/pars0opt.h
  10317.     1.3 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10318.     Remove #ifdef UNIV_DEBUG around debug code
  10319.  
  10320.   innobase/include/mtr0mtr.h
  10321.     1.3.1.6 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10322.     Remove #ifdef UNIV_DEBUG around debug code
  10323.  
  10324.   innobase/include/mem0pool.h
  10325.     1.4.1.2 04/06/16 13:09:28 marko@hundin.mysql.fi +1 -2
  10326.     Remove #ifdef UNIV_DEBUG around debug code
  10327.  
  10328.   innobase/include/mem0dbg.ic
  10329.     1.3.1.1 04/06/16 13:09:28 marko@hundin.mysql.fi +1 -2
  10330.     Remove #ifdef UNIV_DEBUG around debug code
  10331.  
  10332.   innobase/include/mem0dbg.h
  10333.     1.5 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -4
  10334.     Remove #ifdef UNIV_DEBUG around debug code
  10335.  
  10336.   innobase/include/lock0lock.h
  10337.     1.7.1.6 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -6
  10338.     Remove #ifdef UNIV_DEBUG around debug code
  10339.  
  10340.   innobase/include/fut0lst.h
  10341.     1.3 04/06/16 13:09:28 marko@hundin.mysql.fi +1 -2
  10342.     Remove #ifdef UNIV_DEBUG around debug code
  10343.  
  10344.   innobase/include/fsp0fsp.h
  10345.     1.4.1.2 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10346.     Remove #ifdef UNIV_DEBUG around debug code
  10347.  
  10348.   innobase/include/dict0dict.h
  10349.     1.17.1.9 04/06/16 13:09:28 marko@hundin.mysql.fi +6 -8
  10350.     Remove #ifdef UNIV_DEBUG around debug code
  10351.  
  10352.   innobase/include/data0type.h
  10353.     1.4.1.2 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10354.     Remove #ifdef UNIV_DEBUG around debug code
  10355.  
  10356.   innobase/include/buf0lru.h
  10357.     1.1.1.3 04/06/16 13:09:28 marko@hundin.mysql.fi +0 -2
  10358.     Remove #ifdef UNIV_DEBUG around debug code
  10359.  
  10360.   innobase/include/buf0flu.h
  10361.     1.5 04/06/16 13:09:27 marko@hundin.mysql.fi +0 -2
  10362.     Remove #ifdef UNIV_DEBUG around debug code
  10363.  
  10364.   innobase/include/buf0buf.ic
  10365.     1.7.1.6 04/06/16 13:09:27 marko@hundin.mysql.fi +4 -0
  10366.     Remove #ifdef UNIV_DEBUG around debug code
  10367.  
  10368.   innobase/include/buf0buf.h
  10369.     1.12.1.6 04/06/16 13:09:27 marko@hundin.mysql.fi +3 -7
  10370.     Remove #ifdef UNIV_DEBUG around debug code
  10371.  
  10372.   innobase/include/btr0btr.h
  10373.     1.12 04/06/16 13:09:27 marko@hundin.mysql.fi +0 -2
  10374.     Remove #ifdef UNIV_DEBUG around debug code
  10375.  
  10376.   innobase/ibuf/ibuf0ibuf.c
  10377.     1.18.1.8 04/06/16 13:09:27 marko@hundin.mysql.fi +2 -6
  10378.     Remove #ifdef UNIV_DEBUG around debug code
  10379.  
  10380.   innobase/fut/fut0lst.c
  10381.     1.2.1.3 04/06/16 13:09:27 marko@hundin.mysql.fi +0 -2
  10382.     Remove #ifdef UNIV_DEBUG around debug code
  10383.  
  10384.   innobase/fsp/fsp0fsp.c
  10385.     1.15.1.8 04/06/16 13:09:27 marko@hundin.mysql.fi +1 -5
  10386.     Remove #ifdef UNIV_DEBUG around debug code
  10387.  
  10388.   innobase/dict/dict0dict.c
  10389.     1.26.1.28 04/06/16 13:09:27 marko@hundin.mysql.fi +0 -2
  10390.     Remove #ifdef UNIV_DEBUG around debug code
  10391.  
  10392.   innobase/data/data0type.c
  10393.     1.5.1.3 04/06/16 13:09:27 marko@hundin.mysql.fi +0 -2
  10394.     Remove #ifdef UNIV_DEBUG around debug code
  10395.  
  10396.   innobase/buf/buf0rea.c
  10397.     1.5.1.3 04/06/16 13:09:27 marko@hundin.mysql.fi +0 -10
  10398.     Remove #ifdef UNIV_DEBUG around debug code
  10399.  
  10400.   innobase/buf/buf0lru.c
  10401.     1.9.1.11 04/06/16 13:09:26 marko@hundin.mysql.fi +0 -4
  10402.     Remove #ifdef UNIV_DEBUG around debug code
  10403.  
  10404.   innobase/buf/buf0flu.c
  10405.     1.14.1.10 04/06/16 13:09:26 marko@hundin.mysql.fi +0 -10
  10406.     Remove #ifdef UNIV_DEBUG around debug code
  10407.  
  10408.   innobase/buf/buf0buf.c
  10409.     1.17.1.15 04/06/16 13:09:26 marko@hundin.mysql.fi +1 -13
  10410.     Remove #ifdef UNIV_DEBUG around debug code
  10411.  
  10412.   innobase/btr/btr0btr.c
  10413.     1.21.1.8 04/06/16 13:09:26 marko@hundin.mysql.fi +0 -2
  10414.     Remove #ifdef UNIV_DEBUG around debug code
  10415.  
  10416. ChangeSet
  10417.   1.1616.517.2 04/06/16 14:06:39 konstantin@mysql.com +1 -0
  10418.   Another place where Bug#4079 "error checking in prepared statements"
  10419.   pops up fixed.
  10420.  
  10421.   libmysql/libmysql.c
  10422.     1.156.1.88 04/06/16 14:06:34 konstantin@mysql.com +1 -0
  10423.     Another place where Bug#4079 pops up fixed.
  10424.  
  10425. ChangeSet
  10426.   1.1616.470.8 04/06/16 12:51:59 serg@sergbook.mysql.com +1 -0
  10427.   minor cleanup
  10428.  
  10429.   sql/unireg.cc
  10430.     1.41 04/06/16 12:51:19 serg@sergbook.mysql.com +0 -1
  10431.     minor cleanup
  10432.  
  10433. ChangeSet
  10434.   1.1616.517.1 04/06/16 11:29:22 konstantin@mysql.com +1 -0
  10435.   Compilation error on AIX (IBM C Compiler Version 6) fixed.
  10436.  
  10437.   tests/client_test.c
  10438.     1.51.1.45 04/06/16 11:29:20 konstantin@mysql.com +1 -1
  10439.     Compilation error on AIX (IBM C Compiler Version 6) fixed.
  10440.  
  10441. ChangeSet
  10442.   1.1346.1.514 04/06/15 23:05:12 patg@krsna.patg.net +2 -0
  10443.   mysql-copyright:
  10444.     * added 'local $/' to keep from undef-ing $/ (the newline setting) for the whole script
  10445.     * removed the target dir removal (target dir is not a temp dir!)
  10446.     * use split to create filelist (cleaner way than using chomp!)
  10447.     * removed use of chomp because it caused some file names to be mangled
  10448.     * print out which file is being processed if verbose
  10449.   mysql-copyright-2:
  10450.     * added cpp to list of files to be processed (for windows archives)
  10451.  
  10452.   Build-tools/mysql-copyright
  10453.     1.8.1.4 04/06/15 23:04:51 patg@krsna.patg.net +15 -16
  10454.     * added 'local $/' to keep from undef-ing $/ (the newline setting) for the whole script
  10455.     * removed the target dir removal (target dir is not a temp dir!)
  10456.     * use split to create filelist (cleaner way than using chomp!)
  10457.     * removed use of chomp because it caused some file names to be mangled
  10458.     * print out which file is being processed if verbose
  10459.  
  10460.   Build-tools/mysql-copyright-2
  10461.     1.5.1.2 04/06/15 23:04:51 patg@krsna.patg.net +1 -0
  10462.     * added cpp to list of files to be processed (for windows archives)
  10463.  
  10464. ChangeSet
  10465.   1.1679 04/06/16 00:46:26 paul@kite-hub.kitebird.com +2 -0
  10466.   variables.result, sp-error.result:
  10467.     fix up test result.
  10468.  
  10469.   mysql-test/r/variables.result
  10470.     1.47 04/06/16 00:45:10 paul@kite-hub.kitebird.com +1 -1
  10471.     fix up test result.
  10472.  
  10473.   mysql-test/r/sp-error.result
  10474.     1.41 04/06/16 00:45:04 paul@kite-hub.kitebird.com +6 -6
  10475.     fix up test result.
  10476.  
  10477. ChangeSet
  10478.   1.1616.1.303 04/06/15 23:50:03 paul@kite-hub.kitebird.com +2 -0
  10479.   packet.result, alter_table.result:
  10480.     fix up test result.
  10481.  
  10482.   mysql-test/r/packet.result
  10483.     1.5 04/06/15 23:49:10 paul@kite-hub.kitebird.com +1 -1
  10484.     fix up test result.
  10485.  
  10486.   mysql-test/r/alter_table.result
  10487.     1.36 04/06/15 23:48:42 paul@kite-hub.kitebird.com +1 -1
  10488.     fix up test result.
  10489.  
  10490. ChangeSet
  10491.   1.1678 04/06/15 23:23:56 paul@ice.snake.net +23 -0
  10492.   Language/consistency edits to error messages.
  10493.  
  10494.   sql/share/ukrainian/errmsg.txt
  10495.     1.64 04/06/15 23:21:54 paul@ice.snake.net +3 -3
  10496.     Language/consistency edits to error messages.
  10497.  
  10498.   sql/share/swedish/errmsg.txt
  10499.     1.102 04/06/15 23:21:54 paul@ice.snake.net +5 -5
  10500.     Language/consistency edits to error messages.
  10501.  
  10502.   sql/share/spanish/errmsg.txt
  10503.     1.101 04/06/15 23:21:53 paul@ice.snake.net +5 -5
  10504.     Language/consistency edits to error messages.
  10505.  
  10506.   sql/share/slovak/errmsg.txt
  10507.     1.101 04/06/15 23:21:53 paul@ice.snake.net +5 -5
  10508.     Language/consistency edits to error messages.
  10509.  
  10510.   sql/share/serbian/errmsg.txt
  10511.     1.55 04/06/15 23:21:53 paul@ice.snake.net +5 -5
  10512.     Language/consistency edits to error messages.
  10513.  
  10514.   sql/share/russian/errmsg.txt
  10515.     1.99 04/06/15 23:21:53 paul@ice.snake.net +3 -3
  10516.     Language/consistency edits to error messages.
  10517.  
  10518.   sql/share/romanian/errmsg.txt
  10519.     1.98 04/06/15 23:21:52 paul@ice.snake.net +5 -5
  10520.     Language/consistency edits to error messages.
  10521.  
  10522.   sql/share/portuguese/errmsg.txt
  10523.     1.100 04/06/15 23:21:52 paul@ice.snake.net +5 -5
  10524.     Language/consistency edits to error messages.
  10525.  
  10526.   sql/share/polish/errmsg.txt
  10527.     1.101 04/06/15 23:21:52 paul@ice.snake.net +5 -5
  10528.     Language/consistency edits to error messages.
  10529.  
  10530.   sql/share/norwegian/errmsg.txt
  10531.     1.100 04/06/15 23:21:52 paul@ice.snake.net +5 -5
  10532.     Language/consistency edits to error messages.
  10533.  
  10534.   sql/share/norwegian-ny/errmsg.txt
  10535.     1.100 04/06/15 23:21:51 paul@ice.snake.net +5 -5
  10536.     Language/consistency edits to error messages.
  10537.  
  10538.   sql/share/korean/errmsg.txt
  10539.     1.100 04/06/15 23:21:51 paul@ice.snake.net +5 -5
  10540.     Language/consistency edits to error messages.
  10541.  
  10542.   sql/share/japanese/errmsg.txt
  10543.     1.100 04/06/15 23:21:51 paul@ice.snake.net +5 -5
  10544.     Language/consistency edits to error messages.
  10545.  
  10546.   sql/share/italian/errmsg.txt
  10547.     1.107 04/06/15 23:21:50 paul@ice.snake.net +5 -5
  10548.     Language/consistency edits to error messages.
  10549.  
  10550.   sql/share/hungarian/errmsg.txt
  10551.     1.102 04/06/15 23:21:50 paul@ice.snake.net +5 -5
  10552.     Language/consistency edits to error messages.
  10553.  
  10554.   sql/share/greek/errmsg.txt
  10555.     1.101 04/06/15 23:21:50 paul@ice.snake.net +5 -5
  10556.     Language/consistency edits to error messages.
  10557.  
  10558.   sql/share/german/errmsg.txt
  10559.     1.100 04/06/15 23:21:50 paul@ice.snake.net +5 -5
  10560.     Language/consistency edits to error messages.
  10561.  
  10562.   sql/share/french/errmsg.txt
  10563.     1.100 04/06/15 23:21:50 paul@ice.snake.net +5 -5
  10564.     Language/consistency edits to error messages.
  10565.  
  10566.   sql/share/estonian/errmsg.txt
  10567.     1.102 04/06/15 23:21:49 paul@ice.snake.net +5 -5
  10568.     Language/consistency edits to error messages.
  10569.  
  10570.   sql/share/english/errmsg.txt
  10571.     1.109 04/06/15 23:21:49 paul@ice.snake.net +5 -5
  10572.     Language/consistency edits to error messages.
  10573.  
  10574.   sql/share/dutch/errmsg.txt
  10575.     1.104 04/06/15 23:21:49 paul@ice.snake.net +5 -5
  10576.     Language/consistency edits to error messages.
  10577.  
  10578.   sql/share/danish/errmsg.txt
  10579.     1.100 04/06/15 23:21:49 paul@ice.snake.net +5 -5
  10580.     Language/consistency edits to error messages.
  10581.  
  10582.   sql/share/czech/errmsg.txt
  10583.     1.100 04/06/15 23:21:48 paul@ice.snake.net +5 -5
  10584.     Language/consistency edits to error messages.
  10585.  
  10586. ChangeSet
  10587.   1.1616.1.301 04/06/15 22:18:20 paul@ice.snake.net +57 -0
  10588.   Language/consistency edits to error messages
  10589.   and affected test results.
  10590.  
  10591.   sql/share/ukrainian/errmsg.txt
  10592.     1.27.1.53 04/06/15 22:18:09 paul@ice.snake.net +11 -11
  10593.     Language/consistency edits to error messages
  10594.     and affected test results.
  10595.  
  10596.   sql/share/swedish/errmsg.txt
  10597.     1.64.1.55 04/06/15 22:18:09 paul@ice.snake.net +10 -10
  10598.     Language/consistency edits to error messages
  10599.     and affected test results.
  10600.  
  10601.   sql/share/spanish/errmsg.txt
  10602.     1.64.1.56 04/06/15 22:18:09 paul@ice.snake.net +6 -6
  10603.     Language/consistency edits to error messages
  10604.     and affected test results.
  10605.  
  10606.   sql/share/slovak/errmsg.txt
  10607.     1.64.1.56 04/06/15 22:18:08 paul@ice.snake.net +19 -19
  10608.     Language/consistency edits to error messages
  10609.     and affected test results.
  10610.  
  10611.   sql/share/serbian/errmsg.txt
  10612.     1.18.1.51 04/06/15 22:18:08 paul@ice.snake.net +11 -11
  10613.     Language/consistency edits to error messages
  10614.     and affected test results.
  10615.  
  10616.   sql/share/russian/errmsg.txt
  10617.     1.61.1.54 04/06/15 22:18:08 paul@ice.snake.net +11 -11
  10618.     Language/consistency edits to error messages
  10619.     and affected test results.
  10620.  
  10621.   sql/share/romanian/errmsg.txt
  10622.     1.62.1.57 04/06/15 22:18:07 paul@ice.snake.net +12 -12
  10623.     Language/consistency edits to error messages
  10624.     and affected test results.
  10625.  
  10626.   sql/share/portuguese/errmsg.txt
  10627.     1.64.1.55 04/06/15 22:18:07 paul@ice.snake.net +6 -6
  10628.     Language/consistency edits to error messages
  10629.     and affected test results.
  10630.  
  10631.   sql/share/polish/errmsg.txt
  10632.     1.63.1.56 04/06/15 22:18:07 paul@ice.snake.net +26 -26
  10633.     Language/consistency edits to error messages
  10634.     and affected test results.
  10635.  
  10636.   sql/share/norwegian/errmsg.txt
  10637.     1.63.1.57 04/06/15 22:18:06 paul@ice.snake.net +24 -24
  10638.     Language/consistency edits to error messages
  10639.     and affected test results.
  10640.  
  10641.   sql/share/norwegian-ny/errmsg.txt
  10642.     1.63.1.56 04/06/15 22:18:06 paul@ice.snake.net +24 -24
  10643.     Language/consistency edits to error messages
  10644.     and affected test results.
  10645.  
  10646.   sql/share/korean/errmsg.txt
  10647.     1.63.1.56 04/06/15 22:18:06 paul@ice.snake.net +15 -15
  10648.     Language/consistency edits to error messages
  10649.     and affected test results.
  10650.  
  10651.   sql/share/japanese/errmsg.txt
  10652.     1.63.1.54 04/06/15 22:18:05 paul@ice.snake.net +21 -21
  10653.     Language/consistency edits to error messages
  10654.     and affected test results.
  10655.  
  10656.   sql/share/italian/errmsg.txt
  10657.     1.70.1.56 04/06/15 22:18:05 paul@ice.snake.net +11 -11
  10658.     Language/consistency edits to error messages
  10659.     and affected test results.
  10660.  
  10661.   sql/share/hungarian/errmsg.txt
  10662.     1.65.1.55 04/06/15 22:18:05 paul@ice.snake.net +12 -12
  10663.     Language/consistency edits to error messages
  10664.     and affected test results.
  10665.  
  10666.   sql/share/greek/errmsg.txt
  10667.     1.64.1.55 04/06/15 22:18:04 paul@ice.snake.net +17 -17
  10668.     Language/consistency edits to error messages
  10669.     and affected test results.
  10670.  
  10671.   sql/share/german/errmsg.txt
  10672.     1.64.1.51 04/06/15 22:18:04 paul@ice.snake.net +6 -6
  10673.     Language/consistency edits to error messages
  10674.     and affected test results.
  10675.  
  10676.   sql/share/french/errmsg.txt
  10677.     1.63.1.56 04/06/15 22:18:04 paul@ice.snake.net +11 -11
  10678.     Language/consistency edits to error messages
  10679.     and affected test results.
  10680.  
  10681.   sql/share/estonian/errmsg.txt
  10682.     1.64.1.55 04/06/15 22:18:03 paul@ice.snake.net +11 -11
  10683.     Language/consistency edits to error messages
  10684.     and affected test results.
  10685.  
  10686.   sql/share/english/errmsg.txt
  10687.     1.70.1.60 04/06/15 22:18:03 paul@ice.snake.net +28 -28
  10688.     Language/consistency edits to error messages
  10689.     and affected test results.
  10690.  
  10691.   sql/share/dutch/errmsg.txt
  10692.     1.66.1.55 04/06/15 22:18:03 paul@ice.snake.net +11 -11
  10693.     Language/consistency edits to error messages
  10694.     and affected test results.
  10695.  
  10696.   sql/share/danish/errmsg.txt
  10697.     1.62.1.54 04/06/15 22:18:02 paul@ice.snake.net +13 -13
  10698.     Language/consistency edits to error messages
  10699.     and affected test results.
  10700.  
  10701.   sql/share/czech/errmsg.txt
  10702.     1.64.1.57 04/06/15 22:18:02 paul@ice.snake.net +11 -11
  10703.     Language/consistency edits to error messages
  10704.     and affected test results.
  10705.  
  10706.   mysql-test/r/warnings.result
  10707.     1.27 04/06/15 22:18:02 paul@ice.snake.net +8 -8
  10708.     Language/consistency edits to error messages
  10709.     and affected test results.
  10710.  
  10711.   mysql-test/r/variables.result
  10712.     1.21.1.31 04/06/15 22:18:02 paul@ice.snake.net +5 -5
  10713.     Language/consistency edits to error messages
  10714.     and affected test results.
  10715.  
  10716.   mysql-test/r/varbinary.result
  10717.     1.14 04/06/15 22:18:01 paul@ice.snake.net +1 -1
  10718.     Language/consistency edits to error messages
  10719.     and affected test results.
  10720.  
  10721.   mysql-test/r/union.result
  10722.     1.46.1.28 04/06/15 22:18:01 paul@ice.snake.net +2 -2
  10723.     Language/consistency edits to error messages
  10724.     and affected test results.
  10725.  
  10726.   mysql-test/r/type_uint.result
  10727.     1.8 04/06/15 22:18:01 paul@ice.snake.net +1 -1
  10728.     Language/consistency edits to error messages
  10729.     and affected test results.
  10730.  
  10731.   mysql-test/r/type_time.result
  10732.     1.11 04/06/15 22:18:01 paul@ice.snake.net +3 -3
  10733.     Language/consistency edits to error messages
  10734.     and affected test results.
  10735.  
  10736.   mysql-test/r/type_ranges.result
  10737.     1.24 04/06/15 22:18:00 paul@ice.snake.net +19 -19
  10738.     Language/consistency edits to error messages
  10739.     and affected test results.
  10740.  
  10741.   mysql-test/r/type_float.result
  10742.     1.21 04/06/15 22:18:00 paul@ice.snake.net +2 -2
  10743.     Language/consistency edits to error messages
  10744.     and affected test results.
  10745.  
  10746.   mysql-test/r/type_decimal.result
  10747.     1.23 04/06/15 22:18:00 paul@ice.snake.net +50 -50
  10748.     Language/consistency edits to error messages
  10749.     and affected test results.
  10750.  
  10751.   mysql-test/r/type_datetime.result
  10752.     1.20 04/06/15 22:17:59 paul@ice.snake.net +5 -5
  10753.     Language/consistency edits to error messages
  10754.     and affected test results.
  10755.  
  10756.   mysql-test/r/type_blob.result
  10757.     1.39 04/06/15 22:17:59 paul@ice.snake.net +1 -1
  10758.     Language/consistency edits to error messages
  10759.     and affected test results.
  10760.  
  10761.   mysql-test/r/subselect.result
  10762.     1.67.54.2 04/06/15 22:17:58 paul@ice.snake.net +2 -2
  10763.     Language/consistency edits to error messages
  10764.     and affected test results.
  10765.  
  10766.   mysql-test/r/show_check.result
  10767.     1.31.1.21 04/06/15 22:17:58 paul@ice.snake.net +8 -8
  10768.     Language/consistency edits to error messages
  10769.     and affected test results.
  10770.  
  10771.   mysql-test/r/select_safe.result
  10772.     1.14 04/06/15 22:17:57 paul@ice.snake.net +3 -3
  10773.     Language/consistency edits to error messages
  10774.     and affected test results.
  10775.  
  10776.   mysql-test/r/ps.result
  10777.     1.8 04/06/15 22:17:57 paul@ice.snake.net +9 -9
  10778.     Language/consistency edits to error messages
  10779.     and affected test results.
  10780.  
  10781.   mysql-test/r/openssl_1.result
  10782.     1.9 04/06/15 22:17:56 paul@ice.snake.net +4 -4
  10783.     Language/consistency edits to error messages
  10784.     and affected test results.
  10785.  
  10786.   mysql-test/r/null_key.result
  10787.     1.27 04/06/15 22:17:56 paul@ice.snake.net +1 -1
  10788.     Language/consistency edits to error messages
  10789.     and affected test results.
  10790.  
  10791.   mysql-test/r/null.result
  10792.     1.18.1.5 04/06/15 22:17:55 paul@ice.snake.net +9 -9
  10793.     Language/consistency edits to error messages
  10794.     and affected test results.
  10795.  
  10796.   mysql-test/r/ndb_replace.result
  10797.     1.2 04/06/15 22:17:55 paul@ice.snake.net +1 -1
  10798.     Language/consistency edits to error messages
  10799.     and affected test results.
  10800.  
  10801.   mysql-test/r/multi_update.result
  10802.     1.25.1.12 04/06/15 22:17:54 paul@ice.snake.net +1 -1
  10803.     Language/consistency edits to error messages
  10804.     and affected test results.
  10805.  
  10806.   mysql-test/r/key_cache.result
  10807.     1.12 04/06/15 22:17:54 paul@ice.snake.net +2 -2
  10808.     Language/consistency edits to error messages
  10809.     and affected test results.
  10810.  
  10811.   mysql-test/r/key.result
  10812.     1.18 04/06/15 22:17:54 paul@ice.snake.net +2 -2
  10813.     Language/consistency edits to error messages
  10814.     and affected test results.
  10815.  
  10816.   mysql-test/r/join_outer.result
  10817.     1.24.1.5 04/06/15 22:17:53 paul@ice.snake.net +4 -4
  10818.     Language/consistency edits to error messages
  10819.     and affected test results.
  10820.  
  10821.   mysql-test/r/join.result
  10822.     1.26 04/06/15 22:17:53 paul@ice.snake.net +1 -1
  10823.     Language/consistency edits to error messages
  10824.     and affected test results.
  10825.  
  10826.   mysql-test/r/insert_select.result
  10827.     1.16.1.3 04/06/15 22:17:52 paul@ice.snake.net +2 -2
  10828.     Language/consistency edits to error messages
  10829.     and affected test results.
  10830.  
  10831.   mysql-test/r/insert.result
  10832.     1.12.1.11 04/06/15 22:17:52 paul@ice.snake.net +44 -44
  10833.     Language/consistency edits to error messages
  10834.     and affected test results.
  10835.  
  10836.   mysql-test/r/innodb_handler.result
  10837.     1.10 04/06/15 22:17:52 paul@ice.snake.net +1 -1
  10838.     Language/consistency edits to error messages
  10839.     and affected test results.
  10840.  
  10841.   mysql-test/r/handler.result
  10842.     1.20 04/06/15 22:17:52 paul@ice.snake.net +2 -2
  10843.     Language/consistency edits to error messages
  10844.     and affected test results.
  10845.  
  10846.   mysql-test/r/grant_cache.result
  10847.     1.12 04/06/15 22:17:51 paul@ice.snake.net +5 -5
  10848.     Language/consistency edits to error messages
  10849.     and affected test results.
  10850.  
  10851.   mysql-test/r/grant2.result
  10852.     1.6 04/06/15 22:17:51 paul@ice.snake.net +1 -1
  10853.     Language/consistency edits to error messages
  10854.     and affected test results.
  10855.  
  10856.   mysql-test/r/derived.result
  10857.     1.48 04/06/15 22:17:51 paul@ice.snake.net +3 -3
  10858.     Language/consistency edits to error messages
  10859.     and affected test results.
  10860.  
  10861.   mysql-test/r/create.result
  10862.     1.74 04/06/15 22:17:50 paul@ice.snake.net +5 -5
  10863.     Language/consistency edits to error messages
  10864.     and affected test results.
  10865.  
  10866.   mysql-test/r/auto_increment.result
  10867.     1.26 04/06/15 22:17:50 paul@ice.snake.net +3 -3
  10868.     Language/consistency edits to error messages
  10869.     and affected test results.
  10870.  
  10871.   mysql-test/r/alter_table.result
  10872.     1.35 04/06/15 22:17:50 paul@ice.snake.net +1 -1
  10873.     Language/consistency edits to error messages
  10874.     and affected test results.
  10875.  
  10876. ChangeSet
  10877.   1.1616.487.40 04/06/16 04:08:07 heikki@hundin.mysql.fi +1 -0
  10878.   row0ins.c:
  10879.     Return the code of row_ins_foreign_check_on_constraint() as close to 4.0 as possible, except that we use mem_strdup() to allocate the memory for the modified table name
  10880.  
  10881.   innobase/row/row0ins.c
  10882.     1.36 04/06/16 04:07:56 heikki@hundin.mysql.fi +10 -8
  10883.     Return the code of row_ins_foreign_check_on_constraint() as close to 4.0 as possible, except that we use mem_strdup() to allocate the memory for the modified table name
  10884.  
  10885. ChangeSet
  10886.   1.1616.487.39 04/06/16 01:55:24 marko@hundin.mysql.fi +2 -0
  10887.   InnoDB: fix bug in call to innobase_invalidate_query_cache(),
  10888.     introduced in ChangeSet@1.1843.1.25
  10889.   InnoDB: fix bug in the error exit of
  10890.     fil_create_new_single_table_tablespace(), introduced in
  10891.     ChangeSet@1.1843.1.11
  10892.  
  10893.   innobase/fil/fil0fil.c
  10894.     1.34 04/06/16 01:41:14 marko@hundin.mysql.fi +2 -4
  10895.     fil_create_new_single_table_tablespace():
  10896.      delete the file if fil_space_create() fails
  10897.  
  10898.   innobase/row/row0ins.c
  10899.     1.35 04/06/16 01:39:14 marko@hundin.mysql.fi +10 -10
  10900.     row_ins_foreign_check_on_constraint():
  10901.      the string passed to innobase_invalidate_query_cache() was truncated;
  10902.      now it is passed correctly again
  10903.  
  10904. ChangeSet
  10905.   1.1616.515.1 04/06/15 23:48:08 joreland@mysql.com +1 -0
  10906.   1) Send CM_REGCONF JBA so that CM_ADD doesn't "pass"
  10907.   2) Fix = -> == in coupl eof require's
  10908.  
  10909.   ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
  10910.     1.3 04/06/15 23:47:45 joreland@mysql.com +3 -3
  10911.     1) Send CM_REGCONF JBA so that CM_ADD doesn't "pass"
  10912.     2) Fix = -> == in coupl eof require's
  10913.  
  10914. ChangeSet
  10915.   1.1616.514.2 04/06/15 23:18:56 ndbdev@ndbmaster.mysql.com +1 -0
  10916.   wl1292 - fix report
  10917.  
  10918.   ndb/test/run-test/make-html-reports.sh
  10919.     1.3 04/06/15 23:18:40 ndbdev@ndbmaster.mysql.com +1 -1
  10920.     result is relative report.html
  10921.  
  10922. ChangeSet
  10923.   1.1616.513.1 04/06/15 22:57:21 ndbdev@ndbmaster.mysql.com +1 -0
  10924.   wl1292 - updated make-html-reports.sh script
  10925.  
  10926.   ndb/test/run-test/make-html-reports.sh
  10927.     1.2 04/06/15 22:56:50 ndbdev@ndbmaster.mysql.com +77 -325
  10928.     wl1292 - updated make-html-reports.sh script
  10929.  
  10930. ChangeSet
  10931.   1.1616.487.38 04/06/15 15:38:36 paul@kite-hub.kitebird.com +44 -0
  10932.   Language/consistency edits to error messages
  10933.   and affected test results.
  10934.  
  10935.   sql/share/ukrainian/errmsg.txt
  10936.     1.27.1.52 04/06/15 15:38:33 paul@kite-hub.kitebird.com +14 -14
  10937.     Language/consistency edits to error messages
  10938.     and affected test results.
  10939.  
  10940.   sql/share/swedish/errmsg.txt
  10941.     1.64.1.54 04/06/15 15:38:33 paul@kite-hub.kitebird.com +5 -5
  10942.     Language/consistency edits to error messages
  10943.     and affected test results.
  10944.  
  10945.   sql/share/slovak/errmsg.txt
  10946.     1.64.1.55 04/06/15 15:38:33 paul@kite-hub.kitebird.com +19 -19
  10947.     Language/consistency edits to error messages
  10948.     and affected test results.
  10949.  
  10950.   sql/share/serbian/errmsg.txt
  10951.     1.18.1.50 04/06/15 15:38:33 paul@kite-hub.kitebird.com +12 -12
  10952.     Language/consistency edits to error messages
  10953.     and affected test results.
  10954.  
  10955.   sql/share/russian/errmsg.txt
  10956.     1.61.1.53 04/06/15 15:38:33 paul@kite-hub.kitebird.com +9 -9
  10957.     Language/consistency edits to error messages
  10958.     and affected test results.
  10959.  
  10960.   sql/share/romanian/errmsg.txt
  10961.     1.62.1.56 04/06/15 15:38:33 paul@kite-hub.kitebird.com +23 -23
  10962.     Language/consistency edits to error messages
  10963.     and affected test results.
  10964.  
  10965.   sql/share/portuguese/errmsg.txt
  10966.     1.64.1.54 04/06/15 15:38:33 paul@kite-hub.kitebird.com +1 -1
  10967.     Language/consistency edits to error messages
  10968.     and affected test results.
  10969.  
  10970.   sql/share/polish/errmsg.txt
  10971.     1.63.1.55 04/06/15 15:38:33 paul@kite-hub.kitebird.com +25 -25
  10972.     Language/consistency edits to error messages
  10973.     and affected test results.
  10974.  
  10975.   sql/share/norwegian/errmsg.txt
  10976.     1.63.1.56 04/06/15 15:38:33 paul@kite-hub.kitebird.com +23 -23
  10977.     Language/consistency edits to error messages
  10978.     and affected test results.
  10979.  
  10980.   sql/share/norwegian-ny/errmsg.txt
  10981.     1.63.1.55 04/06/15 15:38:33 paul@kite-hub.kitebird.com +23 -23
  10982.     Language/consistency edits to error messages
  10983.     and affected test results.
  10984.  
  10985.   sql/share/korean/errmsg.txt
  10986.     1.63.1.55 04/06/15 15:38:33 paul@kite-hub.kitebird.com +23 -23
  10987.     Language/consistency edits to error messages
  10988.     and affected test results.
  10989.  
  10990.   sql/share/japanese/errmsg.txt
  10991.     1.63.1.53 04/06/15 15:38:33 paul@kite-hub.kitebird.com +24 -24
  10992.     Language/consistency edits to error messages
  10993.     and affected test results.
  10994.  
  10995.   sql/share/italian/errmsg.txt
  10996.     1.70.1.55 04/06/15 15:38:33 paul@kite-hub.kitebird.com +10 -10
  10997.     Language/consistency edits to error messages
  10998.     and affected test results.
  10999.  
  11000.   sql/share/hungarian/errmsg.txt
  11001.     1.65.1.54 04/06/15 15:38:33 paul@kite-hub.kitebird.com +23 -23
  11002.     Language/consistency edits to error messages
  11003.     and affected test results.
  11004.  
  11005.   sql/share/greek/errmsg.txt
  11006.     1.64.1.54 04/06/15 15:38:33 paul@kite-hub.kitebird.com +23 -23
  11007.     Language/consistency edits to error messages
  11008.     and affected test results.
  11009.  
  11010.   sql/share/french/errmsg.txt
  11011.     1.63.1.55 04/06/15 15:38:33 paul@kite-hub.kitebird.com +14 -14
  11012.     Language/consistency edits to error messages
  11013.     and affected test results.
  11014.  
  11015.   sql/share/estonian/errmsg.txt
  11016.     1.64.1.54 04/06/15 15:38:33 paul@kite-hub.kitebird.com +18 -18
  11017.     Language/consistency edits to error messages
  11018.     and affected test results.
  11019.  
  11020.   sql/share/english/errmsg.txt
  11021.     1.70.1.59 04/06/15 15:38:33 paul@kite-hub.kitebird.com +39 -39
  11022.     Language/consistency edits to error messages
  11023.     and affected test results.
  11024.  
  11025.   sql/share/dutch/errmsg.txt
  11026.     1.66.1.54 04/06/15 15:38:33 paul@kite-hub.kitebird.com +10 -10
  11027.     Language/consistency edits to error messages
  11028.     and affected test results.
  11029.  
  11030.   sql/share/danish/errmsg.txt
  11031.     1.62.1.53 04/06/15 15:38:33 paul@kite-hub.kitebird.com +17 -17
  11032.     Language/consistency edits to error messages
  11033.     and affected test results.
  11034.  
  11035.   sql/share/czech/errmsg.txt
  11036.     1.64.1.56 04/06/15 15:38:33 paul@kite-hub.kitebird.com +23 -23
  11037.     Language/consistency edits to error messages
  11038.     and affected test results.
  11039.  
  11040.   mysql-test/r/warnings.result
  11041.     1.26 04/06/15 15:38:33 paul@kite-hub.kitebird.com +4 -4
  11042.     Language/consistency edits to error messages
  11043.     and affected test results.
  11044.  
  11045.   mysql-test/r/variables.result
  11046.     1.21.1.30 04/06/15 15:38:33 paul@kite-hub.kitebird.com +1 -1
  11047.     Language/consistency edits to error messages
  11048.     and affected test results.
  11049.  
  11050.   mysql-test/r/union.result
  11051.     1.46.1.27 04/06/15 15:38:33 paul@kite-hub.kitebird.com +6 -6
  11052.     Language/consistency edits to error messages
  11053.     and affected test results.
  11054.  
  11055.   mysql-test/r/type_timestamp.result
  11056.     1.16 04/06/15 15:38:33 paul@kite-hub.kitebird.com +5 -5
  11057.     Language/consistency edits to error messages
  11058.     and affected test results.
  11059.  
  11060.   mysql-test/r/type_time.result
  11061.     1.10 04/06/15 15:38:33 paul@kite-hub.kitebird.com +2 -2
  11062.     Language/consistency edits to error messages
  11063.     and affected test results.
  11064.  
  11065.   mysql-test/r/subselect.result
  11066.     1.67.54.1 04/06/15 15:38:33 paul@kite-hub.kitebird.com +10 -10
  11067.     Language/consistency edits to error messages
  11068.     and affected test results.
  11069.  
  11070.   mysql-test/r/rpl_until.result
  11071.     1.10.1.6 04/06/15 15:38:33 paul@kite-hub.kitebird.com +5 -5
  11072.     Language/consistency edits to error messages
  11073.     and affected test results.
  11074.  
  11075.   mysql-test/r/rpl_temporary.result
  11076.     1.3.1.9 04/06/15 15:38:33 paul@kite-hub.kitebird.com +2 -2
  11077.     Language/consistency edits to error messages
  11078.     and affected test results.
  11079.  
  11080.   mysql-test/r/rpl_rotate_logs.result
  11081.     1.53.1.1 04/06/15 15:38:33 paul@kite-hub.kitebird.com +3 -3
  11082.     Language/consistency edits to error messages
  11083.     and affected test results.
  11084.  
  11085.   mysql-test/r/query_cache.result
  11086.     1.26.1.22 04/06/15 15:38:33 paul@kite-hub.kitebird.com +4 -4
  11087.     Language/consistency edits to error messages
  11088.     and affected test results.
  11089.  
  11090.   mysql-test/r/ps.result
  11091.     1.7 04/06/15 15:38:33 paul@kite-hub.kitebird.com +1 -1
  11092.     Language/consistency edits to error messages
  11093.     and affected test results.
  11094.  
  11095.   mysql-test/r/loaddata.result
  11096.     1.14 04/06/15 15:38:33 paul@kite-hub.kitebird.com +2 -2
  11097.     Language/consistency edits to error messages
  11098.     and affected test results.
  11099.  
  11100.   mysql-test/r/isam.result
  11101.     1.22 04/06/15 15:38:32 paul@kite-hub.kitebird.com +1 -1
  11102.     Language/consistency edits to error messages
  11103.     and affected test results.
  11104.  
  11105.   mysql-test/r/innodb_handler.result
  11106.     1.9 04/06/15 15:38:32 paul@kite-hub.kitebird.com +1 -1
  11107.     Language/consistency edits to error messages
  11108.     and affected test results.
  11109.  
  11110.   mysql-test/r/handler.result
  11111.     1.19 04/06/15 15:38:32 paul@kite-hub.kitebird.com +2 -2
  11112.     Language/consistency edits to error messages
  11113.     and affected test results.
  11114.  
  11115.   mysql-test/r/grant_cache.result
  11116.     1.11 04/06/15 15:38:32 paul@kite-hub.kitebird.com +1 -1
  11117.     Language/consistency edits to error messages
  11118.     and affected test results.
  11119.  
  11120.   mysql-test/r/grant.result
  11121.     1.20 04/06/15 15:38:32 paul@kite-hub.kitebird.com +1 -1
  11122.     Language/consistency edits to error messages
  11123.     and affected test results.
  11124.  
  11125.   mysql-test/r/func_compress.result
  11126.     1.12 04/06/15 15:38:32 paul@kite-hub.kitebird.com +1 -1
  11127.     Language/consistency edits to error messages
  11128.     and affected test results.
  11129.  
  11130.   mysql-test/r/fulltext.result
  11131.     1.64 04/06/15 15:38:32 paul@kite-hub.kitebird.com +2 -2
  11132.     Language/consistency edits to error messages
  11133.     and affected test results.
  11134.  
  11135.   mysql-test/r/derived.result
  11136.     1.47 04/06/15 15:38:32 paul@kite-hub.kitebird.com +2 -2
  11137.     Language/consistency edits to error messages
  11138.     and affected test results.
  11139.  
  11140.   mysql-test/r/date_formats.result
  11141.     1.11 04/06/15 15:38:32 paul@kite-hub.kitebird.com +8 -8
  11142.     Language/consistency edits to error messages
  11143.     and affected test results.
  11144.  
  11145.   mysql-test/r/create.result
  11146.     1.73 04/06/15 15:38:32 paul@kite-hub.kitebird.com +1 -1
  11147.     Language/consistency edits to error messages
  11148.     and affected test results.
  11149.  
  11150.   mysql-test/r/bdb-deadlock.result
  11151.     1.8 04/06/15 15:38:32 paul@kite-hub.kitebird.com +1 -1
  11152.     Language/consistency edits to error messages
  11153.     and affected test results.
  11154.  
  11155. ChangeSet
  11156.   1.1346.1.513 04/06/15 22:09:09 marko@hundin.mysql.fi +1 -0
  11157.   InnoDB bug fix (row0mysql.c): make reserved table names innodb_* special again
  11158.  
  11159.   innobase/row/row0mysql.c
  11160.     1.39.1.28 04/06/15 21:34:09 marko@hundin.mysql.fi +33 -17
  11161.     row_create_table_for_mysql(), row_drop_table_for_mysql():
  11162.      Make InnoDB recognize the special table names innodb_* again.
  11163.  
  11164. ChangeSet
  11165.   1.1677 04/06/15 15:42:28 pem@mysql.comhem.se +7 -0
  11166.   Fixed BUG#3339: Stored procedures in nonexistent schemas are uncallable.
  11167.   Also added some related security tests and corrected related error messages.
  11168.  
  11169.   sql/sql_parse.cc
  11170.     1.340 04/06/15 15:42:24 pem@mysql.com +10 -5
  11171.     Check error return for create stored routine (non existing database),
  11172.     and corrected the error output for some other commands. (Use qualified
  11173.     name, not just name.)
  11174.  
  11175.   sql/sp.h
  11176.     1.16 04/06/15 15:42:24 pem@mysql.com +1 -0
  11177.     New error return value for sp_create_* functions, for non existing database.
  11178.  
  11179.   sql/sp.cc
  11180.     1.52 04/06/15 15:42:24 pem@mysql.com +12 -0
  11181.     Check existance (and access rights) for database when creating a stored routine.
  11182.  
  11183.   mysql-test/t/sp-security.test
  11184.     1.7 04/06/15 15:42:24 pem@mysql.com +19 -0
  11185.     Added tests for creating procedures in another database with and wihout
  11186.     access rights.
  11187.  
  11188.   mysql-test/t/sp-error.test
  11189.     1.40 04/06/15 15:42:24 pem@mysql.com +7 -1
  11190.     New test case for BUG#3339.
  11191.  
  11192.   mysql-test/r/sp-security.result
  11193.     1.7 04/06/15 15:42:24 pem@mysql.com +10 -0
  11194.     Added tests for creating procedures in another database with and wihout
  11195.     access rights.
  11196.  
  11197.   mysql-test/r/sp-error.result
  11198.     1.40 04/06/15 15:42:24 pem@mysql.com +8 -6
  11199.     New test case for BUG#3339, and updated results for other modified error messages.
  11200.  
  11201. ChangeSet
  11202.   1.1616.508.8 04/06/15 14:37:45 lenz@mysql.com +1 -0
  11203.    - make sure to define NDEBUG in my_dbug.h, when DBUG_OFF is defined
  11204.      (to disable assertions)
  11205.  
  11206.   include/my_dbug.h
  11207.     1.9 04/06/15 14:37:36 lenz@mysql.com +3 -0
  11208.      - make sure to define NDEBUG, when DBUG_OFF is defined (to disable
  11209.        assertions)
  11210.  
  11211. ChangeSet
  11212.   1.1616.510.2 04/06/15 14:28:00 guilhem@mysql.com +1 -0
  11213.   Adding SHUTDOWN_WAIT_STATEMENTS to the possible arguments of mysql_shutdown().
  11214.   Comments on names still welcome.
  11215.  
  11216.   include/mysql_com.h
  11217.     1.67.1.30 04/06/15 14:27:56 guilhem@mysql.com +3 -2
  11218.     one more possible shutdown level
  11219.  
  11220. ChangeSet
  11221.   1.1676 04/06/15 14:26:19 pem@mysql.comhem.se +3 -0
  11222.   Fixed BUG#3368: Stored procedure crash if group_concat(variable).
  11223.  
  11224.   sql/item.h
  11225.     1.84 04/06/15 14:26:16 pem@mysql.com +1 -1
  11226.     Corrected const_item() for item_splocal. (Confusing semantics here, but this
  11227.     makes group_concat() behave as expected, instead of crashing, and does not
  11228.     appear to affect anything else.)
  11229.  
  11230.   mysql-test/t/sp.test
  11231.     1.69 04/06/15 14:26:16 pem@mysql.com +19 -0
  11232.     New test case for BUG#3368.
  11233.  
  11234.   mysql-test/r/sp.result
  11235.     1.69 04/06/15 14:26:16 pem@mysql.com +15 -0
  11236.     New test case for BUG#3368.
  11237.  
  11238. ChangeSet
  11239.   1.1616.488.2 04/06/15 16:01:43 ram@gw.mysql.r18.ru +2 -0
  11240.   We don't need tmp_value member in the Item_func_left.
  11241.  
  11242.   sql/item_strfunc.h
  11243.     1.84 04/06/15 16:01:40 ram@gw.mysql.r18.ru +0 -1
  11244.     We don't need tmp_value member here.
  11245.  
  11246.   sql/item_strfunc.cc
  11247.     1.176.1.2 04/06/15 16:01:40 ram@gw.mysql.r18.ru +2 -2
  11248.     We don't need tmp_value member here.
  11249.  
  11250. ChangeSet
  11251.   1.1616.508.7 04/06/15 12:58:58 lenz@mysql.com +1 -0
  11252.    - compile fix for regex/regcomp.c spotted on Mac OS X
  11253.      (too few arguments)
  11254.  
  11255.   regex/regcomp.c
  11256.     1.14 04/06/15 12:58:53 lenz@mysql.com +1 -1
  11257.      - compile fix spotted on Mac OS X (too few arguments)
  11258.  
  11259. ChangeSet
  11260.   1.1616.510.1 04/06/15 11:35:23 guilhem@mysql.com +6 -0
  11261.   API change: mysql_shutdown() now needs a 2nd parameter, the shutdown level.
  11262.   Server will however still accept shutdown without specified level; so that old
  11263.   mysqladmin can still shut server down.
  11264.   I would like your comments on the names of shutdown level which I chose. You
  11265.   are welcome to propose better names. Please however check WL#709 before.
  11266.   Reason for the names I propose is to be accurate, thus leaving possibility
  11267.   for other levels which we may imagine in the future; that's why I have rejected
  11268.   names like "fast", "smart", "graceful" so far. My position is that WAIT_ALL_BUFFERS
  11269.   or WAIT_CRITICAL_BUFFERS say what the shutdown does, whereas for "smart", "fast" you
  11270.   need to remember what it does.
  11271.   This should be pushed in 4.1.3 but only after your comments.
  11272.  
  11273.   tools/mysqlmanager.c
  11274.     1.41 04/06/15 11:34:58 guilhem@mysql.com +1 -1
  11275.     2nd parameter to mysql_shutdown
  11276.  
  11277.   sql/sql_parse.cc
  11278.     1.271.76.1 04/06/15 11:34:58 guilhem@mysql.com +19 -1
  11279.     check for the shutdown level in dispatch_command(). Though its value is ignored for now.
  11280.  
  11281.   libmysql/libmysql.c
  11282.     1.156.17.1 04/06/15 11:34:57 guilhem@mysql.com +5 -2
  11283.     passing the requested shutdown level
  11284.  
  11285.   include/mysql_com.h
  11286.     1.67.1.29 04/06/15 11:34:57 guilhem@mysql.com +20 -0
  11287.     4 types of shutdown
  11288.  
  11289.   include/mysql.h
  11290.     1.127 04/06/15 11:34:57 guilhem@mysql.com +3 -1
  11291.     2nd paramater for mysql_shutdown()
  11292.  
  11293.   client/mysqladmin.c
  11294.     1.84 04/06/15 11:34:56 guilhem@mysql.com +1 -1
  11295.     2nd parameter for mysql_shutdown()
  11296.  
  11297. ChangeSet
  11298.   1.1616.508.6 04/06/15 12:29:22 konstantin@mysql.com +1 -0
  11299.   Fixed to compile with IBM C Compiler for AIX Version 6
  11300.  
  11301.   libmysql/libmysql.c
  11302.     1.156.1.87 04/06/15 12:29:15 konstantin@mysql.com +3 -3
  11303.     Fixed to compile with IBM C Compiler for AIX Version 6
  11304.  
  11305. ChangeSet
  11306.   1.1346.1.512 04/06/15 00:12:14 patg@krsna.patg.net +4 -0
  11307.   mysql-copyright -> more fixes to deal with problems in removing temporary tar directory. Had to use `cd $WD` vs chdir($WD).
  11308.   Servers.fgl -> made sure all charset files were accounted for (cp 1256 was missing)
  11309.  
  11310.   VC++Files/InstallShield/4.0.XX-pro/File Groups/Servers.fgl
  11311.     1.3 04/06/15 00:12:09 patg@krsna.patg.net +48 -24
  11312.     made sure all charset files were accounted for (cp 1256 was missing)
  11313.  
  11314.   VC++Files/InstallShield/4.0.XX-gpl/File Groups/Servers.fgl
  11315.     1.3 04/06/15 00:12:09 patg@krsna.patg.net +47 -23
  11316.     made sure all charset files were accounted for (cp 1256 was missing)
  11317.  
  11318.   VC++Files/InstallShield/4.0.XX-classic/File Groups/Servers.fgl
  11319.     1.3 04/06/15 00:12:09 patg@krsna.patg.net +48 -24
  11320.     made sure all charset files were accounted for (cp 1256 was missing)
  11321.  
  11322.   Build-tools/mysql-copyright
  11323.     1.8.1.3 04/06/15 00:12:09 patg@krsna.patg.net +35 -20
  11324.     more fixes to deal with problems in removing temporary tar directory. Had to use `cd $WD` vs chdir($WD).
  11325.  
  11326. ChangeSet
  11327.   1.1616.487.33 04/06/15 09:01:36 tomas@mc05.(none) +3 -0
  11328.   adden ndb faster start to mysql-test-run
  11329.  
  11330.   mysql-test/ndb/ndbcluster.sh
  11331.     1.11 04/06/15 09:01:33 tomas@mc05.(none) +38 -6
  11332.     adden ndb faster start to mysql-test-run
  11333.  
  11334.   mysql-test/ndb/ndb_config_2_node.ini
  11335.     1.3 04/06/15 09:01:33 tomas@mc05.(none) +4 -3
  11336.     adden ndb faster start to mysql-test-run
  11337.  
  11338.   mysql-test/mysql-test-run.sh
  11339.     1.188 04/06/15 09:01:33 tomas@mc05.(none) +1 -1
  11340.     adden ndb faster start to mysql-test-run
  11341.  
  11342. ChangeSet
  11343.   1.1616.487.32 04/06/15 08:14:20 tomas@mc05.(none) +6 -0
  11344.   ndb fixes for make dist
  11345.  
  11346.   ndb/docs/Makefile.am
  11347.     1.5 04/06/15 08:13:50 tomas@mc05.(none) +4 -3
  11348.     ndb fixes for make dist
  11349.  
  11350.   ndb/Makefile.am
  11351.     1.8 04/06/15 08:13:50 tomas@mc05.(none) +2 -1
  11352.     ndb fixes for make dist
  11353.  
  11354.   mysql-test/ndb/Makefile.am
  11355.     1.3 04/06/15 08:13:50 tomas@mc05.(none) +2 -2
  11356.     ndb fixes for make dist
  11357.  
  11358.   configure.in
  11359.     1.201.21.3 04/06/15 08:13:50 tomas@mc05.(none) +9 -2
  11360.     ndb fixes for make dist
  11361.  
  11362.   acinclude.m4
  11363.     1.99 04/06/15 08:13:50 tomas@mc05.(none) +16 -0
  11364.     ndb fixes for make dist
  11365.  
  11366.   mysql-test/ndb/ndbcluster.sh
  11367.     1.10 04/06/15 08:08:58 tomas@mc05.(none) +0 -0
  11368.     Change mode to -rw-rw-r--
  11369.  
  11370. ChangeSet
  11371.   1.1616.508.5 04/06/15 09:33:02 bar@mysql.com +1 -0
  11372.   ctype-uca.c:
  11373.     Compilation failure fix.
  11374.  
  11375.   strings/ctype-uca.c
  11376.     1.13 04/06/15 09:32:35 bar@mysql.com +2 -2
  11377.     Compilation failure fix.
  11378.  
  11379. ChangeSet
  11380.   1.1616.508.4 04/06/14 21:17:28 lenz@mysql.com +1 -0
  11381.    - re-enabled NDB cluster in compile-pentium-max
  11382.  
  11383.   BUILD/compile-pentium-max
  11384.     1.11 04/06/14 21:17:22 lenz@mysql.com +1 -1
  11385.      - re-enabled NDB cluster
  11386.  
  11387. ChangeSet
  11388.   1.1616.508.3 04/06/14 21:55:36 bar@mysql.com +3 -0
  11389.   utf8 contraction fix.
  11390.   Polish collation fix.
  11391.   Slovak collation fix.
  11392.   Testing all language orders.
  11393.  
  11394.   mysql-test/t/ctype_uca.test
  11395.     1.1 04/06/14 21:55:27 bar@mysql.com +181 -0
  11396.  
  11397.   mysql-test/r/ctype_uca.result
  11398.     1.1 04/06/14 21:55:27 bar@mysql.com +1657 -0
  11399.  
  11400.   mysql-test/t/ctype_uca.test
  11401.     1.0 04/06/14 21:55:27 bar@mysql.com +0 -0
  11402.     BitKeeper file /usr/home/bar/mysql-4.1/mysql-test/t/ctype_uca.test
  11403.  
  11404.   mysql-test/r/ctype_uca.result
  11405.     1.0 04/06/14 21:55:27 bar@mysql.com +0 -0
  11406.     BitKeeper file /usr/home/bar/mysql-4.1/mysql-test/r/ctype_uca.result
  11407.  
  11408.   strings/ctype-uca.c
  11409.     1.12 04/06/14 21:55:26 bar@mysql.com +7 -6
  11410.     utf8 contraction fix.
  11411.     Polish collation fix.
  11412.     Slovak collation fix.
  11413.     Testing all language orders.
  11414.  
  11415. ChangeSet
  11416.   1.1616.487.29 04/06/14 15:21:00 pekka@mysql.com +2 -0
  11417.   testBlobs.cpp, NdbBlob.cpp:
  11418.     small blob fix
  11419.  
  11420.   ndb/test/ndbapi/testBlobs.cpp
  11421.     1.8 04/06/14 15:20:38 pekka@mysql.com +3 -1
  11422.     small blob fix
  11423.  
  11424.   ndb/src/ndbapi/NdbBlob.cpp
  11425.     1.3 04/06/14 15:20:38 pekka@mysql.com +21 -6
  11426.     small blob fix
  11427.  
  11428. ChangeSet
  11429.   1.1616.508.2 04/06/14 16:29:51 bar@mysql.com +3 -0
  11430.   UTF8 UCA based collations.
  11431.  
  11432.   strings/ctype-utf8.c
  11433.     1.68 04/06/14 16:29:46 bar@mysql.com +3 -4
  11434.     UTF8 UCA based collations.
  11435.  
  11436.   strings/ctype-uca.c
  11437.     1.11 04/06/14 16:29:46 bar@mysql.com +701 -51
  11438.     UTF8 UCA based collations.
  11439.  
  11440.   mysys/charset-def.c
  11441.     1.5 04/06/14 16:29:46 bar@mysql.com +33 -1
  11442.     UTF8 UCA based collations.
  11443.  
  11444. ChangeSet
  11445.   1.1672.1.1 04/06/14 12:38:54 pem@mysql.comhem.se +3 -0
  11446.   Fixed BUG#3843: ANALYZE TABLE inside stored procedure causes 'Packets out of order' error.
  11447.  
  11448.   sql/sql_yacc.yy
  11449.     1.288 04/06/14 12:38:28 pem@mysql.com +2 -1
  11450.     Added another multi results special case for stored procedures (analyze).
  11451.  
  11452.   mysql-test/t/sp.test
  11453.     1.68 04/06/14 12:38:28 pem@mysql.com +13 -0
  11454.     New test case for BUG#3843.
  11455.  
  11456.   mysql-test/r/sp.result
  11457.     1.68 04/06/14 12:38:28 pem@mysql.com +12 -0
  11458.     New test case for BUG#3843.
  11459.  
  11460. ChangeSet
  11461.   1.1616.487.27 04/06/14 12:21:13 joreland@mysql.com +4 -0
  11462.   wl1858 
  11463.   1) update atrt to support mysqld
  11464.   2) add example
  11465.   3) add our current basic tests
  11466.  
  11467.   ndb/test/run-test/basic.txt
  11468.     1.1 04/06/14 12:21:11 joreland@mysql.com +763 -0
  11469.  
  11470.   ndb/test/run-test/README
  11471.     1.1 04/06/14 12:21:11 joreland@mysql.com +43 -0
  11472.  
  11473.   ndb/test/run-test/main.cpp
  11474.     1.9 04/06/14 12:21:11 joreland@mysql.com +53 -46
  11475.     wl1858 
  11476.     1) update atrt to support mysqld
  11477.     2) add example
  11478.     3) add our current basic tests
  11479.  
  11480.   ndb/test/run-test/basic.txt
  11481.     1.0 04/06/14 12:21:11 joreland@mysql.com +0 -0
  11482.     BitKeeper file /home/jonas/src/mysql-4.1-ndb/ndb/test/run-test/basic.txt
  11483.  
  11484.   ndb/test/run-test/README
  11485.     1.0 04/06/14 12:21:11 joreland@mysql.com +0 -0
  11486.     BitKeeper file /home/jonas/src/mysql-4.1-ndb/ndb/test/run-test/README
  11487.  
  11488.   ndb/test/run-test/atrt-example.tgz
  11489.     1.1 04/06/14 12:19:46 joreland@mysql.com +50 -0
  11490.  
  11491.   ndb/test/run-test/atrt-example.tgz
  11492.     1.0 04/06/14 12:19:46 joreland@mysql.com +0 -0
  11493.     BitKeeper file /home/jonas/src/mysql-4.1-ndb/ndb/test/run-test/atrt-example.tgz
  11494.  
  11495. ChangeSet
  11496.   1.1674 04/06/14 12:39:46 sergefp@mysql.com +1 -0
  11497.   Post-merge fixes
  11498.  
  11499.   sql/opt_range.cc
  11500.     1.116 04/06/14 12:39:41 sergefp@mysql.com +10 -5
  11501.     Post-merge fixes
  11502.  
  11503. ChangeSet
  11504.   1.1616.508.1 04/06/14 09:53:59 joreland@mysql.com +1 -0
  11505.   Remove docs from make for now.
  11506.   Plan is to introduce --flag, but Tomas will do that later.
  11507.  
  11508.   configure.in
  11509.     1.201.21.2 04/06/14 09:53:44 joreland@mysql.com +0 -1
  11510.     Remove docs from make for now.
  11511.     Plan is to introduce --flag, but Tomas will do that later.
  11512.  
  11513. ChangeSet
  11514.   1.1616.506.4 04/06/13 22:39:09 bell@sanja.is.com.ua +4 -0
  11515.   fixed field resolving mode fo INSERT/REPLACE and CRETE with SELECT (BUG#4090)
  11516.  
  11517.   sql/sql_prepare.cc
  11518.     1.34.1.75 04/06/13 22:38:43 bell@sanja.is.com.ua +11 -2
  11519.     fixed field resolving mode fo INSERT/REPLACE and CRETE with SELECT
  11520.  
  11521.   sql/sql_parse.cc
  11522.     1.271.1.88 04/06/13 22:38:43 bell@sanja.is.com.ua +13 -1
  11523.     fixed field resolving mode fo INSERT/REPLACE and CRETE with SELECT
  11524.  
  11525.   mysql-test/t/subselect.test
  11526.     1.58.1.52 04/06/13 22:38:43 bell@sanja.is.com.ua +14 -0
  11527.     outer fields resolving in INSERT/REPLACE and CRETE with SELECT
  11528.  
  11529.   mysql-test/r/subselect.result
  11530.     1.67.1.61 04/06/13 22:38:43 bell@sanja.is.com.ua +26 -0
  11531.     outer fields resolving in INSERT/REPLACE and CRETE with SELECT
  11532.  
  11533. ChangeSet
  11534.   1.1616.507.1 04/06/12 14:37:41 paul@teton.kitebird.com +1 -0
  11535.   sql_state.h:
  11536.     Fix couple of typos.
  11537.  
  11538.   include/sql_state.h
  11539.     1.8.1.4 04/06/12 14:36:52 paul@teton.kitebird.com +3 -3
  11540.     Fix couple of typos.
  11541.  
  11542. ChangeSet
  11543.   1.1616.506.2 04/06/12 20:36:58 bar@mysql.com +17 -0
  11544.   Unicode collation algorithm: contraction support.
  11545.   E.g. 'Ch' is treated as a separate letter in Czech,
  11546.   not as a combination of C+h.
  11547.  
  11548.   strings/ctype-win1250ch.c
  11549.     1.41 04/06/12 20:36:51 bar@mysql.com +1 -0
  11550.     Unicode collation algorithm: contraction support.
  11551.     E.g. 'Ch' is treated as a separate letter in Czech,
  11552.     not as a combination of C+h.
  11553.  
  11554.   strings/ctype-utf8.c
  11555.     1.67 04/06/12 20:36:51 bar@mysql.com +5 -3
  11556.     Unicode collation algorithm: contraction support.
  11557.     E.g. 'Ch' is treated as a separate letter in Czech,
  11558.     not as a combination of C+h.
  11559.  
  11560.   strings/ctype-ujis.c
  11561.     1.56 04/06/12 20:36:50 bar@mysql.com +4 -2
  11562.     Unicode collation algorithm: contraction support.
  11563.     E.g. 'Ch' is treated as a separate letter in Czech,
  11564.     not as a combination of C+h.
  11565.  
  11566.   strings/ctype-ucs2.c
  11567.     1.27 04/06/12 20:36:50 bar@mysql.com +3 -1
  11568.     Unicode collation algorithm: contraction support.
  11569.     E.g. 'Ch' is treated as a separate letter in Czech,
  11570.     not as a combination of C+h.
  11571.  
  11572.   strings/ctype-uca.c
  11573.     1.10 04/06/12 20:36:50 bar@mysql.com +264 -9
  11574.     Unicode collation algorithm: contraction support.
  11575.     E.g. 'Ch' is treated as a separate letter in Czech,
  11576.     not as a combination of C+h.
  11577.  
  11578.   strings/ctype-tis620.c
  11579.     1.73 04/06/12 20:36:50 bar@mysql.com +4 -2
  11580.     Unicode collation algorithm: contraction support.
  11581.     E.g. 'Ch' is treated as a separate letter in Czech,
  11582.     not as a combination of C+h.
  11583.  
  11584.   strings/ctype-sjis.c
  11585.     1.66 04/06/12 20:36:50 bar@mysql.com +4 -2
  11586.     Unicode collation algorithm: contraction support.
  11587.     E.g. 'Ch' is treated as a separate letter in Czech,
  11588.     not as a combination of C+h.
  11589.  
  11590.   strings/ctype-latin1.c
  11591.     1.33 04/06/12 20:36:50 bar@mysql.com +3 -0
  11592.     Unicode collation algorithm: contraction support.
  11593.     E.g. 'Ch' is treated as a separate letter in Czech,
  11594.     not as a combination of C+h.
  11595.  
  11596.   strings/ctype-gbk.c
  11597.     1.61 04/06/12 20:36:50 bar@mysql.com +4 -2
  11598.     Unicode collation algorithm: contraction support.
  11599.     E.g. 'Ch' is treated as a separate letter in Czech,
  11600.     not as a combination of C+h.
  11601.  
  11602.   strings/ctype-gb2312.c
  11603.     1.52 04/06/12 20:36:50 bar@mysql.com +4 -2
  11604.     Unicode collation algorithm: contraction support.
  11605.     E.g. 'Ch' is treated as a separate letter in Czech,
  11606.     not as a combination of C+h.
  11607.  
  11608.   strings/ctype-extra.c
  11609.     1.17 04/06/12 20:36:50 bar@mysql.com +1 -0
  11610.     Unicode collation algorithm: contraction support.
  11611.     E.g. 'Ch' is treated as a separate letter in Czech,
  11612.     not as a combination of C+h.
  11613.  
  11614.   strings/ctype-euc_kr.c
  11615.     1.55 04/06/12 20:36:50 bar@mysql.com +2 -0
  11616.     Unicode collation algorithm: contraction support.
  11617.     E.g. 'Ch' is treated as a separate letter in Czech,
  11618.     not as a combination of C+h.
  11619.  
  11620.   strings/ctype-czech.c
  11621.     1.51 04/06/12 20:36:45 bar@mysql.com +1 -0
  11622.     Unicode collation algorithm: contraction support.
  11623.     E.g. 'Ch' is treated as a separate letter in Czech,
  11624.     not as a combination of C+h.
  11625.  
  11626.   strings/ctype-bin.c
  11627.     1.50 04/06/12 20:36:45 bar@mysql.com +2 -1
  11628.     Unicode collation algorithm: contraction support.
  11629.     E.g. 'Ch' is treated as a separate letter in Czech,
  11630.     not as a combination of C+h.
  11631.  
  11632.   strings/ctype-big5.c
  11633.     1.63 04/06/12 20:36:45 bar@mysql.com +2 -1
  11634.     Unicode collation algorithm: contraction support.
  11635.     E.g. 'Ch' is treated as a separate letter in Czech,
  11636.     not as a combination of C+h.
  11637.  
  11638.   mysys/charset-def.c
  11639.     1.4 04/06/12 20:36:45 bar@mysql.com +10 -0
  11640.     Unicode collation algorithm: contraction support.
  11641.     E.g. 'Ch' is treated as a separate letter in Czech,
  11642.     not as a combination of C+h.
  11643.  
  11644.   include/m_ctype.h
  11645.     1.96 04/06/12 20:36:44 bar@mysql.com +1 -0
  11646.     Unicode collation algorithm: contraction support.
  11647.     E.g. 'Ch' is treated as a separate letter in Czech,
  11648.     not as a combination of C+h.
  11649.  
  11650. ChangeSet
  11651.   1.1616.506.1 04/06/11 17:20:30 patg@krsna.patg.net +1 -0
  11652.   mysql-copyright:
  11653.     Fixed various issues to deal with untarring of gpl tar file, clearing configure.in, changed calls to use system vs. backticks
  11654.  
  11655.   Build-tools/mysql-copyright
  11656.     1.11 04/06/11 17:17:05 patg@krsna.patg.net +43 -16
  11657.     Fixed various issues to deal with untarring of gpl tar file, clearing configure.in, changed calls to use system vs. backticks
  11658.  
  11659. ChangeSet
  11660.   1.1616.505.4 04/06/11 22:00:08 serg@serg.mylan +1 -0
  11661.   after merge fix
  11662.  
  11663.   mysql-test/Makefile.am
  11664.     1.29 04/06/11 22:00:03 serg@serg.mylan +1 -0
  11665.     after merge fix
  11666.  
  11667. ChangeSet
  11668.   1.1616.505.3 04/06/11 21:20:53 serg@serg.mylan +2 -0
  11669.   after merge fix
  11670.  
  11671.   sql/field.cc
  11672.     1.159 04/06/11 21:19:35 serg@serg.mylan +2 -3
  11673.     after merge fix
  11674.  
  11675.   myisam/mi_unique.c
  11676.     1.18 04/06/11 21:19:34 serg@serg.mylan +3 -3
  11677.     warning removed
  11678.  
  11679. ChangeSet
  11680.   1.1616.470.7 04/06/11 18:26:13 serg@serg.mylan +3 -0
  11681.   mysqltest.c: don't hardcode variables to be taken from environment.
  11682.   use MYSQL_TCP_PORT instead of 3306 in tests
  11683.  
  11684.   mysql-test/t/rpl000015.test
  11685.     1.25.1.2 04/06/11 18:26:08 serg@serg.mylan +1 -1
  11686.     MYSQL_TCP_PORT instead of 3306
  11687.  
  11688.   mysql-test/mysql-test-run.sh
  11689.     1.187 04/06/11 18:26:07 serg@serg.mylan +1 -0
  11690.     MYSQL_TCP_PORT instead of 3306
  11691.  
  11692.   client/mysqltest.c
  11693.     1.92.1.44 04/06/11 18:26:07 serg@serg.mylan +9 -10
  11694.     don't hardcode variables to be taken from environment.
  11695.  
  11696. ChangeSet
  11697.   1.1616.487.26 04/06/11 17:29:39 joreland@mysql.com +3 -0
  11698.   Made discless a config parameter instead of a env. variable
  11699.  
  11700.   ndb/src/kernel/SimBlockList.cpp
  11701.     1.4 04/06/11 17:29:37 joreland@mysql.com +6 -5
  11702.     Made discless a config parameter instead of a env. variable
  11703.  
  11704.   ndb/src/common/mgmcommon/ConfigInfo.cpp
  11705.     1.5 04/06/11 17:29:37 joreland@mysql.com +13 -0
  11706.     Made discless a config parameter instead of a env. variable
  11707.  
  11708.   ndb/include/mgmapi/mgmapi_config_parameters.h
  11709.     1.2 04/06/11 17:29:37 joreland@mysql.com +2 -0
  11710.     Made discless a config parameter instead of a env. variable
  11711.  
  11712. ChangeSet
  11713.   1.1616.487.24 04/06/11 19:16:06 bar@mysql.com +3 -0
  11714.   Move UCA language specific definitions into ctype-ucs.c.
  11715.  
  11716.   strings/ctype-uca.c
  11717.     1.8 04/06/11 19:16:01 bar@mysql.com +333 -1
  11718.     Move UCA language specific definitions into ctype-ucs.c.
  11719.  
  11720.   mysys/charset.c
  11721.     1.128 04/06/11 19:16:01 bar@mysql.com +0 -143
  11722.     Move UCA language specific definitions into ctype-ucs.c.
  11723.  
  11724.   mysys/charset-def.c
  11725.     1.3 04/06/11 19:16:01 bar@mysql.com +23 -0
  11726.     Move UCA language specific definitions into ctype-ucs.c.
  11727.  
  11728. ChangeSet
  11729.   1.1616.501.2 04/06/11 15:54:46 joreland@mysql.com +1 -0
  11730.   BUG#4088
  11731.  
  11732.   ndb/include/kernel/signaldata/TcKeyConf.hpp
  11733.     1.3 04/06/11 15:54:44 joreland@mysql.com +1 -1
  11734.     BUG#4088
  11735.  
  11736. ChangeSet
  11737.   1.1616.487.23 04/06/11 18:25:50 bar@mysql.com +1 -0
  11738.   charset.c:
  11739.     Reuse some code between simple and UCA collations.
  11740.  
  11741.   mysys/charset.c
  11742.     1.127 04/06/11 18:25:19 bar@mysql.com +15 -44
  11743.     Reuse some code between simple and UCA collations.
  11744.  
  11745. ChangeSet
  11746.   1.1346.1.510 04/06/11 16:25:18 bell@sanja.is.com.ua +4 -0
  11747.   test suite for bug Bug#3969 (commited separetely because it took too long time to parse it on 3.23)
  11748.  
  11749.   mysql-test/t/rpl_free_items.test
  11750.     1.1 04/06/11 16:24:56 bell@sanja.is.com.ua +20 -0
  11751.  
  11752.   mysql-test/t/rpl_free_items-slave.opt
  11753.     1.1 04/06/11 16:24:56 bell@sanja.is.com.ua +1 -0
  11754.  
  11755.   mysql-test/r/rpl_free_items.result
  11756.     1.1 04/06/11 16:24:56 bell@sanja.is.com.ua +10 -0
  11757.  
  11758.   mysql-test/t/rpl_free_items.test
  11759.     1.0 04/06/11 16:24:56 bell@sanja.is.com.ua +0 -0
  11760.     BitKeeper file /home/bell/mysql/bk/work-4.0/mysql-test/t/rpl_free_items.test
  11761.  
  11762.   mysql-test/t/rpl_free_items-slave.opt
  11763.     1.0 04/06/11 16:24:56 bell@sanja.is.com.ua +0 -0
  11764.     BitKeeper file /home/bell/mysql/bk/work-4.0/mysql-test/t/rpl_free_items-slave.opt
  11765.  
  11766.   mysql-test/r/rpl_free_items.result
  11767.     1.0 04/06/11 16:24:56 bell@sanja.is.com.ua +0 -0
  11768.     BitKeeper file /home/bell/mysql/bk/work-4.0/mysql-test/r/rpl_free_items.result
  11769.  
  11770.   client/mysqltest.c
  11771.     1.77.1.41 04/06/11 16:24:56 bell@sanja.is.com.ua +1 -1
  11772.     allow big commands in mysql-test
  11773.  
  11774. ChangeSet
  11775.   1.1616.487.22 04/06/11 17:50:20 bar@mysql.com +10 -0
  11776.   Initialize max_sort_char only if a character set is requested.
  11777.  
  11778.   strings/ctype-utf8.c
  11779.     1.65 04/06/11 17:50:15 bar@mysql.com +2 -2
  11780.     Initialize max_sort_char only if a character set is requested.
  11781.  
  11782.   strings/ctype-ujis.c
  11783.     1.55 04/06/11 17:50:15 bar@mysql.com +2 -2
  11784.     Initialize max_sort_char only if a character set is requested.
  11785.  
  11786.   strings/ctype-sjis.c
  11787.     1.64 04/06/11 17:50:15 bar@mysql.com +2 -2
  11788.     Initialize max_sort_char only if a character set is requested.
  11789.  
  11790.   strings/ctype-simple.c
  11791.     1.49.1.3 04/06/11 17:50:15 bar@mysql.com +27 -1
  11792.     Initialize max_sort_char only if a character set is requested.
  11793.  
  11794.   strings/ctype-latin1.c
  11795.     1.31 04/06/11 17:50:15 bar@mysql.com +3 -3
  11796.     Initialize max_sort_char only if a character set is requested.
  11797.  
  11798.   strings/ctype-gbk.c
  11799.     1.59 04/06/11 17:50:15 bar@mysql.com +2 -2
  11800.     Initialize max_sort_char only if a character set is requested.
  11801.  
  11802.   strings/ctype-gb2312.c
  11803.     1.51 04/06/11 17:50:14 bar@mysql.com +2 -2
  11804.     Initialize max_sort_char only if a character set is requested.
  11805.  
  11806.   strings/ctype-euc_kr.c
  11807.     1.54 04/06/11 17:50:14 bar@mysql.com +2 -2
  11808.     Initialize max_sort_char only if a character set is requested.
  11809.  
  11810.   strings/ctype-big5.c
  11811.     1.61 04/06/11 17:50:14 bar@mysql.com +2 -2
  11812.     Initialize max_sort_char only if a character set is requested.
  11813.  
  11814.   mysys/charset.c
  11815.     1.126 04/06/11 17:50:14 bar@mysql.com +0 -23
  11816.     Initialize max_sort_char only if a character set is requested.
  11817.  
  11818. ChangeSet
  11819.   1.1616.502.2 04/06/11 13:56:00 mronstrom@mysql.com +1 -0
  11820.   Forgot to change 31 into mask_value
  11821.  
  11822.   ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
  11823.     1.3.1.2 04/06/11 13:55:56 mronstrom@mysql.com +1 -1
  11824.     Forgot to change 31 into mask_value
  11825.  
  11826. ChangeSet
  11827.   1.1616.487.21 04/06/11 16:29:16 bar@mysql.com +22 -0
  11828.   Allocate memory when a character set is requested:
  11829.   - For simple character sets: from_uni convertion table.
  11830.   - For UCA: alternative weight arrays.
  11831.   Use mbminlen instead of MY_CS_NONTEXT
  11832.  
  11833.   strings/ctype-win1250ch.c
  11834.     1.39 04/06/11 16:29:11 bar@mysql.com +1 -0
  11835.     Allocate memory when a character set is requested:
  11836.     - For simple character sets: from_uni convertion table.
  11837.     - For UCA: alternative weight arrays.
  11838.     Use mbminlen instead of MY_CS_NONTEXT
  11839.  
  11840.   strings/ctype-utf8.c
  11841.     1.64 04/06/11 16:29:11 bar@mysql.com +2 -0
  11842.     Allocate memory when a character set is requested:
  11843.     - For simple character sets: from_uni convertion table.
  11844.     - For UCA: alternative weight arrays.
  11845.     Use mbminlen instead of MY_CS_NONTEXT
  11846.  
  11847.   strings/ctype-ujis.c
  11848.     1.54 04/06/11 16:29:11 bar@mysql.com +4 -2
  11849.     Allocate memory when a character set is requested:
  11850.     - For simple character sets: from_uni convertion table.
  11851.     - For UCA: alternative weight arrays.
  11852.     Use mbminlen instead of MY_CS_NONTEXT
  11853.  
  11854.   strings/ctype-ucs2.c
  11855.     1.25 04/06/11 16:29:11 bar@mysql.com +5 -2
  11856.     Allocate memory when a character set is requested:
  11857.     - For simple character sets: from_uni convertion table.
  11858.     - For UCA: alternative weight arrays.
  11859.     Use mbminlen instead of MY_CS_NONTEXT
  11860.  
  11861.   strings/ctype-uca.c
  11862.     1.7 04/06/11 16:29:11 bar@mysql.com +457 -1
  11863.     Allocate memory when a character set is requested:
  11864.     - For simple character sets: from_uni convertion table.
  11865.     - For UCA: alternative weight arrays.
  11866.     Use mbminlen instead of MY_CS_NONTEXT
  11867.  
  11868.   strings/ctype-tis620.c
  11869.     1.71 04/06/11 16:29:11 bar@mysql.com +2 -0
  11870.     Allocate memory when a character set is requested:
  11871.     - For simple character sets: from_uni convertion table.
  11872.     - For UCA: alternative weight arrays.
  11873.     Use mbminlen instead of MY_CS_NONTEXT
  11874.  
  11875.   strings/ctype-sjis.c
  11876.     1.63 04/06/11 16:29:11 bar@mysql.com +2 -0
  11877.     Allocate memory when a character set is requested:
  11878.     - For simple character sets: from_uni convertion table.
  11879.     - For UCA: alternative weight arrays.
  11880.     Use mbminlen instead of MY_CS_NONTEXT
  11881.  
  11882.   strings/ctype-simple.c
  11883.     1.49.1.2 04/06/11 16:29:11 bar@mysql.com +100 -0
  11884.     Allocate memory when a character set is requested:
  11885.     - For simple character sets: from_uni convertion table.
  11886.     - For UCA: alternative weight arrays.
  11887.     Use mbminlen instead of MY_CS_NONTEXT
  11888.  
  11889.   strings/ctype-mb.c
  11890.     1.23.1.1 04/06/11 16:29:11 bar@mysql.com +1 -0
  11891.     Allocate memory when a character set is requested:
  11892.     - For simple character sets: from_uni convertion table.
  11893.     - For UCA: alternative weight arrays.
  11894.     Use mbminlen instead of MY_CS_NONTEXT
  11895.  
  11896.   strings/ctype-latin1.c
  11897.     1.30 04/06/11 16:29:11 bar@mysql.com +2 -0
  11898.     Allocate memory when a character set is requested:
  11899.     - For simple character sets: from_uni convertion table.
  11900.     - For UCA: alternative weight arrays.
  11901.     Use mbminlen instead of MY_CS_NONTEXT
  11902.  
  11903.   strings/ctype-gbk.c
  11904.     1.58 04/06/11 16:29:10 bar@mysql.com +2 -0
  11905.     Allocate memory when a character set is requested:
  11906.     - For simple character sets: from_uni convertion table.
  11907.     - For UCA: alternative weight arrays.
  11908.     Use mbminlen instead of MY_CS_NONTEXT
  11909.  
  11910.   strings/ctype-gb2312.c
  11911.     1.50 04/06/11 16:29:10 bar@mysql.com +2 -0
  11912.     Allocate memory when a character set is requested:
  11913.     - For simple character sets: from_uni convertion table.
  11914.     - For UCA: alternative weight arrays.
  11915.     Use mbminlen instead of MY_CS_NONTEXT
  11916.  
  11917.   strings/ctype-euc_kr.c
  11918.     1.53 04/06/11 16:29:10 bar@mysql.com +2 -0
  11919.     Allocate memory when a character set is requested:
  11920.     - For simple character sets: from_uni convertion table.
  11921.     - For UCA: alternative weight arrays.
  11922.     Use mbminlen instead of MY_CS_NONTEXT
  11923.  
  11924.   strings/ctype-czech.c
  11925.     1.49 04/06/11 16:29:10 bar@mysql.com +1 -0
  11926.     Allocate memory when a character set is requested:
  11927.     - For simple character sets: from_uni convertion table.
  11928.     - For UCA: alternative weight arrays.
  11929.     Use mbminlen instead of MY_CS_NONTEXT
  11930.  
  11931.   strings/ctype-bin.c
  11932.     1.48 04/06/11 16:29:10 bar@mysql.com +2 -0
  11933.     Allocate memory when a character set is requested:
  11934.     - For simple character sets: from_uni convertion table.
  11935.     - For UCA: alternative weight arrays.
  11936.     Use mbminlen instead of MY_CS_NONTEXT
  11937.  
  11938.   strings/ctype-big5.c
  11939.     1.60 04/06/11 16:29:10 bar@mysql.com +2 -0
  11940.     Allocate memory when a character set is requested:
  11941.     - For simple character sets: from_uni convertion table.
  11942.     - For UCA: alternative weight arrays.
  11943.     Use mbminlen instead of MY_CS_NONTEXT
  11944.  
  11945.   sql/sql_table.cc
  11946.     1.157.2.71 04/06/11 16:29:10 bar@mysql.com +1 -1
  11947.     Allocate memory when a character set is requested:
  11948.     - For simple character sets: from_uni convertion table.
  11949.     - For UCA: alternative weight arrays.
  11950.     Use mbminlen instead of MY_CS_NONTEXT
  11951.  
  11952.   sql/sql_string.cc
  11953.     1.77.1.6 04/06/11 16:29:10 bar@mysql.com +1 -1
  11954.     Allocate memory when a character set is requested:
  11955.     - For simple character sets: from_uni convertion table.
  11956.     - For UCA: alternative weight arrays.
  11957.     Use mbminlen instead of MY_CS_NONTEXT
  11958.  
  11959.   sql/mysqld.cc
  11960.     1.356.1.112 04/06/11 16:29:10 bar@mysql.com +1 -2
  11961.     Allocate memory when a character set is requested:
  11962.     - For simple character sets: from_uni convertion table.
  11963.     - For UCA: alternative weight arrays.
  11964.     Use mbminlen instead of MY_CS_NONTEXT
  11965.  
  11966.   sql/item_create.cc
  11967.     1.33.1.30 04/06/11 16:29:10 bar@mysql.com +1 -1
  11968.     Allocate memory when a character set is requested:
  11969.     - For simple character sets: from_uni convertion table.
  11970.     - For UCA: alternative weight arrays.
  11971.     Use mbminlen instead of MY_CS_NONTEXT
  11972.  
  11973.   mysys/charset.c
  11974.     1.125 04/06/11 16:29:10 bar@mysql.com +14 -548
  11975.     Allocate memory when a character set is requested:
  11976.     - For simple character sets: from_uni convertion table.
  11977.     - For UCA: alternative weight arrays.
  11978.     Use mbminlen instead of MY_CS_NONTEXT
  11979.  
  11980.   include/m_ctype.h
  11981.     1.94 04/06/11 16:29:09 bar@mysql.com +3 -2
  11982.     Allocate memory when a character set is requested:
  11983.     - For simple character sets: from_uni convertion table.
  11984.     - For UCA: alternative weight arrays.
  11985.     Use mbminlen instead of MY_CS_NONTEXT
  11986.  
  11987. ChangeSet
  11988.   1.1616.504.1 04/06/11 09:39:20 tomas@poseidon.bredbandsbolaget.se +2 -0
  11989.   fix for ndb compile problem on non gcc
  11990.  
  11991.   ndb/config/common.mk.am
  11992.     1.6 04/06/11 09:39:15 tomas@poseidon.bredbandsbolaget.se +1 -2
  11993.     fix for ndb compile problem on non gcc
  11994.  
  11995.   configure.in
  11996.     1.201.1.68 04/06/11 09:39:14 tomas@poseidon.bredbandsbolaget.se +5 -3
  11997.     fix for ndb compile problem on non gcc
  11998.  
  11999. ChangeSet
  12000.   1.1616.487.20 04/06/11 13:12:29 konstantin@mysql.com +2 -0
  12001.   Fix for Bug#4079 "error checking in prepared statements": 
  12002.   reset mysql->status if there was an error in row reading.
  12003.  
  12004.   tests/client_test.c
  12005.     1.51.1.44 04/06/11 13:12:23 konstantin@mysql.com +44 -0
  12006.     Test for bug #4079
  12007.  
  12008.   libmysql/libmysql.c
  12009.     1.156.1.86 04/06/11 13:12:23 konstantin@mysql.com +7 -0
  12010.     Fix for bug#4079
  12011.  
  12012. ChangeSet
  12013.   1.1346.1.509 04/06/11 00:40:56 patg@krsna.patg.net +1 -0
  12014.   mysql-copyright:
  12015.     Small fixes to handle packaging of windows src (commercial) file
  12016.  
  12017.   Build-tools/mysql-copyright
  12018.     1.8.1.2 04/06/11 00:40:17 patg@krsna.patg.net +7 -3
  12019.     Small fixes to handle packaging of windows src (commercial) file
  12020.  
  12021. ChangeSet
  12022.   1.1616.487.19 04/06/11 10:21:22 heikki@hundin.mysql.fi +1 -0
  12023.   ha_innodb.cc:
  12024.     Put back the ha_innodb.cc source code lines that were accidentally removed in Jan Lindstrom's push yesterday (he used the account heikki@mysql.com)
  12025.  
  12026.   sql/ha_innodb.cc
  12027.     1.90.1.47 04/06/11 10:21:06 heikki@hundin.mysql.fi +22 -2
  12028.     Put back the ha_innodb.cc source code lines that were accidentally removed in Jan Lindstrom's push yesterday (he used the account heikki@mysql.com)
  12029.  
  12030. ChangeSet
  12031.   1.1644.8.2 04/06/10 23:40:55 igor@rurik.mysql.com +1 -0
  12032.   sql_yacc.yy:
  12033.     Correction for nested joins.
  12034.  
  12035.   sql/sql_yacc.yy
  12036.     1.270.1.2 04/06/10 23:39:49 igor@rurik.mysql.com +4 -4
  12037.     Correction for nested joins.
  12038.  
  12039. ChangeSet
  12040.   1.1644.8.1 04/06/10 22:27:21 igor@rurik.mysql.com +14 -0
  12041.   join_nested.test, join_nested.result:
  12042.     new file
  12043.   Many files:
  12044.     Nested joins added.
  12045.  
  12046.   mysql-test/t/join_nested.test
  12047.     1.1 04/06/10 22:26:37 igor@rurik.mysql.com +693 -0
  12048.  
  12049.   mysql-test/t/join_nested.test
  12050.     1.0 04/06/10 22:26:37 igor@rurik.mysql.com +0 -0
  12051.     BitKeeper file /home/igor/dev/mysql-5.0-1/mysql-test/t/join_nested.test
  12052.  
  12053.   mysql-test/r/join_nested.result
  12054.     1.1 04/06/10 22:24:48 igor@rurik.mysql.com +1161 -0
  12055.  
  12056.   mysql-test/r/join_nested.result
  12057.     1.0 04/06/10 22:24:48 igor@rurik.mysql.com +0 -0
  12058.     BitKeeper file /home/igor/dev/mysql-5.0-1/mysql-test/r/join_nested.result
  12059.  
  12060.   mysql-test/r/select.result
  12061.     1.35.2.1 04/06/10 22:24:15 igor@rurik.mysql.com +8 -39
  12062.     Nested joins added.
  12063.  
  12064.   mysql-test/r/join_outer.result
  12065.     1.27.1.1 04/06/10 22:23:56 igor@rurik.mysql.com +1 -7
  12066.     Nested joins added.
  12067.  
  12068.   sql/table.h
  12069.     1.57.1.1 04/06/10 22:22:39 igor@rurik.mysql.com +19 -10
  12070.     Nested joins added.
  12071.  
  12072.   sql/sql_yacc.yy
  12073.     1.270.1.1 04/06/10 22:22:14 igor@rurik.mysql.com +67 -31
  12074.     Nested joins added.
  12075.  
  12076.   sql/sql_select.h
  12077.     1.64.2.1 04/06/10 22:21:55 igor@rurik.mysql.com +12 -3
  12078.     Nested joins added.
  12079.  
  12080.   sql/sql_select.cc
  12081.     1.235.2.1 04/06/10 22:20:47 igor@rurik.mysql.com +819 -89
  12082.     Nested joins added.
  12083.  
  12084.   sql/sql_parse.cc
  12085.     1.323.1.1 04/06/10 22:20:24 igor@rurik.mysql.com +232 -0
  12086.     Nested joins added.
  12087.  
  12088.   sql/sql_lex.h
  12089.     1.125.2.1 04/06/10 22:19:54 igor@rurik.mysql.com +10 -1
  12090.     Nested joins added.
  12091.  
  12092.   sql/sql_lex.cc
  12093.     1.99.3.1 04/06/10 22:19:28 igor@rurik.mysql.com +3 -0
  12094.     Nested joins added.
  12095.  
  12096.   sql/sql_base.cc
  12097.     1.156.1.1 04/06/10 22:19:01 igor@rurik.mysql.com +91 -61
  12098.     Nested joins added.
  12099.  
  12100.   sql/item_func.h
  12101.     1.80.1.1 04/06/10 22:18:30 igor@rurik.mysql.com +1 -1
  12102.     Nested joins added.
  12103.  
  12104.   sql/item_cmpfunc.h
  12105.     1.74.1.1 04/06/10 22:16:51 igor@rurik.mysql.com +35 -1
  12106.     Nested joins added.
  12107.  
  12108. ChangeSet
  12109.   1.1616.503.1 04/06/10 23:58:39 konstantin@mysql.com +29 -0
  12110.   assert.h needed for my_dbug.h now is included in my_dbug.h, where it for 
  12111.   some reason wasn't included before.
  12112.   A lot of files cleaned up from #include <assert.h>
  12113.  
  12114.   strings/my_vsnprintf.c
  12115.     1.26 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12116.     assert.h needed for my_dbug.h now is included in
  12117.     my_dbug.h, where it for some reason wasn't included before.
  12118.  
  12119.   strings/ctype-ucs2.c
  12120.     1.24 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12121.     assert.h needed for my_dbug.h now is included in
  12122.     my_dbug.h, where it for some reason wasn't included before.
  12123.  
  12124.   strings/ctype-simple.c
  12125.     1.49.1.1 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12126.     assert.h needed for my_dbug.h now is included in
  12127.     my_dbug.h, where it for some reason wasn't included before.
  12128.  
  12129.   sql/sql_string.cc
  12130.     1.77.1.5 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12131.     assert.h needed for my_dbug.h now is included in
  12132.     my_dbug.h, where it for some reason wasn't included before.
  12133.  
  12134.   sql/mysql_priv.h
  12135.     1.186.1.108 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12136.     assert.h needed for my_dbug.h now is included in
  12137.     my_dbug.h, where it for some reason wasn't included before.
  12138.  
  12139.   sql-common/client.c
  12140.     1.46.1.17 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12141.     assert.h needed for my_dbug.h now is included in
  12142.     my_dbug.h, where it for some reason wasn't included before.
  12143.  
  12144.   mysys/thr_alarm.c
  12145.     1.42 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12146.     assert.h needed for my_dbug.h now is included in
  12147.     my_dbug.h, where it for some reason wasn't included before.
  12148.  
  12149.   mysys/rijndael.c
  12150.     1.4 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12151.     assert.h needed for my_dbug.h now is included in
  12152.     my_dbug.h, where it for some reason wasn't included before.
  12153.  
  12154.   mysys/my_seek.c
  12155.     1.11 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12156.     assert.h needed for my_dbug.h now is included in
  12157.     my_dbug.h, where it for some reason wasn't included before.
  12158.  
  12159.   mysys/my_pthread.c
  12160.     1.37.1.5 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12161.     assert.h needed for my_dbug.h now is included in
  12162.     my_dbug.h, where it for some reason wasn't included before.
  12163.  
  12164.   mysys/my_getopt.c
  12165.     1.48 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12166.     assert.h needed for my_dbug.h now is included in
  12167.     my_dbug.h, where it for some reason wasn't included before.
  12168.  
  12169.   mysys/my_gethostbyname.c
  12170.     1.7 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12171.     assert.h needed for my_dbug.h now is included in
  12172.     my_dbug.h, where it for some reason wasn't included before.
  12173.  
  12174.   mysys/my_bitmap.c
  12175.     1.17.1.2 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12176.     assert.h needed for my_dbug.h now is included in
  12177.     my_dbug.h, where it for some reason wasn't included before.
  12178.  
  12179.   mysys/mf_keycache.c
  12180.     1.43 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12181.     assert.h needed for my_dbug.h now is included in
  12182.     my_dbug.h, where it for some reason wasn't included before.
  12183.  
  12184.   mysys/mf_iocache2.c
  12185.     1.23.1.2 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12186.     assert.h needed for my_dbug.h now is included in
  12187.     my_dbug.h, where it for some reason wasn't included before.
  12188.  
  12189.   mysys/mf_iocache.c
  12190.     1.45 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12191.     assert.h needed for my_dbug.h now is included in
  12192.     my_dbug.h, where it for some reason wasn't included before.
  12193.  
  12194.   myisam/mi_write.c
  12195.     1.44 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12196.     assert.h needed for my_dbug.h now is included in
  12197.     my_dbug.h, where it for some reason wasn't included before.
  12198.  
  12199.   myisam/mi_search.c
  12200.     1.46 04/06/10 23:58:36 konstantin@mysql.com +0 -1
  12201.     assert.h needed for my_dbug.h now is included in
  12202.     my_dbug.h, where it for some reason wasn't included before.
  12203.  
  12204.   myisam/mi_open.c
  12205.     1.79 04/06/10 23:58:35 konstantin@mysql.com +0 -1
  12206.     assert.h needed for my_dbug.h now is included in
  12207.     my_dbug.h, where it for some reason wasn't included before.
  12208.  
  12209.   myisam/mi_key.c
  12210.     1.25 04/06/10 23:58:35 konstantin@mysql.com +0 -1
  12211.     assert.h needed for my_dbug.h now is included in
  12212.     my_dbug.h, where it for some reason wasn't included before.
  12213.  
  12214.   myisam/mi_dynrec.c
  12215.     1.36 04/06/10 23:58:35 konstantin@mysql.com +0 -1
  12216.     assert.h needed for my_dbug.h now is included in
  12217.     my_dbug.h, where it for some reason wasn't included before.
  12218.  
  12219.   myisam/mi_delete.c
  12220.     1.28 04/06/10 23:58:35 konstantin@mysql.com +0 -1
  12221.     assert.h needed for my_dbug.h now is included in
  12222.     my_dbug.h, where it for some reason wasn't included before.
  12223.  
  12224.   myisam/ftdefs.h
  12225.     1.27 04/06/10 23:58:35 konstantin@mysql.com +0 -1
  12226.     assert.h needed for my_dbug.h now is included in
  12227.     my_dbug.h, where it for some reason wasn't included before.
  12228.  
  12229.   libmysql/libmysql.c
  12230.     1.156.1.85 04/06/10 23:58:35 konstantin@mysql.com +0 -1
  12231.     assert.h needed for my_dbug.h now is included in
  12232.     my_dbug.h, where it for some reason wasn't included before.
  12233.  
  12234.   include/my_dbug.h
  12235.     1.8 04/06/10 23:58:35 konstantin@mysql.com +1 -0
  12236.     include assert.h needed for DBUG_ASSERT
  12237.  
  12238.   include/m_string.h
  12239.     1.31 04/06/10 23:58:35 konstantin@mysql.com +0 -1
  12240.     assert.h needed for my_dbug.h now is included in
  12241.     my_dbug.h, where it for some reason wasn't included before.
  12242.  
  12243.   heap/hp_hash.c
  12244.     1.32 04/06/10 23:58:35 konstantin@mysql.com +0 -1
  12245.     assert.h needed for my_dbug.h now is included in
  12246.     my_dbug.h, where it for some reason wasn't included before.
  12247.  
  12248.   client/mysqldump.c
  12249.     1.133 04/06/10 23:58:35 konstantin@mysql.com +0 -1
  12250.     assert.h needed for my_dbug.h now is included in
  12251.     my_dbug.h, where it for some reason wasn't included before.
  12252.  
  12253.   client/mysqlbinlog.cc
  12254.     1.84.1.11 04/06/10 23:58:35 konstantin@mysql.com +0 -1
  12255.     assert.h needed for my_dbug.h now is included in
  12256.     my_dbug.h, where it for some reason wasn't included before.
  12257.  
  12258. ChangeSet
  12259.   1.1616.470.6 04/06/10 21:18:57 serg@serg.mylan +19 -0
  12260.   bug#3964 and related issues: FTB problems with charsets where one byte can match many
  12261.   correct prefix compare with my_strnncoll
  12262.  
  12263.   strings/ctype-win1250ch.c
  12264.     1.36.1.1 04/06/10 21:18:51 serg@serg.mylan +10 -5
  12265.     6th argument to my_strncoll to handle prefix comparison
  12266.  
  12267.   strings/ctype-utf8.c
  12268.     1.60.1.1 04/06/10 21:18:51 serg@serg.mylan +3 -2
  12269.     6th argument to my_strncoll to handle prefix comparison
  12270.  
  12271.   strings/ctype-ucs2.c
  12272.     1.21.1.1 04/06/10 21:18:51 serg@serg.mylan +23 -7
  12273.     6th argument to my_strncoll to handle prefix comparison
  12274.  
  12275.   strings/ctype-uca.c
  12276.     1.4.1.1 04/06/10 21:18:51 serg@serg.mylan +3 -2
  12277.     6th argument to my_strncoll to handle prefix comparison
  12278.  
  12279.   strings/ctype-tis620.c
  12280.     1.68.1.1 04/06/10 21:18:51 serg@serg.mylan +5 -1
  12281.     6th argument to my_strncoll to handle prefix comparison
  12282.  
  12283.   strings/ctype-sjis.c
  12284.     1.60.1.1 04/06/10 21:18:51 serg@serg.mylan +4 -1
  12285.     6th argument to my_strncoll to handle prefix comparison
  12286.  
  12287.   strings/ctype-simple.c
  12288.     1.50 04/06/10 21:18:50 serg@serg.mylan +5 -2
  12289.     6th argument to my_strncoll to handle prefix comparison
  12290.  
  12291.   strings/ctype-mb.c
  12292.     1.24 04/06/10 21:18:50 serg@serg.mylan +14 -5
  12293.     6th argument to my_strncoll to handle prefix comparison
  12294.  
  12295.   strings/ctype-latin1.c
  12296.     1.27.1.1 04/06/10 21:18:50 serg@serg.mylan +3 -2
  12297.     6th argument to my_strncoll to handle prefix comparison
  12298.  
  12299.   strings/ctype-gbk.c
  12300.     1.55.1.1 04/06/10 21:18:50 serg@serg.mylan +3 -2
  12301.     6th argument to my_strncoll to handle prefix comparison
  12302.  
  12303.   strings/ctype-czech.c
  12304.     1.46.1.1 04/06/10 21:18:50 serg@serg.mylan +6 -2
  12305.     6th argument to my_strncoll to handle prefix comparison
  12306.  
  12307.   strings/ctype-bin.c
  12308.     1.45.1.1 04/06/10 21:18:50 serg@serg.mylan +14 -4
  12309.     6th argument to my_strncoll to handle prefix comparison
  12310.  
  12311.   strings/ctype-big5.c
  12312.     1.57.1.1 04/06/10 21:18:50 serg@serg.mylan +3 -2
  12313.     6th argument to my_strncoll to handle prefix comparison
  12314.  
  12315.   sql/sql_parse.cc
  12316.     1.271.71.14 04/06/10 21:18:50 serg@serg.mylan +1 -1
  12317.     cleanup
  12318.  
  12319.   mysys/my_handler.c
  12320.     1.14 04/06/10 21:18:50 serg@serg.mylan +1 -3
  12321.     6th argument to my_strncoll to handle prefix comparison
  12322.  
  12323.   mysql-test/t/fulltext.test
  12324.     1.63 04/06/10 21:18:50 serg@serg.mylan +9 -0
  12325.     6th argument to my_strncoll to handle prefix comparison
  12326.  
  12327.   mysql-test/r/fulltext.result
  12328.     1.63 04/06/10 21:18:50 serg@serg.mylan +11 -0
  12329.     6th argument to my_strncoll to handle prefix comparison
  12330.  
  12331.   myisam/ft_boolean_search.c
  12332.     1.80 04/06/10 21:18:50 serg@serg.mylan +22 -16
  12333.     bug#3964 and related issues: problems with charsets where one byte can match many
  12334.     *correct* prefix compare with my_strnncoll
  12335.     *correct* backup of info->lastkey
  12336.  
  12337.   include/m_ctype.h
  12338.     1.91.1.1 04/06/10 21:18:50 serg@serg.mylan +3 -3
  12339.     6th argument to my_strncoll to handle prefix comparison
  12340.  
  12341. ChangeSet
  12342.   1.1616.487.17 04/06/10 21:33:15 bell@sanja.is.com.ua +4 -0
  12343.   EXISTS(SELECT * ...)
  12344.   close table before opening in optimize
  12345.  
  12346.   sql/sql_table.cc
  12347.     1.157.2.70 04/06/10 21:33:12 bell@sanja.is.com.ua +1 -0
  12348.     close table before opening one
  12349.  
  12350.   sql/sql_base.cc
  12351.     1.145.1.65 04/06/10 21:33:12 bell@sanja.is.com.ua +13 -2
  12352.     EXISTS(SELECT * ...)
  12353.  
  12354.   mysql-test/t/subselect.test
  12355.     1.58.1.51 04/06/10 21:33:12 bell@sanja.is.com.ua +9 -0
  12356.     test of EXISTS(SELECT * ...)
  12357.  
  12358.   mysql-test/r/subselect.result
  12359.     1.67.1.60 04/06/10 21:33:12 bell@sanja.is.com.ua +16 -2
  12360.     test of EXISTS(SELECT * ...)
  12361.  
  12362. ChangeSet
  12363.   1.1616.502.1 04/06/10 20:03:06 mronstrom@mysql.com +2 -0
  12364.   Randomise time-out to avoid aborting both transactions in deadlock
  12365.  
  12366.   BitKeeper/etc/logging_ok
  12367.     1.233.1.82 04/06/10 19:58:27 mikron@mikael-ronstr-ms-dator.local +1 -0
  12368.     Logging to logging@openlogging.org accepted
  12369.  
  12370.   ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
  12371.     1.3.1.1 04/06/10 19:57:38 mikron@mikael-ronstr-ms-dator.local +58 -50
  12372.     Randomise time-out to avoid aborting both transactions in deadlock
  12373.  
  12374. ChangeSet
  12375.   1.1616.501.1 04/06/10 17:26:26 joreland@mysql.com +1 -0
  12376.   BUG#4088 - Multiple mixed index/normal reads
  12377.  
  12378.   ndb/include/kernel/signaldata/TcKeyConf.hpp
  12379.     1.2 04/06/10 17:26:09 joreland@mysql.com +1 -1
  12380.     BUG#4088 - Multiple mixed index/normal reads
  12381.     Make setNoOps "set's" and not only "or's"
  12382.  
  12383. ChangeSet
  12384.   1.1672 04/06/10 17:07:53 pem@mysql.comhem.se +3 -0
  12385.   Fixed BUG#3132: Stored function returns empty when used in union.
  12386.  
  12387.   sql/item_func.cc
  12388.     1.149 04/06/10 17:07:50 pem@mysql.com +1 -1
  12389.     Set a useful max_length in Item_func_sp so field widths are correctly calculated.
  12390.  
  12391.   mysql-test/t/sp.test
  12392.     1.67 04/06/10 17:07:50 pem@mysql.com +9 -0
  12393.     Added testcase for BUG#3132.
  12394.  
  12395.   mysql-test/r/sp.result
  12396.     1.67 04/06/10 17:07:50 pem@mysql.com +7 -0
  12397.     Added testcase for BUG#3132.
  12398.  
  12399. ChangeSet
  12400.   1.1616.500.2 04/06/10 16:41:24 guilhem@mysql.com +5 -0
  12401.   WL#1689 "Map OPTIMIZE TABLE to ALTER TABLE for InnoDB"
  12402.   exactly it's mapped to "ALTER TABLE t; ANALYZE TABLE t;"
  12403.  
  12404.   sql/sql_table.cc
  12405.     1.157.2.69 04/06/10 16:41:19 guilhem@mysql.com +63 -3
  12406.     In mysql_admin_table(): if the handler returns HA_ADMIN_TRY_ALTER,
  12407.     we close the table, recreate it, then open it and analyze it.
  12408.     This is currently used only for OPTIMIZE TABLE of an InnoDB table.
  12409.  
  12410.   sql/sql_parse.cc
  12411.     1.271.1.86 04/06/10 16:41:19 guilhem@mysql.com +3 -18
  12412.     the big block removed here is moved into mysql_recreate_table().
  12413.  
  12414.   sql/mysql_priv.h
  12415.     1.186.77.1 04/06/10 16:41:19 guilhem@mysql.com +2 -1
  12416.     as we may now use mysql_alter_table() internally to ::optimize we must prevent it from talking to the client.
  12417.     New function mysql_recreate_table() which is the same as ALTER TABLE t;
  12418.  
  12419.   sql/handler.h
  12420.     1.89.1.24 04/06/10 16:41:19 guilhem@mysql.com +1 -0
  12421.     new code to say "try alter and analyze".
  12422.  
  12423.   sql/ha_innodb.cc
  12424.     1.90.6.1 04/06/10 16:41:19 guilhem@mysql.com +3 -4
  12425.     ::optimize() now returns "try ALTER and then analyze" instead of only analyze.
  12426.  
  12427. ChangeSet
  12428.   1.1616.499.4 04/06/10 16:25:13 pekka@mysql.com +5 -0
  12429.   merge ndb api blobs, ready
  12430.  
  12431.   ndb/test/ndbapi/Makefile.am
  12432.     1.5 04/06/10 16:24:56 pekka@mysql.com +3 -1
  12433.     merge ndb api blobs, ready
  12434.  
  12435.   ndb/src/ndbapi/NdbBlob.cpp
  12436.     1.2 04/06/10 16:24:56 pekka@mysql.com +13 -13
  12437.     merge ndb api blobs, ready
  12438.  
  12439.   ndb/src/ndbapi/Makefile.am
  12440.     1.8 04/06/10 16:24:56 pekka@mysql.com +2 -1
  12441.     merge ndb api blobs, ready
  12442.  
  12443.   ndb/src/kernel/blocks/dbdict/Dbdict.cpp
  12444.     1.8 04/06/10 16:24:56 pekka@mysql.com +0 -1
  12445.     merge ndb api blobs, ready
  12446.  
  12447.   ndb/include/ndbapi/NdbBlob.hpp
  12448.     1.2 04/06/10 16:24:56 pekka@mysql.com +0 -1
  12449.     merge ndb api blobs, ready
  12450.  
  12451. ChangeSet
  12452.   1.1616.487.14 04/06/10 19:10:21 bar@mysql.com +18 -0
  12453.   Optimization to use less memory.
  12454.  
  12455.   strings/ctype-win1250ch.c
  12456.     1.38 04/06/10 19:10:18 bar@mysql.com +2 -1
  12457.     Optimization to use less memory.
  12458.  
  12459.   strings/ctype-utf8.c
  12460.     1.63 04/06/10 19:10:18 bar@mysql.com +4 -4
  12461.     Optimization to use less memory.
  12462.  
  12463.   strings/ctype-ujis.c
  12464.     1.53 04/06/10 19:10:18 bar@mysql.com +4 -4
  12465.     Optimization to use less memory.
  12466.  
  12467.   strings/ctype-ucs2.c
  12468.     1.23 04/06/10 19:10:18 bar@mysql.com +4 -4
  12469.     Optimization to use less memory.
  12470.  
  12471.   strings/ctype-uca.c
  12472.     1.6 04/06/10 19:10:12 bar@mysql.com +2 -2
  12473.     Optimization to use less memory.
  12474.  
  12475.   strings/ctype-tis620.c
  12476.     1.70 04/06/10 19:10:12 bar@mysql.com +4 -4
  12477.     Optimization to use less memory.
  12478.  
  12479.   strings/ctype-sjis.c
  12480.     1.62 04/06/10 19:10:12 bar@mysql.com +4 -4
  12481.     Optimization to use less memory.
  12482.  
  12483.   strings/ctype-latin1.c
  12484.     1.29 04/06/10 19:10:12 bar@mysql.com +6 -4
  12485.     Optimization to use less memory.
  12486.  
  12487.   strings/ctype-gbk.c
  12488.     1.57 04/06/10 19:10:12 bar@mysql.com +4 -4
  12489.     Optimization to use less memory.
  12490.  
  12491.   strings/ctype-gb2312.c
  12492.     1.49 04/06/10 19:10:12 bar@mysql.com +4 -4
  12493.     Optimization to use less memory.
  12494.  
  12495.   strings/ctype-extra.c
  12496.     1.16 04/06/10 19:10:12 bar@mysql.com +14 -12
  12497.     Optimization to use less memory.
  12498.  
  12499.   strings/ctype-euc_kr.c
  12500.     1.52 04/06/10 19:10:12 bar@mysql.com +4 -4
  12501.     Optimization to use less memory.
  12502.  
  12503.   strings/ctype-czech.c
  12504.     1.48 04/06/10 19:10:12 bar@mysql.com +2 -1
  12505.     Optimization to use less memory.
  12506.  
  12507.   strings/ctype-bin.c
  12508.     1.47 04/06/10 19:10:12 bar@mysql.com +2 -2
  12509.     Optimization to use less memory.
  12510.  
  12511.   strings/ctype-big5.c
  12512.     1.59 04/06/10 19:10:12 bar@mysql.com +4 -4
  12513.     Optimization to use less memory.
  12514.  
  12515.   sql/sql_lex.cc
  12516.     1.97.14.1 04/06/10 19:10:12 bar@mysql.com +13 -27
  12517.     Optimization to use less memory.
  12518.  
  12519.   mysys/charset.c
  12520.     1.124 04/06/10 19:10:12 bar@mysql.com +19 -5
  12521.     Optimization to use less memory.
  12522.  
  12523.   include/m_ctype.h
  12524.     1.93 04/06/10 19:10:11 bar@mysql.com +2 -2
  12525.     Optimization to use less memory.
  12526.  
  12527. ChangeSet
  12528.   1.1616.487.13 04/06/10 15:56:13 guilhem@mysql.com +5 -0
  12529.   WL#1595 "Optionally fsync() the binlog after every statement":
  12530.   New option --sync-binlog=x (and global settable variable) which will fsync the binlog
  12531.   after every x-th disk write to it. That is, if in autocommit mode, after every x-th statement
  12532.   written to the binlog; if using transactions, after every x-th transaction written to the binlog.
  12533.   x==0 means no fsync. x==1 is the slowest.
  12534.   There is no test added for this, I have just checked that it works as --sync-binlog=1 dramatically
  12535.   slows down mysqld.
  12536.   Made sync-frm a global settable variable.
  12537.  
  12538.   sql/set_var.h
  12539.     1.52 04/06/10 15:56:08 guilhem@mysql.com +9 -1
  12540.     new global settable variable sync_binlog needs a specific ::update because it needs to take LOCK_log
  12541.  
  12542.   sql/set_var.cc
  12543.     1.34.1.88 04/06/10 15:56:08 guilhem@mysql.com +28 -0
  12544.     Making sync-frm a settable global option.
  12545.     New settable global option sync-binlog.
  12546.  
  12547.   sql/mysqld.cc
  12548.     1.356.1.111 04/06/10 15:56:08 guilhem@mysql.com +8 -2
  12549.     new option sync_binlog
  12550.  
  12551.   sql/mysql_priv.h
  12552.     1.186.1.106 04/06/10 15:56:08 guilhem@mysql.com +1 -1
  12553.     new option sync_binlog
  12554.  
  12555.   sql/log.cc
  12556.     1.108.1.26 04/06/10 15:56:08 guilhem@mysql.com +12 -3
  12557.     every sync_binlog_period-th disk binlog write, we fsync the binlog
  12558.  
  12559. ChangeSet
  12560.   1.1346.1.507 04/06/10 16:44:39 monty@mysql.com +2 -0
  12561.   After merge fix
  12562.  
  12563.   scripts/mysql_install_db.sh
  12564.     1.35.1.14 04/06/10 16:44:38 monty@mysql.com +5 -4
  12565.     Cleanup
  12566.  
  12567.   mysql-test/r/type_date.result
  12568.     1.6.1.3 04/06/10 16:44:38 monty@mysql.com +17 -0
  12569.     After merge fix
  12570.  
  12571. ChangeSet
  12572.   1.1616.500.1 04/06/10 14:03:25 guilhem@mysql.com +2 -0
  12573.   don't need to tag the slave SQL thread as "bootstrap". It causes duplicate
  12574.   error messages when a query goes wrong.
  12575.   Note that from now on, if you run with --slave-skip-error=xx, then nothing will
  12576.   be printed to the error log when the slave is having this error xx and
  12577.   skipping it (but you don't care as you want to skip it).
  12578.  
  12579.   sql/slave.cc
  12580.     1.188.1.59 04/06/10 14:03:21 guilhem@mysql.com +0 -1
  12581.     don't need to tag the slave SQL thread as "bootstrap". It causes duplicate
  12582.     error messages when a query goes wrong.
  12583.     Note that from now on, if you run with --slave-skip-error=xx, then nothing will
  12584.     be printed to the error log when the slave is having this error xx and
  12585.     skipping it (but you don't care as you want to skip it).
  12586.  
  12587.   sql/repl_failsafe.cc
  12588.     1.32.1.22 04/06/10 14:03:21 guilhem@mysql.com +5 -0
  12589.     a comment about the use of thd->bootstrap in failsafe (unused code)
  12590.  
  12591. ChangeSet
  12592.   1.1616.499.3 04/06/10 13:04:29 pekka@mysql.com +5 -0
  12593.   merge ndb api blobs
  12594.  
  12595. ChangeSet
  12596.   1.1616.489.5 04/06/10 12:01:47 tomas@poseidon.ndb.mysql.com +6 -0
  12597.   removed myVector from ndb restore
  12598.  
  12599.   ndb/src/kernel/blocks/backup/restore/main.cpp
  12600.     1.10 04/06/10 12:01:41 tomas@poseidon.ndb.mysql.com +9 -9
  12601.     removed myVector
  12602.  
  12603.   ndb/src/kernel/blocks/backup/restore/consumer_restore.cpp
  12604.     1.3 04/06/10 12:01:41 tomas@poseidon.ndb.mysql.com +2 -2
  12605.     removed myVector
  12606.  
  12607.   ndb/src/kernel/blocks/backup/restore/Restore.hpp
  12608.     1.10 04/06/10 12:01:41 tomas@poseidon.ndb.mysql.com +13 -14
  12609.     removed myVector
  12610.  
  12611.   ndb/src/kernel/blocks/backup/restore/Restore.cpp
  12612.     1.11 04/06/10 12:01:41 tomas@poseidon.ndb.mysql.com +7 -7
  12613.     removed myVector
  12614.  
  12615.   ndb/include/util/Parser.hpp
  12616.     1.2 04/06/10 12:01:41 tomas@poseidon.ndb.mysql.com +1 -0
  12617.     bug-fix missing delete
  12618.  
  12619. ChangeSet
  12620.   1.1616.487.11 04/06/10 15:01:16 heikki@hundin.mysql.fi +2 -0
  12621.   
  12622.   
  12623.   Added function 
  12624.   
  12625.   /***********************************************************************
  12626.   This function stores binlog offset and flushes logs */
  12627.   
  12628.   
  12629.   void innobase_store_binlog_offset_and_flush_log(char *binlog_name,longlong offset) 
  12630.   requested by Guilhem to ha_innodb.cc and ha_innodb.h. 
  12631.   
  12632.   Change made by Jan.Lindstrom@innodb.com
  12633.  
  12634.   BitKeeper/deleted/.del-myVector.hpp~4ecd4d6d4c8fa2f6
  12635.     1.2 04/06/10 11:57:26 tomas@poseidon.ndb.mysql.com +0 -0
  12636.     Delete: ndb/src/kernel/blocks/backup/restore/myVector.hpp
  12637.  
  12638. ChangeSet
  12639.   1.1346.636.1 04/06/10 13:56:58 serg@serg.mylan +2 -0
  12640.   warn about multiple mysqld --user parameters only if their arguments differ
  12641.  
  12642.   sql/mysqld.cc
  12643.     1.297.1.203 04/06/10 13:56:55 serg@serg.mylan +1 -1
  12644.     warn about multiple --user parameters only if their arguments differ
  12645.  
  12646.   scripts/mysqld_safe.sh
  12647.     1.56.1.13 04/06/10 13:56:55 serg@serg.mylan +1 -7
  12648.     don't protect mysqld from multiple --user commands - mysqld can take care of itself
  12649.  
  12650.   sql/ha_innodb.h
  12651.     1.57.1.7 04/06/10 14:56:45 heikki@hundin.mysql.fi +2 -0
  12652.  
  12653.   sql/ha_innodb.cc
  12654.     1.90.1.45 04/06/10 14:56:45 heikki@hundin.mysql.fi +5 -26
  12655.  
  12656.   ndb/test/src/NDBT_Table.cpp
  12657.     1.6 04/06/10 13:04:20 pekka@mysql.com +0 -8
  12658.     merge ndb api blobs
  12659.  
  12660.   ndb/test/ndbapi/testBlobs.cpp
  12661.     1.7 04/06/10 13:04:16 pekka@mysql.com +0 -0
  12662.     merge ndb api blobs
  12663.  
  12664.   ndb/src/ndbapi/Ndberr.cpp
  12665.     1.9 04/06/10 13:04:09 pekka@mysql.com +0 -0
  12666.     merge ndb api blobs
  12667.  
  12668.   ndb/src/ndbapi/NdbOperation.cpp
  12669.     1.5 04/06/10 13:04:04 pekka@mysql.com +0 -0
  12670.     merge ndb api blobs
  12671.  
  12672.   ndb/include/ndbapi/NdbDictionary.hpp
  12673.     1.3 04/06/10 13:03:55 pekka@mysql.com +0 -0
  12674.     merge ndb api blobs
  12675.  
  12676.   ndb/test/ndbapi/testBlobs.cpp
  12677.     1.4.1.2 04/06/10 12:34:47 pekka@mysql.com +0 -0
  12678.     Merge rename: ndb/test/ndbapi/testBlobs/testBlobs.cpp -> ndb/test/ndbapi/testBlobs.cpp
  12679.  
  12680. ChangeSet
  12681.   1.1616.498.1 04/06/10 12:17:13 pem@mysql.comhem.se +1 -0
  12682.   Removed extra error messages (that were replaced).
  12683.  
  12684.   sql/share/czech/errmsg.txt
  12685.     1.64.1.55 04/06/10 12:17:10 pem@mysql.com +0 -2
  12686.     Removed extra error messages (that were replaced).
  12687.  
  12688. ChangeSet
  12689.   1.1616.497.1 04/06/10 12:04:30 pekka@mysql.com +37 -0
  12690.   ndb api blobs
  12691.  
  12692.   ndb/tools/ndbsql/ndbsql.cpp
  12693.     1.2.1.1 04/06/10 12:03:53 pekka@mysql.com +10 -2
  12694.     ndb api blobs
  12695.  
  12696.   ndb/test/src/NDBT_Table.cpp
  12697.     1.3.1.1 04/06/10 12:03:53 pekka@mysql.com +8 -1
  12698.     ndb api blobs
  12699.  
  12700.   ndb/test/ndbapi/testBlobs/testBlobs.cpp
  12701.     1.4.1.1 04/06/10 12:03:53 pekka@mysql.com +1146 -130
  12702.     ndb api blobs
  12703.  
  12704.   ndb/test/ndbapi/Makefile
  12705.     1.2.1.1 04/06/10 12:03:53 pekka@mysql.com +2 -1
  12706.     ndb api blobs
  12707.  
  12708.   ndb/src/ndbapi/ndberror.c
  12709.     1.6 04/06/10 12:03:53 pekka@mysql.com +8 -2
  12710.     ndb api blobs
  12711.  
  12712.   ndb/src/ndbapi/Ndblist.cpp
  12713.     1.1.1.1 04/06/10 12:03:53 pekka@mysql.com +30 -0
  12714.     ndb api blobs
  12715.  
  12716.   ndb/src/ndbapi/Ndbinit.cpp
  12717.     1.2.3.1 04/06/10 12:03:53 pekka@mysql.com +3 -0
  12718.     ndb api blobs
  12719.  
  12720.   ndb/src/ndbapi/Ndberr.cpp
  12721.     1.7.1.1 04/06/10 12:03:53 pekka@mysql.com +8 -0
  12722.     ndb api blobs
  12723.  
  12724.   ndb/src/ndbapi/NdbScanOperation.cpp
  12725.     1.4.2.1 04/06/10 12:03:53 pekka@mysql.com +22 -0
  12726.     ndb api blobs
  12727.  
  12728.   ndb/src/ndbapi/NdbOperationSearch.cpp
  12729.     1.2.1.1 04/06/10 12:03:53 pekka@mysql.com +32 -0
  12730.     ndb api blobs
  12731.  
  12732.   ndb/src/ndbapi/NdbOperationScan.cpp
  12733.     1.1.1.1 04/06/10 12:03:53 pekka@mysql.com +29 -2
  12734.     ndb api blobs
  12735.  
  12736.   ndb/src/ndbapi/NdbOperationDefine.cpp
  12737.     1.2.1.1 04/06/10 12:03:53 pekka@mysql.com +28 -0
  12738.     ndb api blobs
  12739.  
  12740.   ndb/src/ndbapi/NdbOperation.cpp
  12741.     1.3.1.1 04/06/10 12:03:53 pekka@mysql.com +31 -2
  12742.     ndb api blobs
  12743.  
  12744.   ndb/src/ndbapi/NdbIndexOperation.cpp
  12745.     1.1.1.1 04/06/10 12:03:53 pekka@mysql.com +11 -0
  12746.     ndb api blobs
  12747.  
  12748.   ndb/src/ndbapi/NdbDictionaryImpl.hpp
  12749.     1.2.1.1 04/06/10 12:03:53 pekka@mysql.com +13 -4
  12750.     ndb api blobs
  12751.  
  12752.   ndb/src/ndbapi/NdbDictionaryImpl.cpp
  12753.     1.3.3.1 04/06/10 12:03:53 pekka@mysql.com +81 -0
  12754.     ndb api blobs
  12755.  
  12756.   ndb/src/ndbapi/NdbDictionary.cpp
  12757.     1.4.1.1 04/06/10 12:03:52 pekka@mysql.com +3 -0
  12758.     ndb api blobs
  12759.  
  12760.   ndb/src/ndbapi/NdbConnection.cpp
  12761.     1.1.1.1 04/06/10 12:03:52 pekka@mysql.com +130 -18
  12762.     ndb api blobs
  12763.  
  12764.   ndb/src/ndbapi/Makefile
  12765.     1.5.2.1 04/06/10 12:03:52 pekka@mysql.com +2 -1
  12766.     ndb api blobs
  12767.  
  12768.   ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
  12769.     1.2.1.1 04/06/10 12:03:52 pekka@mysql.com +2 -2
  12770.     ndb api blobs
  12771.  
  12772.   ndb/src/kernel/blocks/dbdict/Dbdict.cpp
  12773.     1.4.1.1 04/06/10 12:03:52 pekka@mysql.com +1 -0
  12774.     ndb api blobs
  12775.  
  12776.   ndb/src/common/util/NdbSqlUtil.cpp
  12777.     1.4 04/06/10 12:03:52 pekka@mysql.com +20 -0
  12778.     ndb api blobs
  12779.  
  12780.   ndb/src/client/odbc/common/DataType.hpp
  12781.     1.1.1.1 04/06/10 12:03:52 pekka@mysql.com +1 -0
  12782.     ndb api blobs
  12783.  
  12784.   ndb/src/client/odbc/common/DataType.cpp
  12785.     1.3.1.1 04/06/10 12:03:52 pekka@mysql.com +6 -0
  12786.     ndb api blobs
  12787.  
  12788.   ndb/src/client/odbc/codegen/SimpleScan.lpp
  12789.     1.1.1.1 04/06/10 12:03:52 pekka@mysql.com +2 -0
  12790.     ndb api blobs
  12791.  
  12792.   ndb/src/client/odbc/codegen/SimpleGram.ypp
  12793.     1.1.1.1 04/06/10 12:03:52 pekka@mysql.com +23 -3
  12794.     ndb api blobs
  12795.  
  12796.   ndb/include/util/NdbSqlUtil.hpp
  12797.     1.2 04/06/10 12:03:52 pekka@mysql.com +23 -1
  12798.     ndb api blobs
  12799.  
  12800.   ndb/include/ndbapi/NdbScanOperation.hpp
  12801.     1.5 04/06/10 12:03:52 pekka@mysql.com +6 -0
  12802.     ndb api blobs
  12803.  
  12804.   ndb/include/ndbapi/NdbOperation.hpp
  12805.     1.3.2.1 04/06/10 12:03:52 pekka@mysql.com +26 -1
  12806.     ndb api blobs
  12807.  
  12808.   ndb/include/ndbapi/NdbDictionary.hpp
  12809.     1.1.1.1 04/06/10 12:03:52 pekka@mysql.com +26 -2
  12810.     ndb api blobs
  12811.  
  12812.   ndb/include/ndbapi/NdbConnection.hpp
  12813.     1.3.2.1 04/06/10 12:03:52 pekka@mysql.com +12 -2
  12814.     ndb api blobs
  12815.  
  12816.   ndb/include/ndbapi/NdbApi.hpp
  12817.     1.1.1.1 04/06/10 12:03:52 pekka@mysql.com +1 -0
  12818.     ndb api blobs
  12819.  
  12820.   ndb/include/ndbapi/Ndb.hpp
  12821.     1.3.2.1 04/06/10 12:03:52 pekka@mysql.com +6 -0
  12822.     ndb api blobs
  12823.  
  12824.   ndb/include/kernel/signaldata/DictTabInfo.hpp
  12825.     1.2 04/06/10 12:03:51 pekka@mysql.com +10 -1
  12826.     ndb api blobs
  12827.  
  12828.   ndb/include/kernel/ndb_limits.h
  12829.     1.2 04/06/10 12:03:51 pekka@mysql.com +5 -0
  12830.     ndb api blobs
  12831.  
  12832.   ndb/src/ndbapi/NdbBlob.cpp
  12833.     1.1 04/06/10 12:02:00 pekka@mysql.com +1334 -0
  12834.  
  12835.   ndb/include/ndbapi/NdbBlob.hpp
  12836.     1.1 04/06/10 12:02:00 pekka@mysql.com +294 -0
  12837.  
  12838.   ndb/src/ndbapi/NdbBlob.cpp
  12839.     1.0 04/06/10 12:02:00 pekka@mysql.com +0 -0
  12840.     BitKeeper file /space/pekka/ndb/version/my41-blobs/ndb/src/ndbapi/NdbBlob.cpp
  12841.  
  12842.   ndb/include/ndbapi/NdbBlob.hpp
  12843.     1.0 04/06/10 12:02:00 pekka@mysql.com +0 -0
  12844.     BitKeeper file /space/pekka/ndb/version/my41-blobs/ndb/include/ndbapi/NdbBlob.hpp
  12845.  
  12846. ChangeSet
  12847.   1.1346.635.1 04/06/10 11:58:16 monty@mysql.com +1 -0
  12848.   Cleanup
  12849.  
  12850.   sql/sql_parse.cc
  12851.     1.218.38.1 04/06/10 11:58:14 monty@mysql.com +4 -2
  12852.     Cleanup of patch
  12853.  
  12854. ChangeSet
  12855.   1.1616.496.1 04/06/10 10:59:55 bell@sanja.is.com.ua +4 -0
  12856.   cleunup() of count() and max()/min() added (BUG#2687)
  12857.  
  12858.   sql/item_sum.h
  12859.     1.48.5.1 04/06/10 10:59:29 bell@sanja.is.com.ua +2 -0
  12860.     cleunup() added
  12861.  
  12862.   sql/item_sum.cc
  12863.     1.89.6.1 04/06/10 10:59:29 bell@sanja.is.com.ua +19 -0
  12864.     cleunup() added
  12865.  
  12866.   mysql-test/t/func_group.test
  12867.     1.24 04/06/10 10:59:29 bell@sanja.is.com.ua +22 -0
  12868.     test of optimized aggregate function re-execution
  12869.  
  12870.   mysql-test/r/func_group.result
  12871.     1.29.1.1 04/06/10 10:59:29 bell@sanja.is.com.ua +28 -0
  12872.     test of optimized aggregate function re-execution
  12873.  
  12874. ChangeSet
  12875.   1.1616.489.4 04/06/10 01:38:38 tomas@poseidon.bredbandsbolaget.se +7 -0
  12876.   more ndb restore cleanup
  12877.  
  12878.   ndb/src/kernel/blocks/backup/restore/main.cpp
  12879.     1.9 04/06/10 01:38:31 tomas@poseidon.bredbandsbolaget.se +16 -74
  12880.     more ndb restore cleanup
  12881.  
  12882.   ndb/src/kernel/blocks/backup/restore/consumer_restore.hpp
  12883.     1.2 04/06/10 01:38:31 tomas@poseidon.bredbandsbolaget.se +0 -4
  12884.     more ndb restore cleanup
  12885.  
  12886.   ndb/src/kernel/blocks/backup/restore/consumer_restore.cpp
  12887.     1.2 04/06/10 01:38:31 tomas@poseidon.bredbandsbolaget.se +35 -27
  12888.     more ndb restore cleanup
  12889.  
  12890.   ndb/src/kernel/blocks/backup/restore/consumer_printer.cpp
  12891.     1.2 04/06/10 01:38:31 tomas@poseidon.bredbandsbolaget.se +1 -42
  12892.     more ndb restore cleanup
  12893.  
  12894.   ndb/src/kernel/blocks/backup/restore/consumer.hpp
  12895.     1.2 04/06/10 01:38:30 tomas@poseidon.bredbandsbolaget.se +1 -7
  12896.     more ndb restore cleanup
  12897.  
  12898.   ndb/src/kernel/blocks/backup/restore/Restore.hpp
  12899.     1.9 04/06/10 01:38:30 tomas@poseidon.bredbandsbolaget.se +50 -27
  12900.     more ndb restore cleanup
  12901.  
  12902.   ndb/src/kernel/blocks/backup/restore/Restore.cpp
  12903.     1.10 04/06/10 01:38:30 tomas@poseidon.bredbandsbolaget.se +116 -133
  12904.     more ndb restore cleanup
  12905.  
  12906. ChangeSet
  12907.   1.1616.487.8 04/06/10 01:30:39 konstantin@mysql.com +1 -0
  12908.   Fix for Bug#3904 "COUNT DISTINCT performance anomaly in 4.1"
  12909.   The bug was caused by error in hash calculation function: it
  12910.   always returned hash value for last field in a composite key, so 
  12911.   for keys like (a text, b char(1)) we were always
  12912.   getting bad hash values.
  12913.    
  12914.  
  12915.   myisam/mi_unique.c
  12916.     1.17 04/06/10 01:30:36 konstantin@mysql.com +3 -3
  12917.     Fix for bug #3904:
  12918.     We should take into account existing hash value when calculating hash for
  12919.     next key in a composite unique index.
  12920.  
  12921. ChangeSet
  12922.   1.1616.495.1 04/06/09 23:32:20 bell@sanja.is.com.ua +6 -0
  12923.   do not unlock tables early if we have subquery in HAVING clause (BUG#3984)
  12924.  
  12925.   sql/sql_select.cc
  12926.     1.216.1.121 04/06/09 23:32:17 bell@sanja.is.com.ua +2 -1
  12927.     do not unlock tables early if we have subquery in HAVING clause
  12928.  
  12929.   sql/sql_lex.h
  12930.     1.102.1.63 04/06/09 23:32:17 bell@sanja.is.com.ua +5 -0
  12931.     mark SELECT with subquery in HAVING clause
  12932.  
  12933.   sql/sql_lex.cc
  12934.     1.97.1.27 04/06/09 23:32:16 bell@sanja.is.com.ua +1 -1
  12935.     mark SELECT with subquery in HAVING clause
  12936.  
  12937.   sql/item_subselect.cc
  12938.     1.60.1.41 04/06/09 23:32:16 bell@sanja.is.com.ua +5 -0
  12939.     mark SELECT with subquery in HAVING clause
  12940.  
  12941.   mysql-test/t/subselect_innodb.test
  12942.     1.8 04/06/09 23:32:16 bell@sanja.is.com.ua +10 -0
  12943.     test of unlocking innodb tables and subquery in HAVING clause
  12944.  
  12945.   mysql-test/r/subselect_innodb.result
  12946.     1.7 04/06/09 23:32:16 bell@sanja.is.com.ua +10 -0
  12947.     test of unlocking innodb tables and subquery in HAVING clause
  12948.  
  12949. ChangeSet
  12950.   1.1616.494.1 04/06/09 19:24:36 tomas@poseidon.bredbandsbolaget.se +12 -0
  12951.   re-enginered ndb restore to remove new/deletes and data copy
  12952.  
  12953.   ndb/src/kernel/blocks/backup/restore/consumer_restorem.cpp
  12954.     1.1 04/06/09 19:24:29 tomas@poseidon.bredbandsbolaget.se +652 -0
  12955.  
  12956.   ndb/src/kernel/blocks/backup/restore/consumer_restore.hpp
  12957.     1.1 04/06/09 19:24:29 tomas@poseidon.bredbandsbolaget.se +79 -0
  12958.  
  12959.   ndb/src/kernel/blocks/backup/restore/consumer_restorem.cpp
  12960.     1.0 04/06/09 19:24:29 tomas@poseidon.bredbandsbolaget.se +0 -0
  12961.     BitKeeper file /home/tomas/mysql-4.1-ndb/ndb/src/kernel/blocks/backup/restore/consumer_restorem.cpp
  12962.  
  12963.   ndb/src/kernel/blocks/backup/restore/consumer_restore.hpp
  12964.     1.0 04/06/09 19:24:29 tomas@poseidon.bredbandsbolaget.se +0 -0
  12965.     BitKeeper file /home/tomas/mysql-4.1-ndb/ndb/src/kernel/blocks/backup/restore/consumer_restore.hpp
  12966.  
  12967.   ndb/src/kernel/blocks/backup/restore/consumer_restore.cpp
  12968.     1.1 04/06/09 19:24:28 tomas@poseidon.bredbandsbolaget.se +508 -0
  12969.  
  12970.   ndb/src/kernel/blocks/backup/restore/consumer_printer.hpp
  12971.     1.1 04/06/09 19:24:28 tomas@poseidon.bredbandsbolaget.se +50 -0
  12972.  
  12973.   ndb/src/kernel/blocks/backup/restore/consumer_restore.cpp
  12974.     1.0 04/06/09 19:24:28 tomas@poseidon.bredbandsbolaget.se +0 -0
  12975.     BitKeeper file /home/tomas/mysql-4.1-ndb/ndb/src/kernel/blocks/backup/restore/consumer_restore.cpp
  12976.  
  12977.   ndb/src/kernel/blocks/backup/restore/consumer_printer.hpp
  12978.     1.0 04/06/09 19:24:28 tomas@poseidon.bredbandsbolaget.se +0 -0
  12979.     BitKeeper file /home/tomas/mysql-4.1-ndb/ndb/src/kernel/blocks/backup/restore/consumer_printer.hpp
  12980.  
  12981.   ndb/src/kernel/blocks/backup/restore/consumer_printer.cpp
  12982.     1.1 04/06/09 19:24:27 tomas@poseidon.bredbandsbolaget.se +96 -0
  12983.  
  12984.   ndb/src/kernel/blocks/backup/restore/consumer.hpp
  12985.     1.1 04/06/09 19:24:27 tomas@poseidon.bredbandsbolaget.se +40 -0
  12986.  
  12987.   ndb/src/kernel/blocks/backup/restore/consumer_printer.cpp
  12988.     1.0 04/06/09 19:24:27 tomas@poseidon.bredbandsbolaget.se +0 -0
  12989.     BitKeeper file /home/tomas/mysql-4.1-ndb/ndb/src/kernel/blocks/backup/restore/consumer_printer.cpp
  12990.  
  12991.   ndb/src/kernel/blocks/backup/restore/consumer.hpp
  12992.     1.0 04/06/09 19:24:27 tomas@poseidon.bredbandsbolaget.se +0 -0
  12993.     BitKeeper file /home/tomas/mysql-4.1-ndb/ndb/src/kernel/blocks/backup/restore/consumer.hpp
  12994.  
  12995.   ndb/src/kernel/blocks/backup/restore/consumer.cpp
  12996.     1.1 04/06/09 19:24:26 tomas@poseidon.bredbandsbolaget.se +107 -0
  12997.  
  12998.   ndb/src/kernel/blocks/backup/restore/main.cpp
  12999.     1.8 04/06/09 19:24:26 tomas@poseidon.bredbandsbolaget.se +34 -1017
  13000.     re-enginered ndb restore to remove new/deletes and data copy
  13001.  
  13002.   ndb/src/kernel/blocks/backup/restore/consumer.cpp
  13003.     1.0 04/06/09 19:24:26 tomas@poseidon.bredbandsbolaget.se +0 -0
  13004.     BitKeeper file /home/tomas/mysql-4.1-ndb/ndb/src/kernel/blocks/backup/restore/consumer.cpp
  13005.  
  13006.   ndb/src/kernel/blocks/backup/restore/Restore.hpp
  13007.     1.8 04/06/09 19:24:25 tomas@poseidon.bredbandsbolaget.se +36 -16
  13008.     re-enginered ndb restore to remove new/deletes and data copy
  13009.  
  13010.   ndb/src/kernel/blocks/backup/restore/Restore.cpp
  13011.     1.9 04/06/09 19:24:25 tomas@poseidon.bredbandsbolaget.se +227 -78
  13012.     re-enginered ndb restore to remove new/deletes and data copy
  13013.  
  13014.   ndb/src/kernel/blocks/backup/restore/Makefile.am
  13015.     1.8 04/06/09 19:24:25 tomas@poseidon.bredbandsbolaget.se +1 -1
  13016.     re-enginered ndb restore to remove new/deletes and data copy
  13017.  
  13018. ChangeSet
  13019.   1.1616.493.2 04/06/09 23:10:09 hf@deer.(none) +1 -0
  13020.   fix for bug #3974 ("SHOW FULL PROCESSLIST" crashes the embedded server)
  13021.   server crashed checking thd->priv_user[0] and thd->priv_user is NULL
  13022.   if NO_EMBEDDED_ACCESS_CHECKS is on.
  13023.   Now i set it to be the same as thd->user
  13024.  
  13025.   libmysqld/lib_sql.cc
  13026.     1.75.1.37 04/06/09 23:10:06 hf@deer.(none) +1 -0
  13027.     now priv_user won't be NULL
  13028.  
  13029. ChangeSet
  13030.   1.1616.493.1 04/06/09 22:36:48 hf@deer.(none) +1 -0
  13031.   Fix for the bug #4014 (prepared SELECT in embedded server)
  13032.   Problem is that store_string_aux calls 'wrong' net_store_data
  13033.  
  13034.   sql/protocol.h
  13035.     1.15.1.5 04/06/09 22:36:16 hf@deer.(none) +3 -1
  13036.     I tried not to do net_store_data virtual - it's going to work a bit slower -
  13037.     using the fact that Protocol_simple and Protocol_prep have different
  13038.     implementation for 'store' methods.
  13039.     But now the store_string_aux method works for both.
  13040.     Well we still can try to make separate versions for Protocol_prep and
  13041.     Protocol_simple, but i prefer to make net_store_data virtual for
  13042.     embedded server so we won't have similar problems in the future
  13043.  
  13044. ChangeSet
  13045.   1.1671 04/06/09 18:50:03 pem@mysql.comhem.se +2 -0
  13046.   Added test case for SELECT INTO with too many rows.
  13047.  
  13048.   mysql-test/t/sp-error.test
  13049.     1.39 04/06/09 18:49:59 pem@mysql.com +17 -0
  13050.     Added test case for SELECT INTO with too many rows.
  13051.  
  13052.   mysql-test/r/sp-error.result
  13053.     1.39 04/06/09 18:49:59 pem@mysql.com +9 -0
  13054.     Added test case for SELECT INTO with too many rows.
  13055.  
  13056. ChangeSet
  13057.   1.1346.623.39 04/06/09 20:02:08 gluh@gluh.mysql.r18.ru +2 -0
  13058.   Fixed issue with compilation MySQL with OpenSSL 
  13059.   if OpenSSL is installed in non-statndart directory
  13060.   ('openssl/opensslv.h: No such file or directory')
  13061.  
  13062.   include/violite.h
  13063.     1.21.3.5 04/06/09 20:01:42 gluh@gluh.mysql.r18.ru +8 -0
  13064.     Fixed issue with compilation MySQL with OpenSSL 
  13065.     if OpenSSL is installed in non-statndart directory
  13066.  
  13067.   include/my_global.h
  13068.     1.34.1.32 04/06/09 20:01:42 gluh@gluh.mysql.r18.ru +0 -10
  13069.     Fixed issue with compilation MySQL with OpenSSL 
  13070.     if OpenSSL is installed in non-statndart directory
  13071.  
  13072. ChangeSet
  13073.   1.1346.1.505 04/06/09 17:07:11 guilhem@mysql.com +2 -0
  13074.   Fix for BUG#4038 "rpm postinstall script leaves files as owned by root":
  13075.   the rpm postinstall script must call mysql_install_db with --user=mysql,
  13076.   and mysql_install_db must then pass this to mysqld. Otherwise, mysqld
  13077.   runs as root, and if you have --log-bin=somewhere_out_of_var_lib_mysql
  13078.   it creates binlog files owned by root in this dir, and this dir is not
  13079.   fixed by the 'chmod mysql', so files remain owned by root, and later mysqld
  13080.   (running as 'mysql') can't read them.
  13081.   I'm hardcoding 'mysql' in the postinstall script, but it's already hardcoded
  13082.   there in many places (see the useradd and chown) so it's ok.
  13083.  
  13084.   support-files/mysql.spec.sh
  13085.     1.61.1.21 04/06/09 17:07:04 guilhem@mysql.com +1 -1
  13086.     in postinstall, call mysql_install_db with --user=mysql, so that mysqld (which installs the grant tables)
  13087.     is started with --user=mysql.
  13088.  
  13089.   scripts/mysql_install_db.sh
  13090.     1.35.1.13 04/06/09 17:07:04 guilhem@mysql.com +5 -1
  13091.     Pass --user to mysqld
  13092.  
  13093. ChangeSet
  13094.   1.1616.492.1 04/06/09 16:07:01 guilhem@mysql.com +12 -0
  13095.   Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be logged to
  13096.   binlog even if they changed nothing, and a test for this.
  13097.   This is useful when users use these commands to clean up their master and slave by issuing
  13098.   one command on master (assume master and slave have slightly different data for some
  13099.   reason and you want to clean up both).
  13100.   Note that I have not changed multi-table DELETE and multi-table UPDATE because their
  13101.   error-reporting mechanism is more complicated.
  13102.  
  13103.   mysql-test/t/rpl_delete_all.test
  13104.     1.1 04/06/09 16:06:56 guilhem@mysql.com +40 -0
  13105.  
  13106.   mysql-test/r/rpl_delete_all.result
  13107.     1.1 04/06/09 16:06:56 guilhem@mysql.com +31 -0
  13108.  
  13109.   sql/sql_update.cc
  13110.     1.83.2.42 04/06/09 16:06:56 guilhem@mysql.com +4 -2
  13111.     UPDATE is now always logged to binlog even if no rows updated (but in this case, only if really no error).
  13112.  
  13113.   sql/sql_table.cc
  13114.     1.157.2.68 04/06/09 16:06:56 guilhem@mysql.com +13 -11
  13115.     DROP TABLE IF EXISTS is now always logged to binlog even if table did not exist
  13116.  
  13117.   sql/sql_delete.cc
  13118.     1.99.2.27 04/06/09 16:06:56 guilhem@mysql.com +11 -1
  13119.     DELETE FROM t is now always logged to binlog even if no rows deleted (but in this case, only if really no error).
  13120.  
  13121.   sql/sql_db.cc
  13122.     1.68.1.43 04/06/09 16:06:56 guilhem@mysql.com +35 -37
  13123.     DROP DATABASE IF EXISTS is now always logged to binlog, even if db did not exist
  13124.  
  13125.   mysql-test/t/rpl_delete_all.test
  13126.     1.0 04/06/09 16:06:56 guilhem@mysql.com +0 -0
  13127.     BitKeeper file /home/mysql_src/mysql-4.1-874/mysql-test/t/rpl_delete_all.test
  13128.  
  13129.   mysql-test/t/mysqlbinlog.test
  13130.     1.8.1.4 04/06/09 16:06:56 guilhem@mysql.com +4 -3
  13131.     moving SET TIMESTAMP up as DROP shows up in binlog
  13132.  
  13133.   mysql-test/r/rpl_temporary.result
  13134.     1.3.1.8 04/06/09 16:06:56 guilhem@mysql.com +12 -11
  13135.     result update
  13136.  
  13137.   mysql-test/r/rpl_replicate_do.result
  13138.     1.21.1.1 04/06/09 16:06:56 guilhem@mysql.com +1 -1
  13139.     result update
  13140.  
  13141.   mysql-test/r/rpl_flush_log_loop.result
  13142.     1.13.1.2 04/06/09 16:06:56 guilhem@mysql.com +1 -1
  13143.     result update
  13144.  
  13145.   mysql-test/r/rpl_delete_all.result
  13146.     1.0 04/06/09 16:06:56 guilhem@mysql.com +0 -0
  13147.     BitKeeper file /home/mysql_src/mysql-4.1-874/mysql-test/r/rpl_delete_all.result
  13148.  
  13149.   mysql-test/r/rpl_charset.result
  13150.     1.3 04/06/09 16:06:56 guilhem@mysql.com +56 -54
  13151.     result update
  13152.  
  13153.   mysql-test/r/mysqlbinlog.result
  13154.     1.3.1.6 04/06/09 16:06:55 guilhem@mysql.com +5 -1
  13155.     result update
  13156.  
  13157. ChangeSet
  13158.   1.1346.1.504 04/06/09 15:27:15 guilhem@mysql.com +1 -0
  13159.   complement to previous fix (which was for SQLCOM_DROP_DB), for COM_DROP_DB.
  13160.  
  13161.   sql/sql_parse.cc
  13162.     1.218.1.155 04/06/09 15:27:11 guilhem@mysql.com +3 -3
  13163.     Making COM_DROP_DB honour lower_case_table_names. Plus coding-style fixes.
  13164.  
  13165. ChangeSet
  13166.   1.1346.1.503 04/06/09 15:22:31 guilhem@mysql.com +1 -0
  13167.   Fix for BUG#4066 "DROP DATABASE case sensitive even if lower-case-table-names > 0"
  13168.  
  13169.   sql/sql_parse.cc
  13170.     1.218.1.154 04/06/09 15:22:29 guilhem@mysql.com +2 -1
  13171.     honour lower_case_table_names in DROP DATABASE (like we already do in CREATE DATABASE)
  13172.  
  13173. ChangeSet
  13174.   1.1665.8.11 04/06/09 14:19:43 pem@mysql.comhem.se +5 -0
  13175.   Fixed BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES.
  13176.   
  13177.   It's not possible to quote the definition according to the current sql_mode
  13178.   setting, so instead we use the setting stored with the SP (that's how it's
  13179.   parsed anyway), and show this setting in the SHOW CREATE output.
  13180.  
  13181.   sql/sp_head.h
  13182.     1.38 04/06/09 14:19:37 pem@mysql.com +2 -1
  13183.     Store sql_mode in sp_head and use it for SHOW CREATE.
  13184.  
  13185.   sql/sp_head.cc
  13186.     1.77 04/06/09 14:19:37 pem@mysql.com +52 -5
  13187.     Store sql_mode in sp_head and use it for SHOW CREATE.
  13188.  
  13189.   sql/sp.cc
  13190.     1.48.1.3 04/06/09 14:19:37 pem@mysql.com +46 -38
  13191.     Rewrote create_string to quote things correctly according to the sql_mode
  13192.     used at creation time.
  13193.  
  13194.   mysql-test/t/sp.test
  13195.     1.66 04/06/09 14:19:37 pem@mysql.com +34 -0
  13196.     New test case for BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES.
  13197.  
  13198.   mysql-test/r/sp.result
  13199.     1.66 04/06/09 14:19:37 pem@mysql.com +47 -12
  13200.     Modifed SHOW CREATE FUNCTION|PROCEDURE output. Show the sql_mode used at
  13201.     creation as well.
  13202.     New test case for BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES.
  13203.  
  13204. ChangeSet
  13205.   1.1616.487.6 04/06/09 12:33:30 bar@mysql.com +2 -0
  13206.   charset.c:
  13207.     Fix to be ANSI C complient
  13208.     ,
  13209.  
  13210.   BitKeeper/etc/logging_ok
  13211.     1.233.1.81 04/06/09 12:33:29 bar@mysql.com +1 -0
  13212.     Logging to logging@openlogging.org accepted
  13213.  
  13214.   mysys/charset.c
  13215.     1.123 04/06/09 12:32:44 bar@mysql.com +2 -1
  13216.     Fix to be ANSI C complient
  13217.     ,
  13218.  
  13219. ChangeSet
  13220.   1.1616.489.2 04/06/09 06:09:13 ndbdev@ndbmaster.mysql.com +1 -0
  13221.   3 retries for wait started
  13222.  
  13223.   ndb/test/run-test/main.cpp
  13224.     1.8 04/06/09 06:08:42 ndbdev@ndbmaster.mysql.com +11 -4
  13225.     3 retries for wait started
  13226.  
  13227. ChangeSet
  13228.   1.1616.491.1 04/06/09 03:21:50 konstantin@mysql.com +7 -0
  13229.   Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types 
  13230.   is broken (prepared statements)": fixed date handling in many places 
  13231.   of prepared statements code.
  13232.  
  13233.   tests/client_test.c
  13234.     1.51.1.43 04/06/09 03:21:34 konstantin@mysql.com +68 -0
  13235.     Test case for Bug#4026
  13236.  
  13237.   sql/sql_prepare.cc
  13238.     1.34.18.11 04/06/09 03:21:34 konstantin@mysql.com +12 -14
  13239.     Fix for Bug#4026:
  13240.     - MYSQL_TYPE_TIME/DATETIME handling fixed.
  13241.     - added initialization for Item_param::param_type in 
  13242.       setup_one_conversion_function
  13243.  
  13244.   sql/protocol.h
  13245.     1.15.1.4 04/06/09 03:21:34 konstantin@mysql.com +0 -1
  13246.     - PACKET_BUFFER_EXTRA_ALLOC moved to protocol.cc
  13247.  
  13248.   sql/protocol.cc
  13249.     1.56.1.30 04/06/09 03:21:34 konstantin@mysql.com +13 -11
  13250.     Fix for Bug#4026:
  13251.     - PACKET_BUFFET_EXTRA_ALLOC -> PACKET_BUFFER_EXTRA_ALLOC.
  13252.       The define itself was moved to .cc as it's used only in protocol.cc
  13253.     - fixed Protocol_prep::store_time() call.
  13254.  
  13255.   sql/item.h
  13256.     1.56.29.8 04/06/09 03:21:34 konstantin@mysql.com +12 -1
  13257.     - added enum_field_types Item_param::param_type. First step for proper
  13258.       handling of placeholders.
  13259.     - added get_date() implementation to prevent date -> string -> date 
  13260.       conversions when MYSQL_TYPE_DATE/DATETIME parameter is used in temporal 
  13261.       context.
  13262.  
  13263.   sql/item.cc
  13264.     1.58.50.11 04/06/09 03:21:34 konstantin@mysql.com +12 -0
  13265.     - added implementatoin of Item_param::get_date
  13266.  
  13267.   libmysql/libmysql.c
  13268.     1.156.1.84 04/06/09 03:21:33 konstantin@mysql.com +97 -29
  13269.     Fix for Bug#4026:
  13270.     - now buffer_length is defined for any buffer type. Network buffer 
  13271.       preallocation cleaned up.
  13272.     - added constants for maximum buffer sizes necessary for MYSQL_TYPE_DATE,
  13273.       MYSQL_TYPE_TIME, MYSQL_TYPE_DATETIME types.
  13274.     - TIME/DATETIME packing/unpacking functions fixed 
  13275.     - now result set metadata is always updated from fields sent to COM_EXECUTE.
  13276.       This is necessary to make 'SELECT ?' queries work without conversions. 
  13277.  
  13278. ChangeSet
  13279.   1.1346.634.1 04/06/09 00:08:24 serg@serg.mylan +3 -0
  13280.   different (simpler and more compatible) fix for bug#4046
  13281.  
  13282.   sql/sql_parse.cc
  13283.     1.218.1.153 04/06/09 00:08:21 serg@serg.mylan +4 -1
  13284.     different (simpler and more compatible) fix for bug#4046
  13285.  
  13286.   mysql-test/t/type_decimal.test
  13287.     1.8.1.5 04/06/09 00:08:21 serg@serg.mylan +3 -0
  13288.     different (simpler and more compatible) fix for bug#4046
  13289.  
  13290.   mysql-test/r/type_decimal.result
  13291.     1.11.1.4 04/06/09 00:08:21 serg@serg.mylan +7 -0
  13292.     different (simpler and more compatible) fix for bug#4046
  13293.  
  13294. ChangeSet
  13295.   1.1346.1.501 04/06/08 13:36:32 patg@krsna.patg.net +2 -0
  13296.   see notes for mysql-copyright scripts
  13297.  
  13298.   Build-tools/mysql-copyright
  13299.     1.8.1.1 04/06/08 13:36:29 patg@krsna.patg.net +44 -18
  13300.     deals with windows src file now
  13301.  
  13302.   Build-tools/mysql-copyright-2
  13303.     1.5.1.1 04/06/08 13:36:29 patg@krsna.patg.net +1 -1
  13304.     small fix
  13305.  
  13306. ChangeSet
  13307.   1.1616.490.1 04/06/08 19:55:04 guilhem@mysql.com +4 -0
  13308.   Correction to replication of charsets in 4.1:
  13309.   In mysqlbinlog, there was a problem with how we escaped the content of a string user variable.
  13310.   To be perfect, we should have escaped with character_set_client. But this charset is unknown
  13311.   to mysqlbinlog. So the simplest is to print the string in hex. This is unreadable but
  13312.   100% safe with any charset (checked with Bar), no more need to bother with character_set_client.
  13313.  
  13314.   sql/log_event.cc
  13315.     1.113.1.44 04/06/08 19:54:59 guilhem@mysql.com +44 -15
  13316.     In mysqlbinlog, there was a problem with how we escaped the content of a string user variable.
  13317.     To be perfect, we should have escaped with character_set_client. But this charset is unknown
  13318.     to mysqlbinlog. So the simplest is to print the string in hex. This is unreadable but
  13319.     100% safe with any charset (checked with Bar), no more need to bother with character_set_client.
  13320.  
  13321.   mysql-test/r/user_var.result
  13322.     1.17 04/06/08 19:54:59 guilhem@mysql.com +6 -6
  13323.     hex strings
  13324.  
  13325.   mysql-test/r/rpl_user_variables.result
  13326.     1.5.1.4 04/06/08 19:54:59 guilhem@mysql.com +6 -6
  13327.     hex strings
  13328.  
  13329.   mysql-test/r/rpl_charset.result
  13330.     1.2 04/06/08 19:54:59 guilhem@mysql.com +1 -1
  13331.     hex strings
  13332.  
  13333. ChangeSet
  13334.   1.1665.8.10 04/06/08 18:41:18 pem@mysql.comhem.se +3 -0
  13335.   Fixed proper restoring of current db on errors.
  13336.   This fixes part of BUG#3229: Stored procedure comment causes packets out of order.
  13337.  
  13338.   sql/sp_head.cc
  13339.     1.76 04/06/08 18:41:15 pem@mysql.com +4 -4
  13340.     Fixed proper restoring of current db on errors.
  13341.  
  13342.   sql/sp.h
  13343.     1.15 04/06/08 18:41:15 pem@mysql.com +2 -1
  13344.     Fixed proper restoring of current db on errors.
  13345.  
  13346.   sql/sp.cc
  13347.     1.48.1.2 04/06/08 18:41:15 pem@mysql.com +10 -8
  13348.     Fixed proper restoring of current db on errors.
  13349.  
  13350. ChangeSet
  13351.   1.1616.489.1 04/06/08 17:01:47 ndbdev@ndbmaster.mysql.com +1 -0
  13352.   Use LOGNAME instead of USER
  13353.  
  13354.   ndb/test/run-test/main.cpp
  13355.     1.7 04/06/08 17:01:00 ndbdev@ndbmaster.mysql.com +1 -1
  13356.     Use LOGNAME instead of USER
  13357.  
  13358. ChangeSet
  13359.   1.1616.488.1 04/06/08 18:01:15 ram@gw.mysql.r18.ru +6 -0
  13360.   a fix
  13361.   (Bug #4035 GROUP_CONCAT with HAVING clause truncates field                       
  13362.   Bug #4057 LEFT() function in HAVING clause truncates query result).
  13363.  
  13364.   sql/item_sum.h
  13365.     1.48.1.19 04/06/08 18:00:43 ram@gw.mysql.r18.ru +0 -1
  13366.     a fix (Bug #4035 GROUP_CONCAT with HAVING clause truncates field)
  13367.  
  13368.   sql/item_sum.cc
  13369.     1.89.1.25 04/06/08 18:00:43 ram@gw.mysql.r18.ru +4 -16
  13370.     a fix (Bug #4035 GROUP_CONCAT with HAVING clause truncates field)
  13371.  
  13372.   sql/item_strfunc.h
  13373.     1.83 04/06/08 18:00:43 ram@gw.mysql.r18.ru +1 -0
  13374.     a fix (Bug #4057 LEFT() function in HAVING clause truncates query result)
  13375.  
  13376.   sql/item_strfunc.cc
  13377.     1.176.1.1 04/06/08 18:00:43 ram@gw.mysql.r18.ru +4 -11
  13378.     a fix (Bug #4057 LEFT() function in HAVING clause truncates query result)
  13379.  
  13380.   mysql-test/t/func_gconcat.test
  13381.     1.17 04/06/08 18:00:43 ram@gw.mysql.r18.ru +12 -0
  13382.     a test case
  13383.     Bug #4035 GROUP_CONCAT with HAVING clause truncates field                       
  13384.     Bug #4057 LEFT() function in HAVING clause truncates query result
  13385.  
  13386.   mysql-test/r/func_gconcat.result
  13387.     1.26 04/06/08 18:00:43 ram@gw.mysql.r18.ru +11 -3
  13388.     a test case
  13389.     Bug #4035 GROUP_CONCAT with HAVING clause truncates field                       
  13390.     Bug #4057 LEFT() function in HAVING clause truncates query result
  13391.  
  13392. ChangeSet
  13393.   1.1616.487.2 04/06/08 17:56:15 bar@bar.intranet.mysql.r18.ru +17 -0
  13394.   WL#916: Unicode collations for some languages
  13395.  
  13396.   strings/ctype.c
  13397.     1.61 04/06/08 17:56:11 bar@bar.intranet.mysql.r18.ru +8 -6
  13398.     WL#916: Unicode collations for some languages
  13399.  
  13400.   strings/ctype-win1250ch.c
  13401.     1.37 04/06/08 17:56:11 bar@bar.intranet.mysql.r18.ru +1 -0
  13402.     WL#916: Unicode collations for some languages
  13403.  
  13404.   strings/ctype-utf8.c
  13405.     1.62 04/06/08 17:56:11 bar@bar.intranet.mysql.r18.ru +2 -0
  13406.     WL#916: Unicode collations for some languages
  13407.  
  13408.   strings/ctype-ujis.c
  13409.     1.52 04/06/08 17:56:11 bar@bar.intranet.mysql.r18.ru +2 -0
  13410.     WL#916: Unicode collations for some languages
  13411.  
  13412.   strings/ctype-ucs2.c
  13413.     1.22 04/06/08 17:56:11 bar@bar.intranet.mysql.r18.ru +2 -0
  13414.     WL#916: Unicode collations for some languages
  13415.  
  13416.   strings/ctype-uca.c
  13417.     1.5 04/06/08 17:56:11 bar@bar.intranet.mysql.r18.ru +1 -0
  13418.     WL#916: Unicode collations for some languages
  13419.  
  13420.   strings/ctype-tis620.c
  13421.     1.69 04/06/08 17:56:11 bar@bar.intranet.mysql.r18.ru +2 -0
  13422.     WL#916: Unicode collations for some languages
  13423.  
  13424.   strings/ctype-sjis.c
  13425.     1.61 04/06/08 17:56:11 bar@bar.intranet.mysql.r18.ru +2 -0
  13426.     WL#916: Unicode collations for some languages
  13427.  
  13428.   strings/ctype-latin1.c
  13429.     1.28 04/06/08 17:56:11 bar@bar.intranet.mysql.r18.ru +3 -0
  13430.     WL#916: Unicode collations for some languages
  13431.  
  13432.   strings/ctype-gbk.c
  13433.     1.56 04/06/08 17:56:10 bar@bar.intranet.mysql.r18.ru +2 -0
  13434.     WL#916: Unicode collations for some languages
  13435.  
  13436.   strings/ctype-gb2312.c
  13437.     1.48 04/06/08 17:56:10 bar@bar.intranet.mysql.r18.ru +2 -0
  13438.     WL#916: Unicode collations for some languages
  13439.  
  13440.   strings/ctype-euc_kr.c
  13441.     1.51 04/06/08 17:56:10 bar@bar.intranet.mysql.r18.ru +2 -0
  13442.     WL#916: Unicode collations for some languages
  13443.  
  13444.   strings/ctype-czech.c
  13445.     1.47 04/06/08 17:56:10 bar@bar.intranet.mysql.r18.ru +1 -0
  13446.     WL#916: Unicode collations for some languages
  13447.  
  13448.   strings/ctype-bin.c
  13449.     1.46 04/06/08 17:56:10 bar@bar.intranet.mysql.r18.ru +1 -0
  13450.     WL#916: Unicode collations for some languages
  13451.  
  13452.   strings/ctype-big5.c
  13453.     1.58 04/06/08 17:56:10 bar@bar.intranet.mysql.r18.ru +2 -0
  13454.     WL#916: Unicode collations for some languages
  13455.  
  13456.   mysys/charset.c
  13457.     1.122 04/06/08 17:56:10 bar@bar.intranet.mysql.r18.ru +180 -30
  13458.     WL#916: Unicode collations for some languages
  13459.  
  13460.   include/m_ctype.h
  13461.     1.92 04/06/08 17:56:09 bar@bar.intranet.mysql.r18.ru +1 -0
  13462.     WL#916: Unicode collations for some languages
  13463.  
  13464. ChangeSet
  13465.   1.1616.487.1 04/06/08 15:38:22 jplindst@t41.(none) +2 -0
  13466.   Added function innobase_store_binlog_offset_and_flush_log requested by Guilhem 
  13467.   to ha_innodb.cc and ha_innodb.h
  13468.  
  13469.   BitKeeper/etc/logging_ok
  13470.     1.233.1.80 04/06/08 15:33:24 jplindst@t41.(none) +1 -0
  13471.     Logging to logging@openlogging.org accepted
  13472.  
  13473.   sql/ha_innodb.cc
  13474.     1.90.1.44 04/06/08 15:33:18 jplindst@t41.(none) +33 -0
  13475.     /***********************************************************************
  13476.     This function stores binlog offset and flushes logs */
  13477.     
  13478.     void
  13479.     innobase_store_binlog_offset_and_flush_log(
  13480.     /*=============================*/
  13481.         char *binlog_name,          /* in: binlog name   */
  13482.         longlong offset             /* in: binlog offset */
  13483.     );
  13484.  
  13485.   BitKeeper/deleted/.del-Makefile_old~5e1138bd59f6b3aa
  13486.     1.5 04/06/08 10:50:46 tomas@poseidon.ndb.mysql.com +0 -0
  13487.     Delete: ndb/src/kernel/blocks/backup/restore/Makefile_old
  13488.  
  13489. ChangeSet
  13490.   1.1616.1.288 04/06/08 15:25:20 bar@bar.intranet.mysql.r18.ru +3 -0
  13491.   Bug #3717 ENCODE returns a character string, not a binary string
  13492.  
  13493. ChangeSet
  13494.   1.1616.1.285 04/06/08 10:36:41 tomas@poseidon.ndb.mysql.com +5 -0
  13495.   fix for automake-1.5
  13496.  
  13497.   ndb/tools/Makefile.am
  13498.     1.8 04/06/08 10:36:38 tomas@poseidon.ndb.mysql.com +8 -1
  13499.     fix for automake-1.5
  13500.  
  13501.   ndb/src/mgmsrv/Makefile.am
  13502.     1.10 04/06/08 10:36:38 tomas@poseidon.ndb.mysql.com +1 -1
  13503.     fix for automake-1.5
  13504.  
  13505.   ndb/src/mgmclient/Makefile.am
  13506.     1.9 04/06/08 10:36:38 tomas@poseidon.ndb.mysql.com +1 -1
  13507.     fix for automake-1.5
  13508.  
  13509.   ndb/src/kernel/blocks/backup/restore/Makefile.am
  13510.     1.7 04/06/08 10:36:38 tomas@poseidon.ndb.mysql.com +1 -1
  13511.     fix for automake-1.5
  13512.  
  13513.   ndb/src/cw/cpcd/Makefile.am
  13514.     1.7 04/06/08 10:36:38 tomas@poseidon.ndb.mysql.com +1 -1
  13515.     fix for automake-1.5
  13516.  
  13517.   sql/item_strfunc.cc
  13518.     1.177 04/06/08 15:25:15 bar@bar.intranet.mysql.r18.ru +2 -0
  13519.     Bug #3717 ENCODE returns a character string, not a binary string
  13520.  
  13521.   mysql-test/t/func_str.test
  13522.     1.56 04/06/08 15:25:15 bar@bar.intranet.mysql.r18.ru +3 -1
  13523.     Bug #3717 ENCODE returns a character string, not a binary string
  13524.  
  13525.   mysql-test/r/func_str.result
  13526.     1.65 04/06/08 15:25:15 bar@bar.intranet.mysql.r18.ru +7 -2
  13527.     Bug #3717 ENCODE returns a character string, not a binary string
  13528.  
  13529. ChangeSet
  13530.   1.1616.486.5 04/06/08 14:26:16 bar@bar.intranet.mysql.r18.ru +3 -0
  13531.   Bug #2077 Japanese characters in enum/default values are reported incorrectly
  13532.  
  13533.   sql/sql_show.cc
  13534.     1.122.1.47 04/06/08 14:26:08 bar@bar.intranet.mysql.r18.ru +1 -1
  13535.     Bug #2077 Japanese characters in enum/default values are reported incorrectly
  13536.  
  13537.   mysql-test/t/ctype_ujis.test
  13538.     1.8 04/06/08 14:26:08 bar@bar.intranet.mysql.r18.ru +10 -0
  13539.     Bug #2077 Japanese characters in enum/default values are reported incorrectly
  13540.  
  13541.   mysql-test/r/ctype_ujis.result
  13542.     1.7 04/06/08 14:26:08 bar@bar.intranet.mysql.r18.ru +15 -0
  13543.     Bug #2077 Japanese characters in enum/default values are reported incorrectly
  13544.  
  13545. ChangeSet
  13546.   1.1616.486.4 04/06/08 10:41:14 heikki@hundin.mysql.fi +1 -0
  13547.   ha_innodb.cc:
  13548.     Fix Bug #4047: remove the improvement ported from 4.0 that made InnoDB to remember the original select_lock_type inside LOCK TABLES
  13549.  
  13550.   sql/ha_innodb.cc
  13551.     1.90.1.43 04/06/08 10:41:03 heikki@hundin.mysql.fi +13 -26
  13552.     Fix Bug #4047: remove the improvement ported from 4.0 that made InnoDB to remember the original select_lock_type inside LOCK TABLES
  13553.  
  13554. ChangeSet
  13555.   1.1346.623.38 04/06/08 12:35:22 wax@mysql.com +1 -0
  13556.   BUG#3439 problem with UDF functions
  13557.  
  13558.   VC++Files/examples/udf_example/udf_example.def
  13559.     1.2 04/06/08 12:34:57 wax@mysql.com +14 -5
  13560.     Add definitions of init and deinit functions
  13561.  
  13562. ChangeSet
  13563.   1.1616.485.5 04/06/08 11:33:16 bar@bar.intranet.mysql.r18.ru +1 -0
  13564.   Sorry, forgot to commit together with the code change yesterday.
  13565.  
  13566.   mysql-test/r/mysqldump.result
  13567.     1.9.1.20 04/06/08 11:33:13 bar@bar.intranet.mysql.r18.ru +0 -0
  13568.     Sorry, forgot to commit together with the code change yesterday.
  13569.  
  13570.   mysql-test/r/mysqldump.result
  13571.     1.9.1.19 04/06/08 11:32:24 bar@bar.intranet.mysql.r18.ru +30 -5
  13572.     Sorry, forgot to commit yesterday with the code change.
  13573.  
  13574. ChangeSet
  13575.   1.1616.1.282 04/06/08 00:12:11 tomas@poseidon.bredbandsbolaget.se +3 -0
  13576.   some ndb printout cleanup
  13577.  
  13578.   ndb/test/src/NDBT_Table.cpp
  13579.     1.5 04/06/08 00:09:57 tomas@poseidon.bredbandsbolaget.se +13 -83
  13580.     Print cleanup
  13581.  
  13582.   ndb/test/src/NDBT_ResultRow.cpp
  13583.     1.9 04/06/08 00:09:57 tomas@poseidon.bredbandsbolaget.se +1 -7
  13584.     Print error
  13585.  
  13586.   ndb/src/ndbapi/NdbDictionary.cpp
  13587.     1.6 04/06/08 00:09:57 tomas@poseidon.bredbandsbolaget.se +21 -21
  13588.     Print cleanup
  13589.  
  13590. ChangeSet
  13591.   1.1616.485.4 04/06/08 00:43:03 sergefp@mysql.com +1 -0
  13592.   SQL Syntax for Prepared Statements: post-merge fixes
  13593.  
  13594.   sql/sql_prepare.cc
  13595.     1.34.1.73 04/06/08 00:43:00 sergefp@mysql.com +4 -4
  13596.     SQL Syntax for Prepared Statements: post-merge fixes
  13597.  
  13598. ChangeSet
  13599.   1.1616.485.2 04/06/07 21:16:53 joreland@mysql.com +2 -0
  13600.   BUG#4034
  13601.  
  13602.   ndb/src/common/util/ConfigValues.cpp
  13603.     1.3 04/06/07 21:16:36 joreland@mysql.com +2 -2
  13604.     BUG#4034
  13605.  
  13606.   ndb/src/common/mgmcommon/ConfigInfo.cpp
  13607.     1.4 04/06/07 21:16:34 joreland@mysql.com +4 -2
  13608.     BUG#4034
  13609.  
  13610. ChangeSet
  13611.   1.1616.485.1 04/06/07 20:57:28 joreland@mysql.com +2 -0
  13612.   BUG#4037 fix printout of limits
  13613.  
  13614.   ndb/src/common/mgmcommon/InitConfigFileParser.cpp
  13615.     1.5 04/06/07 20:57:17 joreland@mysql.com +1 -1
  13616.     BUG#4037 fix printout of limits
  13617.  
  13618.   ndb/src/common/mgmcommon/ConfigInfo.cpp
  13619.     1.3 04/06/07 20:57:16 joreland@mysql.com +6 -2
  13620.     BUG#4037 fix printout of limits
  13621.  
  13622. ChangeSet
  13623.   1.1616.484.1 04/06/07 17:31:32 tomas@poseidon.ndb.mysql.com +53 -0
  13624.   ndb source tree cleanup, see respective file
  13625.  
  13626.   ndb/test/src/NdbSchemaOp.cpp
  13627.     1.6 04/06/07 17:31:29 tomas@poseidon.ndb.mysql.com +4 -4
  13628.     updated include file list
  13629.  
  13630.   ndb/test/src/NdbSchemaCon.cpp
  13631.     1.4 04/06/07 17:31:29 tomas@poseidon.ndb.mysql.com +19 -16
  13632.     moved NdbError NdbSchema
  13633.  
  13634.   ndb/test/src/NdbBackup.cpp
  13635.     1.6 04/06/07 17:31:29 tomas@poseidon.ndb.mysql.com +8 -4
  13636.     fixed bug in testBackup
  13637.  
  13638.   ndb/test/src/NDBT_ResultRow.cpp
  13639.     1.8 04/06/07 17:31:29 tomas@poseidon.ndb.mysql.com +2 -72
  13640.     use common print method for NDBT_ResultRow
  13641.  
  13642.   ndb/test/src/Makefile.am
  13643.     1.3 04/06/07 17:31:29 tomas@poseidon.ndb.mysql.com +2 -1
  13644.     moved NdbSchema to test
  13645.  
  13646.   ndb/src/ndbapi/Ndberr.cpp
  13647.     1.8 04/06/07 17:31:29 tomas@poseidon.ndb.mysql.com +0 -8
  13648.     removed NdbSchema from ndbapi
  13649.  
  13650.   ndb/src/ndbapi/NdbRecAttr.cpp
  13651.     1.5 04/06/07 17:31:29 tomas@poseidon.ndb.mysql.com +73 -80
  13652.     updated operator<< for NdbRecAttr
  13653.  
  13654.   ndb/src/ndbapi/NdbDictionary.cpp
  13655.     1.5 04/06/07 17:31:29 tomas@poseidon.ndb.mysql.com +76 -0
  13656.     added operator << for Column::Type
  13657.  
  13658.   ndb/src/ndbapi/Makefile.am
  13659.     1.7 04/06/07 17:31:29 tomas@poseidon.ndb.mysql.com +0 -2
  13660.     removed NdbSchema from ndbapi
  13661.  
  13662.   ndb/src/kernel/blocks/backup/restore/main.cpp
  13663.     1.7 04/06/07 17:31:28 tomas@poseidon.ndb.mysql.com +31 -169
  13664.     Rewritten restore to remove NdbSchema
  13665.  
  13666.   ndb/src/kernel/blocks/backup/restore/Restore.hpp
  13667.     1.7 04/06/07 17:31:28 tomas@poseidon.ndb.mysql.com +7 -30
  13668.     Rewritten restore to remove NdbSchema
  13669.  
  13670.   ndb/src/kernel/blocks/backup/restore/Restore.cpp
  13671.     1.8 04/06/07 17:31:28 tomas@poseidon.ndb.mysql.com +44 -190
  13672.     Rewritten restore to remove NdbSchema
  13673.  
  13674.   ndb/include/ndbapi/NdbRecAttr.hpp
  13675.     1.6 04/06/07 17:31:28 tomas@poseidon.ndb.mysql.com +3 -2
  13676.     made an operator<< friend to NdbRecAttr
  13677.  
  13678.   ndb/include/ndbapi/NdbDictionary.hpp
  13679.     1.2 04/06/07 17:31:28 tomas@poseidon.ndb.mysql.com +8 -0
  13680.     added Column::getSize()
  13681.     and print function for Column::Type
  13682.  
  13683.   ndb/include/Makefile.am
  13684.     1.3 04/06/07 17:31:28 tomas@poseidon.ndb.mysql.com +0 -2
  13685.     removed NdbSchema from ndbapi
  13686.  
  13687. ChangeSet
  13688.   1.1616.483.1 04/06/07 18:55:53 guilhem@mysql.com +1 -0
  13689.   updating test's result now that SHOW BINLOG EVENTS quotes and escapes user variables.
  13690.  
  13691.   mysql-test/r/rpl_user_variables.result
  13692.     1.5.1.3 04/06/07 18:55:49 guilhem@mysql.com +17 -17
  13693.     adding quotes to the variable names, and escaping, in the result
  13694.  
  13695. ChangeSet
  13696.   1.676.1.765 04/06/07 20:35:05 gluh@gluh.mysql.r18.ru +4 -0
  13697.   Fix for bug #4036 multiple SELECT DATE_FORMAT, incorrect results
  13698.  
  13699.   sql/field.h
  13700.     1.25.1.6 04/06/07 20:34:55 gluh@gluh.mysql.r18.ru +1 -0
  13701.     Fix for bug #4036 multiple SELECT DATE_FORMAT, incorrect results
  13702.  
  13703.   sql/field.cc
  13704.     1.45.1.4 04/06/07 20:34:55 gluh@gluh.mysql.r18.ru +18 -0
  13705.     Fix for bug #4036 multiple SELECT DATE_FORMAT, incorrect results
  13706.  
  13707.   mysql-test/t/type_date.test
  13708.     1.2.1.2 04/06/07 20:34:55 gluh@gluh.mysql.r18.ru +8 -0
  13709.     Fix for bug #4036 multiple SELECT DATE_FORMAT, incorrect results
  13710.  
  13711.   mysql-test/r/type_date.result
  13712.     1.2.1.2 04/06/07 20:34:55 gluh@gluh.mysql.r18.ru +2 -0
  13713.     Fix for bug #4036 multiple SELECT DATE_FORMAT, incorrect results
  13714.  
  13715. ChangeSet
  13716.   1.1616.482.1 04/06/07 17:39:17 gluh@gluh.mysql.r18.ru +3 -0
  13717.   Fix for bug#3946: Error in LPAD() when padstring is longer than 1 character
  13718.  
  13719. ChangeSet
  13720.   1.1616.479.9 04/06/07 18:33:17 bar@bar.intranet.mysql.r18.ru +1 -0
  13721.   mysqld.cc:
  13722.     WL#1160.
  13723.     Adding variable-conformant startup options for --default-character-set and --default-collation
  13724.  
  13725.   sql/mysqld.cc
  13726.     1.356.51.18 04/06/07 18:31:54 bar@bar.intranet.mysql.r18.ru +8 -2
  13727.     WL#1160.
  13728.     Adding variable-conformant startup options for --default-character-set and --default-collation
  13729.  
  13730.   sql/item_strfunc.cc
  13731.     1.176 04/06/07 17:22:19 gluh@gluh.mysql.r18.ru +2 -4
  13732.     Fix for bug#3946: Error in LPAD() when padstring is longer than 1 character
  13733.  
  13734.   mysql-test/t/ctype_ucs.test
  13735.     1.10 04/06/07 17:22:18 gluh@gluh.mysql.r18.ru +10 -0
  13736.     Test for bug#3946: Error in LPAD() when padstring is longer than 1 character
  13737.  
  13738.   mysql-test/r/ctype_ucs.result
  13739.     1.11 04/06/07 17:22:18 gluh@gluh.mysql.r18.ru +9 -0
  13740.     Test for bug#3946: Error in LPAD() when padstring is longer than 1 character
  13741.  
  13742. ChangeSet
  13743.   1.1616.479.8 04/06/07 18:12:23 bar@bar.intranet.mysql.r18.ru +1 -0
  13744.   mysqldump.c:
  13745.     Dump could fail to load because of --default-character-set command line option.
  13746.     More safe dump is now produces, --default-character-set doesn't matter.
  13747.  
  13748.   client/mysqldump.c
  13749.     1.132 04/06/07 18:11:07 bar@bar.intranet.mysql.r18.ru +8 -2
  13750.     Dump could fail to load because of --default-character-set command line option.
  13751.     More safe dump is now produces, --default-character-set doesn't matter.
  13752.  
  13753. ChangeSet
  13754.   1.1616.479.7 04/06/07 17:28:31 bar@bar.intranet.mysql.r18.ru +1 -0
  13755.   client.c:
  13756.     Bug #3990      `--with-charset' ./configure's switch doesn'taffect mysql client library.
  13757.  
  13758.   sql-common/client.c
  13759.     1.46.1.16 04/06/07 17:28:13 bar@bar.intranet.mysql.r18.ru +25 -26
  13760.     Bug #3990      `--with-charset' ./configure's switch doesn'taffect mysql client library.
  13761.  
  13762. ChangeSet
  13763.   1.1346.633.1 04/06/07 12:38:35 serg@serg.mylan +3 -0
  13764.   BUG#3987 - if(int, aggregate(int))
  13765.  
  13766.   sql/item_cmpfunc.cc
  13767.     1.20.1.42 04/06/07 12:38:32 serg@serg.mylan +2 -2
  13768.     BUG#3987 - if(int, aggregate(int))
  13769.  
  13770.   mysql-test/t/func_if.test
  13771.     1.2.1.2 04/06/07 12:38:32 serg@serg.mylan +9 -0
  13772.     BUG#3987 - if(int, aggregate(int))
  13773.  
  13774.   mysql-test/r/func_if.result
  13775.     1.5.1.2 04/06/07 12:38:32 serg@serg.mylan +6 -0
  13776.     BUG#3987 - if(int, aggregate(int))
  13777.  
  13778. ChangeSet
  13779.   1.1665.8.8 04/06/07 12:08:13 pem@mysql.comhem.se +3 -0
  13780.   Post-merge fixes.
  13781.  
  13782.   sql/sql_select.cc
  13783.     1.246 04/06/07 12:08:10 pem@mysql.com +1 -0
  13784.     Post-merge fix provided by Sergey Petrunia.
  13785.  
  13786.   sql/opt_range.cc
  13787.     1.111.1.6 04/06/07 12:08:10 pem@mysql.com +3 -2
  13788.     Post-merge fix provided by Sergey Petrunia.
  13789.  
  13790.   mysql-test/r/index_merge.result
  13791.     1.7.1.1 04/06/07 12:08:10 pem@mysql.com +1 -0
  13792.     Post-merge update of results. (Ok according to Sanja)
  13793.  
  13794.   ndb/test/include/NdbSchemaOp.hpp
  13795.     1.5 04/06/07 09:57:04 tomas@poseidon.ndb.mysql.com +0 -0
  13796.     Rename: ndb/include/ndbapi/NdbSchemaOp.hpp -> ndb/test/include/NdbSchemaOp.hpp
  13797.  
  13798.   ndb/test/include/NdbSchemaCon.hpp
  13799.     1.3 04/06/07 09:57:04 tomas@poseidon.ndb.mysql.com +0 -0
  13800.     Rename: ndb/include/ndbapi/NdbSchemaCon.hpp -> ndb/test/include/NdbSchemaCon.hpp
  13801.  
  13802.   ndb/test/src/NdbSchemaOp.cpp
  13803.     1.5 04/06/07 09:56:29 tomas@poseidon.ndb.mysql.com +0 -0
  13804.     Rename: ndb/src/ndbapi/NdbSchemaOp.cpp -> ndb/test/src/NdbSchemaOp.cpp
  13805.  
  13806.   ndb/test/src/NdbSchemaCon.cpp
  13807.     1.3 04/06/07 09:56:29 tomas@poseidon.ndb.mysql.com +0 -0
  13808.     Rename: ndb/src/ndbapi/NdbSchemaCon.cpp -> ndb/test/src/NdbSchemaCon.cpp
  13809.  
  13810. ChangeSet
  13811.   1.1616.479.5 04/06/07 02:06:33 brian@brian-akers-computer.local +4 -0
  13812.   Last patch before push into main tree. Updated from code review and final once over. 
  13813.   A couple of small changes to ha_example (mainly comments). 
  13814.  
  13815.   sql/examples/ha_example.h
  13816.     1.6 04/06/07 02:06:11 brian@brian-akers-computer.local +4 -1
  13817.     Added pragma interface. Removed fast_key_read() and Serg's request
  13818.  
  13819.   sql/examples/ha_example.cc
  13820.     1.6 04/06/07 02:06:10 brian@brian-akers-computer.local +8 -0
  13821.     Added a few new comments.
  13822.  
  13823.   sql/examples/ha_archive.h
  13824.     1.3 04/06/07 02:06:10 brian@brian-akers-computer.local +7 -5
  13825.     Removed fast_key_read() and changed the name of a conflicting variable.
  13826.  
  13827.   sql/examples/ha_archive.cc
  13828.     1.4 04/06/07 02:06:10 brian@brian-akers-computer.local +66 -38
  13829.     Changes from Serg.
  13830.     A few styles changes, fix for potential hash insert gone wrong, removed bad tables if create fails, gzflush used for flushing by default (had problems with OSX 10.2), and some spelling corrections.
  13831.  
  13832. ChangeSet
  13833.   1.1616.471.3 04/06/07 12:09:10 sergefp@mysql.com +10 -0
  13834.   Post review fixes for "SQL Syntax for Prepared Statements".
  13835.  
  13836.   sql/sql_yacc.yy
  13837.     1.203.1.123 04/06/07 12:09:06 sergefp@mysql.com +5 -5
  13838.     Coding style fixes
  13839.  
  13840.   sql/sql_prepare.cc
  13841.     1.34.1.71 04/06/07 12:09:06 sergefp@mysql.com +51 -150
  13842.     Post-review fixes and code cleanup.
  13843.  
  13844.   sql/sql_parse.cc
  13845.     1.271.1.85 04/06/07 12:09:06 sergefp@mysql.com +26 -54
  13846.     use user_var_entry::val_str in PREPARE stmt FROM @var.
  13847.  
  13848.   sql/sql_class.cc
  13849.     1.105.1.63 04/06/07 12:09:06 sergefp@mysql.com +1 -1
  13850.     Code cleanup
  13851.  
  13852.   sql/mysql_priv.h
  13853.     1.186.1.104 04/06/07 12:09:06 sergefp@mysql.com +1 -0
  13854.     Code cleanup
  13855.  
  13856.   sql/item_func.cc
  13857.     1.124.1.76 04/06/07 12:09:06 sergefp@mysql.com +7 -7
  13858.     Code cleanup
  13859.  
  13860.   sql/item.h
  13861.     1.56.1.74 04/06/07 12:09:06 sergefp@mysql.com +1 -0
  13862.     Moved a chunk of code from sql_prepare.cc to Item_param::set_from_user_var
  13863.  
  13864.   sql/item.cc
  13865.     1.58.1.85 04/06/07 12:09:06 sergefp@mysql.com +66 -4
  13866.     Moved a chunk of code from sql_prepare.cc to Item_param::set_from_user_var
  13867.  
  13868.   mysys/my_error.c
  13869.     1.16 04/06/07 12:09:06 sergefp@mysql.com +23 -22
  13870.     Comments added 
  13871.  
  13872.   mysql-test/r/ps.result
  13873.     1.6 04/06/07 12:09:06 sergefp@mysql.com +1 -1
  13874.     Better error message
  13875.  
  13876. ChangeSet
  13877.   1.1616.481.1 04/06/07 12:51:18 bar@bar.intranet.mysql.r18.ru +3 -0
  13878.   Bug #3928      regexp [[:>:]] and UTF-8
  13879.  
  13880.   strings/ctype-utf8.c
  13881.     1.61 04/06/07 12:51:13 bar@bar.intranet.mysql.r18.ru +13 -7
  13882.     Bug #3928      regexp [[:>:]] and UTF-8
  13883.  
  13884.   mysql-test/t/ctype_utf8.test
  13885.     1.16 04/06/07 12:51:13 bar@bar.intranet.mysql.r18.ru +16 -0
  13886.     Bug #3928      regexp [[:>:]] and UTF-8
  13887.  
  13888.   mysql-test/r/ctype_utf8.result
  13889.     1.18 04/06/07 12:51:13 bar@bar.intranet.mysql.r18.ru +22 -0
  13890.     Bug #3928      regexp [[:>:]] and UTF-8
  13891.  
  13892. ChangeSet
  13893.   1.1616.480.3 04/06/07 01:06:17 bell@sanja.is.com.ua +1 -0
  13894.   fixed mistyping
  13895.  
  13896.   sql/sql_select.cc
  13897.     1.216.1.120 04/06/07 01:06:14 bell@sanja.is.com.ua +1 -1
  13898.     fixed mistyping
  13899.  
  13900. ChangeSet
  13901.   1.1616.480.2 04/06/06 02:27:05 konstantin@mysql.com +4 -0
  13902.   mysql_stmt_field_count()
  13903.  
  13904.   tests/client_test.c
  13905.     1.51.1.42 04/06/06 02:27:02 konstantin@mysql.com +1 -0
  13906.     mysql_stmt_field_count()
  13907.  
  13908.   libmysql/libmysql.def
  13909.     1.28 04/06/06 02:27:02 konstantin@mysql.com +1 -0
  13910.     declaration for mysql_stmt_field_count()
  13911.  
  13912.   libmysql/libmysql.c
  13913.     1.156.1.83 04/06/06 02:27:02 konstantin@mysql.com +10 -0
  13914.     added mysql_stmt_field_count(): 
  13915.     we need this function to ease use of mysql_stmt_result_metadata:
  13916.     if mysql_stmt_field_count() != 0 mysql_stmt_result_metadata fails
  13917.     only if OOM.
  13918.  
  13919.   include/mysql.h
  13920.     1.126 04/06/06 02:27:02 konstantin@mysql.com +1 -0
  13921.     mysql_stmt_field_count() declaration
  13922.  
  13923. ChangeSet
  13924.   1.1616.480.1 04/06/06 00:33:16 konstantin@mysql.com +2 -0
  13925.   More comments in prepared statements code.
  13926.  
  13927.   sql/sql_prepare.cc
  13928.     1.34.18.10 04/06/06 00:33:13 konstantin@mysql.com +7 -1
  13929.     Commented case with ulonglong length in get_param_length
  13930.  
  13931.   libmysql/libmysql.c
  13932.     1.156.1.82 04/06/06 00:33:13 konstantin@mysql.com +153 -78
  13933.     Extended comments for mysql_stmt_init, mysql_stmt_prepare, 
  13934.     mysql_stmt_result_metadata.
  13935.     Few bits of code moved around and cleaned up.
  13936.  
  13937. ChangeSet
  13938.   1.1616.470.5 04/06/05 13:16:29 serg@serg.mylan +2 -0
  13939.   one more ndb-isolating fix
  13940.  
  13941.   mysql-test/Makefile.am
  13942.     1.28 04/06/05 13:16:24 serg@serg.mylan +2 -0
  13943.     one more ndb-isolating fix
  13944.  
  13945.   acinclude.m4
  13946.     1.95.1.7 04/06/05 13:16:24 serg@serg.mylan +1 -0
  13947.     one more ndb-isolating fix
  13948.  
  13949. ChangeSet
  13950.   1.1616.470.4 04/06/05 09:22:11 serg@serg.mylan +1 -0
  13951.   do not create ndb Makefiles unless required
  13952.  
  13953.   configure.in
  13954.     1.201.19.1 04/06/05 09:22:06 serg@serg.mylan +13 -13
  13955.     do not create ndb Makefiles unless required
  13956.  
  13957. ChangeSet
  13958.   1.1616.479.2 04/06/05 03:09:53 konstantin@mysql.com +1 -0
  13959.   Few more cleanups in client_test:
  13960.   No need for mysql_commit, especially after DDL statements.
  13961.  
  13962.   tests/client_test.c
  13963.     1.51.1.41 04/06/05 03:09:51 konstantin@mysql.com +13 -264
  13964.     No need for mysql_commit, especially after DDL statements.
  13965.  
  13966. ChangeSet
  13967.   1.1616.479.1 04/06/05 02:56:50 konstantin@mysql.com +1 -0
  13968.   The comment is not true any more. 
  13969.   Is there a way to sefely use MYSQL_BIND structure without bzero?
  13970.  
  13971.   tests/client_test.c
  13972.     1.51.1.40 04/06/05 02:56:47 konstantin@mysql.com +0 -6
  13973.     The comment is not true any more. 
  13974.     Is there a way to sefely use MYSQL_BIND structure without bzero?
  13975.  
  13976. ChangeSet
  13977.   1.1616.478.1 04/06/04 16:11:47 paul@ice.snake.net +1 -0
  13978.   mysql_install_db.sh:
  13979.     Correct a grammar error.
  13980.  
  13981.   scripts/mysql_install_db.sh
  13982.     1.37.1.25 04/06/04 16:10:41 paul@ice.snake.net +1 -1
  13983.     Correct a grammar error.
  13984.  
  13985. ChangeSet
  13986.   1.1616.477.1 04/06/04 21:15:08 serg@serg.mylan +1 -0
  13987.   make CHECK killable
  13988.  
  13989.   myisam/mi_check.c
  13990.     1.105.5.1 04/06/04 21:15:03 serg@serg.mylan +10 -0
  13991.     make CHECK killable
  13992.  
  13993. ChangeSet
  13994.   1.1616.475.4 04/06/04 18:38:18 konstantin@mysql.com +2 -0
  13995.   HAVE_DEPRECATED_411_API macro removed.
  13996.  
  13997.   tests/client_test.c
  13998.     1.51.1.39 04/06/04 18:38:15 konstantin@mysql.com +3374 -3267
  13999.     Rewritten to use new API.
  14000.     Few cleanups.
  14001.     A lot of valgrind warnings/errors removed.
  14002.  
  14003.   include/mysql.h
  14004.     1.125 04/06/04 18:38:15 konstantin@mysql.com +0 -1
  14005.     Removed obsolete define.
  14006.  
  14007.   BitKeeper/deleted/.del-Makefile_old~5ce89facf68772b
  14008.     1.3 04/06/04 14:22:42 tomas@poseidon.ndb.mysql.com +0 -0
  14009.     Delete: ndb/test/Makefile_old
  14010.  
  14011.   BitKeeper/deleted/.del-Makefile~d46bb4a49ae611f9
  14012.     1.3 04/06/04 14:22:32 tomas@poseidon.ndb.mysql.com +0 -0
  14013.     Delete: ndb/test/odbc/Makefile
  14014.  
  14015.   BitKeeper/deleted/.del-Makefile~261cfb7897aa2259
  14016.     1.2 04/06/04 14:22:27 tomas@poseidon.ndb.mysql.com +0 -0
  14017.     Delete: ndb/test/newtonapi/Makefile
  14018.  
  14019.   BitKeeper/deleted/.del-Makefile~71ad5c694da8711
  14020.     1.7 04/06/04 14:21:47 tomas@poseidon.ndb.mysql.com +0 -0
  14021.     Delete: ndb/src/old_files/Makefile
  14022.  
  14023.   BitKeeper/deleted/.del-config.h.in~b9209994763e30f8
  14024.     1.3 04/06/04 14:21:22 tomas@poseidon.ndb.mysql.com +0 -0
  14025.     Delete: ndb/config/old_files/config.h.in
  14026.  
  14027.   BitKeeper/deleted/.del-configure.in~3e0ef32c155b79bc
  14028.     1.3 04/06/04 14:21:21 tomas@poseidon.ndb.mysql.com +0 -0
  14029.     Delete: ndb/config/old_files/configure.in
  14030.  
  14031.   BitKeeper/deleted/.del-Makefile.am~c28d15539f926269
  14032.     1.4 04/06/04 14:21:21 tomas@poseidon.ndb.mysql.com +0 -0
  14033.     Delete: ndb/config/old_files/Makefile.am
  14034.  
  14035.   BitKeeper/deleted/.del-GuessConfig.sh~ebdb504ed6b7ab68
  14036.     1.8 04/06/04 14:21:21 tomas@poseidon.ndb.mysql.com +0 -0
  14037.     Delete: ndb/config/old_files/GuessConfig.sh
  14038.  
  14039.   BitKeeper/deleted/.del-Defs.TRU64X.ALPHA.GCC.mk~6ba3fc0cfaa37cb2
  14040.     1.3 04/06/04 14:21:21 tomas@poseidon.ndb.mysql.com +0 -0
  14041.     Delete: ndb/config/old_files/Defs.TRU64X.ALPHA.GCC.mk
  14042.  
  14043.   BitKeeper/deleted/.del-Defs.SOLARIS6.SPARC.GCC.mk~2b05903f79ce771
  14044.     1.3 04/06/04 14:21:21 tomas@poseidon.ndb.mysql.com +0 -0
  14045.     Delete: ndb/config/old_files/Defs.SOLARIS6.SPARC.GCC.mk
  14046.  
  14047.   BitKeeper/deleted/.del-Defs.SOLARIS.SPARC_64.GCC.mk~76626f56dcd0e8e9
  14048.     1.3 04/06/04 14:21:21 tomas@poseidon.ndb.mysql.com +0 -0
  14049.     Delete: ndb/config/old_files/Defs.SOLARIS.SPARC_64.GCC.mk
  14050.  
  14051.   BitKeeper/deleted/.del-Defs.SOLARIS.SPARC.GCC.mk~d781a20b8235525c
  14052.     1.3 04/06/04 14:21:21 tomas@poseidon.ndb.mysql.com +0 -0
  14053.     Delete: ndb/config/old_files/Defs.SOLARIS.SPARC.GCC.mk
  14054.  
  14055.   BitKeeper/deleted/.del-Defs.SOLARIS.SPARC.FORTE6.mk~4367e18b8246761e
  14056.     1.3 04/06/04 14:21:21 tomas@poseidon.ndb.mysql.com +0 -0
  14057.     Delete: ndb/config/old_files/Defs.SOLARIS.SPARC.FORTE6.mk
  14058.  
  14059.   BitKeeper/deleted/.del-Defs.SOFTOSE.SPARC.GCC.mk~ebd0c4aab56c1202
  14060.     1.3 04/06/04 14:21:21 tomas@poseidon.ndb.mysql.com +0 -0
  14061.     Delete: ndb/config/old_files/Defs.SOFTOSE.SPARC.GCC.mk
  14062.  
  14063.   BitKeeper/deleted/.del-Defs.WIN32.x86.VC7.mk~582038c28dd89391
  14064.     1.3 04/06/04 14:21:20 tomas@poseidon.ndb.mysql.com +0 -0
  14065.     Delete: ndb/config/old_files/Defs.WIN32.x86.VC7.mk
  14066.  
  14067.   BitKeeper/deleted/.del-Defs.SIMCELLO.SOFTOSE.GCC.mk~5acee8046e3dfd21
  14068.     1.3 04/06/04 14:21:20 tomas@poseidon.ndb.mysql.com +0 -0
  14069.     Delete: ndb/config/old_files/Defs.SIMCELLO.SOFTOSE.GCC.mk
  14070.  
  14071.   BitKeeper/deleted/.del-Defs.RELEASE_TRACE.mk~e367d147bd3ad0bf
  14072.     1.3 04/06/04 14:21:20 tomas@poseidon.ndb.mysql.com +0 -0
  14073.     Delete: ndb/config/old_files/Defs.RELEASE_TRACE.mk
  14074.  
  14075.   BitKeeper/deleted/.del-Defs.RELEASE.mk~6c195617d8e1c8ec
  14076.     1.3 04/06/04 14:21:20 tomas@poseidon.ndb.mysql.com +0 -0
  14077.     Delete: ndb/config/old_files/Defs.RELEASE.mk
  14078.  
  14079.   BitKeeper/deleted/.del-Defs.OSE.PPC750.DIAB.mk~d5d7116c512290bc
  14080.     1.3 04/06/04 14:21:20 tomas@poseidon.ndb.mysql.com +0 -0
  14081.     Delete: ndb/config/old_files/Defs.OSE.PPC750.DIAB.mk
  14082.  
  14083.   BitKeeper/deleted/.del-Defs.MACOSX.POWERPC.GCC.mk~d661574b758ac911
  14084.     1.3 04/06/04 14:21:20 tomas@poseidon.ndb.mysql.com +0 -0
  14085.     Delete: ndb/config/old_files/Defs.MACOSX.POWERPC.GCC.mk
  14086.  
  14087.   BitKeeper/deleted/.del-Defs.LINUX.x86_64.GCC.mk~9e853e7e1142b2d7
  14088.     1.3 04/06/04 14:21:20 tomas@poseidon.ndb.mysql.com +0 -0
  14089.     Delete: ndb/config/old_files/Defs.LINUX.x86_64.GCC.mk
  14090.  
  14091.   BitKeeper/deleted/.del-Defs.LINUX.x86.ICC.mk~e51a6e19daeb353
  14092.     1.3 04/06/04 14:21:20 tomas@poseidon.ndb.mysql.com +0 -0
  14093.     Delete: ndb/config/old_files/Defs.LINUX.x86.ICC.mk
  14094.  
  14095.   BitKeeper/deleted/.del-Defs.LINUX.x86.GCC.mk~15f3c82665d141a0
  14096.     1.6 04/06/04 14:21:20 tomas@poseidon.ndb.mysql.com +0 -0
  14097.     Delete: ndb/config/old_files/Defs.LINUX.x86.GCC.mk
  14098.  
  14099.   BitKeeper/deleted/.del-Defs.IBMAIX.POWERPC.GCC.mk~76bea6928ca7b8f0
  14100.     1.3 04/06/04 14:21:20 tomas@poseidon.ndb.mysql.com +0 -0
  14101.     Delete: ndb/config/old_files/Defs.IBMAIX.POWERPC.GCC.mk
  14102.  
  14103.   BitKeeper/deleted/.del-Defs.HPUX.HPPA.GCC.mk~b50ab324c3ce07ce
  14104.     1.3 04/06/04 14:21:20 tomas@poseidon.ndb.mysql.com +0 -0
  14105.     Delete: ndb/config/old_files/Defs.HPUX.HPPA.GCC.mk
  14106.  
  14107.   BitKeeper/deleted/.del-acinclude.m4~b1472f9faac0c71
  14108.     1.3 04/06/04 14:21:19 tomas@poseidon.ndb.mysql.com +0 -0
  14109.     Delete: ndb/config/old_files/acinclude.m4
  14110.  
  14111.   BitKeeper/deleted/.del-Defs.DEBUG.mk~8ed7bb195181c74a
  14112.     1.3 04/06/04 14:21:19 tomas@poseidon.ndb.mysql.com +0 -0
  14113.     Delete: ndb/config/old_files/Defs.DEBUG.mk
  14114.  
  14115.   BitKeeper/deleted/.del-mysqlclusterenv.sh~f0d8a63e844255f5
  14116.     1.3 04/06/04 14:21:05 tomas@poseidon.ndb.mysql.com +0 -0
  14117.     Delete: ndb/old_files/mysqlclusterenv.sh
  14118.  
  14119.   BitKeeper/deleted/.del-env.sh~91075f1664ce8292
  14120.     1.3 04/06/04 14:21:05 tomas@poseidon.ndb.mysql.com +0 -0
  14121.     Delete: ndb/old_files/env.sh
  14122.  
  14123.   BitKeeper/deleted/.del-README~b619a580720ec3d8
  14124.     1.3 04/06/04 14:21:05 tomas@poseidon.ndb.mysql.com +0 -0
  14125.     Delete: ndb/old_files/README
  14126.  
  14127.   BitKeeper/deleted/.del-Epilogue.mk~60f7edf886726154
  14128.     1.9 04/06/04 14:21:05 tomas@poseidon.ndb.mysql.com +0 -0
  14129.     Delete: ndb/old_files/Epilogue.mk
  14130.  
  14131.   BitKeeper/deleted/.del-configure~501239931f8bb1
  14132.     1.4 04/06/04 14:21:04 tomas@poseidon.ndb.mysql.com +0 -0
  14133.     Delete: ndb/old_files/configure
  14134.  
  14135.   BitKeeper/deleted/.del-SrcDist.sh~ad4f1cd7aae4265b
  14136.     1.4 04/06/04 14:21:04 tomas@poseidon.ndb.mysql.com +0 -0
  14137.     Delete: ndb/old_files/SrcDist.sh
  14138.  
  14139.   BitKeeper/deleted/.del-Makefile~726e96331d4343ce
  14140.     1.7 04/06/04 14:21:04 tomas@poseidon.ndb.mysql.com +0 -0
  14141.     Delete: ndb/old_files/Makefile
  14142.  
  14143.   BitKeeper/deleted/.del-Defs.mk~fab44ad996ed5499
  14144.     1.7 04/06/04 14:21:04 tomas@poseidon.ndb.mysql.com +0 -0
  14145.     Delete: ndb/old_files/Defs.mk
  14146.  
  14147.   BitKeeper/deleted/.del-BinDist.sh~8ea6fee0be3de36
  14148.     1.5 04/06/04 14:21:04 tomas@poseidon.ndb.mysql.com +0 -0
  14149.     Delete: ndb/old_files/BinDist.sh
  14150.  
  14151. ChangeSet
  14152.   1.1616.1.279 04/06/04 14:17:58 tomas@mc05.(none) +4 -0
  14153.   moved ndb versioning to configure and fixed ndb docs make
  14154.  
  14155. ChangeSet
  14156.   1.1616.476.1 04/06/04 14:08:16 tomas@poseidon.ndb.mysql.com +392 -0
  14157.   automake ndb docs make
  14158.  
  14159.   ndb/docs/Makefile.am
  14160.     1.4 04/06/04 14:16:06 tomas@mc05.(none) +18 -6
  14161.     moved ndb versioning to configure and fixed ndb docs make
  14162.  
  14163.   configure.in
  14164.     1.201.1.66 04/06/04 14:16:06 tomas@mc05.(none) +22 -0
  14165.     moved ndb versioning to configure and fixed ndb docs make
  14166.  
  14167.   ndb/docs/doxygen/predoxy.pl
  14168.     1.2 04/06/04 14:08:11 tomas@poseidon.ndb.mysql.com +0 -1
  14169.     changed start of perl
  14170.  
  14171.   ndb/docs/doxygen/postdoxy.pl
  14172.     1.2 04/06/04 14:08:11 tomas@poseidon.ndb.mysql.com +0 -1
  14173.     changed start of perl
  14174.  
  14175.   ndb/docs/Makefile.am
  14176.     1.3 04/06/04 14:08:11 tomas@poseidon.ndb.mysql.com +40 -48
  14177.     automake docs make
  14178.  
  14179.   configure.in
  14180.     1.201.1.65 04/06/04 14:08:11 tomas@poseidon.ndb.mysql.com +4 -0
  14181.     added search for doxygen
  14182.  
  14183.   ndb/include/ndb_version.h
  14184.     1.6 04/06/04 14:16:06 tomas@mc05.(none) +1 -9
  14185.     moved ndb versioning to configure and fixed ndb docs make
  14186.  
  14187.   acconfig.h
  14188.     1.37.1.3 04/06/04 14:16:06 tomas@mc05.(none) +6 -0
  14189.     moved ndb versioning to configure and fixed ndb docs make
  14190.  
  14191.   ndb/docs/Makefile.am
  14192.     1.2 04/06/04 11:40:56 tomas@poseidon.ndb.mysql.com +0 -0
  14193.     Rename: ndb/docs/Makefile -> ndb/docs/Makefile.am
  14194.  
  14195.   ndb/src/old_files/client/odbc/handles/handles.hpp
  14196.     1.2 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14197.     mvdir
  14198.  
  14199.   ndb/src/old_files/client/odbc/handles/PoolNdb.hpp
  14200.     1.3 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14201.     mvdir
  14202.  
  14203.   ndb/src/old_files/client/odbc/handles/PoolNdb.cpp
  14204.     1.3 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14205.     mvdir
  14206.  
  14207.   ndb/src/old_files/client/odbc/handles/Makefile
  14208.     1.2 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14209.     mvdir
  14210.  
  14211.   ndb/src/old_files/client/odbc/handles/InfoTab.cpp
  14212.     1.2 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14213.     mvdir
  14214.  
  14215.   ndb/src/old_files/client/odbc/handles/HandleStmt.hpp
  14216.     1.2 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14217.     mvdir
  14218.  
  14219.   ndb/src/old_files/client/odbc/handles/HandleStmt.cpp
  14220.     1.2 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14221.     mvdir
  14222.  
  14223.   ndb/src/old_files/client/odbc/handles/HandleRoot.hpp
  14224.     1.2 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14225.     mvdir
  14226.  
  14227.   ndb/src/old_files/client/odbc/handles/HandleRoot.cpp
  14228.     1.3 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14229.     mvdir
  14230.  
  14231.   ndb/src/old_files/client/odbc/handles/HandleEnv.hpp
  14232.     1.2 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14233.     mvdir
  14234.  
  14235.   ndb/src/old_files/client/odbc/handles/HandleEnv.cpp
  14236.     1.2 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14237.     mvdir
  14238.  
  14239.   ndb/src/old_files/client/odbc/handles/HandleDesc.hpp
  14240.     1.2 04/06/04 11:38:43 tomas@poseidon.ndb.mysql.com +0 -0
  14241.     mvdir
  14242.  
  14243.   ndb/src/old_files/client/odbc/handles/HandleDesc.cpp
  14244.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14245.     mvdir
  14246.  
  14247.   ndb/src/old_files/client/odbc/handles/HandleDbc.hpp
  14248.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14249.     mvdir
  14250.  
  14251.   ndb/src/old_files/client/odbc/handles/HandleDbc.cpp
  14252.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14253.     mvdir
  14254.  
  14255.   ndb/src/old_files/client/odbc/handles/HandleBase.hpp
  14256.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14257.     mvdir
  14258.  
  14259.   ndb/src/old_files/client/odbc/handles/HandleBase.cpp
  14260.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14261.     mvdir
  14262.  
  14263.   ndb/src/old_files/client/odbc/handles/FuncTab.cpp
  14264.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14265.     mvdir
  14266.  
  14267.   ndb/src/old_files/client/odbc/handles/DescSpec.cpp
  14268.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14269.     mvdir
  14270.  
  14271.   ndb/src/old_files/client/odbc/handles/AttrStmt.cpp
  14272.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14273.     mvdir
  14274.  
  14275.   ndb/src/old_files/client/odbc/handles/AttrRoot.cpp
  14276.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14277.     mvdir
  14278.  
  14279.   ndb/src/old_files/client/odbc/handles/AttrEnv.cpp
  14280.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14281.     mvdir
  14282.  
  14283.   ndb/src/old_files/client/odbc/handles/AttrDbc.cpp
  14284.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14285.     mvdir
  14286.  
  14287.   ndb/src/old_files/client/odbc/executor/Makefile
  14288.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14289.     mvdir
  14290.  
  14291.   ndb/src/old_files/client/odbc/executor/Executor.hpp
  14292.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14293.     mvdir
  14294.  
  14295.   ndb/src/old_files/client/odbc/executor/Executor.cpp
  14296.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14297.     mvdir
  14298.  
  14299.   ndb/src/old_files/client/odbc/executor/Exec_update_scan.cpp
  14300.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14301.     mvdir
  14302.  
  14303.   ndb/src/old_files/client/odbc/executor/Exec_update_lookup.cpp
  14304.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14305.     mvdir
  14306.  
  14307.   ndb/src/old_files/client/odbc/executor/Exec_update_index.cpp
  14308.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14309.     mvdir
  14310.  
  14311.   ndb/src/old_files/client/odbc/executor/Exec_query_sys.cpp
  14312.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14313.     mvdir
  14314.  
  14315.   ndb/src/old_files/client/odbc/executor/Exec_query_scan.cpp
  14316.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14317.     mvdir
  14318.  
  14319.   ndb/src/old_files/client/odbc/executor/Exec_query_range.cpp
  14320.     1.2 04/06/04 11:38:42 tomas@poseidon.ndb.mysql.com +0 -0
  14321.     mvdir
  14322.  
  14323.   ndb/src/old_files/client/odbc/executor/Exec_query_lookup.cpp
  14324.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14325.     mvdir
  14326.  
  14327.   ndb/src/old_files/client/odbc/executor/Exec_query_index.cpp
  14328.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14329.     mvdir
  14330.  
  14331.   ndb/src/old_files/client/odbc/executor/Exec_pred_op.cpp
  14332.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14333.     mvdir
  14334.  
  14335.   ndb/src/old_files/client/odbc/executor/Exec_insert.cpp
  14336.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14337.     mvdir
  14338.  
  14339.   ndb/src/old_files/client/odbc/executor/Exec_expr_op.cpp
  14340.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14341.     mvdir
  14342.  
  14343.   ndb/src/old_files/client/odbc/executor/Exec_expr_func.cpp
  14344.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14345.     mvdir
  14346.  
  14347.   ndb/src/old_files/client/odbc/executor/Exec_expr_conv.cpp
  14348.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14349.     mvdir
  14350.  
  14351.   ndb/src/old_files/client/odbc/executor/Exec_drop_table.cpp
  14352.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14353.     mvdir
  14354.  
  14355.   ndb/src/old_files/client/odbc/executor/Exec_drop_index.cpp
  14356.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14357.     mvdir
  14358.  
  14359.   ndb/src/old_files/client/odbc/executor/Exec_delete_scan.cpp
  14360.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14361.     mvdir
  14362.  
  14363.   ndb/src/old_files/client/odbc/executor/Exec_delete_lookup.cpp
  14364.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14365.     mvdir
  14366.  
  14367.   ndb/src/old_files/client/odbc/executor/Exec_delete_index.cpp
  14368.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14369.     mvdir
  14370.  
  14371.   ndb/src/old_files/client/odbc/executor/Exec_create_table.cpp
  14372.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14373.     mvdir
  14374.  
  14375.   ndb/src/old_files/client/odbc/executor/Exec_create_index.cpp
  14376.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14377.     mvdir
  14378.  
  14379.   ndb/src/old_files/client/odbc/executor/Exec_comp_op.cpp
  14380.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14381.     mvdir
  14382.  
  14383.   ndb/src/old_files/client/odbc/driver/driver.hpp
  14384.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14385.     mvdir
  14386.  
  14387.   ndb/src/old_files/client/odbc/driver/driver.cpp
  14388.     1.3 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14389.     mvdir
  14390.  
  14391.   ndb/src/old_files/client/odbc/driver/SQLTransact.cpp
  14392.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14393.     mvdir
  14394.  
  14395.   ndb/src/old_files/client/odbc/driver/SQLTables.cpp
  14396.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14397.     mvdir
  14398.  
  14399.   ndb/src/old_files/client/odbc/driver/SQLTablePrivileges.cpp
  14400.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14401.     mvdir
  14402.  
  14403.   ndb/src/old_files/client/odbc/driver/SQLStatistics.cpp
  14404.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14405.     mvdir
  14406.  
  14407.   ndb/src/old_files/client/odbc/driver/SQLSpecialColumns.cpp
  14408.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14409.     mvdir
  14410.  
  14411.   ndb/src/old_files/client/odbc/driver/SQLSetStmtOption.cpp
  14412.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14413.     mvdir
  14414.  
  14415.   ndb/src/old_files/client/odbc/driver/SQLSetStmtAttr.cpp
  14416.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14417.     mvdir
  14418.  
  14419.   ndb/src/old_files/client/odbc/driver/SQLSetScrollOptions.cpp
  14420.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14421.     mvdir
  14422.  
  14423.   ndb/src/old_files/client/odbc/driver/SQLSetPos.cpp
  14424.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14425.     mvdir
  14426.  
  14427.   ndb/src/old_files/client/odbc/driver/SQLSetParam.cpp
  14428.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14429.     mvdir
  14430.  
  14431.   ndb/src/old_files/client/odbc/driver/SQLSetEnvAttr.cpp
  14432.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14433.     mvdir
  14434.  
  14435.   ndb/src/old_files/client/odbc/driver/SQLSetDescRec.cpp
  14436.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14437.     mvdir
  14438.  
  14439.   ndb/src/old_files/client/odbc/driver/SQLSetDescField.cpp
  14440.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14441.     mvdir
  14442.  
  14443.   ndb/src/old_files/client/odbc/driver/SQLSetCursorName.cpp
  14444.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14445.     mvdir
  14446.  
  14447.   ndb/src/old_files/client/odbc/driver/SQLSetConnectOption.cpp
  14448.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14449.     mvdir
  14450.  
  14451.   ndb/src/old_files/client/odbc/driver/SQLSetConnectAttr.cpp
  14452.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14453.     mvdir
  14454.  
  14455.   ndb/src/old_files/client/odbc/driver/SQLRowCount.cpp
  14456.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14457.     mvdir
  14458.  
  14459.   ndb/src/old_files/client/odbc/driver/SQLPutData.cpp
  14460.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14461.     mvdir
  14462.  
  14463.   ndb/src/old_files/client/odbc/driver/SQLProcedures.cpp
  14464.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14465.     mvdir
  14466.  
  14467.   ndb/src/old_files/client/odbc/driver/SQLProcedureColumns.cpp
  14468.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14469.     mvdir
  14470.  
  14471.   ndb/src/old_files/client/odbc/driver/SQLPrimaryKeys.cpp
  14472.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14473.     mvdir
  14474.  
  14475.   ndb/src/old_files/client/odbc/driver/SQLPrepare.cpp
  14476.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14477.     mvdir
  14478.  
  14479.   ndb/src/old_files/client/odbc/driver/SQLParamOptions.cpp
  14480.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14481.     mvdir
  14482.  
  14483.   ndb/src/old_files/client/odbc/driver/SQLParamData.cpp
  14484.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14485.     mvdir
  14486.  
  14487.   ndb/src/old_files/client/odbc/driver/SQLNumResultCols.cpp
  14488.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14489.     mvdir
  14490.  
  14491.   ndb/src/old_files/client/odbc/driver/SQLNumParams.cpp
  14492.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14493.     mvdir
  14494.  
  14495.   ndb/src/old_files/client/odbc/driver/SQLNativeSql.cpp
  14496.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14497.     mvdir
  14498.  
  14499.   ndb/src/old_files/client/odbc/driver/SQLMoreResults.cpp
  14500.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14501.     mvdir
  14502.  
  14503.   ndb/src/old_files/client/odbc/driver/SQLGetTypeInfo.cpp
  14504.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14505.     mvdir
  14506.  
  14507.   ndb/src/old_files/client/odbc/driver/SQLGetStmtOption.cpp
  14508.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14509.     mvdir
  14510.  
  14511.   ndb/src/old_files/client/odbc/driver/SQLGetStmtAttr.cpp
  14512.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14513.     mvdir
  14514.  
  14515.   ndb/src/old_files/client/odbc/driver/SQLGetInfo.cpp
  14516.     1.2 04/06/04 11:38:41 tomas@poseidon.ndb.mysql.com +0 -0
  14517.     mvdir
  14518.  
  14519.   ndb/src/old_files/client/odbc/driver/SQLGetFunctions.cpp
  14520.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14521.     mvdir
  14522.  
  14523.   ndb/src/old_files/client/odbc/driver/SQLGetEnvAttr.cpp
  14524.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14525.     mvdir
  14526.  
  14527.   ndb/src/old_files/client/odbc/driver/SQLGetDiagRec.cpp
  14528.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14529.     mvdir
  14530.  
  14531.   ndb/src/old_files/client/odbc/driver/SQLGetDiagField.cpp
  14532.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14533.     mvdir
  14534.  
  14535.   ndb/src/old_files/client/odbc/driver/SQLGetDescRec.cpp
  14536.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14537.     mvdir
  14538.  
  14539.   ndb/src/old_files/client/odbc/driver/SQLGetDescField.cpp
  14540.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14541.     mvdir
  14542.  
  14543.   ndb/src/old_files/client/odbc/driver/SQLGetData.cpp
  14544.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14545.     mvdir
  14546.  
  14547.   ndb/src/old_files/client/odbc/driver/SQLGetCursorName.cpp
  14548.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14549.     mvdir
  14550.  
  14551.   ndb/src/old_files/client/odbc/driver/SQLGetConnectOption.cpp
  14552.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14553.     mvdir
  14554.  
  14555.   ndb/src/old_files/client/odbc/driver/SQLGetConnectAttr.cpp
  14556.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14557.     mvdir
  14558.  
  14559.   ndb/src/old_files/client/odbc/driver/SQLFreeStmt.cpp
  14560.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14561.     mvdir
  14562.  
  14563.   ndb/src/old_files/client/odbc/driver/SQLFreeHandle.cpp
  14564.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14565.     mvdir
  14566.  
  14567.   ndb/src/old_files/client/odbc/driver/SQLFreeEnv.cpp
  14568.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14569.     mvdir
  14570.  
  14571.   ndb/src/old_files/client/odbc/driver/SQLFreeConnect.cpp
  14572.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14573.     mvdir
  14574.  
  14575.   ndb/src/old_files/client/odbc/driver/SQLForeignKeys.cpp
  14576.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14577.     mvdir
  14578.  
  14579.   ndb/src/old_files/client/odbc/driver/SQLFetchScroll.cpp
  14580.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14581.     mvdir
  14582.  
  14583.   ndb/src/old_files/client/odbc/driver/SQLFetch.cpp
  14584.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14585.     mvdir
  14586.  
  14587.   ndb/src/old_files/client/odbc/driver/SQLExtendedFetch.cpp
  14588.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14589.     mvdir
  14590.  
  14591.   ndb/src/old_files/client/odbc/driver/SQLExecute.cpp
  14592.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14593.     mvdir
  14594.  
  14595.   ndb/src/old_files/client/odbc/driver/SQLExecDirect.cpp
  14596.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14597.     mvdir
  14598.  
  14599.   ndb/src/old_files/client/odbc/driver/SQLError.cpp
  14600.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14601.     mvdir
  14602.  
  14603.   ndb/src/old_files/client/odbc/driver/SQLEndTran.cpp
  14604.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14605.     mvdir
  14606.  
  14607.   ndb/src/old_files/client/odbc/driver/SQLDrivers.cpp
  14608.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14609.     mvdir
  14610.  
  14611.   ndb/src/old_files/client/odbc/driver/SQLDriverConnect.cpp
  14612.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14613.     mvdir
  14614.  
  14615.   ndb/src/old_files/client/odbc/driver/SQLDisconnect.cpp
  14616.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14617.     mvdir
  14618.  
  14619.   ndb/src/old_files/client/odbc/driver/SQLDescribeParam.cpp
  14620.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14621.     mvdir
  14622.  
  14623.   ndb/src/old_files/client/odbc/driver/SQLDescribeCol.cpp
  14624.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14625.     mvdir
  14626.  
  14627.   ndb/src/old_files/client/odbc/driver/SQLDataSources.cpp
  14628.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14629.     mvdir
  14630.  
  14631.   ndb/src/old_files/client/odbc/driver/SQLCopyDesc.cpp
  14632.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14633.     mvdir
  14634.  
  14635.   ndb/src/old_files/client/odbc/driver/SQLConnect.cpp
  14636.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14637.     mvdir
  14638.  
  14639.   ndb/src/old_files/client/odbc/driver/SQLColumns.cpp
  14640.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14641.     mvdir
  14642.  
  14643.   ndb/src/old_files/client/odbc/driver/SQLColumnPrivileges.cpp
  14644.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14645.     mvdir
  14646.  
  14647.   ndb/src/old_files/client/odbc/driver/SQLColAttributes.cpp
  14648.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14649.     mvdir
  14650.  
  14651.   ndb/src/old_files/client/odbc/driver/SQLColAttribute.cpp
  14652.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14653.     mvdir
  14654.  
  14655.   ndb/src/old_files/client/odbc/driver/SQLCloseCursor.cpp
  14656.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14657.     mvdir
  14658.  
  14659.   ndb/src/old_files/client/odbc/driver/SQLCancel.cpp
  14660.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14661.     mvdir
  14662.  
  14663.   ndb/src/old_files/client/odbc/driver/SQLBulkOperations.cpp
  14664.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14665.     mvdir
  14666.  
  14667.   ndb/src/old_files/client/odbc/driver/SQLBrowseConnect.cpp
  14668.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14669.     mvdir
  14670.  
  14671.   ndb/src/old_files/client/odbc/driver/SQLBindParameter.cpp
  14672.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14673.     mvdir
  14674.  
  14675.   ndb/src/old_files/client/odbc/driver/SQLBindParam.cpp
  14676.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14677.     mvdir
  14678.  
  14679.   ndb/src/old_files/client/odbc/driver/SQLBindCol.cpp
  14680.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14681.     mvdir
  14682.  
  14683.   ndb/src/old_files/client/odbc/driver/SQLAllocStmt.cpp
  14684.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14685.     mvdir
  14686.  
  14687.   ndb/src/old_files/client/odbc/driver/SQLAllocHandleStd.cpp
  14688.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14689.     mvdir
  14690.  
  14691.   ndb/src/old_files/client/odbc/driver/SQLAllocHandle.cpp
  14692.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14693.     mvdir
  14694.  
  14695.   ndb/src/old_files/client/odbc/driver/SQLAllocEnv.cpp
  14696.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14697.     mvdir
  14698.  
  14699.   ndb/src/old_files/client/odbc/driver/SQLAllocConnect.cpp
  14700.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14701.     mvdir
  14702.  
  14703.   ndb/src/old_files/client/odbc/driver/Makefile
  14704.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14705.     mvdir
  14706.  
  14707.   ndb/src/old_files/client/odbc/driver/Func.pl
  14708.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14709.     mvdir
  14710.  
  14711.   ndb/src/old_files/client/odbc/driver/Func.data
  14712.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14713.     mvdir
  14714.  
  14715.   ndb/src/old_files/client/odbc/docs/type.txt
  14716.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14717.     mvdir
  14718.  
  14719.   ndb/src/old_files/client/odbc/docs/systables.pl
  14720.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14721.     mvdir
  14722.  
  14723.   ndb/src/old_files/client/odbc/docs/select.fig
  14724.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14725.     mvdir
  14726.  
  14727.   ndb/src/old_files/client/odbc/docs/ndbodbc.html
  14728.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14729.     mvdir
  14730.  
  14731.   ndb/src/old_files/client/odbc/docs/main.hpp
  14732.     1.2 04/06/04 11:38:40 tomas@poseidon.ndb.mysql.com +0 -0
  14733.     mvdir
  14734.  
  14735.   ndb/src/old_files/client/odbc/docs/handleattr.pl
  14736.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14737.     mvdir
  14738.  
  14739.   ndb/src/old_files/client/odbc/docs/gettypeinfo.pl
  14740.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14741.     mvdir
  14742.  
  14743.   ndb/src/old_files/client/odbc/docs/getinfo.pl
  14744.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14745.     mvdir
  14746.  
  14747.   ndb/src/old_files/client/odbc/docs/diag.txt
  14748.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14749.     mvdir
  14750.  
  14751.   ndb/src/old_files/client/odbc/docs/descfield.pl
  14752.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14753.     mvdir
  14754.  
  14755.   ndb/src/old_files/client/odbc/docs/class.fig
  14756.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14757.     mvdir
  14758.  
  14759.   ndb/src/old_files/client/odbc/dictionary/Makefile
  14760.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14761.     mvdir
  14762.  
  14763.   ndb/src/old_files/client/odbc/dictionary/DictTable.hpp
  14764.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14765.     mvdir
  14766.  
  14767.   ndb/src/old_files/client/odbc/dictionary/DictTable.cpp
  14768.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14769.     mvdir
  14770.  
  14771.   ndb/src/old_files/client/odbc/dictionary/DictSys.hpp
  14772.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14773.     mvdir
  14774.  
  14775.   ndb/src/old_files/client/odbc/dictionary/DictSys.cpp
  14776.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14777.     mvdir
  14778.  
  14779.   ndb/src/old_files/client/odbc/dictionary/DictSchema.hpp
  14780.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14781.     mvdir
  14782.  
  14783.   ndb/src/old_files/client/odbc/dictionary/DictSchema.cpp
  14784.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14785.     mvdir
  14786.  
  14787.   ndb/src/old_files/client/odbc/dictionary/DictIndex.hpp
  14788.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14789.     mvdir
  14790.  
  14791.   ndb/src/old_files/client/odbc/dictionary/DictIndex.cpp
  14792.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14793.     mvdir
  14794.  
  14795.   ndb/src/old_files/client/odbc/dictionary/DictColumn.hpp
  14796.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14797.     mvdir
  14798.  
  14799.   ndb/src/old_files/client/odbc/dictionary/DictColumn.cpp
  14800.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14801.     mvdir
  14802.  
  14803.   ndb/src/old_files/client/odbc/dictionary/DictCatalog.hpp
  14804.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14805.     mvdir
  14806.  
  14807.   ndb/src/old_files/client/odbc/dictionary/DictCatalog.cpp
  14808.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14809.     mvdir
  14810.  
  14811.   ndb/src/old_files/client/odbc/common/common.hpp
  14812.     1.4 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14813.     mvdir
  14814.  
  14815.   ndb/src/old_files/client/odbc/common/common.cpp
  14816.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14817.     mvdir
  14818.  
  14819.   ndb/src/old_files/client/odbc/common/StmtInfo.hpp
  14820.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14821.     mvdir
  14822.  
  14823.   ndb/src/old_files/client/odbc/common/StmtInfo.cpp
  14824.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14825.     mvdir
  14826.  
  14827.   ndb/src/old_files/client/odbc/common/StmtArea.hpp
  14828.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14829.     mvdir
  14830.  
  14831.   ndb/src/old_files/client/odbc/common/StmtArea.cpp
  14832.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14833.     mvdir
  14834.  
  14835.   ndb/src/old_files/client/odbc/common/Sqlstate.hpp
  14836.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14837.     mvdir
  14838.  
  14839.   ndb/src/old_files/client/odbc/common/Sqlstate.cpp
  14840.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14841.     mvdir
  14842.  
  14843.   ndb/src/old_files/client/odbc/common/ResultArea.hpp
  14844.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14845.     mvdir
  14846.  
  14847.   ndb/src/old_files/client/odbc/common/ResultArea.cpp
  14848.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14849.     mvdir
  14850.  
  14851.   ndb/src/old_files/client/odbc/common/OdbcData.hpp
  14852.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14853.     mvdir
  14854.  
  14855.   ndb/src/old_files/client/odbc/common/OdbcData.cpp
  14856.     1.5 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14857.     mvdir
  14858.  
  14859.   ndb/src/old_files/client/odbc/common/Makefile
  14860.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14861.     mvdir
  14862.  
  14863.   ndb/src/old_files/client/odbc/common/DiagArea.hpp
  14864.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14865.     mvdir
  14866.  
  14867.   ndb/src/old_files/client/odbc/common/DiagArea.cpp
  14868.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14869.     mvdir
  14870.  
  14871.   ndb/src/old_files/client/odbc/common/DescArea.hpp
  14872.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14873.     mvdir
  14874.  
  14875.   ndb/src/old_files/client/odbc/common/DescArea.cpp
  14876.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14877.     mvdir
  14878.  
  14879.   ndb/src/old_files/client/odbc/common/DataType.hpp
  14880.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14881.     mvdir
  14882.  
  14883.   ndb/src/old_files/client/odbc/common/DataType.cpp
  14884.     1.4 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14885.     mvdir
  14886.  
  14887.   ndb/src/old_files/client/odbc/common/DataRow.hpp
  14888.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14889.     mvdir
  14890.  
  14891.   ndb/src/old_files/client/odbc/common/DataRow.cpp
  14892.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14893.     mvdir
  14894.  
  14895.   ndb/src/old_files/client/odbc/common/DataField.hpp
  14896.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14897.     mvdir
  14898.  
  14899.   ndb/src/old_files/client/odbc/common/DataField.cpp
  14900.     1.5 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14901.     mvdir
  14902.  
  14903.   ndb/src/old_files/client/odbc/common/Ctx.hpp
  14904.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14905.     mvdir
  14906.  
  14907.   ndb/src/old_files/client/odbc/common/Ctx.cpp
  14908.     1.5 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14909.     mvdir
  14910.  
  14911.   ndb/src/old_files/client/odbc/common/ConnArea.hpp
  14912.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14913.     mvdir
  14914.  
  14915.   ndb/src/old_files/client/odbc/common/ConnArea.cpp
  14916.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14917.     mvdir
  14918.  
  14919.   ndb/src/old_files/client/odbc/common/CodeTree.hpp
  14920.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14921.     mvdir
  14922.  
  14923.   ndb/src/old_files/client/odbc/common/CodeTree.cpp
  14924.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14925.     mvdir
  14926.  
  14927.   ndb/src/old_files/client/odbc/common/AttrArea.hpp
  14928.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14929.     mvdir
  14930.  
  14931.   ndb/src/old_files/client/odbc/common/AttrArea.cpp
  14932.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14933.     mvdir
  14934.  
  14935.   ndb/src/old_files/client/odbc/codegen/SimpleScan.lpp
  14936.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14937.     mvdir
  14938.  
  14939.   ndb/src/old_files/client/odbc/codegen/SimpleParser.hpp
  14940.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14941.     mvdir
  14942.  
  14943.   ndb/src/old_files/client/odbc/codegen/SimpleParser.cpp
  14944.     1.3 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14945.     mvdir
  14946.  
  14947.   ndb/src/old_files/client/odbc/codegen/SimpleGram.ypp
  14948.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14949.     mvdir
  14950.  
  14951.   ndb/src/old_files/client/odbc/codegen/Makefile
  14952.     1.2 04/06/04 11:38:39 tomas@poseidon.ndb.mysql.com +0 -0
  14953.     mvdir
  14954.  
  14955.   ndb/src/old_files/client/odbc/codegen/Code_update_scan.hpp
  14956.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  14957.     mvdir
  14958.  
  14959.   ndb/src/old_files/client/odbc/codegen/Code_update_scan.cpp
  14960.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  14961.     mvdir
  14962.  
  14963.   ndb/src/old_files/client/odbc/codegen/Code_update_lookup.hpp
  14964.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  14965.     mvdir
  14966.  
  14967.   ndb/src/old_files/client/odbc/codegen/Code_update_lookup.cpp
  14968.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  14969.     mvdir
  14970.  
  14971.   ndb/src/old_files/client/odbc/codegen/Code_update_index.hpp
  14972.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  14973.     mvdir
  14974.  
  14975.   ndb/src/old_files/client/odbc/codegen/Code_update_index.cpp
  14976.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  14977.     mvdir
  14978.  
  14979.   ndb/src/old_files/client/odbc/codegen/Code_update.hpp
  14980.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  14981.     mvdir
  14982.  
  14983.   ndb/src/old_files/client/odbc/codegen/Code_update.cpp
  14984.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  14985.     mvdir
  14986.  
  14987.   ndb/src/old_files/client/odbc/codegen/Code_table_list.hpp
  14988.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  14989.     mvdir
  14990.  
  14991.   ndb/src/old_files/client/odbc/codegen/Code_table_list.cpp
  14992.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  14993.     mvdir
  14994.  
  14995.   ndb/src/old_files/client/odbc/codegen/Code_table.hpp
  14996.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  14997.     mvdir
  14998.  
  14999.   ndb/src/old_files/client/odbc/codegen/Code_table.cpp
  15000.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15001.     mvdir
  15002.  
  15003.   ndb/src/old_files/client/odbc/codegen/Code_stmt.hpp
  15004.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15005.     mvdir
  15006.  
  15007.   ndb/src/old_files/client/odbc/codegen/Code_stmt.cpp
  15008.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15009.     mvdir
  15010.  
  15011.   ndb/src/old_files/client/odbc/codegen/Code_set_row.hpp
  15012.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15013.     mvdir
  15014.  
  15015.   ndb/src/old_files/client/odbc/codegen/Code_set_row.cpp
  15016.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15017.     mvdir
  15018.  
  15019.   ndb/src/old_files/client/odbc/codegen/Code_select.hpp
  15020.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15021.     mvdir
  15022.  
  15023.   ndb/src/old_files/client/odbc/codegen/Code_select.cpp
  15024.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15025.     mvdir
  15026.  
  15027.   ndb/src/old_files/client/odbc/codegen/Code_root.hpp
  15028.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15029.     mvdir
  15030.  
  15031.   ndb/src/old_files/client/odbc/codegen/Code_root.cpp
  15032.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15033.     mvdir
  15034.  
  15035.   ndb/src/old_files/client/odbc/codegen/Code_query_sys.hpp
  15036.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15037.     mvdir
  15038.  
  15039.   ndb/src/old_files/client/odbc/codegen/Code_query_sys.cpp
  15040.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15041.     mvdir
  15042.  
  15043.   ndb/src/old_files/client/odbc/codegen/Code_query_sort.hpp
  15044.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15045.     mvdir
  15046.  
  15047.   ndb/src/old_files/client/odbc/codegen/Code_query_sort.cpp
  15048.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15049.     mvdir
  15050.  
  15051.   ndb/src/old_files/client/odbc/codegen/Code_query_scan.hpp
  15052.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15053.     mvdir
  15054.  
  15055.   ndb/src/old_files/client/odbc/codegen/Code_query_scan.cpp
  15056.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15057.     mvdir
  15058.  
  15059.   ndb/src/old_files/client/odbc/codegen/Code_query_repeat.hpp
  15060.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15061.     mvdir
  15062.  
  15063.   ndb/src/old_files/client/odbc/codegen/Code_query_repeat.cpp
  15064.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15065.     mvdir
  15066.  
  15067.   ndb/src/old_files/client/odbc/codegen/Code_query_range.hpp
  15068.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15069.     mvdir
  15070.  
  15071.   ndb/src/old_files/client/odbc/codegen/Code_query_range.cpp
  15072.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15073.     mvdir
  15074.  
  15075.   ndb/src/old_files/client/odbc/codegen/Code_query_project.hpp
  15076.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15077.     mvdir
  15078.  
  15079.   ndb/src/old_files/client/odbc/codegen/Code_query_project.cpp
  15080.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15081.     mvdir
  15082.  
  15083.   ndb/src/old_files/client/odbc/codegen/Code_query_lookup.hpp
  15084.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15085.     mvdir
  15086.  
  15087.   ndb/src/old_files/client/odbc/codegen/Code_query_lookup.cpp
  15088.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15089.     mvdir
  15090.  
  15091.   ndb/src/old_files/client/odbc/codegen/Code_query_join.hpp
  15092.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15093.     mvdir
  15094.  
  15095.   ndb/src/old_files/client/odbc/codegen/Code_query_join.cpp
  15096.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15097.     mvdir
  15098.  
  15099.   ndb/src/old_files/client/odbc/codegen/Code_query_index.hpp
  15100.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15101.     mvdir
  15102.  
  15103.   ndb/src/old_files/client/odbc/codegen/Code_query_index.cpp
  15104.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15105.     mvdir
  15106.  
  15107.   ndb/src/old_files/client/odbc/codegen/Code_query_group.hpp
  15108.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15109.     mvdir
  15110.  
  15111.   ndb/src/old_files/client/odbc/codegen/Code_query_group.cpp
  15112.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15113.     mvdir
  15114.  
  15115.   ndb/src/old_files/client/odbc/codegen/Code_query_filter.hpp
  15116.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15117.     mvdir
  15118.  
  15119.   ndb/src/old_files/client/odbc/codegen/Code_query_filter.cpp
  15120.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15121.     mvdir
  15122.  
  15123.   ndb/src/old_files/client/odbc/codegen/Code_query_distinct.hpp
  15124.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15125.     mvdir
  15126.  
  15127.   ndb/src/old_files/client/odbc/codegen/Code_query_distinct.cpp
  15128.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15129.     mvdir
  15130.  
  15131.   ndb/src/old_files/client/odbc/codegen/Code_query_count.hpp
  15132.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15133.     mvdir
  15134.  
  15135.   ndb/src/old_files/client/odbc/codegen/Code_query_count.cpp
  15136.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15137.     mvdir
  15138.  
  15139.   ndb/src/old_files/client/odbc/codegen/Code_query.hpp
  15140.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15141.     mvdir
  15142.  
  15143.   ndb/src/old_files/client/odbc/codegen/Code_query.cpp
  15144.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15145.     mvdir
  15146.  
  15147.   ndb/src/old_files/client/odbc/codegen/Code_pred_op.hpp
  15148.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15149.     mvdir
  15150.  
  15151.   ndb/src/old_files/client/odbc/codegen/Code_pred_op.cpp
  15152.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15153.     mvdir
  15154.  
  15155.   ndb/src/old_files/client/odbc/codegen/Code_pred.hpp
  15156.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15157.     mvdir
  15158.  
  15159.   ndb/src/old_files/client/odbc/codegen/Code_pred.cpp
  15160.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15161.     mvdir
  15162.  
  15163.   ndb/src/old_files/client/odbc/codegen/Code_insert.hpp
  15164.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15165.     mvdir
  15166.  
  15167.   ndb/src/old_files/client/odbc/codegen/Code_insert.cpp
  15168.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15169.     mvdir
  15170.  
  15171.   ndb/src/old_files/client/odbc/codegen/Code_idx_column.hpp
  15172.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15173.     mvdir
  15174.  
  15175.   ndb/src/old_files/client/odbc/codegen/Code_idx_column.cpp
  15176.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15177.     mvdir
  15178.  
  15179.   ndb/src/old_files/client/odbc/codegen/Code_expr_row.hpp
  15180.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15181.     mvdir
  15182.  
  15183.   ndb/src/old_files/client/odbc/codegen/Code_expr_row.cpp
  15184.     1.2 04/06/04 11:38:38 tomas@poseidon.ndb.mysql.com +0 -0
  15185.     mvdir
  15186.  
  15187.   ndb/src/old_files/client/odbc/codegen/Code_expr_param.hpp
  15188.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15189.     mvdir
  15190.  
  15191.   ndb/src/old_files/client/odbc/codegen/Code_expr_param.cpp
  15192.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15193.     mvdir
  15194.  
  15195.   ndb/src/old_files/client/odbc/codegen/Code_expr_op.hpp
  15196.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15197.     mvdir
  15198.  
  15199.   ndb/src/old_files/client/odbc/codegen/Code_expr_op.cpp
  15200.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15201.     mvdir
  15202.  
  15203.   ndb/src/old_files/client/odbc/codegen/Code_expr_func.hpp
  15204.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15205.     mvdir
  15206.  
  15207.   ndb/src/old_files/client/odbc/codegen/Code_expr_func.cpp
  15208.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15209.     mvdir
  15210.  
  15211.   ndb/src/old_files/client/odbc/codegen/Code_expr_conv.hpp
  15212.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15213.     mvdir
  15214.  
  15215.   ndb/src/old_files/client/odbc/codegen/Code_expr_conv.cpp
  15216.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15217.     mvdir
  15218.  
  15219.   ndb/src/old_files/client/odbc/codegen/Code_expr_const.hpp
  15220.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15221.     mvdir
  15222.  
  15223.   ndb/src/old_files/client/odbc/codegen/Code_expr_const.cpp
  15224.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15225.     mvdir
  15226.  
  15227.   ndb/src/old_files/client/odbc/codegen/Code_expr_column.hpp
  15228.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15229.     mvdir
  15230.  
  15231.   ndb/src/old_files/client/odbc/codegen/Code_expr_column.cpp
  15232.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15233.     mvdir
  15234.  
  15235.   ndb/src/old_files/client/odbc/codegen/Code_expr.hpp
  15236.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15237.     mvdir
  15238.  
  15239.   ndb/src/old_files/client/odbc/codegen/Code_expr.cpp
  15240.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15241.     mvdir
  15242.  
  15243.   ndb/src/old_files/client/odbc/codegen/Code_drop_table.hpp
  15244.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15245.     mvdir
  15246.  
  15247.   ndb/src/old_files/client/odbc/codegen/Code_drop_table.cpp
  15248.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15249.     mvdir
  15250.  
  15251.   ndb/src/old_files/client/odbc/codegen/Code_drop_index.hpp
  15252.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15253.     mvdir
  15254.  
  15255.   ndb/src/old_files/client/odbc/codegen/Code_drop_index.cpp
  15256.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15257.     mvdir
  15258.  
  15259.   ndb/src/old_files/client/odbc/codegen/Code_dml_row.hpp
  15260.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15261.     mvdir
  15262.  
  15263.   ndb/src/old_files/client/odbc/codegen/Code_dml_row.cpp
  15264.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15265.     mvdir
  15266.  
  15267.   ndb/src/old_files/client/odbc/codegen/Code_dml_column.hpp
  15268.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15269.     mvdir
  15270.  
  15271.   ndb/src/old_files/client/odbc/codegen/Code_dml_column.cpp
  15272.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15273.     mvdir
  15274.  
  15275.   ndb/src/old_files/client/odbc/codegen/Code_dml.hpp
  15276.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15277.     mvdir
  15278.  
  15279.   ndb/src/old_files/client/odbc/codegen/Code_dml.cpp
  15280.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15281.     mvdir
  15282.  
  15283.   ndb/src/old_files/client/odbc/codegen/Code_delete_scan.hpp
  15284.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15285.     mvdir
  15286.  
  15287.   ndb/src/old_files/client/odbc/codegen/Code_delete_scan.cpp
  15288.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15289.     mvdir
  15290.  
  15291.   ndb/src/old_files/client/odbc/codegen/Code_delete_lookup.hpp
  15292.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15293.     mvdir
  15294.  
  15295.   ndb/src/old_files/client/odbc/codegen/Code_delete_lookup.cpp
  15296.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15297.     mvdir
  15298.  
  15299.   ndb/src/old_files/client/odbc/codegen/Code_delete_index.hpp
  15300.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15301.     mvdir
  15302.  
  15303.   ndb/src/old_files/client/odbc/codegen/Code_delete_index.cpp
  15304.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15305.     mvdir
  15306.  
  15307.   ndb/src/old_files/client/odbc/codegen/Code_delete.hpp
  15308.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15309.     mvdir
  15310.  
  15311.   ndb/src/old_files/client/odbc/codegen/Code_delete.cpp
  15312.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15313.     mvdir
  15314.  
  15315.   ndb/src/old_files/client/odbc/codegen/Code_ddl_row.hpp
  15316.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15317.     mvdir
  15318.  
  15319.   ndb/src/old_files/client/odbc/codegen/Code_ddl_row.cpp
  15320.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15321.     mvdir
  15322.  
  15323.   ndb/src/old_files/client/odbc/codegen/Code_ddl_constr.hpp
  15324.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15325.     mvdir
  15326.  
  15327.   ndb/src/old_files/client/odbc/codegen/Code_ddl_constr.cpp
  15328.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15329.     mvdir
  15330.  
  15331.   ndb/src/old_files/client/odbc/codegen/Code_ddl_column.hpp
  15332.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15333.     mvdir
  15334.  
  15335.   ndb/src/old_files/client/odbc/codegen/Code_ddl_column.cpp
  15336.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15337.     mvdir
  15338.  
  15339.   ndb/src/old_files/client/odbc/codegen/Code_ddl.hpp
  15340.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15341.     mvdir
  15342.  
  15343.   ndb/src/old_files/client/odbc/codegen/Code_ddl.cpp
  15344.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15345.     mvdir
  15346.  
  15347.   ndb/src/old_files/client/odbc/codegen/Code_data_type.hpp
  15348.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15349.     mvdir
  15350.  
  15351.   ndb/src/old_files/client/odbc/codegen/Code_data_type.cpp
  15352.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15353.     mvdir
  15354.  
  15355.   ndb/src/old_files/client/odbc/codegen/Code_create_table.hpp
  15356.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15357.     mvdir
  15358.  
  15359.   ndb/src/old_files/client/odbc/codegen/Code_create_table.cpp
  15360.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15361.     mvdir
  15362.  
  15363.   ndb/src/old_files/client/odbc/codegen/Code_create_row.hpp
  15364.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15365.     mvdir
  15366.  
  15367.   ndb/src/old_files/client/odbc/codegen/Code_create_row.cpp
  15368.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15369.     mvdir
  15370.  
  15371.   ndb/src/old_files/client/odbc/codegen/Code_create_index.hpp
  15372.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15373.     mvdir
  15374.  
  15375.   ndb/src/old_files/client/odbc/codegen/Code_create_index.cpp
  15376.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15377.     mvdir
  15378.  
  15379.   ndb/src/old_files/client/odbc/codegen/Code_comp_op.hpp
  15380.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15381.     mvdir
  15382.  
  15383.   ndb/src/old_files/client/odbc/codegen/Code_comp_op.cpp
  15384.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15385.     mvdir
  15386.  
  15387.   ndb/src/old_files/client/odbc/codegen/Code_column.hpp
  15388.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15389.     mvdir
  15390.  
  15391.   ndb/src/old_files/client/odbc/codegen/Code_column.cpp
  15392.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15393.     mvdir
  15394.  
  15395.   ndb/src/old_files/client/odbc/codegen/Code_base.hpp
  15396.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15397.     mvdir
  15398.  
  15399.   ndb/src/old_files/client/odbc/codegen/Code_base.cpp
  15400.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15401.     mvdir
  15402.  
  15403.   ndb/src/old_files/client/odbc/codegen/CodeGen.hpp
  15404.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15405.     mvdir
  15406.  
  15407.   ndb/src/old_files/client/odbc/codegen/CodeGen.cpp
  15408.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15409.     mvdir
  15410.  
  15411.   ndb/src/old_files/client/odbc/NdbOdbc.def
  15412.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15413.     mvdir
  15414.  
  15415.   ndb/src/old_files/client/odbc/NdbOdbc.cpp
  15416.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15417.     mvdir
  15418.  
  15419.   ndb/src/old_files/client/odbc/Makefile
  15420.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15421.     mvdir
  15422.  
  15423.   ndb/src/old_files/client/odbc/Extra.mk
  15424.     1.2 04/06/04 11:38:37 tomas@poseidon.ndb.mysql.com +0 -0
  15425.     mvdir
  15426.  
  15427.   ndb/src/old_files/client/Makefile
  15428.     1.2 04/06/04 11:38:36 tomas@poseidon.ndb.mysql.com +0 -0
  15429.     mvdir
  15430.  
  15431.   ndb/src/old_files/rep/transfer/TransSSSubscriptions.cpp
  15432.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15433.     mvdir
  15434.  
  15435.   ndb/src/old_files/rep/transfer/TransSS.hpp
  15436.     1.5 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15437.     mvdir
  15438.  
  15439.   ndb/src/old_files/rep/transfer/TransSS.cpp
  15440.     1.6 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15441.     mvdir
  15442.  
  15443.   ndb/src/old_files/rep/transfer/TransPS.hpp
  15444.     1.5 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15445.     mvdir
  15446.  
  15447.   ndb/src/old_files/rep/transfer/TransPS.cpp
  15448.     1.6 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15449.     mvdir
  15450.  
  15451.   ndb/src/old_files/rep/transfer/Makefile
  15452.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15453.     mvdir
  15454.  
  15455.   ndb/src/old_files/rep/storage/NodeGroupInfo.hpp
  15456.     1.4 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15457.     mvdir
  15458.  
  15459.   ndb/src/old_files/rep/storage/NodeGroupInfo.cpp
  15460.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15461.     mvdir
  15462.  
  15463.   ndb/src/old_files/rep/storage/NodeGroup.hpp
  15464.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15465.     mvdir
  15466.  
  15467.   ndb/src/old_files/rep/storage/NodeGroup.cpp
  15468.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15469.     mvdir
  15470.  
  15471.   ndb/src/old_files/rep/storage/NodeConnectInfo.hpp
  15472.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15473.     mvdir
  15474.  
  15475.   ndb/src/old_files/rep/storage/Makefile
  15476.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15477.     mvdir
  15478.  
  15479.   ndb/src/old_files/rep/storage/LogRecord.hpp
  15480.     1.4 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15481.     mvdir
  15482.  
  15483.   ndb/src/old_files/rep/storage/GCIPage.hpp
  15484.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15485.     mvdir
  15486.  
  15487.   ndb/src/old_files/rep/storage/GCIPage.cpp
  15488.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15489.     mvdir
  15490.  
  15491.   ndb/src/old_files/rep/storage/GCIContainerPS.hpp
  15492.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15493.     mvdir
  15494.  
  15495.   ndb/src/old_files/rep/storage/GCIContainerPS.cpp
  15496.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15497.     mvdir
  15498.  
  15499.   ndb/src/old_files/rep/storage/GCIContainer.hpp
  15500.     1.5 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15501.     mvdir
  15502.  
  15503.   ndb/src/old_files/rep/storage/GCIContainer.cpp
  15504.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15505.     mvdir
  15506.  
  15507.   ndb/src/old_files/rep/storage/GCIBuffer.hpp
  15508.     1.4 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15509.     mvdir
  15510.  
  15511.   ndb/src/old_files/rep/storage/GCIBuffer.cpp
  15512.     1.5 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15513.     mvdir
  15514.  
  15515.   ndb/src/old_files/rep/state/testRepState/testRequestor.hpp
  15516.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15517.     mvdir
  15518.  
  15519.   ndb/src/old_files/rep/state/testRepState/testRequestor.cpp
  15520.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15521.     mvdir
  15522.  
  15523.   ndb/src/old_files/rep/state/testRepState/Makefile
  15524.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15525.     mvdir
  15526.  
  15527.   ndb/src/old_files/rep/state/testInterval/testInterval.cpp
  15528.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15529.     mvdir
  15530.  
  15531.   ndb/src/old_files/rep/state/testInterval/Makefile
  15532.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15533.     mvdir
  15534.  
  15535.   ndb/src/old_files/rep/state/RepStateRequests.cpp
  15536.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15537.     mvdir
  15538.  
  15539.   ndb/src/old_files/rep/state/RepStateEvent.cpp
  15540.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15541.     mvdir
  15542.  
  15543.   ndb/src/old_files/rep/state/RepState.hpp
  15544.     1.3 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15545.     mvdir
  15546.  
  15547.   ndb/src/old_files/rep/state/RepState.cpp
  15548.     1.3 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15549.     mvdir
  15550.  
  15551.   ndb/src/old_files/rep/state/Makefile
  15552.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15553.     mvdir
  15554.  
  15555.   ndb/src/old_files/rep/state/Interval.hpp
  15556.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15557.     mvdir
  15558.  
  15559.   ndb/src/old_files/rep/state/Interval.cpp
  15560.     1.4 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15561.     mvdir
  15562.  
  15563.   ndb/src/old_files/rep/state/Channel.hpp
  15564.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15565.     mvdir
  15566.  
  15567.   ndb/src/old_files/rep/state/Channel.cpp
  15568.     1.3 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15569.     mvdir
  15570.  
  15571.   ndb/src/old_files/rep/repapi/repapi.h
  15572.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15573.     mvdir
  15574.  
  15575.   ndb/src/old_files/rep/repapi/repapi.cpp
  15576.     1.4 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15577.     mvdir
  15578.  
  15579.   ndb/src/old_files/rep/repapi/Makefile
  15580.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15581.     mvdir
  15582.  
  15583.   ndb/src/old_files/rep/adapters/TableInfoPs.hpp
  15584.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15585.     mvdir
  15586.  
  15587.   ndb/src/old_files/rep/adapters/Makefile
  15588.     1.2 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15589.     mvdir
  15590.  
  15591.   ndb/src/old_files/rep/adapters/ExtNDB.hpp
  15592.     1.5 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15593.     mvdir
  15594.  
  15595.   ndb/src/old_files/rep/adapters/ExtNDB.cpp
  15596.     1.6 04/06/04 11:38:24 tomas@poseidon.ndb.mysql.com +0 -0
  15597.     mvdir
  15598.  
  15599.   ndb/src/old_files/rep/rep_version.hpp
  15600.     1.5 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15601.     mvdir
  15602.  
  15603.   ndb/src/old_files/rep/dbug_hack.cpp
  15604.     1.5 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15605.     mvdir
  15606.  
  15607.   ndb/src/old_files/rep/adapters/ExtAPI.hpp
  15608.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15609.     mvdir
  15610.  
  15611.   ndb/src/old_files/rep/adapters/ExtAPI.cpp
  15612.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15613.     mvdir
  15614.  
  15615.   ndb/src/old_files/rep/adapters/AppNDB.hpp
  15616.     1.4 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15617.     mvdir
  15618.  
  15619.   ndb/src/old_files/rep/adapters/AppNDB.cpp
  15620.     1.3 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15621.     mvdir
  15622.  
  15623.   ndb/src/old_files/rep/TODO
  15624.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15625.     mvdir
  15626.  
  15627.   ndb/src/old_files/rep/SignalQueue.hpp
  15628.     1.3 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15629.     mvdir
  15630.  
  15631.   ndb/src/old_files/rep/SignalQueue.cpp
  15632.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15633.     mvdir
  15634.  
  15635.   ndb/src/old_files/rep/RequestorSubscriptions.cpp
  15636.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15637.     mvdir
  15638.  
  15639.   ndb/src/old_files/rep/Requestor.hpp
  15640.     1.4 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15641.     mvdir
  15642.  
  15643.   ndb/src/old_files/rep/Requestor.cpp
  15644.     1.4 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15645.     mvdir
  15646.  
  15647.   ndb/src/old_files/rep/RepMain.cpp
  15648.     1.5 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15649.     mvdir
  15650.  
  15651.   ndb/src/old_files/rep/RepComponents.hpp
  15652.     1.4 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15653.     mvdir
  15654.  
  15655.   ndb/src/old_files/rep/RepComponents.cpp
  15656.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15657.     mvdir
  15658.  
  15659.   ndb/src/old_files/rep/RepCommandInterpreter.hpp
  15660.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15661.     mvdir
  15662.  
  15663.   ndb/src/old_files/rep/RepCommandInterpreter.cpp
  15664.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15665.     mvdir
  15666.  
  15667.   ndb/src/old_files/rep/RepApiService.hpp
  15668.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15669.     mvdir
  15670.  
  15671.   ndb/src/old_files/rep/RepApiService.cpp
  15672.     1.4 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15673.     mvdir
  15674.  
  15675.   ndb/src/old_files/rep/RepApiInterpreter.hpp
  15676.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15677.     mvdir
  15678.  
  15679.   ndb/src/old_files/rep/RepApiInterpreter.cpp
  15680.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15681.     mvdir
  15682.  
  15683.   ndb/src/old_files/rep/README
  15684.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15685.     mvdir
  15686.  
  15687.   ndb/src/old_files/rep/NodeConnectInfo.hpp
  15688.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15689.     mvdir
  15690.  
  15691.   ndb/src/old_files/rep/Makefile
  15692.     1.3 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15693.     mvdir
  15694.  
  15695.   ndb/src/old_files/rep/ExtSender.hpp
  15696.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15697.     mvdir
  15698.  
  15699.   ndb/src/old_files/rep/ExtSender.cpp
  15700.     1.2 04/06/04 11:38:23 tomas@poseidon.ndb.mysql.com +0 -0
  15701.     mvdir
  15702.  
  15703.   ndb/src/old_files/newtonapi/dba_schema.cpp
  15704.     1.3 04/06/04 11:38:09 tomas@poseidon.ndb.mysql.com +0 -0
  15705.     mvdir
  15706.  
  15707.   ndb/src/old_files/newtonapi/dba_process.hpp
  15708.     1.2 04/06/04 11:38:09 tomas@poseidon.ndb.mysql.com +0 -0
  15709.     mvdir
  15710.  
  15711.   ndb/src/old_files/newtonapi/dba_process.cpp
  15712.     1.2 04/06/04 11:38:09 tomas@poseidon.ndb.mysql.com +0 -0
  15713.     mvdir
  15714.  
  15715.   ndb/src/old_files/newtonapi/dba_internal.hpp
  15716.     1.4 04/06/04 11:38:09 tomas@poseidon.ndb.mysql.com +0 -0
  15717.     mvdir
  15718.  
  15719.   ndb/src/old_files/newtonapi/dba_init.cpp
  15720.     1.2 04/06/04 11:38:09 tomas@poseidon.ndb.mysql.com +0 -0
  15721.     mvdir
  15722.  
  15723.   ndb/src/old_files/newtonapi/dba_error.cpp
  15724.     1.4 04/06/04 11:38:09 tomas@poseidon.ndb.mysql.com +0 -0
  15725.     mvdir
  15726.  
  15727.   ndb/src/old_files/newtonapi/dba_dac.cpp
  15728.     1.2 04/06/04 11:38:09 tomas@poseidon.ndb.mysql.com +0 -0
  15729.     mvdir
  15730.  
  15731.   ndb/src/old_files/newtonapi/dba_config.cpp
  15732.     1.2 04/06/04 11:38:09 tomas@poseidon.ndb.mysql.com +0 -0
  15733.     mvdir
  15734.  
  15735.   ndb/src/old_files/newtonapi/dba_bulkread.cpp
  15736.     1.2 04/06/04 11:38:09 tomas@poseidon.ndb.mysql.com +0 -0
  15737.     mvdir
  15738.  
  15739.   ndb/src/old_files/newtonapi/dba_binding.cpp
  15740.     1.3 04/06/04 11:38:09 tomas@poseidon.ndb.mysql.com +0 -0
  15741.     mvdir
  15742.  
  15743.   ndb/src/old_files/newtonapi/Makefile
  15744.     1.2 04/06/04 11:38:09 tomas@poseidon.ndb.mysql.com +0 -0
  15745.     mvdir
  15746.  
  15747. ChangeSet
  15748.   1.1616.1.277 04/06/04 08:33:43 tomas@mc05.(none) +1 -0
  15749.   fixed bug in ndb_waiter
  15750.  
  15751. ChangeSet
  15752.   1.1616.1.276 04/06/04 08:24:42 tomas@poseidon.bredbandsbolaget.se +4 -0
  15753.   added operator<< for NdbRecAttr and removed attrtype from Event impl
  15754.  
  15755.   ndb/src/ndbapi/NdbRecAttr.cpp
  15756.     1.4 04/06/04 08:24:38 tomas@poseidon.bredbandsbolaget.se +87 -1
  15757.     added operator<<
  15758.  
  15759.   ndb/src/ndbapi/NdbEventOperationImpl.hpp
  15760.     1.2 04/06/04 08:24:37 tomas@poseidon.bredbandsbolaget.se +0 -1
  15761.     removed print methid for ndbRecAttr in Event Impl
  15762.  
  15763.   ndb/src/ndbapi/NdbEventOperationImpl.cpp
  15764.     1.5 04/06/04 08:24:37 tomas@poseidon.bredbandsbolaget.se +1 -59
  15765.     removed print methid for ndbRecAttr in Event Impl
  15766.  
  15767.   ndb/include/ndbapi/NdbRecAttr.hpp
  15768.     1.5 04/06/04 08:24:37 tomas@poseidon.bredbandsbolaget.se +2 -0
  15769.     operator << for NdbRecAttr
  15770.  
  15771. ChangeSet
  15772.   1.1616.475.3 04/06/04 11:02:35 monty@mysql.com +2 -0
  15773.   Portability fixes (and a typo after last merge)
  15774.  
  15775.   sql/sql_class.h
  15776.     1.146.34.13 04/06/04 11:02:33 monty@mysql.com +1 -1
  15777.     Portability fix
  15778.  
  15779.   innobase/os/os0file.c
  15780.     1.79 04/06/04 11:02:33 monty@mysql.com +1 -1
  15781.     Fixed typo
  15782.  
  15783.   ndb/tools/waiter.cpp
  15784.     1.4 04/06/04 08:32:28 tomas@mc05.(none) +45 -10
  15785.     fixed bug in ndb_waiter
  15786.  
  15787. ChangeSet
  15788.   1.1616.475.2 04/06/04 09:07:46 bar@bar.intranet.mysql.r18.ru +1 -0
  15789.   charset.c:
  15790.     Typo fix.
  15791.     Thanks Vladimir Kolpakov who noticed it.
  15792.  
  15793.   mysys/charset.c
  15794.     1.121 04/06/04 09:07:05 bar@bar.intranet.mysql.r18.ru +1 -1
  15795.     Typo fix.
  15796.     Thanks Vladimir Kolpakov who noticed it.
  15797.  
  15798. ChangeSet
  15799.   1.1616.474.1 04/06/03 23:17:18 guilhem@mysql.com +18 -0
  15800.   Implementation of WL#1824 "Add replication of character set variables in 4.1",
  15801.   by binlogging some SET ONE_SHOT CHARACTER_SETetc,
  15802.   which will be enough until we have it more compact and more complete in 5.0. With the present patch,
  15803.   replication will work ok between 4.1.3 master and slaves, as long as:
  15804.   - master and slave have the same GLOBAL.COLLATION_SERVER
  15805.   - COLLATION_DATABASE and CHARACTER_SET_DATABASE are not used
  15806.   - application does not use the fact that table is created with charset of the USEd db (BUG#2326).
  15807.   all of which are not too hard to fulfill. 
  15808.   ONE_SHOT is reserved for internal use of mysqlbinlog|mysql and works only for charsets,
  15809.   so we give error if used for non-charset vars.
  15810.   Fix for BUG#3875 "mysqlbinlog produces wrong ouput  if query uses
  15811.    variables containing quotes" and BUG#3943 "Queries with non-ASCII literals are not replicated
  15812.    properly after SET NAMES".
  15813.   Detecting that master and slave have different global charsets or server ids.
  15814.  
  15815.   mysql-test/t/rpl_charset.test
  15816.     1.1 04/06/03 23:17:13 guilhem@mysql.com +153 -0
  15817.  
  15818.   mysql-test/t/rpl_charset.test
  15819.     1.0 04/06/03 23:17:13 guilhem@mysql.com +0 -0
  15820.     BitKeeper file /home/mysql_src/mysql-4.1/mysql-test/t/rpl_charset.test
  15821.  
  15822.   mysql-test/r/rpl_charset.result
  15823.     1.1 04/06/03 23:17:12 guilhem@mysql.com +199 -0
  15824.  
  15825.   sql/sql_yacc.yy
  15826.     1.203.107.1 04/06/03 23:17:12 guilhem@mysql.com +4 -0
  15827.     ONE_SHOT keyword in SET
  15828.  
  15829.   sql/sql_parse.cc
  15830.     1.271.75.1 04/06/03 23:17:12 guilhem@mysql.com +41 -1
  15831.     when SET ONE_SHOT is used, verify that it's only used for charset/collation vars;
  15832.     otherwise refuse.
  15833.  
  15834.   sql/sql_lex.h
  15835.     1.102.34.10 04/06/03 23:17:12 guilhem@mysql.com +1 -1
  15836.     one_shot
  15837.  
  15838.   sql/sql_class.h
  15839.     1.146.37.1 04/06/03 23:17:12 guilhem@mysql.com +1 -1
  15840.     one_shot
  15841.  
  15842.   mysql-test/r/rpl_charset.result
  15843.     1.0 04/06/03 23:17:12 guilhem@mysql.com +0 -0
  15844.     BitKeeper file /home/mysql_src/mysql-4.1/mysql-test/r/rpl_charset.result
  15845.  
  15846.   sql/sql_class.cc
  15847.     1.105.21.1 04/06/03 23:17:11 guilhem@mysql.com +1 -0
  15848.     one_shot
  15849.  
  15850.   sql/slave.cc
  15851.     1.188.14.1 04/06/03 23:17:11 guilhem@mysql.com +63 -26
  15852.     when I/O slave thread starts, verify that master's and slave charsets match.
  15853.     And by the way verify that server ids are different.
  15854.     Don't fail if UNIX_TIMESTAMP() can't be done on master (very old master), that's
  15855.     not fatal.
  15856.  
  15857.   sql/set_var.h
  15858.     1.51 04/06/03 23:17:11 guilhem@mysql.com +47 -9
  15859.     no_support_one_shot to know if the var supports ONE_SHOT (only charset vars do, soon timezones).
  15860.     Accept int arg in SET CHARACTER_SET_etc
  15861.  
  15862.   sql/set_var.cc
  15863.     1.34.44.1 04/06/03 23:17:11 guilhem@mysql.com +103 -20
  15864.     understand SET CHARACTER_SET_CLIENT=10 (don't require a string, accept a number).
  15865.     Refuse changing of GLOBAL CHARACTER_SET_SERVER/COLLATION_SERVER if binlog or slave,
  15866.     as it will make the master or slave make wrong assumptions.
  15867.     A function to catch SET ONE_SHOT on non-charset variables (which is forbidden)
  15868.  
  15869.   sql/log_event.cc
  15870.     1.113.1.43 04/06/03 23:17:11 guilhem@mysql.com +55 -16
  15871.     print charset and collation of user var in mysqlbinlog and SHOW BINLOG EVENTS.
  15872.     escape the content of the var. Backquote its name.
  15873.     Will ask Bar to check that using my_charset_bin for escaping is ok.
  15874.  
  15875.   sql/log.cc
  15876.     1.108.1.25 04/06/03 23:17:11 guilhem@mysql.com +34 -0
  15877.     when writing to the binlog, before writing the actual statement, write some SET ONE_SHOT CHARACTER_SET_CLIENT etc
  15878.     for the slave to know the charset variables (which are important as they affect the inserted data).
  15879.  
  15880.   sql/lex.h
  15881.     1.82.22.2 04/06/03 23:17:10 guilhem@mysql.com +1 -0
  15882.     new keyword ONE_SHOT
  15883.  
  15884.   mysql-test/t/user_var.test
  15885.     1.13 04/06/03 23:17:10 guilhem@mysql.com +21 -0
  15886.     testing if the content of user vars is escaped when mysqlbinlog prints them,
  15887.     and if the name is backquoted.
  15888.  
  15889.   mysql-test/t/rpl_server_id1.test
  15890.     1.4 04/06/03 23:17:10 guilhem@mysql.com +5 -3
  15891.     no need to select as slave is not running
  15892.  
  15893.   mysql-test/r/user_var.result
  15894.     1.16 04/06/03 23:17:10 guilhem@mysql.com +33 -0
  15895.     result update
  15896.  
  15897. ChangeSet
  15898.   1.1616.472.1 04/06/03 18:25:46 tomas@poseidon.ndb.mysql.com +56 -0
  15899.   ndb make updates
  15900.  
  15901.   ndb/tools/waiter.cpp
  15902.     1.3 04/06/03 18:25:42 tomas@poseidon.ndb.mysql.com +213 -5
  15903.     ndb make updates
  15904.  
  15905.   ndb/tools/select_count.cpp
  15906.     1.5 04/06/03 18:25:42 tomas@poseidon.ndb.mysql.com +112 -3
  15907.     ndb make updates
  15908.  
  15909.   ndb/tools/delete_all.cpp
  15910.     1.5 04/06/03 18:25:42 tomas@poseidon.ndb.mysql.com +103 -15
  15911.     ndb make updates
  15912.  
  15913.   ndb/tools/Makefile.am
  15914.     1.7 04/06/03 18:25:42 tomas@poseidon.ndb.mysql.com +10 -8
  15915.     ndb make updates
  15916.  
  15917.   ndb/test/Makefile.am
  15918.     1.4 04/06/03 18:25:42 tomas@poseidon.ndb.mysql.com +1 -2
  15919.     ndb make updates
  15920.  
  15921.   ndb/src/kernel/Makefile.am
  15922.     1.3.1.1 04/06/03 18:25:42 tomas@poseidon.ndb.mysql.com +1 -1
  15923.     ndb make updates
  15924.  
  15925.   ndb/src/common/portlib/Makefile.am
  15926.     1.2.1.1 04/06/03 18:25:42 tomas@poseidon.ndb.mysql.com +18 -2
  15927.     ndb make updates
  15928.  
  15929.   ndb/src/common/Makefile.am
  15930.     1.2 04/06/03 18:25:42 tomas@poseidon.ndb.mysql.com +1 -1
  15931.     ndb make updates
  15932.  
  15933.   ndb/src/Makefile.am
  15934.     1.7.1.1 04/06/03 18:25:42 tomas@poseidon.ndb.mysql.com +1 -1
  15935.     ndb make updates
  15936.  
  15937.   ndb/config/type_ndbapitools.mk.am
  15938.     1.3.1.1 04/06/03 18:25:42 tomas@poseidon.ndb.mysql.com +1 -2
  15939.     ndb make updates
  15940.  
  15941.   configure.in
  15942.     1.201.1.64 04/06/03 18:25:42 tomas@poseidon.ndb.mysql.com +2 -2
  15943.     ndb make updates
  15944.  
  15945.   ndb/src/common/portlib/old_dirs/test/Makefile
  15946.     1.2 04/06/03 18:08:30 tomas@poseidon.ndb.mysql.com +0 -0
  15947.     mvdir
  15948.  
  15949.   ndb/src/common/portlib/NdbPortLibTest.cpp
  15950.     1.4 04/06/03 18:08:14 tomas@poseidon.ndb.mysql.com +0 -0
  15951.     Rename: ndb/src/common/portlib/test/NdbPortLibTest.cpp -> ndb/src/common/portlib/NdbPortLibTest.cpp
  15952.  
  15953.   ndb/src/common/portlib/old_dirs/memtest/munmaptest/Makefile
  15954.     1.2 04/06/03 18:07:59 tomas@poseidon.ndb.mysql.com +0 -0
  15955.     mvdir
  15956.  
  15957.   ndb/src/common/portlib/old_dirs/memtest/Makefile
  15958.     1.2 04/06/03 18:07:59 tomas@poseidon.ndb.mysql.com +0 -0
  15959.     mvdir
  15960.  
  15961.   ndb/src/common/portlib/mmstest.cpp
  15962.     1.4 04/06/03 18:07:43 tomas@poseidon.ndb.mysql.com +0 -0
  15963.     Rename: ndb/src/common/portlib/mmstest/mmstest.cpp -> ndb/src/common/portlib/mmstest.cpp
  15964.  
  15965.   ndb/src/common/portlib/mmslist.cpp
  15966.     1.4 04/06/03 18:07:39 tomas@poseidon.ndb.mysql.com +0 -0
  15967.     Rename: ndb/src/common/portlib/mmstest/mmslist.cpp -> ndb/src/common/portlib/mmslist.cpp
  15968.  
  15969.   ndb/src/common/portlib/munmaptest.cpp
  15970.     1.5 04/06/03 18:07:25 tomas@poseidon.ndb.mysql.com +0 -0
  15971.     Rename: ndb/src/common/portlib/memtest/munmaptest/munmaptest.cpp -> ndb/src/common/portlib/munmaptest.cpp
  15972.  
  15973.   ndb/src/common/portlib/memtest.c
  15974.     1.5 04/06/03 18:07:15 tomas@poseidon.ndb.mysql.com +0 -0
  15975.     Rename: ndb/src/common/portlib/memtest/memtest.c -> ndb/src/common/portlib/memtest.c
  15976.  
  15977.   ndb/src/common/portlib/old_dirs/ose/NdbTick.c
  15978.     1.2 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  15979.     mvdir
  15980.  
  15981.   ndb/src/common/portlib/old_dirs/ose/NdbThread.c
  15982.     1.4 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  15983.     mvdir
  15984.  
  15985.   ndb/src/common/portlib/old_dirs/ose/NdbTCP.c
  15986.     1.2 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  15987.     mvdir
  15988.  
  15989.   ndb/src/common/portlib/old_dirs/ose/NdbSleep.c
  15990.     1.2 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  15991.     mvdir
  15992.  
  15993.   ndb/src/common/portlib/old_dirs/ose/NdbOut.cpp
  15994.     1.4 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  15995.     mvdir
  15996.  
  15997.   ndb/src/common/portlib/old_dirs/ose/NdbMutex.c
  15998.     1.4 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  15999.     mvdir
  16000.  
  16001.   ndb/src/common/portlib/old_dirs/ose/NdbMem_SoftOse.cpp
  16002.     1.2 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  16003.     mvdir
  16004.  
  16005.   ndb/src/common/portlib/old_dirs/ose/NdbMem.c
  16006.     1.4 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  16007.     mvdir
  16008.  
  16009.   ndb/src/common/portlib/old_dirs/ose/NdbHost.c
  16010.     1.2 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  16011.     mvdir
  16012.  
  16013.   ndb/src/common/portlib/old_dirs/ose/NdbEnv.c
  16014.     1.2 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  16015.     mvdir
  16016.  
  16017.   ndb/src/common/portlib/old_dirs/ose/NdbConditionOSE.h
  16018.     1.2 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  16019.     mvdir
  16020.  
  16021.   ndb/src/common/portlib/old_dirs/ose/NdbCondition.c
  16022.     1.4 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  16023.     mvdir
  16024.  
  16025.   ndb/src/common/portlib/old_dirs/ose/Makefile
  16026.     1.2 04/06/03 18:06:51 tomas@poseidon.ndb.mysql.com +0 -0
  16027.     mvdir
  16028.  
  16029.   ndb/src/common/portlib/old_dirs/win32/NdbTick.c
  16030.     1.2 04/06/03 18:06:39 tomas@poseidon.ndb.mysql.com +0 -0
  16031.     mvdir
  16032.  
  16033.   ndb/src/common/portlib/old_dirs/win32/NdbThread.c
  16034.     1.4 04/06/03 18:06:39 tomas@poseidon.ndb.mysql.com +0 -0
  16035.     mvdir
  16036.  
  16037.   ndb/src/common/portlib/old_dirs/win32/NdbTCP.c
  16038.     1.2 04/06/03 18:06:39 tomas@poseidon.ndb.mysql.com +0 -0
  16039.     mvdir
  16040.  
  16041.   ndb/src/common/portlib/old_dirs/win32/NdbSleep.c
  16042.     1.2 04/06/03 18:06:39 tomas@poseidon.ndb.mysql.com +0 -0
  16043.     mvdir
  16044.  
  16045.   ndb/src/common/portlib/old_dirs/win32/NdbMutex.c
  16046.     1.4 04/06/03 18:06:39 tomas@poseidon.ndb.mysql.com +0 -0
  16047.     mvdir
  16048.  
  16049.   ndb/src/common/portlib/old_dirs/win32/NdbMem.c
  16050.     1.4 04/06/03 18:06:39 tomas@poseidon.ndb.mysql.com +0 -0
  16051.     mvdir
  16052.  
  16053.   ndb/src/common/portlib/old_dirs/win32/NdbHost.c
  16054.     1.2 04/06/03 18:06:39 tomas@poseidon.ndb.mysql.com +0 -0
  16055.     mvdir
  16056.  
  16057.   ndb/src/common/portlib/old_dirs/win32/NdbEnv.c
  16058.     1.2 04/06/03 18:06:39 tomas@poseidon.ndb.mysql.com +0 -0
  16059.     mvdir
  16060.  
  16061.   ndb/src/common/portlib/old_dirs/win32/NdbDaemon.c
  16062.     1.3 04/06/03 18:06:39 tomas@poseidon.ndb.mysql.com +0 -0
  16063.     mvdir
  16064.  
  16065.   ndb/src/common/portlib/old_dirs/win32/NdbCondition.c
  16066.     1.4 04/06/03 18:06:39 tomas@poseidon.ndb.mysql.com +0 -0
  16067.     mvdir
  16068.  
  16069.   ndb/src/common/portlib/old_dirs/win32/Makefile
  16070.     1.2 04/06/03 18:06:39 tomas@poseidon.ndb.mysql.com +0 -0
  16071.     mvdir
  16072.  
  16073.   ndb/src/common/portlib/old_dirs/unix/Makefile_old
  16074.     1.3 04/06/03 18:06:26 tomas@poseidon.ndb.mysql.com +0 -0
  16075.     mvdir
  16076.  
  16077.   BitKeeper/deleted/.del-Makefile.am~4d9c81a4353f3ee8
  16078.     1.2 04/06/03 18:05:10 tomas@poseidon.ndb.mysql.com +0 -0
  16079.     Delete: ndb/src/common/portlib/unix/Makefile.am
  16080.  
  16081.   ndb/Makefile.am
  16082.     1.5.1.1 04/06/03 17:59:04 tomas@poseidon.ndb.mysql.com +2 -1
  16083.  
  16084.   ndb/src/common/portlib/NdbTick.c
  16085.     1.5 04/06/03 17:57:29 tomas@poseidon.ndb.mysql.com +0 -0
  16086.     Rename: ndb/src/common/portlib/unix/NdbTick.c -> ndb/src/common/portlib/NdbTick.c
  16087.  
  16088.   ndb/src/common/portlib/NdbThread.c
  16089.     1.9 04/06/03 17:57:29 tomas@poseidon.ndb.mysql.com +0 -0
  16090.     Rename: ndb/src/common/portlib/unix/NdbThread.c -> ndb/src/common/portlib/NdbThread.c
  16091.  
  16092.   ndb/src/common/portlib/NdbTCP.c
  16093.     1.3 04/06/03 17:57:28 tomas@poseidon.ndb.mysql.com +0 -0
  16094.     Rename: ndb/src/common/portlib/unix/NdbTCP.c -> ndb/src/common/portlib/NdbTCP.c
  16095.  
  16096.   ndb/src/common/portlib/NdbSleep.c
  16097.     1.4 04/06/03 17:57:28 tomas@poseidon.ndb.mysql.com +0 -0
  16098.     Rename: ndb/src/common/portlib/unix/NdbSleep.c -> ndb/src/common/portlib/NdbSleep.c
  16099.  
  16100.   ndb/src/common/portlib/NdbMutex.c
  16101.     1.4 04/06/03 17:57:28 tomas@poseidon.ndb.mysql.com +0 -0
  16102.     Rename: ndb/src/common/portlib/unix/NdbMutex.c -> ndb/src/common/portlib/NdbMutex.c
  16103.  
  16104.   ndb/src/common/portlib/NdbMem.c
  16105.     1.9 04/06/03 17:57:28 tomas@poseidon.ndb.mysql.com +0 -0
  16106.     Rename: ndb/src/common/portlib/unix/NdbMem.c -> ndb/src/common/portlib/NdbMem.c
  16107.  
  16108.   ndb/src/common/portlib/NdbHost.c
  16109.     1.3 04/06/03 17:57:28 tomas@poseidon.ndb.mysql.com +0 -0
  16110.     Rename: ndb/src/common/portlib/unix/NdbHost.c -> ndb/src/common/portlib/NdbHost.c
  16111.  
  16112.   ndb/src/common/portlib/NdbEnv.c
  16113.     1.4 04/06/03 17:57:28 tomas@poseidon.ndb.mysql.com +0 -0
  16114.     Rename: ndb/src/common/portlib/unix/NdbEnv.c -> ndb/src/common/portlib/NdbEnv.c
  16115.  
  16116.   ndb/src/common/portlib/NdbDaemon.c
  16117.     1.8 04/06/03 17:57:27 tomas@poseidon.ndb.mysql.com +0 -0
  16118.     Rename: ndb/src/common/portlib/unix/NdbDaemon.c -> ndb/src/common/portlib/NdbDaemon.c
  16119.  
  16120.   ndb/src/common/portlib/NdbCondition.c
  16121.     1.6 04/06/03 17:57:27 tomas@poseidon.ndb.mysql.com +0 -0
  16122.     Rename: ndb/src/common/portlib/unix/NdbCondition.c -> ndb/src/common/portlib/NdbCondition.c
  16123.  
  16124. ChangeSet
  16125.   1.1665.8.7 04/06/03 19:36:36 pem@mysql.comhem.se +4 -0
  16126.   Post-merge fixes.
  16127.   Not finished, will not be pushed until additional fixes have been made.
  16128.  
  16129.   sql/sql_select.cc
  16130.     1.245 04/06/03 19:36:32 pem@mysql.com +3 -3
  16131.     Post-merge fixes.
  16132.  
  16133.   sql/opt_range.cc
  16134.     1.111.1.5 04/06/03 19:36:32 pem@mysql.com +2 -1
  16135.     Post-merge fixes.
  16136.  
  16137.   mysql-test/r/func_time.result
  16138.     1.32 04/06/03 19:36:32 pem@mysql.com +1 -1
  16139.     Post-merge fixes.
  16140.  
  16141.   client/mysqlbinlog.cc
  16142.     1.91 04/06/03 19:36:32 pem@mysql.com +24 -0
  16143.     Post-merge fixes.
  16144.  
  16145.   mysql-test/r/rpl_user_variables.result
  16146.     1.5.1.2 04/06/03 19:04:16 guilhem@mysql.com +6 -6
  16147.     result update (as we now print charset of user var).
  16148.  
  16149.   mysql-test/r/rpl_server_id1.result
  16150.     1.3.1.1 04/06/03 19:04:16 guilhem@mysql.com +1 -4
  16151.     it's normal to not run as I have added a test to compare server ids of master and slave
  16152.     at startup and stop if equal (unless --replicate-same-server-id)
  16153.  
  16154. ChangeSet
  16155.   1.1616.470.1 04/06/03 11:52:54 paul@kite-hub.kitebird.com +28 -0
  16156.   Fix skipp -> skip once and for all.
  16157.   (Note: This affects only comments, not variable names.)
  16158.  
  16159.   strings/ctype-tis620.c
  16160.     1.68 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16161.     Fix skipp -> skip once and for all.
  16162.  
  16163.   strings/ctype-gbk.c
  16164.     1.55 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16165.     Fix skipp -> skip once and for all.
  16166.  
  16167.   strings/ctype-big5.c
  16168.     1.57 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16169.     Fix skipp -> skip once and for all.
  16170.  
  16171.   sql/time.cc
  16172.     1.45 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16173.     Fix skipp -> skip once and for all.
  16174.  
  16175.   sql/sql_yacc.yy
  16176.     1.203.103.14 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16177.     Fix skipp -> skip once and for all.
  16178.  
  16179.   scripts/mysql_find_rows.sh
  16180.     1.7 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16181.     Fix skipp -> skip once and for all.
  16182.  
  16183.   mysys/my_getwd.c
  16184.     1.11 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16185.     Fix skipp -> skip once and for all.
  16186.  
  16187.   mysys/my_error.c
  16188.     1.13.1.2 04/06/03 11:52:40 paul@kite-hub.kitebird.com +2 -2
  16189.     Fix skipp -> skip once and for all.
  16190.  
  16191.   mysys/mf_wfile.c
  16192.     1.9 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16193.     Fix skipp -> skip once and for all.
  16194.  
  16195.   mysys/mf_soundex.c
  16196.     1.9 04/06/03 11:52:40 paul@kite-hub.kitebird.com +2 -2
  16197.     Fix skipp -> skip once and for all.
  16198.  
  16199.   mysys/mf_pack.c
  16200.     1.18 04/06/03 11:52:40 paul@kite-hub.kitebird.com +6 -6
  16201.     Fix skipp -> skip once and for all.
  16202.  
  16203.   mysys/mf_iocache2.c
  16204.     1.23.1.1 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16205.     Fix skipp -> skip once and for all.
  16206.  
  16207.   mysys/mf_iocache.c
  16208.     1.44 04/06/03 11:52:40 paul@kite-hub.kitebird.com +2 -2
  16209.     Fix skipp -> skip once and for all.
  16210.  
  16211.   mysys/default.c
  16212.     1.43 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16213.     Fix skipp -> skip once and for all.
  16214.  
  16215.   mysys/ChangeLog
  16216.     1.4 04/06/03 11:52:40 paul@kite-hub.kitebird.com +2 -2
  16217.     Fix skipp -> skip once and for all.
  16218.  
  16219.   myisam/myisamlog.c
  16220.     1.27 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16221.     Fix skipp -> skip once and for all.
  16222.  
  16223.   myisam/mi_search.c
  16224.     1.45 04/06/03 11:52:40 paul@kite-hub.kitebird.com +2 -2
  16225.     Fix skipp -> skip once and for all.
  16226.  
  16227.   myisam/mi_key.c
  16228.     1.24 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16229.     Fix skipp -> skip once and for all.
  16230.  
  16231.   myisam/mi_delete.c
  16232.     1.27 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16233.     Fix skipp -> skip once and for all.
  16234.  
  16235.   myisam/mi_check.c
  16236.     1.105.1.29 04/06/03 11:52:40 paul@kite-hub.kitebird.com +2 -2
  16237.     Fix skipp -> skip once and for all.
  16238.  
  16239.   merge/mrg_open.c
  16240.     1.11 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16241.     Fix skipp -> skip once and for all.
  16242.  
  16243.   isam/test1.c
  16244.     1.8 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16245.     Fix skipp -> skip once and for all.
  16246.  
  16247.   isam/pack_isam.c
  16248.     1.16 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16249.     Fix skipp -> skip once and for all.
  16250.  
  16251.   isam/isamlog.c
  16252.     1.15 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16253.     Fix skipp -> skip once and for all.
  16254.  
  16255.   isam/isamchk.c
  16256.     1.31 04/06/03 11:52:40 paul@kite-hub.kitebird.com +2 -2
  16257.     Fix skipp -> skip once and for all.
  16258.  
  16259.   isam/_dynrec.c
  16260.     1.10 04/06/03 11:52:40 paul@kite-hub.kitebird.com +3 -3
  16261.     Fix skipp -> skip once and for all.
  16262.  
  16263.   heap/hp_hash.c
  16264.     1.31 04/06/03 11:52:40 paul@kite-hub.kitebird.com +1 -1
  16265.     Fix skipp -> skip once and for all.
  16266.  
  16267.   extra/perror.c
  16268.     1.27 04/06/03 11:52:39 paul@kite-hub.kitebird.com +1 -1
  16269.     Fix skipp -> skip once and for all.
  16270.  
  16271. ChangeSet
  16272.   1.1616.1.274 04/06/03 17:54:18 tomas@mc05.(none) +10 -0
  16273.   top_srcdir -> top_builddir
  16274.  
  16275.   ndb/test/tools/Makefile.am
  16276.     1.5 04/06/03 17:54:15 tomas@mc05.(none) +1 -1
  16277.     top_srcdir -> top_builddir
  16278.  
  16279.   ndb/test/run-test/Makefile.am
  16280.     1.6 04/06/03 17:54:15 tomas@mc05.(none) +1 -1
  16281.     top_srcdir -> top_builddir
  16282.  
  16283.   ndb/src/mgmsrv/Makefile.am
  16284.     1.9 04/06/03 17:54:15 tomas@mc05.(none) +2 -2
  16285.     top_srcdir -> top_builddir
  16286.  
  16287.   ndb/src/mgmclient/Makefile.am
  16288.     1.8 04/06/03 17:54:15 tomas@mc05.(none) +2 -2
  16289.     top_srcdir -> top_builddir
  16290.  
  16291.   ndb/src/kernel/blocks/backup/restore/Makefile.am
  16292.     1.6 04/06/03 17:54:15 tomas@mc05.(none) +1 -1
  16293.     top_srcdir -> top_builddir
  16294.  
  16295.   ndb/src/kernel/Makefile.am
  16296.     1.4 04/06/03 17:54:15 tomas@mc05.(none) +8 -8
  16297.     top_srcdir -> top_builddir
  16298.  
  16299.   ndb/src/cw/cpcd/Makefile.am
  16300.     1.6 04/06/03 17:54:15 tomas@mc05.(none) +1 -1
  16301.     top_srcdir -> top_builddir
  16302.  
  16303.   ndb/src/Makefile.am
  16304.     1.8 04/06/03 17:54:15 tomas@mc05.(none) +9 -9
  16305.     top_srcdir -> top_builddir
  16306.  
  16307.   ndb/config/type_ndbapitools.mk.am
  16308.     1.4 04/06/03 17:54:15 tomas@mc05.(none) +2 -2
  16309.     top_srcdir -> top_builddir
  16310.  
  16311.   ndb/config/type_ndbapitest.mk.am
  16312.     1.7 04/06/03 17:54:15 tomas@mc05.(none) +2 -2
  16313.     top_srcdir -> top_builddir
  16314.  
  16315. ChangeSet
  16316.   1.1616.469.2 04/06/03 17:31:46 heikki@hundin.mysql.fi +1 -0
  16317.   fil0fil.c:
  16318.     Make allocation for file path more uniform: always use mem_alloc(), not ut_malloc()
  16319.  
  16320.   innobase/fil/fil0fil.c
  16321.     1.33 04/06/03 17:31:28 heikki@hundin.mysql.fi +11 -11
  16322.     Make allocation for file path more uniform: always use mem_alloc(), not ut_malloc()
  16323.  
  16324. ChangeSet
  16325.   1.1616.469.1 04/06/03 17:02:37 heikki@hundin.mysql.fi +2 -0
  16326.   os0file.c, fil0fil.c:
  16327.     Align file i/o buffers for DIRECT_IO; fix mem_alloc()/mem_free() crash bugs that came from Marko's latest cleanup
  16328.  
  16329. ChangeSet
  16330.   1.1616.1.272 04/06/03 16:02:07 tomas@mc05.(none) +3 -0
  16331.   fixes for ndb and make distdir
  16332.  
  16333.   ndb/test/run-test/Makefile.am
  16334.     1.5 04/06/03 16:01:37 tomas@mc05.(none) +2 -1
  16335.     fixes for ndb and make distdir
  16336.  
  16337.   ndb/src/common/portlib/Makefile.am
  16338.     1.3 04/06/03 16:01:37 tomas@mc05.(none) +3 -1
  16339.     fixes for ndb and make distdir
  16340.  
  16341.   ndb/Makefile.am
  16342.     1.6 04/06/03 16:01:37 tomas@mc05.(none) +3 -0
  16343.     fixes for ndb and make distdir
  16344.  
  16345.   innobase/os/os0file.c
  16346.     1.78 04/06/03 17:00:06 heikki@hundin.mysql.fi +14 -8
  16347.     Align file i/o buffers for DIRECT_IO; fix mem_alloc()/mem_free() crash bugs that came from Marko's latest cleanup
  16348.  
  16349.   innobase/fil/fil0fil.c
  16350.     1.32 04/06/03 16:59:53 heikki@hundin.mysql.fi +40 -27
  16351.     Align file i/o buffers for DIRECT_IO; fix mem_alloc()/mem_free() crash bugs that came from Marko's latest cleanup
  16352.  
  16353. ChangeSet
  16354.   1.1616.459.14 04/06/03 17:45:53 bar@bar.intranet.mysql.r18.ru +2 -0
  16355.   Unicode collations: WL#916
  16356.   XML and "collation customization" language parsers.
  16357.  
  16358.   strings/ctype.c
  16359.     1.60 04/06/03 17:45:45 bar@bar.intranet.mysql.r18.ru +51 -2
  16360.     Unicode collations: WL#916
  16361.     XML and "collation customization" language parsers.
  16362.  
  16363.   mysys/charset.c
  16364.     1.120 04/06/03 17:45:45 bar@bar.intranet.mysql.r18.ru +496 -6
  16365.     Unicode collations: WL#916
  16366.     XML and "collation customization" language parsers.
  16367.  
  16368. ChangeSet
  16369.   1.676.1.764 04/06/03 15:38:38 bell@sanja.is.com.ua +1 -0
  16370.   removed incorrect destructor (to prevent deleting item by recursion instead of by list scanning in case of chained OR or AND)
  16371.  
  16372.   sql/item_cmpfunc.h
  16373.     1.10.1.7 04/06/03 15:38:37 bell@sanja.is.com.ua +0 -1
  16374.     removed incorrect destructor (to prevent deleting item by recursion instead of by list scanning in case of chained OR or AND)
  16375.  
  16376. ChangeSet
  16377.   1.1616.468.1 04/06/03 13:15:54 autotest@mc01.ndb.mysql.com +8 -0
  16378.   Makefile.am:
  16379.     local flag in ndbapi to set -O2 since problems occur with -O3
  16380.   pc.hpp, Emulator.hpp, Emulator.cpp, ErrorReporter.cpp:
  16381.     USE_EMULATED_JAM -> !NO_EMULATED_JAM
  16382.   ErrorReporter.hpp:
  16383.     removed NDEBUG and removed THREAD_ASSERT
  16384.   Dbdict.cpp:
  16385.     NDB_DEBUG -> VM_TRACE
  16386.   configure.in:
  16387.     cleaned up ndb CXX flags and added optional flag possibility
  16388.  
  16389. ChangeSet
  16390.   1.1616.1.268 04/06/03 13:14:03 joreland@mysql.com +1 -0
  16391.   More warnings in atrt
  16392.  
  16393.   ndb/test/run-test/main.cpp
  16394.     1.6 04/06/03 13:13:49 joreland@mysql.com +5 -0
  16395.     More warnings
  16396.  
  16397.   ndb/src/ndbapi/Makefile.am
  16398.     1.6 04/06/03 13:12:11 autotest@mc01.ndb.mysql.com +3 -0
  16399.     local flag in ndbapi to set -O2 since problems occur with -O3
  16400.  
  16401.   ndb/src/kernel/vm/pc.hpp
  16402.     1.3 04/06/03 13:12:11 autotest@mc01.ndb.mysql.com +8 -7
  16403.     USE_EMULATED_JAM -> !NO_EMULATED_JAM
  16404.  
  16405.   ndb/src/kernel/vm/Emulator.hpp
  16406.     1.2 04/06/03 13:12:11 autotest@mc01.ndb.mysql.com +11 -8
  16407.     USE_EMULATED_JAM -> !NO_EMULATED_JAM
  16408.  
  16409.   ndb/src/kernel/vm/Emulator.cpp
  16410.     1.6 04/06/03 13:12:11 autotest@mc01.ndb.mysql.com +5 -5
  16411.     USE_EMULATED_JAM -> !NO_EMULATED_JAM
  16412.  
  16413.   ndb/src/kernel/error/ErrorReporter.hpp
  16414.     1.4 04/06/03 13:12:11 autotest@mc01.ndb.mysql.com +1 -9
  16415.     removed NDEBUG and removed THREAD_ASSERT
  16416.  
  16417.   ndb/src/kernel/error/ErrorReporter.cpp
  16418.     1.4 04/06/03 13:12:11 autotest@mc01.ndb.mysql.com +9 -21
  16419.     USE_EMULATED_JAM -> !NO_EMULATED_JAM
  16420.  
  16421.   ndb/src/kernel/blocks/dbdict/Dbdict.cpp
  16422.     1.6 04/06/03 13:12:11 autotest@mc01.ndb.mysql.com +1 -1
  16423.     NDB_DEBUG -> VM_TRACE
  16424.  
  16425.   configure.in
  16426.     1.201.1.62 04/06/03 13:12:11 autotest@mc01.ndb.mysql.com +13 -5
  16427.     cleaned up ndb CXX flags and added optional flag possibility
  16428.  
  16429. ChangeSet
  16430.   1.1616.1.267 04/06/03 10:17:52 ndbdev@ndbmaster.mysql.com +1 -0
  16431.   Setup connect string
  16432.  
  16433.   ndb/test/run-test/main.cpp
  16434.     1.5 04/06/03 10:16:54 ndbdev@ndbmaster.mysql.com +7 -7
  16435.     Setup connect string
  16436.  
  16437. ChangeSet
  16438.   1.1616.1.265 04/06/03 08:09:04 joreland@mysql.com +1 -0
  16439.   Fix for 840, invalid tuple size.
  16440.   Still don't know reason, but this works
  16441.  
  16442.   ndb/src/ndbapi/NdbOperationDefine.cpp
  16443.     1.4 04/06/03 08:09:01 joreland@mysql.com +3 -2
  16444.     Fix for 840, invalid tuple size.
  16445.     Still don't know reason, but this works
  16446.  
  16447. ChangeSet
  16448.   1.1616.466.1 04/06/03 08:03:37 autotest@mc01.ndb.mysql.com +2 -0
  16449.   extern"C" bug
  16450.  
  16451.   BitKeeper/etc/logging_ok
  16452.     1.233.1.78 04/06/03 08:03:36 autotest@mc01.ndb.mysql.com +1 -0
  16453.     Logging to logging@openlogging.org accepted
  16454.  
  16455.   ndb/src/mgmsrv/CommandInterpreter.cpp
  16456.     1.5 04/06/03 08:03:11 autotest@mc01.ndb.mysql.com +0 -1
  16457.     extern"C" bug
  16458.  
  16459. ChangeSet
  16460.   1.1616.1.264 04/06/03 03:56:12 joreland@mysql.com +1 -0
  16461.   Fix for 3910
  16462.  
  16463.   ndb/src/kernel/Main.cpp
  16464.     1.16 04/06/03 03:56:09 joreland@mysql.com +8 -0
  16465.     Fix for 3910
  16466.  
  16467. ChangeSet
  16468.   1.1616.459.13 04/06/03 02:13:19 monty@mysql.com +1 -0
  16469.   portability fix
  16470.  
  16471.   myisam/rt_mbr.c
  16472.     1.7 04/06/03 02:13:12 monty@mysql.com +22 -16
  16473.     portability fix
  16474.  
  16475. ChangeSet
  16476.   1.1616.465.1 04/06/03 01:55:47 monty@mysql.com +4 -0
  16477.   Added authentication code that was missed in merge
  16478.   Added new windows configuration
  16479.  
  16480.   sql-common/client.c
  16481.     1.46.1.15 04/06/03 01:55:46 monty@mysql.com +57 -1
  16482.     Moved check function from libmysql.c to client.c
  16483.  
  16484.   libmysql/libmysql.c
  16485.     1.156.1.81 04/06/03 01:55:45 monty@mysql.com +1 -51
  16486.     Moved check function from libmysql.c to client.c
  16487.  
  16488.   VC++Files/zlib/zlib.dsp
  16489.     1.8 04/06/03 01:55:45 monty@mysql.com +27 -0
  16490.     Added new configuration
  16491.  
  16492.   VC++Files/client/mysqlclient.dsp
  16493.     1.27 04/06/03 01:55:45 monty@mysql.com +29 -0
  16494.     Added new configuration
  16495.  
  16496. ChangeSet
  16497.   1.1346.632.1 04/06/02 12:56:26 paul@teton.kitebird.com +5 -0
  16498.   Touchups to .cnf file comments.
  16499.  
  16500.   support-files/my-small.cnf.sh
  16501.     1.16.1.1 04/06/02 12:56:22 paul@teton.kitebird.com +4 -4
  16502.     Touchups to .cnf file comments.
  16503.  
  16504.   support-files/my-medium.cnf.sh
  16505.     1.17.1.2 04/06/02 12:56:22 paul@teton.kitebird.com +4 -4
  16506.     Touchups to .cnf file comments.
  16507.  
  16508.   support-files/my-large.cnf.sh
  16509.     1.18.1.1 04/06/02 12:56:22 paul@teton.kitebird.com +5 -5
  16510.     Touchups to .cnf file comments.
  16511.  
  16512.   support-files/my-innodb-heavy-4G.cnf.sh
  16513.     1.2.1.1 04/06/02 12:56:22 paul@teton.kitebird.com +2 -2
  16514.     Touchups to .cnf file comments.
  16515.  
  16516.   support-files/my-huge.cnf.sh
  16517.     1.19.1.1 04/06/02 12:56:22 paul@teton.kitebird.com +5 -5
  16518.     Touchups to .cnf file comments.
  16519.  
  16520. ChangeSet
  16521.   1.1616.459.11 04/06/02 18:19:28 heikki@hundin.mysql.fi +1 -0
  16522.   fil0fil.c:
  16523.     Fix typo spotted by Paul DuBois: 'no continue' -> 'not continue'
  16524.  
  16525.   innobase/fil/fil0fil.c
  16526.     1.31 04/06/02 18:19:18 heikki@hundin.mysql.fi +2 -2
  16527.     Fix typo spotted by Paul DuBois: 'no continue' -> 'not continue'
  16528.  
  16529. ChangeSet
  16530.   1.1616.434.2 04/06/02 19:11:57 hf@deer.(none) +5 -0
  16531.   wl 1562 (To improve RTree indexes)
  16532.   some changes to make code nicer
  16533.  
  16534.   mysql-test/r/gis-rtree.result
  16535.     1.8 04/06/02 19:11:54 hf@deer.(none) +5 -5
  16536.     result became slightly different because of changes made
  16537.  
  16538.   myisam/rt_test.c
  16539.     1.9.2.1 04/06/02 19:11:54 hf@deer.(none) +60 -2
  16540.     some modifications to extend test
  16541.  
  16542.   myisam/rt_mbr.c
  16543.     1.4.1.2 04/06/02 19:11:54 hf@deer.(none) +182 -253
  16544.     some fixes to make code nicer and smaller
  16545.  
  16546.   myisam/rt_index.c
  16547.     1.11.1.2 04/06/02 19:11:54 hf@deer.(none) +2 -10
  16548.     'if' simplified
  16549.  
  16550.   include/myisampack.h
  16551.     1.12 04/06/02 19:11:54 hf@deer.(none) +7 -0
  16552.     mi_sint1korr and similar things added to do conversion in an
  16553.     uniform way
  16554.  
  16555. ChangeSet
  16556.   1.1616.1.263 04/06/02 13:11:10 joreland@mysql.com +1 -0
  16557.   Update atrt to use new names of binaries
  16558.  
  16559.   ndb/test/run-test/main.cpp
  16560.     1.4 04/06/02 13:11:08 joreland@mysql.com +19 -8
  16561.     1) Updated names of binaries
  16562.     2) Use NDB_CONNECTSTRING
  16563.  
  16564. ChangeSet
  16565.   1.1616.1.262 04/06/02 10:17:19 tomas@mc05.(none) +1 -0
  16566.   fixed naming error
  16567.  
  16568. ChangeSet
  16569.   1.1616.1.261 04/06/02 10:37:42 tomas@poseidon.ndb.mysql.com +9 -0
  16570.   collapsed ndb start/stop scripts in mysql-test-run + ndb bin name changes
  16571.  
  16572.   mysql-test/ndb/ndbcluster.sh
  16573.     1.9 04/06/02 10:15:17 tomas@mc05.(none) +3 -3
  16574.     fixed naming error
  16575.  
  16576.   ndb/tools/Makefile.am
  16577.     1.6 04/06/02 10:37:39 tomas@poseidon.ndb.mysql.com +16 -8
  16578.     ndb bin name changes
  16579.  
  16580.   ndb/src/mgmsrv/Makefile.am
  16581.     1.8 04/06/02 10:37:39 tomas@poseidon.ndb.mysql.com +2 -2
  16582.     ndb bin name changes
  16583.  
  16584.   ndb/src/mgmclient/Makefile.am
  16585.     1.7 04/06/02 10:37:39 tomas@poseidon.ndb.mysql.com +2 -2
  16586.     ndb bin name changes
  16587.  
  16588.   ndb/src/kernel/blocks/backup/restore/Makefile.am
  16589.     1.5 04/06/02 10:37:39 tomas@poseidon.ndb.mysql.com +2 -2
  16590.     ndb bin name changes
  16591.  
  16592.   ndb/src/kernel/Makefile.am
  16593.     1.3 04/06/02 10:37:39 tomas@poseidon.ndb.mysql.com +2 -2
  16594.     ndb bin name changes
  16595.  
  16596.   mysql-test/ndb/ndbcluster.sh
  16597.     1.8 04/06/02 10:37:39 tomas@poseidon.ndb.mysql.com +54 -14
  16598.     collapsed ndb start/stop scripts + ndb bin name changes
  16599.  
  16600.   mysql-test/ndb/Makefile.am
  16601.     1.2 04/06/02 10:37:39 tomas@poseidon.ndb.mysql.com +2 -6
  16602.     collapsed ndb start/stop scripts
  16603.  
  16604.   mysql-test/mysql-test-run.sh
  16605.     1.186 04/06/02 10:37:39 tomas@poseidon.ndb.mysql.com +3 -3
  16606.     collapsed ndb start/stop scripts
  16607.  
  16608.   mysql-test/ndb/ndbcluster.sh
  16609.     1.7 04/06/02 09:15:37 tomas@poseidon.ndb.mysql.com +0 -0
  16610.     Rename: mysql-test/ndb/install_ndbcluster.sh -> mysql-test/ndb/ndbcluster.sh
  16611.  
  16612.   BitKeeper/deleted/.del-stop_ndbcluster.sh~b3b9e9505384aca1
  16613.     1.7 04/06/02 09:15:16 tomas@poseidon.ndb.mysql.com +0 -0
  16614.     Delete: mysql-test/ndb/stop_ndbcluster.sh
  16615.  
  16616. ChangeSet
  16617.   1.1616.459.8 04/06/02 12:13:49 monty@mysql.com +3 -0
  16618.   after merge fixes
  16619.  
  16620.   sql/sql_select.cc
  16621.     1.216.1.119 04/06/02 12:13:41 monty@mysql.com +0 -4
  16622.     after merge fix (The patch for 4.0 didn't make sence in 4.1)
  16623.  
  16624.   sql/ha_innodb.cc
  16625.     1.90.1.42 04/06/02 12:13:41 monty@mysql.com +2 -2
  16626.     after merge fix
  16627.  
  16628.   innobase/os/os0file.c
  16629.     1.77 04/06/02 12:13:41 monty@mysql.com +8 -8
  16630.     after merge fix
  16631.  
  16632. ChangeSet
  16633.   1.1346.623.35 04/06/02 11:12:04 marko@hundin.mysql.fi +1 -0
  16634.   InnoDB cleanup: Remove debug function
  16635.   cmp_debug_dtuple_rec_with_match()
  16636.   unless #ifdef UNIV_DEBUG
  16637.  
  16638.   innobase/rem/rem0cmp.c
  16639.     1.13.1.3 04/06/02 11:12:01 marko@hundin.mysql.fi +6 -2
  16640.     Remove cmp_debug_dtuple_rec_with_match() unless #ifdef UNIV_DEBUG
  16641.  
  16642. ChangeSet
  16643.   1.1616.1.259 04/06/02 08:24:35 joreland@mysql.com +1 -0
  16644.   BUG#3662
  16645.   Fixed bug introduced with upgrade code
  16646.  
  16647.   ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp
  16648.     1.4 04/06/02 08:24:14 joreland@mysql.com +12 -9
  16649.     BUG#3662
  16650.     Fixed bug introduced with upgrade code
  16651.  
  16652. ChangeSet
  16653.   1.1616.462.3 04/06/02 08:44:08 heikki@hundin.mysql.fi +1 -0
  16654.   fil0fil.c:
  16655.     Stop InnoDB crash recovery if an .ibd file for a table exists in a database directory, but we cannot access it.
  16656.  
  16657.   innobase/fil/fil0fil.c
  16658.     1.30 04/06/02 08:43:56 heikki@hundin.mysql.fi +45 -4
  16659.     Stop InnoDB crash recovery if an .ibd file for a table exists in a database directory, but we cannot access it.
  16660.  
  16661. ChangeSet
  16662.   1.1616.463.1 04/06/02 00:54:58 tomas@poseidon.bredbandsbolaget.se +71 -0
  16663.   several ndb make changes, see respective file
  16664.  
  16665.   scripts/make_binary_distribution.sh
  16666.     1.55.1.9 04/06/02 00:54:42 tomas@poseidon.bredbandsbolaget.se +8 -8
  16667.     updated for ndb and new make
  16668.  
  16669.   ndb/include/Makefile.am
  16670.     1.2 04/06/02 00:54:42 tomas@poseidon.bredbandsbolaget.se +3 -1
  16671.     fixed missing .h files in make distdir
  16672.  
  16673.   ndb/tools/Makefile.am
  16674.     1.5 04/06/02 00:54:41 tomas@poseidon.bredbandsbolaget.se +2 -0
  16675.     added configurable ldflags
  16676.  
  16677.   ndb/test/Makefile.am
  16678.     1.3 04/06/02 00:54:41 tomas@poseidon.bredbandsbolaget.se +7 -1
  16679.     added optional build of ndbapi tests
  16680.  
  16681.   ndb/src/ndbapi/Makefile.am
  16682.     1.5 04/06/02 00:54:40 tomas@poseidon.bredbandsbolaget.se +9 -18
  16683.     removed libNDB_API
  16684.  
  16685.   ndb/src/mgmsrv/Makefile.am
  16686.     1.7 04/06/02 00:54:40 tomas@poseidon.bredbandsbolaget.se +3 -1
  16687.     added configurable ldflags
  16688.  
  16689.   ndb/src/mgmclient/Makefile.am
  16690.     1.6 04/06/02 00:54:40 tomas@poseidon.bredbandsbolaget.se +4 -2
  16691.     added configurable ldflags
  16692.  
  16693.   ndb/src/mgmapi/Makefile.am
  16694.     1.5 04/06/02 00:54:39 tomas@poseidon.bredbandsbolaget.se +2 -9
  16695.     removed libMGM_API
  16696.  
  16697.   ndb/src/kernel/vm/Makefile.am
  16698.     1.3 04/06/02 00:54:39 tomas@poseidon.bredbandsbolaget.se +1 -1
  16699.     fix error
  16700.  
  16701.   ndb/src/kernel/error/Makefile.am
  16702.     1.2 04/06/02 00:54:39 tomas@poseidon.bredbandsbolaget.se +1 -1
  16703.     fix error
  16704.  
  16705.   ndb/src/kernel/blocks/suma/Makefile.am
  16706.     1.2 04/06/02 00:54:38 tomas@poseidon.bredbandsbolaget.se +1 -1
  16707.     fixed error
  16708.  
  16709.   ndb/src/kernel/blocks/backup/restore/Makefile.am
  16710.     1.4 04/06/02 00:54:38 tomas@poseidon.bredbandsbolaget.se +2 -0
  16711.     added configurable ldflags
  16712.  
  16713.   ndb/src/kernel/Makefile.am
  16714.     1.2 04/06/02 00:54:38 tomas@poseidon.bredbandsbolaget.se +58 -1
  16715.     moved up ndb-main one level
  16716.  
  16717.   ndb/src/cw/cpcd/Makefile.am
  16718.     1.5 04/06/02 00:54:37 tomas@poseidon.bredbandsbolaget.se +3 -1
  16719.     added configurable ldflags
  16720.  
  16721.   ndb/src/common/portlib/Makefile.am
  16722.     1.2 04/06/02 00:54:37 tomas@poseidon.bredbandsbolaget.se +3 -1
  16723.     fix for make distdir
  16724.  
  16725.   ndb/src/Makefile.am
  16726.     1.7 04/06/02 00:54:37 tomas@poseidon.bredbandsbolaget.se +2 -2
  16727.     .
  16728.  
  16729.   ndb/config/type_util.mk.am
  16730.     1.3 04/06/02 00:54:36 tomas@poseidon.bredbandsbolaget.se +5 -1
  16731.     moved some things from configure.in
  16732.  
  16733.   ndb/config/type_ndbapitools.mk.am
  16734.     1.3 04/06/02 00:54:36 tomas@poseidon.bredbandsbolaget.se +8 -2
  16735.     moved some things from configure.in
  16736.  
  16737.   ndb/config/type_ndbapitest.mk.am
  16738.     1.6 04/06/02 00:54:36 tomas@poseidon.bredbandsbolaget.se +7 -2
  16739.     moved some things from configure.in
  16740.  
  16741.   ndb/config/type_ndbapiclient.mk.am
  16742.     1.2 04/06/02 00:54:35 tomas@poseidon.bredbandsbolaget.se +1 -1
  16743.     moved some things from configure.in
  16744.  
  16745.   ndb/config/type_ndbapi.mk.am
  16746.     1.4 04/06/02 00:54:35 tomas@poseidon.bredbandsbolaget.se +11 -1
  16747.     moved some things from configure.in
  16748.  
  16749.   ndb/config/type_mgmapiclient.mk.am
  16750.     1.2 04/06/02 00:54:35 tomas@poseidon.bredbandsbolaget.se +1 -1
  16751.     moved some things from configure.in
  16752.  
  16753.   ndb/config/type_kernel.mk.am
  16754.     1.2 04/06/02 00:54:34 tomas@poseidon.bredbandsbolaget.se +17 -1
  16755.     moved some things from configure.in
  16756.  
  16757.   ndb/config/common.mk.am
  16758.     1.5 04/06/02 00:54:34 tomas@poseidon.bredbandsbolaget.se +7 -11
  16759.     moved some things from configure.in
  16760.  
  16761.   ndb/Makefile.am
  16762.     1.5 04/06/02 00:54:34 tomas@poseidon.bredbandsbolaget.se +3 -32
  16763.     moved some things to include/Makefile.am
  16764.  
  16765.   mysql-test/ndb/stop_ndbcluster.sh
  16766.     1.6 04/06/02 00:54:33 tomas@poseidon.bredbandsbolaget.se +21 -2
  16767.     adopt to new ndb install
  16768.  
  16769.   mysql-test/ndb/install_ndbcluster.sh
  16770.     1.6 04/06/02 00:54:33 tomas@poseidon.bredbandsbolaget.se +17 -6
  16771.     adopt to new ndb install
  16772.  
  16773.   configure.in
  16774.     1.201.8.28 04/06/02 00:54:32 tomas@poseidon.bredbandsbolaget.se +12 -90
  16775.     moved lots of stuff for ndb over to Makefile.ams and added some config opt for ndb
  16776.  
  16777.   acinclude.m4
  16778.     1.95.1.6 04/06/02 00:54:32 tomas@poseidon.bredbandsbolaget.se +16 -0
  16779.     added ndb configure options
  16780.  
  16781.   ndb/src/old_files/Makefile
  16782.     1.6 04/06/02 00:27:24 tomas@poseidon.bredbandsbolaget.se +0 -0
  16783.     Rename: ndb/src/Makefile_old -> ndb/src/old_files/Makefile
  16784.  
  16785.   ndb/src/old_files/ndbclient/ndbclient_dummy.cpp
  16786.     1.2 04/06/02 00:27:04 tomas@poseidon.bredbandsbolaget.se +0 -0
  16787.     mvdir
  16788.  
  16789.   ndb/src/old_files/ndbclient/Makefile
  16790.     1.2 04/06/02 00:27:04 tomas@poseidon.bredbandsbolaget.se +0 -0
  16791.     mvdir
  16792.  
  16793.   ndb/src/old_files/ndbbaseclient/ndbbaseclient_dummy.cpp
  16794.     1.2 04/06/02 00:26:44 tomas@poseidon.bredbandsbolaget.se +0 -0
  16795.     mvdir
  16796.  
  16797.   ndb/src/old_files/ndbbaseclient/Makefile
  16798.     1.2 04/06/02 00:26:44 tomas@poseidon.bredbandsbolaget.se +0 -0
  16799.     mvdir
  16800.  
  16801.   BitKeeper/deleted/.del-Makefile~650473b0dabb331b
  16802.     1.2 04/06/02 00:25:29 tomas@poseidon.bredbandsbolaget.se +0 -0
  16803.     Delete: ndb/src/scripts/Makefile
  16804.  
  16805.   ndb/old_files/env.sh
  16806.     1.2 04/06/02 00:24:21 tomas@poseidon.bredbandsbolaget.se +0 -0
  16807.     Rename: ndb/env.sh -> ndb/old_files/env.sh
  16808.  
  16809.   ndb/old_files/mysqlclusterenv.sh
  16810.     1.2 04/06/02 00:24:11 tomas@poseidon.bredbandsbolaget.se +0 -0
  16811.     Rename: ndb/mysqlclusterenv.sh -> ndb/old_files/mysqlclusterenv.sh
  16812.  
  16813.   ndb/old_files/README
  16814.     1.2 04/06/02 00:23:40 tomas@poseidon.bredbandsbolaget.se +0 -0
  16815.     Rename: ndb/README -> ndb/old_files/README
  16816.  
  16817.   ndb/config/old_files/config.h.in
  16818.     1.2 04/06/02 00:22:37 tomas@poseidon.bredbandsbolaget.se +0 -0
  16819.     Rename: ndb/config/config.h.in -> ndb/config/old_files/config.h.in
  16820.  
  16821.   ndb/config/old_files/configure.in
  16822.     1.2 04/06/02 00:22:25 tomas@poseidon.bredbandsbolaget.se +0 -0
  16823.     Rename: ndb/config/configure.in -> ndb/config/old_files/configure.in
  16824.  
  16825.   ndb/config/old_files/GuessConfig.sh
  16826.     1.7 04/06/02 00:22:05 tomas@poseidon.bredbandsbolaget.se +0 -0
  16827.     Rename: ndb/config/GuessConfig.sh_old -> ndb/config/old_files/GuessConfig.sh
  16828.  
  16829.   ndb/config/old_files/Makefile.am
  16830.     1.3 04/06/02 00:21:49 tomas@poseidon.bredbandsbolaget.se +0 -0
  16831.     Rename: ndb/config/Makefile.am_old -> ndb/config/old_files/Makefile.am
  16832.  
  16833.   ndb/config/old_files/acinclude.m4
  16834.     1.2 04/06/02 00:21:35 tomas@poseidon.bredbandsbolaget.se +0 -0
  16835.     Rename: ndb/config/acinclude.m4 -> ndb/config/old_files/acinclude.m4
  16836.  
  16837.   ndb/config/old_files/Defs.WIN32.x86.VC7.mk
  16838.     1.2 04/06/02 00:21:03 tomas@poseidon.bredbandsbolaget.se +0 -0
  16839.     Rename: ndb/config/Defs.WIN32.x86.VC7.mk -> ndb/config/old_files/Defs.WIN32.x86.VC7.mk
  16840.  
  16841.   ndb/config/old_files/Defs.TRU64X.ALPHA.GCC.mk
  16842.     1.2 04/06/02 00:21:03 tomas@poseidon.bredbandsbolaget.se +0 -0
  16843.     Rename: ndb/config/Defs.TRU64X.ALPHA.GCC.mk -> ndb/config/old_files/Defs.TRU64X.ALPHA.GCC.mk
  16844.  
  16845.   ndb/config/old_files/Defs.SOLARIS6.SPARC.GCC.mk
  16846.     1.2 04/06/02 00:21:03 tomas@poseidon.bredbandsbolaget.se +0 -0
  16847.     Rename: ndb/config/Defs.SOLARIS6.SPARC.GCC.mk -> ndb/config/old_files/Defs.SOLARIS6.SPARC.GCC.mk
  16848.  
  16849.   ndb/config/old_files/Defs.SOLARIS.SPARC_64.GCC.mk
  16850.     1.2 04/06/02 00:21:03 tomas@poseidon.bredbandsbolaget.se +0 -0
  16851.     Rename: ndb/config/Defs.SOLARIS.SPARC_64.GCC.mk -> ndb/config/old_files/Defs.SOLARIS.SPARC_64.GCC.mk
  16852.  
  16853.   ndb/config/old_files/Defs.SOLARIS.SPARC.GCC.mk
  16854.     1.2 04/06/02 00:21:03 tomas@poseidon.bredbandsbolaget.se +0 -0
  16855.     Rename: ndb/config/Defs.SOLARIS.SPARC.GCC.mk -> ndb/config/old_files/Defs.SOLARIS.SPARC.GCC.mk
  16856.  
  16857.   ndb/config/old_files/Defs.SOLARIS.SPARC.FORTE6.mk
  16858.     1.2 04/06/02 00:21:03 tomas@poseidon.bredbandsbolaget.se +0 -0
  16859.     Rename: ndb/config/Defs.SOLARIS.SPARC.FORTE6.mk -> ndb/config/old_files/Defs.SOLARIS.SPARC.FORTE6.mk
  16860.  
  16861.   ndb/config/old_files/Defs.SOFTOSE.SPARC.GCC.mk
  16862.     1.2 04/06/02 00:21:03 tomas@poseidon.bredbandsbolaget.se +0 -0
  16863.     Rename: ndb/config/Defs.SOFTOSE.SPARC.GCC.mk -> ndb/config/old_files/Defs.SOFTOSE.SPARC.GCC.mk
  16864.  
  16865.   ndb/config/old_files/Defs.SIMCELLO.SOFTOSE.GCC.mk
  16866.     1.2 04/06/02 00:21:02 tomas@poseidon.bredbandsbolaget.se +0 -0
  16867.     Rename: ndb/config/Defs.SIMCELLO.SOFTOSE.GCC.mk -> ndb/config/old_files/Defs.SIMCELLO.SOFTOSE.GCC.mk
  16868.  
  16869.   ndb/config/old_files/Defs.RELEASE_TRACE.mk
  16870.     1.2 04/06/02 00:21:02 tomas@poseidon.bredbandsbolaget.se +0 -0
  16871.     Rename: ndb/config/Defs.RELEASE_TRACE.mk -> ndb/config/old_files/Defs.RELEASE_TRACE.mk
  16872.  
  16873.   ndb/config/old_files/Defs.RELEASE.mk
  16874.     1.2 04/06/02 00:21:02 tomas@poseidon.bredbandsbolaget.se +0 -0
  16875.     Rename: ndb/config/Defs.RELEASE.mk -> ndb/config/old_files/Defs.RELEASE.mk
  16876.  
  16877.   ndb/config/old_files/Defs.OSE.PPC750.DIAB.mk
  16878.     1.2 04/06/02 00:21:02 tomas@poseidon.bredbandsbolaget.se +0 -0
  16879.     Rename: ndb/config/Defs.OSE.PPC750.DIAB.mk -> ndb/config/old_files/Defs.OSE.PPC750.DIAB.mk
  16880.  
  16881.   ndb/config/old_files/Defs.MACOSX.POWERPC.GCC.mk
  16882.     1.2 04/06/02 00:21:02 tomas@poseidon.bredbandsbolaget.se +0 -0
  16883.     Rename: ndb/config/Defs.MACOSX.POWERPC.GCC.mk -> ndb/config/old_files/Defs.MACOSX.POWERPC.GCC.mk
  16884.  
  16885.   ndb/config/old_files/Defs.LINUX.x86_64.GCC.mk
  16886.     1.2 04/06/02 00:21:02 tomas@poseidon.bredbandsbolaget.se +0 -0
  16887.     Rename: ndb/config/Defs.LINUX.x86_64.GCC.mk -> ndb/config/old_files/Defs.LINUX.x86_64.GCC.mk
  16888.  
  16889.   ndb/config/old_files/Defs.LINUX.x86.ICC.mk
  16890.     1.2 04/06/02 00:21:02 tomas@poseidon.bredbandsbolaget.se +0 -0
  16891.     Rename: ndb/config/Defs.LINUX.x86.ICC.mk -> ndb/config/old_files/Defs.LINUX.x86.ICC.mk
  16892.  
  16893.   ndb/config/old_files/Defs.LINUX.x86.GCC.mk
  16894.     1.5 04/06/02 00:21:02 tomas@poseidon.bredbandsbolaget.se +0 -0
  16895.     Rename: ndb/config/Defs.LINUX.x86.GCC.mk -> ndb/config/old_files/Defs.LINUX.x86.GCC.mk
  16896.  
  16897.   ndb/config/old_files/Defs.IBMAIX.POWERPC.GCC.mk
  16898.     1.2 04/06/02 00:21:02 tomas@poseidon.bredbandsbolaget.se +0 -0
  16899.     Rename: ndb/config/Defs.IBMAIX.POWERPC.GCC.mk -> ndb/config/old_files/Defs.IBMAIX.POWERPC.GCC.mk
  16900.  
  16901.   ndb/config/old_files/Defs.HPUX.HPPA.GCC.mk
  16902.     1.2 04/06/02 00:21:02 tomas@poseidon.bredbandsbolaget.se +0 -0
  16903.     Rename: ndb/config/Defs.HPUX.HPPA.GCC.mk -> ndb/config/old_files/Defs.HPUX.HPPA.GCC.mk
  16904.  
  16905.   ndb/config/old_files/Defs.DEBUG.mk
  16906.     1.2 04/06/02 00:21:02 tomas@poseidon.bredbandsbolaget.se +0 -0
  16907.     Rename: ndb/config/Defs.DEBUG.mk -> ndb/config/old_files/Defs.DEBUG.mk
  16908.  
  16909.   ndb/old_files/Epilogue.mk
  16910.     1.8 04/06/02 00:20:23 tomas@poseidon.bredbandsbolaget.se +0 -0
  16911.     Rename: ndb/Epilogue.mk_old -> ndb/old_files/Epilogue.mk
  16912.  
  16913.   ndb/old_files/configure
  16914.     1.3 04/06/02 00:19:55 tomas@poseidon.bredbandsbolaget.se +0 -0
  16915.     Rename: ndb/configure_old -> ndb/old_files/configure
  16916.  
  16917.   ndb/old_files/SrcDist.sh
  16918.     1.3 04/06/02 00:19:35 tomas@poseidon.bredbandsbolaget.se +0 -0
  16919.     Rename: ndb/SrcDist.sh -> ndb/old_files/SrcDist.sh
  16920.  
  16921.   ndb/old_files/Makefile
  16922.     1.6 04/06/02 00:19:26 tomas@poseidon.bredbandsbolaget.se +0 -0
  16923.     Rename: ndb/Makefile_old -> ndb/old_files/Makefile
  16924.  
  16925.   ndb/old_files/Defs.mk
  16926.     1.6 04/06/02 00:19:07 tomas@poseidon.bredbandsbolaget.se +0 -0
  16927.     Rename: ndb/Defs.mk -> ndb/old_files/Defs.mk
  16928.  
  16929.   ndb/old_files/BinDist.sh
  16930.     1.4 04/06/02 00:19:00 tomas@poseidon.bredbandsbolaget.se +0 -0
  16931.     Rename: ndb/BinDist.sh -> ndb/old_files/BinDist.sh
  16932.  
  16933.   BitKeeper/deleted/.del-Makefile_old~1f37e763ba5d06d0
  16934.     1.4 04/06/01 23:43:29 tomas@poseidon.bredbandsbolaget.se +0 -0
  16935.     Delete: ndb/src/kernel/ndb-main/Makefile_old
  16936.  
  16937.   BitKeeper/deleted/.del-Makefile.am~dbb6038d7163a54d
  16938.     1.6 04/06/01 23:43:08 tomas@poseidon.bredbandsbolaget.se +11 -11
  16939.     Delete: ndb/src/kernel/ndb-main/Makefile.am
  16940.  
  16941.   ndb/src/kernel/SimBlockList.cpp
  16942.     1.3 04/06/01 23:17:53 tomas@poseidon.bredbandsbolaget.se +0 -0
  16943.     Rename: ndb/src/kernel/ndb-main/SimBlockList.cpp -> ndb/src/kernel/SimBlockList.cpp
  16944.  
  16945.   ndb/src/kernel/Main.cpp
  16946.     1.15 04/06/01 23:17:44 tomas@poseidon.bredbandsbolaget.se +0 -0
  16947.     Rename: ndb/src/kernel/ndb-main/Main.cpp -> ndb/src/kernel/Main.cpp
  16948.  
  16949. ChangeSet
  16950.   1.1616.462.2 04/06/02 00:27:59 serg@serg.mylan +1 -0
  16951.   cleanup
  16952.  
  16953.   sql/sql_acl.cc
  16954.     1.74.19.2 04/06/02 00:27:51 serg@serg.mylan +3 -3
  16955.     cleanup
  16956.  
  16957. ChangeSet
  16958.   1.1616.462.1 04/06/01 23:58:33 serg@serg.mylan +2 -0
  16959.   check_scramble_323 shuold ensure that the scramble has the correct length
  16960.  
  16961.   sql/sql_acl.cc
  16962.     1.74.19.1 04/06/01 23:58:29 serg@serg.mylan +2 -2
  16963.     cleanup
  16964.  
  16965.   sql/password.c
  16966.     1.32 04/06/01 23:58:28 serg@serg.mylan +2 -0
  16967.     check_scramble_323 shuold ensure that the scramble has the correct length
  16968.  
  16969.   ndb/include/Makefile.am
  16970.     1.1 04/06/01 21:45:32 tomas@poseidon.bredbandsbolaget.se +41 -0
  16971.  
  16972.   ndb/include/Makefile.am
  16973.     1.0 04/06/01 21:45:32 tomas@poseidon.bredbandsbolaget.se +0 -0
  16974.     BitKeeper file /home/tomas/mysql-4.1-ndb/ndb/include/Makefile.am
  16975.  
  16976. ChangeSet
  16977.   1.1616.459.6 04/06/01 23:39:39 monty@mysql.com +4 -0
  16978.   Removed compiler warnings
  16979.  
  16980.   sql/sql_insert.cc
  16981.     1.86.2.51 04/06/01 23:39:37 monty@mysql.com +6 -3
  16982.     Removed compiler warning
  16983.  
  16984.   sql/share/romanian/errmsg.txt
  16985.     1.62.21.1 04/06/01 23:39:37 monty@mysql.com +1 -1
  16986.     Fixed wrong error message
  16987.  
  16988.   mysql-test/r/func_gconcat.result
  16989.     1.25 04/06/01 23:39:37 monty@mysql.com +1 -1
  16990.     Fixed test result after removing end space
  16991.  
  16992.   libmysqld/Makefile.am
  16993.     1.29.1.21 04/06/01 23:39:37 monty@mysql.com +0 -1
  16994.     Removed define that is now defined by configure and my_global.h
  16995.  
  16996. ChangeSet
  16997.   1.1346.623.34 04/06/01 15:47:08 greg@mysql.com +1 -0
  16998.   Fix applied to allow building of 4.0.20 for NetWare
  16999.  
  17000. ChangeSet
  17001.   1.1346.631.1 04/06/01 23:34:47 monty@mysql.com +1 -0
  17002.   Updated version number
  17003.   Portability fix for netware. (We can't use TRY_RUN when cross compiling)
  17004.  
  17005.   configure.in
  17006.     1.191.1.113 04/06/01 23:34:46 monty@mysql.com +9 -2
  17007.     Updated version number
  17008.     Portability fix for netware. (We can't use TRY_RUN when cross compiling)
  17009.  
  17010. ChangeSet
  17011.   1.1616.461.1 04/06/01 22:29:46 monty@mysql.com +4 -0
  17012.   Update version number
  17013.   Fixed serbian error messages
  17014.   Fix for windows regarding changed variable name
  17015.  
  17016.   sql/share/serbian/errmsg.txt
  17017.     1.18.1.49 04/06/01 22:29:44 monty@mysql.com +12 -0
  17018.     Added missing error messages
  17019.  
  17020.   mysql-test/t/func_gconcat.test
  17021.     1.16 04/06/01 22:29:44 monty@mysql.com +3 -3
  17022.     remove some \r
  17023.  
  17024.   libmysqld/libmysqld.def
  17025.     1.7 04/06/01 22:29:44 monty@mysql.com +2 -1
  17026.     Fix changed variable names
  17027.  
  17028.   configure.in
  17029.     1.201.17.1 04/06/01 22:29:44 monty@mysql.com +2 -2
  17030.     Update version number
  17031.     Added serbian error messages
  17032.  
  17033. ChangeSet
  17034.   1.1346.630.1 04/06/01 14:18:34 paul@ice.snake.net +1 -0
  17035.   README:
  17036.     Update README URL. (Bug #3678)
  17037.  
  17038.   mysql-test/README
  17039.     1.5.1.1 04/06/01 14:17:17 paul@ice.snake.net +1 -1
  17040.     Update README URL. (Bug #3678)
  17041.  
  17042.   client/mysqltest.c
  17043.     1.77.1.40 04/06/01 15:47:06 greg@mysql.com +6 -5
  17044.     Fix compilation errors for NetWare
  17045.  
  17046. ChangeSet
  17047.   1.1346.623.31 04/06/01 19:19:48 heikki@hundin.mysql.fi +3 -0
  17048.   row0mysql.c, row0mysql.h, ha_innodb.cc:
  17049.     Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
  17050.  
  17051.   innobase/row/row0mysql.c
  17052.     1.39.1.27 04/06/01 19:19:29 heikki@hundin.mysql.fi +1 -0
  17053.     Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
  17054.  
  17055.   innobase/include/row0mysql.h
  17056.     1.15.1.4 04/06/01 19:19:23 heikki@hundin.mysql.fi +3 -0
  17057.     Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
  17058.  
  17059.   sql/ha_innodb.cc
  17060.     1.73.1.140 04/06/01 19:19:09 heikki@hundin.mysql.fi +31 -9
  17061.     Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
  17062.  
  17063. ChangeSet
  17064.   1.1616.458.2 04/06/01 16:05:14 tomas@poseidon.ndb.mysql.com +4 -0
  17065.   Explicit use of static libs for selected ndb programs
  17066.  
  17067.   ndb/src/mgmsrv/Makefile.am
  17068.     1.6 04/06/01 16:05:11 tomas@poseidon.ndb.mysql.com +1 -1
  17069.     Explicit use of static libs for selected ndb programs
  17070.  
  17071.   ndb/src/mgmclient/Makefile.am
  17072.     1.5 04/06/01 16:05:11 tomas@poseidon.ndb.mysql.com +1 -1
  17073.     Explicit use of static libs for selected ndb programs
  17074.  
  17075.   ndb/src/kernel/ndb-main/Makefile.am
  17076.     1.5 04/06/01 16:05:11 tomas@poseidon.ndb.mysql.com +10 -8
  17077.     Explicit use of static libs for selected ndb programs
  17078.  
  17079.   ndb/src/cw/cpcd/Makefile.am
  17080.     1.4 04/06/01 16:05:11 tomas@poseidon.ndb.mysql.com +1 -1
  17081.     Explicit use of static libs for selected ndb programs
  17082.  
  17083. ChangeSet
  17084.   1.1616.459.2 04/06/01 17:30:46 marko@hundin.mysql.fi +1 -0
  17085.   InnoDB: os0file.c:
  17086.     Do not lock raw devices or files opened for read only
  17087.  
  17088. ChangeSet
  17089.   1.1346.623.30 04/06/01 17:29:24 jani@a80-186-24-72.elisa-laajakaista.fi +4 -0
  17090.   Changed --log-warnings to be integer instead of boolean. Given --skip-log-warnings
  17091.   will disable warnings, --log-warnings will increment warning level by one, or the
  17092.   level can be given as an optional argument. Default level is 1.
  17093.   
  17094.   Changed aborted connection warning to be logged only if the level is > 1.
  17095.  
  17096.   sql/sql_parse.cc
  17097.     1.218.1.152 04/06/01 17:29:22 jani@a80-186-24-72.elisa-laajakaista.fi +1 -1
  17098.     Changed aborted connection warning to be logged only if the level is > 1.
  17099.  
  17100.   sql/sql_class.h
  17101.     1.111.1.67 04/06/01 17:29:22 jani@a80-186-24-72.elisa-laajakaista.fi +1 -1
  17102.     Changed boolean into ulong.
  17103.  
  17104.   sql/set_var.cc
  17105.     1.12.1.45 04/06/01 17:29:22 jani@a80-186-24-72.elisa-laajakaista.fi +1 -1
  17106.     Changed --log-warnings to be integer instead of boolean. Given --skip-log-warnings
  17107.     will disable warnings, --log-warnings will increment warning level by one, or the
  17108.     level can be given as an optional argument. Default level is 1.
  17109.     
  17110.     Changed aborted connection warning to be logged only if the level is > 1.
  17111.  
  17112.   sql/mysqld.cc
  17113.     1.297.1.202 04/06/01 17:29:22 jani@a80-186-24-72.elisa-laajakaista.fi +10 -2
  17114.     Changed --log-warnings to be integer instead of boolean. Given --skip-log-warnings
  17115.     will disable warnings, --log-warnings will increment warning level by one, or the
  17116.     level can be given as an optional argument. Default level is 1.
  17117.     
  17118.     Changed aborted connection warning to be logged only if the level is > 1.
  17119.  
  17120.   innobase/os/os0file.c
  17121.     1.75 04/06/01 17:28:40 marko@hundin.mysql.fi +10 -16
  17122.     Do not lock raw devices or files opened for read only
  17123.  
  17124. ChangeSet
  17125.   1.1616.459.1 04/06/01 16:41:13 heikki@hundin.mysql.fi +1 -0
  17126.   fil0fil.c:
  17127.     Add missing newlines in fprintfs
  17128.  
  17129.   innobase/fil/fil0fil.c
  17130.     1.29 04/06/01 16:41:03 heikki@hundin.mysql.fi +2 -2
  17131.     Add missing newlines in fprintfs
  17132.  
  17133. ChangeSet
  17134.   1.1616.396.22 04/06/01 17:27:40 sergefp@mysql.com +3 -0
  17135.    * New, binlog-aware character sets support in SQL Syntax for Prepared statements.
  17136.    * The prepared statement query is put into binary log on execution only if it is an update query.
  17137.  
  17138.   sql/sql_prepare.cc
  17139.     1.34.1.69 04/06/01 17:27:37 sergefp@mysql.com +129 -29
  17140.      * New, binlog-aware character sets support in SQL Syntax for Prepared statements.
  17141.      * The prepared statement query is put into binary log on execution only if it is an update query.
  17142.  
  17143.   sql/mysql_priv.h
  17144.     1.186.1.102 04/06/01 17:27:37 sergefp@mysql.com +3 -0
  17145.     New, binlog-aware character sets support in SQL Syntax for Prepared statements.
  17146.  
  17147.   sql/item_func.cc
  17148.     1.124.1.75 04/06/01 17:27:37 sergefp@mysql.com +58 -20
  17149.     New, binlog-aware character sets support in SQL Syntax for Prepared statements.
  17150.  
  17151. ChangeSet
  17152.   1.1616.443.25 04/06/01 15:19:09 marko@hundin.mysql.fi +4 -0
  17153.   InnoDB cleanup: Fix potential buffer overflows,
  17154.   allow deletion of tablespaces whose names contain "'"
  17155.  
  17156.   innobase/row/row0mysql.c
  17157.     1.61 04/06/01 15:19:04 marko@hundin.mysql.fi +97 -72
  17158.     Allow tablespaces with "'" in their names to be deleted
  17159.     Display identifiers with ut_print_name() or dict_index_name_print()
  17160.  
  17161.   innobase/os/os0file.c
  17162.     1.74 04/06/01 15:19:04 marko@hundin.mysql.fi +6 -15
  17163.     os_file_dirname(): allocate slightly less memory
  17164.     os_file_create_subdirs_if_needed(): compare more efficiently
  17165.  
  17166.   innobase/fil/fil0fil.c
  17167.     1.28 04/06/01 15:19:04 marko@hundin.mysql.fi +130 -110
  17168.     Dynamically allocate memory for file names
  17169.  
  17170.   innobase/dict/dict0load.c
  17171.     1.19 04/06/01 15:19:04 marko@hundin.mysql.fi +4 -5
  17172.     dict_check_tablespaces_or_store_max_id():
  17173.     Dynamically allocate memory for file name
  17174.  
  17175. ChangeSet
  17176.   1.1665.13.4 04/06/01 15:31:58 sergefp@mysql.com +3 -0
  17177.   More code cleanup, debug prints removed
  17178.   Fixed an incorrect optimizer choice for ror-intersect(key, clustered_primary)
  17179.   Typo bug fixed in multitable update
  17180.  
  17181.   sql/sql_update.cc
  17182.     1.110 04/06/01 15:31:54 sergefp@mysql.com +2 -1
  17183.     Typo bug fixed
  17184.  
  17185.   sql/opt_range.h
  17186.     1.39.1.2 04/06/01 15:31:54 sergefp@mysql.com +8 -6
  17187.     More code cleanup, debug prints removed
  17188.     Fixed an incorrect optimizer choice for ror-intersect(key, clustered_primary) 
  17189.  
  17190.   sql/opt_range.cc
  17191.     1.111.3.2 04/06/01 15:31:54 sergefp@mysql.com +21 -21
  17192.     More code cleanup, debug prints removed
  17193.     Fixed an incorrect optimizer choice for ror-intersect(key, clustered_primary) 
  17194.  
  17195. ChangeSet
  17196.   1.1616.458.1 04/06/01 11:19:40 tomas@poseidon.ndb.mysql.com +10 -0
  17197.   various ndb make changes, see respective file
  17198.  
  17199.   BitKeeper/etc/logging_ok
  17200.     1.233.1.77 04/06/01 11:19:40 tomas@poseidon.ndb.mysql.com +1 -0
  17201.     Logging to logging@openlogging.org accepted
  17202.  
  17203.   ndb/tools/Makefile.am
  17204.     1.4 04/06/01 11:19:33 tomas@poseidon.ndb.mysql.com +1 -1
  17205.     new type for tools which should be statically linked with libndbclient
  17206.  
  17207.   ndb/src/common/transporter/Makefile.am
  17208.     1.6 04/06/01 11:19:33 tomas@poseidon.ndb.mysql.com +4 -16
  17209.     added support for optional inclusion of shared mem and sci in ndb transporter
  17210.  
  17211.   ndb/src/Makefile.am
  17212.     1.6 04/06/01 11:19:33 tomas@poseidon.ndb.mysql.com +2 -0
  17213.     enable libndbclient.so
  17214.  
  17215.   ndb/config/type_ndbapitools.mk.am
  17216.     1.2 04/06/01 11:19:33 tomas@poseidon.ndb.mysql.com +1 -5
  17217.     static linking to binary distributed ndb tools
  17218.  
  17219.   ndb/config/type_ndbapitest.mk.am
  17220.     1.5 04/06/01 11:19:33 tomas@poseidon.ndb.mysql.com +1 -0
  17221.     use of libndbclient.so in testprograms
  17222.  
  17223.   ndb/Makefile.am
  17224.     1.4 04/06/01 11:19:33 tomas@poseidon.ndb.mysql.com +15 -5
  17225.     dist-hook for make distdir in ndb
  17226.  
  17227.   configure.in
  17228.     1.201.8.26 04/06/01 11:19:33 tomas@poseidon.ndb.mysql.com +11 -3
  17229.     removed ndb/include/Makefile.am + fixed conditional compile of ndb shm, sci
  17230.  
  17231.   acinclude.m4
  17232.     1.95.1.5 04/06/01 11:19:33 tomas@poseidon.ndb.mysql.com +1 -1
  17233.     static linking of ndbclient into mysqld
  17234.  
  17235. ChangeSet
  17236.   1.1616.1.252 04/06/01 11:51:10 mronstrom@mysql.com +1 -0
  17237.   Small portability fix for strnlen
  17238.  
  17239.   ndb/src/common/util/ConfigValues.cpp
  17240.     1.2 04/06/01 11:51:01 mronstrom@mysql.com +1 -1
  17241.     Small portability fix for strnlen
  17242.  
  17243.   ndb/config/type_ndbapitools.mk.am
  17244.     1.1 04/06/01 09:35:45 tomas@poseidon.ndb.mysql.com +9 -0
  17245.  
  17246.   ndb/config/type_ndbapitools.mk.am
  17247.     1.0 04/06/01 09:35:45 tomas@poseidon.ndb.mysql.com +0 -0
  17248.     BitKeeper file /home/tomas/mysql-4.1-ndb/ndb/config/type_ndbapitools.mk.am
  17249.  
  17250.   BitKeeper/deleted/.del-Makefile.am~d4e228ebd21fc066
  17251.     1.2 04/06/01 09:18:10 tomas@poseidon.ndb.mysql.com +0 -0
  17252.     Delete: ndb/include/Makefile.am
  17253.  
  17254. ChangeSet
  17255.   1.676.1.763 04/05/31 21:10:15 bell@sanja.is.com.ua +1 -0
  17256.   correct table_hash_search call
  17257.  
  17258.   sql/sql_acl.cc
  17259.     1.27.1.19 04/05/31 21:10:13 bell@sanja.is.com.ua +2 -2
  17260.     correct table_hash_search call
  17261.  
  17262. ChangeSet
  17263.   1.1346.623.29 04/05/31 16:33:45 marko@hundin.mysql.fi +1 -0
  17264.   InnoDB: Do not get a lock for consistent reads (Bug #3894)
  17265.  
  17266.   sql/ha_innodb.cc
  17267.     1.73.1.139 04/05/31 16:31:17 marko@hundin.mysql.fi +5 -2
  17268.     start_stmt(): Obtain an exclusive lock for other than plain SELECT
  17269.  
  17270. ChangeSet
  17271.   1.1616.443.24 04/05/31 17:04:41 konstantin@mysql.com +1 -0
  17272.   BUILD/compile-pentium-maintainer should not ever be needed since there is 
  17273.   no AM_MAINTAINER_MODE macro in configure.in
  17274.  
  17275.   BitKeeper/deleted/.del-compile-pentium-maintainer~3747d5c8d7ec49df
  17276.     1.2 04/05/31 17:02:44 konstantin@mysql.com +0 -0
  17277.     Delete: BUILD/compile-pentium-maintainer
  17278.  
  17279. ChangeSet
  17280.   1.1616.443.23 04/05/31 17:02:18 konstantin@mysql.com +1 -0
  17281.   AC_MAINTAINER_MODE removed: now MySQL is always configured in maintainer 
  17282.   mode and one should expect better dependencies tracking.
  17283.  
  17284.   configure.in
  17285.     1.201.12.5 04/05/31 17:02:15 konstantin@mysql.com +0 -1
  17286.     AC_MAINTAINER_MODE removed: now MySQL is always configured in maintainer 
  17287.     mode and one should expect better dependencies tracking.
  17288.  
  17289.   sql/ha_innodb.cc
  17290.     1.73.1.138 04/05/31 15:39:40 marko@hundin.mysql.fi +8 -0
  17291.     ha_innobase::start_stmt(): do not get a lock for consistent reads
  17292.  
  17293. ChangeSet
  17294.   1.1616.443.22 04/05/31 14:21:48 konstantin@mysql.com +3 -0
  17295.   Fix for Bug#3796 "Prepared statement, select concat(<parameter>,<column>), wrong 
  17296.   result": new Item_param member for use in val_str()
  17297.  
  17298.   tests/client_test.c
  17299.     1.51.1.38 04/05/31 14:21:45 konstantin@mysql.com +87 -3
  17300.     Test case for bug #3796 added. A few compile-time warnings removed.
  17301.  
  17302.   sql/item.h
  17303.     1.56.29.7 04/05/31 14:21:45 konstantin@mysql.com +39 -0
  17304.     Fix for bug#3796:
  17305.     - Item::val_str() method semantics documented
  17306.     - new member of Item_param
  17307.  
  17308.   sql/item.cc
  17309.     1.58.50.10 04/05/31 14:21:45 konstantin@mysql.com +10 -3
  17310.     Fix for Bug#3796:
  17311.     - return str_value_ptr from val_str to prevent modifications of parameter 
  17312.     value.
  17313.  
  17314. ChangeSet
  17315.   1.1346.629.1 04/05/31 13:53:10 hf@deer.(none) +2 -0
  17316.   mysql_get_parameter interface fixed
  17317.  
  17318.   libmysql/libmysql.c
  17319.     1.95.1.52 04/05/31 13:53:08 hf@deer.(none) +1 -1
  17320.     (void) added to the empty parameter's list
  17321.  
  17322.   include/mysql.h
  17323.     1.42.1.12 04/05/31 13:53:08 hf@deer.(none) +1 -1
  17324.     (void) added to the empty parameter's list
  17325.  
  17326. ChangeSet
  17327.   1.1346.623.27 04/05/30 04:11:19 miguel@light. +3 -0
  17328.   VC++ project for to compile the udf_example.cc on
  17329.   Windows
  17330.  
  17331.   VC++Files/examples/udf_example/udf_example.dsw
  17332.     1.1 04/05/30 04:07:52 miguel@light. +29 -0
  17333.  
  17334.   VC++Files/examples/udf_example/udf_example.dsw
  17335.     1.0 04/05/30 04:07:52 miguel@light. +0 -0
  17336.     BitKeeper file C:/cygwin/home/miguel/bk/mysql-4.0/VC++Files/examples/udf_example/udf_example.dsw
  17337.  
  17338.   VC++Files/examples/udf_example/udf_example.dsp
  17339.     1.1 04/05/30 04:07:51 miguel@light. +111 -0
  17340.  
  17341.   VC++Files/examples/udf_example/udf_example.dsp
  17342.     1.0 04/05/30 04:07:51 miguel@light. +0 -0
  17343.     BitKeeper file C:/cygwin/home/miguel/bk/mysql-4.0/VC++Files/examples/udf_example/udf_example.dsp
  17344.  
  17345.   VC++Files/examples/udf_example/udf_example.def
  17346.     1.1 04/05/30 04:07:50 miguel@light. +9 -0
  17347.  
  17348.   VC++Files/examples/udf_example/udf_example.def
  17349.     1.0 04/05/30 04:07:50 miguel@light. +0 -0
  17350.     BitKeeper file C:/cygwin/home/miguel/bk/mysql-4.0/VC++Files/examples/udf_example/udf_example.def
  17351.  
  17352. ChangeSet
  17353.   1.1346.628.1 04/05/29 17:52:20 serg@serg.mylan +9 -0
  17354.   backport wild_compare fix from 4.1 - bug#3924
  17355.  
  17356.   sql/sql_show.cc
  17357.     1.76.1.48 04/05/29 17:52:16 serg@serg.mylan +3 -3
  17358.     backport wild_compare fix from 4.1 - bug#3924
  17359.  
  17360.   sql/sql_parse.cc
  17361.     1.218.1.151 04/05/29 17:52:16 serg@serg.mylan +2 -2
  17362.     backport wild_compare fix from 4.1 - bug#3924
  17363.  
  17364.   sql/sql_db.cc
  17365.     1.39.1.33 04/05/29 17:52:16 serg@serg.mylan +1 -1
  17366.     backport wild_compare fix from 4.1 - bug#3924
  17367.  
  17368.   sql/sql_base.cc
  17369.     1.117.1.62 04/05/29 17:52:16 serg@serg.mylan +1 -1
  17370.     backport wild_compare fix from 4.1 - bug#3924
  17371.  
  17372.   sql/sql_acl.h
  17373.     1.14.1.5 04/05/29 17:52:16 serg@serg.mylan +1 -1
  17374.     backport wild_compare fix from 4.1 - bug#3924
  17375.  
  17376.   sql/sql_acl.cc
  17377.     1.51.1.75 04/05/29 17:52:16 serg@serg.mylan +5 -5
  17378.     backport wild_compare fix from 4.1 - bug#3924
  17379.  
  17380.   mysys/mf_wfile.c
  17381.     1.5.1.1 04/05/29 17:52:16 serg@serg.mylan +2 -2
  17382.     backport wild_compare fix from 4.1 - bug#3924
  17383.  
  17384.   mysys/mf_wcomp.c
  17385.     1.4.1.1 04/05/29 17:52:16 serg@serg.mylan +45 -22
  17386.     backport wild_compare fix from 4.1 - bug#3924
  17387.  
  17388.   include/my_sys.h
  17389.     1.75.1.33 04/05/29 17:52:16 serg@serg.mylan +1 -1
  17390.     backport wild_compare fix from 4.1 - bug#3924
  17391.  
  17392. ChangeSet
  17393.   1.1665.4.8 04/05/29 17:50:05 sergefp@mysql.com +4 -0
  17394.    * Undo of range optimizer fix from previous changeset
  17395.    * Fixed test results.
  17396.  
  17397.   sql/opt_range.cc
  17398.     1.111.2.3 04/05/29 17:50:01 sergefp@mysql.com +13 -11
  17399.     Undo of previous fix:
  17400.     If cost(full_scan_on_covering_index) < cost(best_range_scan) <  cost(full_table_scan) 
  17401.     use full_scan_on_covering_index, not best_range_scan.
  17402.     The fix affects read plan choice for more queries then initially anticipated, so I'm reverting it for now, will get back to this later
  17403.  
  17404.   mysql-test/r/rowid_order_innodb.result
  17405.     1.3 04/05/29 17:50:01 sergefp@mysql.com +1 -1
  17406.     new index_merge EXPLAIN output format changes
  17407.  
  17408.   mysql-test/r/rowid_order_bdb.result
  17409.     1.2 04/05/29 17:50:01 sergefp@mysql.com +1 -1
  17410.     new index_merge EXPLAIN output format changes
  17411.  
  17412.   mysql-test/r/index_merge_ror.result
  17413.     1.3 04/05/29 17:50:01 sergefp@mysql.com +1 -0
  17414.     Typo fix
  17415.  
  17416. ChangeSet
  17417.   1.1665.4.7 04/05/29 02:04:01 sergefp@mysql.com +10 -0
  17418.    * New index_merge EXPLAIN output format
  17419.    * Fixed a problem with wrong query results for partially covering keys in ROR-index_merge
  17420.    * ROR-intersection retrieval plan choice algorithm now uses less disk IO
  17421.      - and properly processes clustered PK range scans 
  17422.    * Fixed several minor range optimizer problems
  17423.    * Added more comments
  17424.    * Code cleanup
  17425.  
  17426.   sql/sql_select.cc
  17427.     1.239.1.3 04/05/29 02:03:57 sergefp@mysql.com +35 -17
  17428.     Comments added, code cleanup
  17429.     New index_merge EXPLAIN output
  17430.  
  17431.   sql/opt_range.h
  17432.     1.37.1.2 04/05/29 02:03:57 sergefp@mysql.com +144 -51
  17433.     Comments added, code cleanup
  17434.     New index_merge EXPLAIN output format related changes
  17435.  
  17436.   sql/opt_range.cc
  17437.     1.111.2.2 04/05/29 02:03:57 sergefp@mysql.com +812 -344
  17438.     Comments added, code cleanup
  17439.     Numerous fixes, see changeset description
  17440.  
  17441.   mysys/my_bitmap.c
  17442.     1.19 04/05/29 02:03:57 sergefp@mysql.com +16 -6
  17443.     Comments added, code cleanup
  17444.  
  17445.   mysql-test/t/index_merge_ror_cpk.test
  17446.     1.2 04/05/29 02:03:57 sergefp@mysql.com +3 -0
  17447.     More tests added
  17448.  
  17449.   mysql-test/t/index_merge_ror.test
  17450.     1.2 04/05/29 02:03:57 sergefp@mysql.com +35 -1
  17451.     New index_merge EXPLAIN output format changes
  17452.     Added test for scans on keys that cover fields partially
  17453.     Fixed a minor ROR optimizer problem
  17454.  
  17455.   mysql-test/r/index_merge_ror_cpk.result
  17456.     1.3 04/05/29 02:03:57 sergefp@mysql.com +11 -5
  17457.     More tests added
  17458.  
  17459.   mysql-test/r/index_merge_ror.result
  17460.     1.2 04/05/29 02:03:57 sergefp@mysql.com +52 -25
  17461.     New index_merge EXPLAIN output format changes
  17462.     Added test for scans on keys that cover fields partially
  17463.     Fixed a minor ROR optimizer problem
  17464.  
  17465.   mysql-test/r/index_merge_innodb.result
  17466.     1.3.1.1 04/05/29 02:03:57 sergefp@mysql.com +4 -4
  17467.     New index_merge EXPLAIN output format changes
  17468.  
  17469.   mysql-test/r/index_merge.result
  17470.     1.6.1.1 04/05/29 02:03:56 sergefp@mysql.com +31 -31
  17471.     New index_merge EXPLAIN output format changes
  17472.  
  17473. ChangeSet
  17474.   1.1616.457.1 04/05/28 21:31:51 bell@sanja.is.com.ua +5 -0
  17475.   if exists should not be used inside test
  17476.   removed influence of some tests on other tests
  17477.  
  17478.   mysql-test/t/system_mysql_db_fix.test
  17479.     1.4 04/05/28 21:31:19 bell@sanja.is.com.ua +4 -0
  17480.     removed influence on other tests
  17481.  
  17482.   mysql-test/t/subselect.test
  17483.     1.58.1.50 04/05/28 21:31:19 bell@sanja.is.com.ua +1 -1
  17484.     if exists should not be used inside test
  17485.  
  17486.   mysql-test/t/multi_update.test
  17487.     1.26.1.11 04/05/28 21:31:19 bell@sanja.is.com.ua +1 -0
  17488.     removed influence on other tests
  17489.  
  17490.   mysql-test/r/subselect.result
  17491.     1.67.1.59 04/05/28 21:31:19 bell@sanja.is.com.ua +1 -1
  17492.     if exists should not be used inside test
  17493.  
  17494.   mysql-test/r/multi_update.result
  17495.     1.25.1.11 04/05/28 21:31:19 bell@sanja.is.com.ua +1 -0
  17496.     removed influence on other tests
  17497.  
  17498. ChangeSet
  17499.   1.1665.13.2 04/05/28 19:43:06 pem@mysql.comhem.se +3 -0
  17500.   Fixed BUG#2460: Crash wih Stored Procedure and UNION.
  17501.  
  17502.   sql/sql_union.cc
  17503.     1.93.1.1 04/05/28 19:43:02 pem@mysql.com +3 -1
  17504.     When called from stored procedures, tabs might be reset already.
  17505.  
  17506.   mysql-test/t/sp.test
  17507.     1.65 04/05/28 19:43:02 pem@mysql.com +46 -0
  17508.     Added test case for BUG#2460.
  17509.  
  17510.   mysql-test/r/sp.result
  17511.     1.65 04/05/28 19:43:02 pem@mysql.com +45 -0
  17512.     Added test case for BUG#2460.
  17513.  
  17514. ChangeSet
  17515.   1.1665.13.1 04/05/28 18:33:14 pem@mysql.comhem.se +3 -0
  17516.   Added test cases for the following bugs that have been fixed by recent changes:
  17517.    BUG#1863: CREATE TABLE in Stored Procedure sometimes crashes on repeated calls.
  17518.    BUG#2656: select with join in stored procedure: erroneous result on 2nd call.
  17519.    BUG#3426: IF x IS NULL in stored procedure fails on second call within connection.
  17520.    BUG#3448: Stored Procedures with inner joins possible bug.
  17521.    BUG#3734: Stored procedure returns wrong rows with fulltext parameter.
  17522.    BUG#3863: Stored procedure crash when incrementing variable in a loop.
  17523.   
  17524.   (And corrected the row count output to the client after CALL)
  17525.  
  17526.   sql/sql_parse.cc
  17527.     1.337.1.1 04/05/28 18:33:10 pem@mysql.com +1 -1
  17528.     Corrected the row_count output to the client.
  17529.  
  17530.   mysql-test/t/sp.test
  17531.     1.64 04/05/28 18:33:10 pem@mysql.com +209 -0
  17532.     New test cases for fixed bugs.
  17533.  
  17534.   mysql-test/r/sp.result
  17535.     1.64 04/05/28 18:33:10 pem@mysql.com +180 -0
  17536.     New test case results for fixed bugs.
  17537.  
  17538. ChangeSet
  17539.   1.1616.453.3 04/05/28 14:10:27 msvensson@build.mysql.com +1 -0
  17540.   Restore.cpp:
  17541.     Added include of ndbout
  17542.  
  17543. ChangeSet
  17544.   1.1616.1.251 04/05/28 11:56:35 tomas@poseidon.bredbandsbolaget.se +1 -0
  17545.   problems with automake version, need to figure out different way to do this
  17546.  
  17547.   ndb/src/common/transporter/Makefile.am
  17548.     1.5 04/05/28 11:55:48 tomas@poseidon.bredbandsbolaget.se +16 -7
  17549.     problems with automake version, need to figure out different way to do this
  17550.  
  17551.   ndb/src/kernel/blocks/backup/restore/Restore.cpp
  17552.     1.5.1.1 04/05/28 13:01:56 msvensson@build.mysql.com +0 -0
  17553.     Added include of ndbout
  17554.  
  17555. ChangeSet
  17556.   1.1616.456.1 04/05/28 15:59:29 hf@deer.(none) +6 -0
  17557.   Proposed fix for bug #3412 (embedded server: prepared statement returns
  17558.   empty recordset where some records should be found)
  17559.  
  17560.   sql/sql_show.cc
  17561.     1.122.1.45 04/05/28 15:58:54 hf@deer.(none) +1 -6
  17562.     code simplified with vio_ok()
  17563.  
  17564.   sql/sql_class.h
  17565.     1.146.34.10 04/05/28 15:58:54 hf@deer.(none) +2 -0
  17566.     method added to always return TRUE in embedded library, and to
  17567.     sheck thd.net.vio otherwise
  17568.  
  17569.   sql/sql_class.cc
  17570.     1.105.20.5 04/05/28 15:58:54 hf@deer.(none) +1 -1
  17571.     Here is the place of the error - we should not examine net.vio in
  17572.     embedded library
  17573.  
  17574.   sql/slave.cc
  17575.     1.188.1.57 04/05/28 15:58:54 hf@deer.(none) +1 -1
  17576.     vio_ok used
  17577.  
  17578.   sql/mysqld.cc
  17579.     1.356.58.4 04/05/28 15:58:54 hf@deer.(none) +1 -1
  17580.     vio_ok used
  17581.  
  17582.   sql/ha_myisam.cc
  17583.     1.115.1.28 04/05/28 15:58:54 hf@deer.(none) +1 -3
  17584.     Code simplified with vio_ok()
  17585.  
  17586. ChangeSet
  17587.   1.1616.453.2 04/05/28 12:09:12 msvensson@build.mysql.com +1 -0
  17588.   ha_ndbcluster.cc:
  17589.     Missing  semicolon
  17590.  
  17591.   sql/ha_ndbcluster.cc
  17592.     1.16.1.1 04/05/28 12:06:33 msvensson@build.mysql.com +1 -1
  17593.     Missing  semicolon
  17594.  
  17595. ChangeSet
  17596.   1.1346.627.1 04/05/28 15:01:16 ram@gw.mysql.r18.ru +3 -0
  17597.   a fix.
  17598.   (Bug#3738: SQL_CALC_FOUND_ROWS ignores WHERE if LIMIT used,
  17599.    Bug#3845: wrong FOUND_ROWS result)
  17600.  
  17601.   sql/sql_select.cc
  17602.     1.152.1.128 04/05/28 15:00:55 ram@gw.mysql.r18.ru +4 -2
  17603.     a fix.
  17604.     (Bug#3738: SQL_CALC_FOUND_ROWS ignores WHERE if LIMIT used,
  17605.      Bug#3845: wrong FOUND_ROWS result)
  17606.  
  17607.   mysql-test/t/select_found.test
  17608.     1.5.1.5 04/05/28 15:00:55 ram@gw.mysql.r18.ru +19 -0
  17609.     a fix.
  17610.     (Bug#3738: SQL_CALC_FOUND_ROWS ignores WHERE if LIMIT used,
  17611.      Bug#3845: wrong FOUND_ROWS result)
  17612.  
  17613.   mysql-test/r/select_found.result
  17614.     1.6.1.6 04/05/28 15:00:55 ram@gw.mysql.r18.ru +17 -0
  17615.     a fix.
  17616.     (Bug#3738: SQL_CALC_FOUND_ROWS ignores WHERE if LIMIT used,
  17617.      Bug#3845: wrong FOUND_ROWS result)
  17618.  
  17619. ChangeSet
  17620.   1.1616.1.249 04/05/28 10:52:47 mskold@mysql.com +2 -0
  17621.   Added missing ;
  17622.  
  17623. ChangeSet
  17624.   1.1616.454.1 04/05/28 09:22:27 tomas@poseidon.bredbandsbolaget.se +4 -0
  17625.   added shared mem + sci options for ndb
  17626.  
  17627.   BitKeeper/etc/logging_ok
  17628.     1.233.1.76 04/05/28 10:52:46 mskold@mysql.com +1 -0
  17629.     Logging to logging@openlogging.org accepted
  17630.  
  17631.   BitKeeper/etc/logging_ok
  17632.     1.233.1.75 04/05/28 09:20:38 tomas@poseidon.bredbandsbolaget.se +1 -0
  17633.     Logging to logging@openlogging.org accepted
  17634.  
  17635.   ndb/src/common/transporter/Makefile.am
  17636.     1.4 04/05/28 09:20:26 tomas@poseidon.bredbandsbolaget.se +7 -1
  17637.     added shared mem + sci options for ndb
  17638.  
  17639.   configure.in
  17640.     1.201.8.25 04/05/28 09:20:26 tomas@poseidon.bredbandsbolaget.se +3 -0
  17641.     added shared mem + sci options for ndb
  17642.  
  17643.   acinclude.m4
  17644.     1.95.1.4 04/05/28 09:20:25 tomas@poseidon.bredbandsbolaget.se +14 -10
  17645.     added shared mem + sci options for ndb
  17646.  
  17647.   sql/ha_ndbcluster.cc
  17648.     1.17 04/05/28 10:50:24 mskold@mysql.com +1 -1
  17649.     Added missing ;
  17650.  
  17651. ChangeSet
  17652.   1.1346.623.24 04/05/28 11:15:59 marko@hundin.mysql.fi +4 -0
  17653.   InnoDB: Add diagnostics when tmpfile() fails at start (Bug #3919)
  17654.  
  17655.   innobase/os/os0file.c
  17656.     1.44.1.26 04/05/28 11:15:56 marko@hundin.mysql.fi +30 -14
  17657.     Add os_file_create_tmpfile()
  17658.     os_file_handle_error(): remove unused first parameter
  17659.  
  17660.   innobase/lock/lock0lock.c
  17661.     1.20.1.16 04/05/28 11:15:56 marko@hundin.mysql.fi +1 -1
  17662.     Replace tmpfile() with os_file_create_tmpfile()
  17663.  
  17664.   innobase/include/os0file.h
  17665.     1.19.1.4 04/05/28 11:15:56 marko@hundin.mysql.fi +7 -0
  17666.     Add os_file_create_tmpfile()
  17667.  
  17668.   innobase/dict/dict0dict.c
  17669.     1.26.1.27 04/05/28 11:15:56 marko@hundin.mysql.fi +1 -1
  17670.     Replace tmpfile() with os_file_create_tmpfile()
  17671.  
  17672. ChangeSet
  17673.   1.1346.623.23 04/05/28 11:02:34 monty@mysql.com +2 -0
  17674.   Added option --config-extra-env to Do-compile
  17675.  
  17676.   include/my_global.h
  17677.     1.34.1.31 04/05/28 11:02:33 monty@mysql.com +5 -5
  17678.     Cleaned up comment to follow same indentation style as the rest of the code
  17679.  
  17680.   Build-tools/Do-compile
  17681.     1.74.2.2 04/05/28 11:02:33 monty@mysql.com +19 -2
  17682.     Added option --config-extra-env
  17683.  
  17684. ChangeSet
  17685.   1.1616.452.1 04/05/28 09:50:17 magnus@neptunus.(none) +2 -0
  17686.   Fix for compile problem with newtonapi 
  17687.  
  17688.   ndb/src/newtonapi/dba_schema.cpp
  17689.     1.2 04/05/28 09:50:15 magnus@neptunus.(none) +10 -9
  17690.     Use NdbSchemaCon.hpp from newtonapi
  17691.  
  17692.   ndb/src/Makefile
  17693.     1.2.2.1 04/05/28 09:50:15 magnus@neptunus.(none) +1 -0
  17694.     Compile newtonapi
  17695.  
  17696. ChangeSet
  17697.   1.1616.443.17 04/05/28 10:41:38 monty@mysql.com +2 -0
  17698.   New patch to ensure that InnoDB gets values for CFLAGS and CXXFLAGS
  17699.  
  17700.   sql/handler.h
  17701.     1.89.1.22 04/05/28 10:41:36 monty@mysql.com +2 -2
  17702.     Remove compiler warnings
  17703.  
  17704.   configure.in
  17705.     1.201.12.4 04/05/28 10:41:36 monty@mysql.com +1 -0
  17706.     New patch to ensure that InnoDB gets values for CFLAGS and CXXFLAGS
  17707.  
  17708. ChangeSet
  17709.   1.1616.1.247 04/05/28 09:09:47 joreland@mysql.com +2 -0
  17710.   BUg#3910
  17711.  
  17712.   ndb/src/kernel/ndb-main/Main.cpp
  17713.     1.14 04/05/28 09:09:45 joreland@mysql.com +3 -3
  17714.     WEXITSTATUS only contains valid value if WIFEXITED
  17715.  
  17716.   ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp
  17717.     1.4 04/05/28 09:09:45 joreland@mysql.com +4 -0
  17718.     New error insert for ndbrequire
  17719.  
  17720. ChangeSet
  17721.   1.1346.623.22 04/05/28 09:06:19 heikki@hundin.mysql.fi +1 -0
  17722.   my_global.h:
  17723.     Improved a comment about HAVE_BROKEN_PREAD: pread() only works on HP-UX 11.0 if one installs kernel patch PHKL_20349 or greater
  17724.  
  17725.   include/my_global.h
  17726.     1.34.1.30 04/05/28 09:06:10 heikki@hundin.mysql.fi +5 -1
  17727.     Improved a comment about HAVE_BROKEN_PREAD: pread() only works on HP-UX 11.0 if one installs kernel patch PHKL_20349 or greater
  17728.  
  17729. ChangeSet
  17730.   1.1616.443.16 04/05/28 02:36:43 monty@mysql.com +3 -0
  17731.   Portability fix (using 'char' as argument to C functions may give warnings)
  17732.  
  17733.   strings/int2str.c
  17734.     1.8 04/05/28 02:36:41 monty@mysql.com +23 -18
  17735.     Portability fix (using 'char' as a parameter may give a warning)
  17736.  
  17737.   mysql-test/r/variables.result
  17738.     1.21.1.29 04/05/28 02:36:41 monty@mysql.com +1 -0
  17739.     update results after merge
  17740.  
  17741.   include/m_string.h
  17742.     1.30 04/05/28 02:36:41 monty@mysql.com +1 -1
  17743.     Portability fix (using 'char' as argument to C functions may give warnings)
  17744.  
  17745. ChangeSet
  17746.   1.1346.623.21 04/05/28 02:00:34 monty@mysql.com +2 -0
  17747.   Portability fix for HPUX
  17748.  
  17749.   innobase/os/os0file.c
  17750.     1.44.1.25 04/05/28 02:00:30 monty@mysql.com +2 -2
  17751.     Don't use pread/pwrite on systems where these are not working.
  17752.     This fixes a bug on HPUX, where InnoDB didn't create the ibdata1 file correctly.
  17753.  
  17754.   configure.in
  17755.     1.191.1.112 04/05/28 02:00:30 monty@mysql.com +3 -0
  17756.     Ensure that innodb gets system specific CFLAGS and CXXFLAGS
  17757.  
  17758. ChangeSet
  17759.   1.1346.623.20 04/05/28 01:02:20 monty@mysql.com +1 -0
  17760.   Always enable HAVE_COMPRESS on netware
  17761.  
  17762.   include/config-netware.h
  17763.     1.2.1.2 04/05/28 01:02:18 monty@mysql.com +4 -0
  17764.     Always enable HAVE_COMPRESS on netware
  17765.     We can't detect compress in configure on netware because we must use AC_TRY_RUN to detect zlib on other platforms
  17766.  
  17767. ChangeSet
  17768.   1.1346.623.19 04/05/28 00:32:55 monty@mysql.com +2 -0
  17769.   Portability fix for 32 bit file systems
  17770.  
  17771.   mysql-test/t/variables.test
  17772.     1.11.1.9 04/05/28 00:32:52 monty@mysql.com +1 -0
  17773.     Portability fix for 32 bit file systems
  17774.  
  17775.   mysql-test/r/variables.result
  17776.     1.15.1.9 04/05/28 00:32:52 monty@mysql.com +1 -1
  17777.     Portability fix for 32 bit file systems
  17778.  
  17779. ChangeSet
  17780.   1.1616.451.2 04/05/28 00:03:19 monty@mysql.com +2 -0
  17781.   Remove some code from sql_yacc.cc that doesn't do anything except produce warnings on VC++
  17782.  
  17783.   scripts/make_win_src_distribution.sh
  17784.     1.15 04/05/28 00:03:17 monty@mysql.com +4 -2
  17785.     Remove some code from sql_yacc.cc that doesn't do anything except produce warnings on VC++
  17786.  
  17787.   mysql-test/t/fulltext.test
  17788.     1.62 04/05/28 00:03:17 monty@mysql.com +0 -4
  17789.     After merge fix
  17790.  
  17791. ChangeSet
  17792.   1.1346.623.18 04/05/27 23:39:50 jani@a80-186-24-72.elisa-laajakaista.fi +2 -0
  17793.   Merged in some patches from Novell.
  17794.  
  17795.   netware/mysqld_safe.c
  17796.     1.6 04/05/27 23:39:40 jani@a80-186-24-72.elisa-laajakaista.fi +69 -39
  17797.     Patch from Novell, new option --set-variable.
  17798.     
  17799.  
  17800.   netware/BUILD/nwbootstrap
  17801.     1.4.2.1 04/05/27 23:39:39 jani@a80-186-24-72.elisa-laajakaista.fi +5 -0
  17802.     Patch from Novell, create the libmysqld.imp file.
  17803.     
  17804.  
  17805. ChangeSet
  17806.   1.1346.623.17 04/05/27 22:53:36 monty@mysql.com +2 -0
  17807.   removed reference to not existing library lib_release\dbug.lib
  17808.  
  17809.   VC++Files/sql/mysqld.dsp
  17810.     1.6.1.11 04/05/27 22:53:32 monty@mysql.com +1 -1
  17811.     removed reference to not existing library lib_release\dbug.lib
  17812.  
  17813.   VC++Files/comp_err/comp_err.dsp
  17814.     1.1.1.5 04/05/27 22:53:32 monty@mysql.com +1 -1
  17815.     removed reference to not existing library lib_release\dbug.lib
  17816.  
  17817. ChangeSet
  17818.   1.1616.1.244 04/05/27 21:18:45 joreland@mysql.com +1 -0
  17819.   Fix dependency for mgmsrv
  17820.  
  17821.   ndb/src/mgmsrv/Makefile.am
  17822.     1.5 04/05/27 21:18:43 joreland@mysql.com +3 -1
  17823.     Fix dependency for mgmsrv
  17824.  
  17825. ChangeSet
  17826.   1.1346.623.16 04/05/27 21:14:59 serg@serg.mylan +4 -0
  17827.   backport bug#2708 fix from 4.1
  17828.  
  17829.   mysql-test/t/fulltext.test
  17830.     1.34.2.11 04/05/27 21:14:56 serg@serg.mylan +4 -0
  17831.     backport bug#2708 fix from 4.1
  17832.  
  17833.   mysql-test/r/fulltext.result
  17834.     1.29.1.17 04/05/27 21:14:56 serg@serg.mylan +3 -0
  17835.     backport bug#2708 fix from 4.1
  17836.  
  17837.   myisam/ft_parser.c
  17838.     1.24.1.7 04/05/27 21:14:56 serg@serg.mylan +24 -16
  17839.     backport bug#2708 fix from 4.1
  17840.  
  17841.   myisam/ft_boolean_search.c
  17842.     1.47.1.16 04/05/27 21:14:56 serg@serg.mylan +1 -1
  17843.     perlify comment
  17844.  
  17845. ChangeSet
  17846.   1.1616.450.2 04/05/27 21:03:05 joreland@mysql.com +8 -0
  17847.   Use ndbclient more
  17848.  
  17849.   ndb/test/run-test/Makefile.am
  17850.     1.4 04/05/27 21:02:30 joreland@mysql.com +3 -2
  17851.     LDADD ndbclient
  17852.  
  17853.   ndb/src/mgmsrv/Makefile.am
  17854.     1.2.1.1 04/05/27 21:02:30 joreland@mysql.com +4 -5
  17855.     LDADD ndbclient
  17856.  
  17857.   ndb/src/mgmclient/Makefile.am
  17858.     1.2.1.1 04/05/27 21:02:30 joreland@mysql.com +4 -8
  17859.     LDADD ndbclient
  17860.  
  17861.   ndb/src/kernel/ndb-main/Makefile.am
  17862.     1.2.1.1 04/05/27 21:02:30 joreland@mysql.com +2 -2
  17863.     Fix LDADD
  17864.  
  17865.   ndb/src/cw/cpcd/Makefile.am
  17866.     1.3 04/05/27 21:02:30 joreland@mysql.com +1 -1
  17867.     LDADD ndbclient
  17868.  
  17869.   ndb/config/type_util.mk.am
  17870.     1.2 04/05/27 21:02:30 joreland@mysql.com +0 -5
  17871.     remove LDADD from type
  17872.  
  17873.   ndb/config/type_ndbapi.mk.am
  17874.     1.3 04/05/27 21:02:30 joreland@mysql.com +0 -1
  17875.     remove LDADD from type
  17876.  
  17877.   configure.in
  17878.     1.201.15.1 04/05/27 21:02:30 joreland@mysql.com +2 -0
  17879.     Include mgmapi
  17880.  
  17881. ChangeSet
  17882.   1.1616.445.11 04/05/27 18:34:55 mronstrom@mysql.com +1 -0
  17883.   Fix for source of libndbclient
  17884.  
  17885. ChangeSet
  17886.   1.1616.445.10 04/05/27 17:11:30 mronstrom@mysql.com +1 -0
  17887.   Fix for building libndbclient before entering kernel
  17888.  
  17889. ChangeSet
  17890.   1.1616.445.9 04/05/27 16:41:55 tomas@poseidon.(none) +2 -0
  17891.   oops ndb mistake
  17892.  
  17893.   ndb/src/kernel/blocks/backup/restore/Makefile.am
  17894.     1.3 04/05/27 16:41:51 tomas@poseidon.(none) +1 -1
  17895.     oops ndb mistake
  17896.  
  17897.   ndb/config/type_ndbapitest.mk.am
  17898.     1.4 04/05/27 16:41:51 tomas@poseidon.(none) +1 -1
  17899.     oops ndb mistake
  17900.  
  17901. ChangeSet
  17902.   1.1616.445.8 04/05/27 16:38:40 tomas@poseidon.(none) +2 -0
  17903.   fix ndb make
  17904.  
  17905.   ndb/src/Makefile.am
  17906.     1.5 04/05/27 18:34:50 mronstrom@mysql.com +1 -1
  17907.     Fix for source of libndbclient
  17908.  
  17909.   ndb/src/Makefile.am
  17910.     1.4 04/05/27 17:10:12 mronstrom@mysql.com +1 -1
  17911.     Fix for building libndbclient before entering kernel
  17912.  
  17913.   ndb/src/Makefile.am
  17914.     1.3 04/05/27 16:38:36 tomas@poseidon.(none) +2 -0
  17915.     fix ndb make
  17916.  
  17917.   ndb/config/type_ndbapitest.mk.am
  17918.     1.3 04/05/27 16:38:36 tomas@poseidon.(none) +1 -2
  17919.     fix ndb make
  17920.  
  17921. ChangeSet
  17922.   1.1616.445.7 04/05/27 16:28:41 tomas@poseidon.(none) +5 -0
  17923.   ndb fixes see files
  17924.  
  17925.   ndb/src/common/transporter/Transporter.hpp
  17926.     1.2 04/05/27 16:28:38 tomas@poseidon.(none) +2 -0
  17927.     ndb_global for sci and shm defines
  17928.  
  17929.   ndb/src/common/transporter/Makefile.am
  17930.     1.3 04/05/27 16:28:38 tomas@poseidon.(none) +2 -1
  17931.     small fix
  17932.  
  17933.   configure.in
  17934.     1.201.8.21 04/05/27 16:28:38 tomas@poseidon.(none) +1 -4
  17935.     added dependency for ndblibs to mysql server
  17936.  
  17937.   acinclude.m4
  17938.     1.95.1.3 04/05/27 16:28:37 tomas@poseidon.(none) +39 -0
  17939.     added switched for shm sci in ndb
  17940.  
  17941.   acconfig.h
  17942.     1.37.2.1 04/05/27 16:28:37 tomas@poseidon.(none) +6 -0
  17943.     added switched for shm sci in ndb
  17944.  
  17945. ChangeSet
  17946.   1.1616.445.6 04/05/27 15:47:31 tomas@poseidon.(none) +4 -0
  17947.   changed to ndbclient
  17948.  
  17949.   ndb/src/ndbapi/Makefile.am
  17950.     1.2.1.1 04/05/27 15:47:28 tomas@poseidon.(none) +1 -1
  17951.     changed to ndbclient
  17952.  
  17953.   ndb/src/mgmapi/Makefile.am
  17954.     1.2.1.1 04/05/27 15:47:28 tomas@poseidon.(none) +1 -1
  17955.     changed to ndbclient
  17956.  
  17957.   ndb/src/Makefile.am
  17958.     1.2 04/05/27 15:47:28 tomas@poseidon.(none) +13 -0
  17959.     changed to ndbclient
  17960.  
  17961.   acinclude.m4
  17962.     1.95.1.2 04/05/27 15:47:28 tomas@poseidon.(none) +1 -1
  17963.     changed to ndbclient
  17964.  
  17965. ChangeSet
  17966.   1.1616.449.2 04/05/27 20:31:30 hf@deer.(none) +9 -0
  17967.   WL#1163 (Make spatial code separable for other parts)
  17968.   --with-geometry and
  17969.   --with-embedded-privilege-control
  17970.   configure switches added
  17971.  
  17972.   mysql-test/r/have_geometry.require
  17973.     1.1 04/05/27 20:31:28 hf@deer.(none) +2 -0
  17974.  
  17975.   mysql-test/r/have_geometry.require
  17976.     1.0 04/05/27 20:31:28 hf@deer.(none) +0 -0
  17977.     BitKeeper file /home/hf/work/mysql-4.1.ftr/mysql-test/r/have_geometry.require
  17978.  
  17979.   mysql-test/include/have_geometry.inc
  17980.     1.1 04/05/27 20:31:27 hf@deer.(none) +4 -0
  17981.  
  17982.   sql/set_var.cc
  17983.     1.34.43.1 04/05/27 20:31:27 hf@deer.(none) +2 -0
  17984.     option's descriptions added
  17985.  
  17986.   sql/mysqld.cc
  17987.     1.356.59.1 04/05/27 20:31:27 hf@deer.(none) +11 -0
  17988.     option's handling added
  17989.  
  17990.   sql/mysql_priv.h
  17991.     1.186.76.1 04/05/27 20:31:27 hf@deer.(none) +1 -0
  17992.     option's variables added
  17993.  
  17994.   mysql-test/t/gis.test
  17995.     1.13 04/05/27 20:31:27 hf@deer.(none) +2 -0
  17996.     test modified to take HAVE_GEOMETRY in account
  17997.  
  17998.   mysql-test/t/gis-rtree.test
  17999.     1.7 04/05/27 20:31:27 hf@deer.(none) +2 -0
  18000.     test modified to take HAVE_GEOMETRY in account
  18001.  
  18002.   mysql-test/include/have_geometry.inc
  18003.     1.0 04/05/27 20:31:27 hf@deer.(none) +0 -0
  18004.     BitKeeper file /home/hf/work/mysql-4.1.ftr/mysql-test/include/have_geometry.inc
  18005.  
  18006.   myisam/mi_open.c
  18007.     1.78 04/05/27 20:31:27 hf@deer.(none) +1 -0
  18008.     #include added
  18009.  
  18010.   acconfig.h
  18011.     1.37.1.1 04/05/27 20:31:27 hf@deer.(none) +9 -0
  18012.     necessary lines added
  18013.  
  18014. ChangeSet
  18015.   1.1616.443.12 04/05/27 17:54:40 dlenev@brandersnatch.localdomain +20 -0
  18016.   Made my_snprintf() behavior snprintf() compatible when printing %x arguments (it should
  18017.   produce hex digits in lower case). (fixed version)
  18018.   
  18019.   Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays.
  18020.   Added extra argument to int2str function which controls case of digits you get.
  18021.   Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str()
  18022.   function.
  18023.   Removed unused my_itoa/my_ltoa functions.
  18024.  
  18025.   strings/my_vsnprintf.c
  18026.     1.25 04/05/27 17:54:36 dlenev@brandersnatch.localdomain +1 -1
  18027.     If my_snprintf() is printing %x argument it should produce lower case hexadecimal digits
  18028.     to be snprintf() compatible.
  18029.  
  18030.   strings/longlong2str.c
  18031.     1.8 04/05/27 17:54:35 dlenev@brandersnatch.localdomain +4 -6
  18032.     _dig_vec became _dig_vec_upper.
  18033.  
  18034.   strings/longlong2str-x86.s
  18035.     1.10 04/05/27 17:54:35 dlenev@brandersnatch.localdomain +2 -2
  18036.     _dig_vec became _dig_vec_upper.
  18037.  
  18038.   strings/int2str.c
  18039.     1.7 04/05/27 17:54:34 dlenev@brandersnatch.localdomain +52 -50
  18040.     Replaced _dig_vec by _dig_vec_upper/_dig_vec_lower pair.
  18041.     int2str() now has one more argument which controls case of digits it will produce.
  18042.     my_itoa()/my_ltoa() functions were removed because they were never used in our code.
  18043.  
  18044.   sql/sql_bitmap.h
  18045.     1.6 04/05/27 17:54:33 dlenev@brandersnatch.localdomain +4 -4
  18046.     _dig_vec became _dig_vec_upper.
  18047.  
  18048.   sql/password.c
  18049.     1.31 04/05/27 17:54:33 dlenev@brandersnatch.localdomain +2 -2
  18050.     _dig_vec became _dig_vec_upper.
  18051.  
  18052.   sql/mysqld.cc
  18053.     1.356.58.3 04/05/27 17:54:32 dlenev@brandersnatch.localdomain +3 -3
  18054.     Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str()
  18055.     call.
  18056.  
  18057.   sql/item_strfunc.cc
  18058.     1.175 04/05/27 17:54:32 dlenev@brandersnatch.localdomain +5 -8
  18059.     _dig_vec became _dig_vec_upper. Also we don't need hex[] array in this file now because we
  18060.     have _dig_vec_lower instead.
  18061.  
  18062.   sql-common/client.c
  18063.     1.46.1.14 04/05/27 17:54:31 dlenev@brandersnatch.localdomain +1 -1
  18064.     Replaced int2str invocation with radix argument equal to 10 with optimized int10_to_str()
  18065.     call.
  18066.  
  18067.   mysys/my_tempnam.c
  18068.     1.16 04/05/27 17:54:31 dlenev@brandersnatch.localdomain +1 -1
  18069.     _dig_vec became _dig_vec_upper.
  18070.  
  18071.   mysys/my_error.c
  18072.     1.13.1.1 04/05/27 17:54:30 dlenev@brandersnatch.localdomain +2 -2
  18073.     Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str()
  18074.     call.
  18075.  
  18076.   mysys/mf_tempfile.c
  18077.     1.20 04/05/27 17:54:30 dlenev@brandersnatch.localdomain +1 -1
  18078.     _dig_vec became _dig_vec_upper.
  18079.  
  18080.   myisam/myisamchk.c
  18081.     1.92.1.22 04/05/27 17:54:29 dlenev@brandersnatch.localdomain +1 -1
  18082.     Replaced int2str invocation with radix argument equal to 10 with optimized int10_to_str()
  18083.     call.
  18084.  
  18085.   libmysql/libmysql.def
  18086.     1.27 04/05/27 17:54:29 dlenev@brandersnatch.localdomain +2 -1
  18087.     _dig_vec is obsoleted by _dig_vec_upper/_dig_vec_lower.
  18088.  
  18089.   isam/isamchk.c
  18090.     1.30 04/05/27 17:54:28 dlenev@brandersnatch.localdomain +2 -2
  18091.     Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str()
  18092.     call.
  18093.  
  18094.   include/my_global.h
  18095.     1.47.6.9 04/05/27 17:54:27 dlenev@brandersnatch.localdomain +0 -6
  18096.     my_itoa()/my_ltoa() functions were removed because they were never used in our code.
  18097.  
  18098.   include/m_string.h
  18099.     1.29 04/05/27 17:54:27 dlenev@brandersnatch.localdomain +5 -10
  18100.     _dig_vec is obsoleted by _dig_vec_upper/_dig_vec_lower.
  18101.     my_itoa()/my_ltoa() functions were removed because they were never used in our code.
  18102.     int2str() now has one more argument which controls case of digits it will produce.
  18103.  
  18104.   dbug/dbug.c
  18105.     1.18 04/05/27 17:54:26 dlenev@brandersnatch.localdomain +2 -2
  18106.      _dig_vec became _dig_vec_upper.
  18107.  
  18108.   client/mysqladmin.c
  18109.     1.83 04/05/27 17:54:26 dlenev@brandersnatch.localdomain +4 -4
  18110.     Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str()
  18111.     call.
  18112.  
  18113.   client/mysql.cc
  18114.     1.121.1.51 04/05/27 17:54:22 dlenev@brandersnatch.localdomain +4 -4
  18115.     Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str()
  18116.     call.
  18117.  
  18118. ChangeSet
  18119.   1.1616.447.3 04/05/27 13:33:19 tomas@poseidon.(none) +2 -0
  18120.   oops
  18121.  
  18122.   ndb/config/common.mk.am
  18123.     1.4 04/05/27 13:33:16 tomas@poseidon.(none) +1 -1
  18124.     oops
  18125.  
  18126.   configure.in
  18127.     1.201.8.20 04/05/27 13:33:16 tomas@poseidon.(none) +4 -4
  18128.     oops
  18129.  
  18130. ChangeSet
  18131.   1.1616.1.240 04/05/27 15:20:38 joreland@mysql.com +11 -0
  18132.   Add mgmapi
  18133.  
  18134.   ndb/test/src/Makefile.am
  18135.     1.2 04/05/27 15:20:36 joreland@mysql.com +2 -1
  18136.     Add mgmapi
  18137.  
  18138.   ndb/src/ndbapi/Makefile.am
  18139.     1.3 04/05/27 15:20:36 joreland@mysql.com +5 -3
  18140.     Add mgmapi
  18141.  
  18142.   ndb/src/mgmsrv/Makefile.am
  18143.     1.3 04/05/27 15:20:36 joreland@mysql.com +1 -1
  18144.     use mgmapi
  18145.  
  18146.   ndb/src/mgmclient/Makefile.am
  18147.     1.3 04/05/27 15:20:36 joreland@mysql.com +1 -1
  18148.     use mgmapi
  18149.  
  18150.   ndb/src/mgmapi/Makefile.am
  18151.     1.3 04/05/27 15:20:36 joreland@mysql.com +1 -1
  18152.     new files
  18153.  
  18154.   ndb/src/kernel/vm/Makefile.am
  18155.     1.2 04/05/27 15:20:36 joreland@mysql.com +2 -1
  18156.     Use mgmapi
  18157.  
  18158.   ndb/src/kernel/ndb-main/Makefile.am
  18159.     1.3 04/05/27 15:20:36 joreland@mysql.com +1 -1
  18160.     Use mgmapi
  18161.  
  18162.   ndb/src/common/util/Makefile.am
  18163.     1.2 04/05/27 15:20:36 joreland@mysql.com +2 -1
  18164.     Add files
  18165.  
  18166.   ndb/src/common/mgmcommon/Makefile.am
  18167.     1.2 04/05/27 15:20:36 joreland@mysql.com +2 -0
  18168.     Add mgmapi
  18169.  
  18170.   ndb/src/common/debugger/signaldata/Makefile.am
  18171.     1.2 04/05/27 15:20:36 joreland@mysql.com +1 -1
  18172.     New files
  18173.  
  18174.   configure.in
  18175.     1.201.14.1 04/05/27 15:20:36 joreland@mysql.com +2 -0
  18176.     Added include of mgmapi
  18177.  
  18178. ChangeSet
  18179.   1.1616.443.11 04/05/27 15:03:57 marko@hundin.mysql.fi +33 -0
  18180.   InnoDB cleanup:
  18181.   Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE
  18182.   Remove (char*) casts of string constants; add const qualifiers
  18183.   Remove some Hot Backup code unless #ifdef UNIV_HOTBACKUP
  18184.  
  18185. ChangeSet
  18186.   1.1616.447.2 04/05/27 12:14:19 tomas@poseidon.(none) +2 -0
  18187.   see resp file
  18188.  
  18189.   ndb/src/common/transporter/Makefile.am
  18190.     1.2 04/05/27 12:14:16 tomas@poseidon.(none) +3 -2
  18191.     removed SHM in ndb
  18192.  
  18193.   configure.in
  18194.     1.201.8.19 04/05/27 12:14:16 tomas@poseidon.(none) +4 -4
  18195.     added NDB_EXTRA_FLAGS
  18196.  
  18197.   sql/ha_innodb.cc
  18198.     1.90.1.40 04/05/27 15:03:51 marko@hundin.mysql.fi +7 -3
  18199.     Enclose log archiving code in #ifdef UNIV_LOG_ARCHIVE
  18200.  
  18201.   innobase/trx/trx0trx.c
  18202.     1.35 04/05/27 15:03:51 marko@hundin.mysql.fi +6 -6
  18203.     Remove (char*) cast of string constant
  18204.  
  18205.   innobase/trx/trx0sys.c
  18206.     1.28 04/05/27 15:03:51 marko@hundin.mysql.fi +2 -2
  18207.     Remove (char*) cast of string constants
  18208.  
  18209.   innobase/trx/trx0roll.c
  18210.     1.16 04/05/27 15:03:51 marko@hundin.mysql.fi +8 -8
  18211.     Remove (char*) cast of string constants
  18212.  
  18213.   innobase/sync/sync0sync.c
  18214.     1.28 04/05/27 15:03:51 marko@hundin.mysql.fi +2 -2
  18215.     Remove (char*) cast of string constant
  18216.     Add const qualifier to string parameter
  18217.  
  18218.   innobase/sync/sync0rw.c
  18219.     1.15 04/05/27 15:03:51 marko@hundin.mysql.fi +3 -3
  18220.     Remove (char*) casts of string constants
  18221.     Add const qualifier to string parameter
  18222.  
  18223.   innobase/srv/srv0start.c
  18224.     1.65 04/05/27 15:03:51 marko@hundin.mysql.fi +46 -28
  18225.     Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE
  18226.     Remove (char*) casts of string constants
  18227.  
  18228.   innobase/srv/srv0srv.c
  18229.     1.62 04/05/27 15:03:51 marko@hundin.mysql.fi +43 -43
  18230.     Remove (char*) casts of string constants
  18231.     Disable log archiving variables unless #ifdef UNIV_LOG_ARCHIVE
  18232.  
  18233.   innobase/row/row0sel.c
  18234.     1.51 04/05/27 15:03:51 marko@hundin.mysql.fi +9 -9
  18235.     Remove (char*) casts of string constants
  18236.  
  18237.   innobase/row/row0mysql.c
  18238.     1.60 04/05/27 15:03:51 marko@hundin.mysql.fi +32 -32
  18239.     Remove (char*) casts of string constants
  18240.  
  18241.   innobase/row/row0ins.c
  18242.     1.34 04/05/27 15:03:51 marko@hundin.mysql.fi +22 -23
  18243.     Remove (char*) casts of string constants
  18244.     Add const qualifiers to string parameters
  18245.     row_ins_foreign_check_on_constraint(): Allocate table_name dynamically
  18246.  
  18247.   innobase/pars/pars0pars.c
  18248.     1.11 04/05/27 15:03:51 marko@hundin.mysql.fi +2 -2
  18249.     Add const qualifier to string variable
  18250.  
  18251.   innobase/page/page0page.c
  18252.     1.18 04/05/27 15:03:51 marko@hundin.mysql.fi +2 -2
  18253.     Remove (char*) casts of string constants
  18254.  
  18255.   innobase/mem/mem0dbg.c
  18256.     1.14 04/05/27 15:03:51 marko@hundin.mysql.fi +3 -3
  18257.     Add const qualifiers to string parameters
  18258.  
  18259.   innobase/log/log0recv.c
  18260.     1.34 04/05/27 15:03:51 marko@hundin.mysql.fi +46 -24
  18261.     Enclose ibbackup specific code in #ifdef UNIV_HOTBACKUP
  18262.     Enclose disabled log code in #ifdef UNIV_LOG_REPLICATE or UNIV_LOG_ARCHIVE
  18263.  
  18264.   innobase/log/log0log.c
  18265.     1.35 04/05/27 15:03:51 marko@hundin.mysql.fi +73 -56
  18266.     Enclose log archiving code in #ifdef UNIV_LOG_ARCHIVE
  18267.     Do not cast string constants to (char*)
  18268.  
  18269.   innobase/include/sync0sync.ic
  18270.     1.15 04/05/27 15:03:51 marko@hundin.mysql.fi +1 -1
  18271.     Add const qualifier to string parameter
  18272.  
  18273.   innobase/include/sync0rw.ic
  18274.     1.9 04/05/27 15:03:51 marko@hundin.mysql.fi +1 -1
  18275.     Add const qualifier to string parameter
  18276.  
  18277.   innobase/include/srv0srv.h
  18278.     1.33 04/05/27 15:03:51 marko@hundin.mysql.fi +6 -5
  18279.     Add const qualifiers to string constants
  18280.     Enclose srv_arch_dir and srv_log_archive_on #ifdef UNIV_LOG_ARCHIVE
  18281.  
  18282.   innobase/include/mem0dbg.ic
  18283.     1.4 04/05/27 15:03:50 marko@hundin.mysql.fi +2 -2
  18284.     Add const qualifiers to string parameters
  18285.  
  18286.   innobase/include/log0recv.h
  18287.     1.12 04/05/27 15:03:50 marko@hundin.mysql.fi +15 -4
  18288.     Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE
  18289.     Enclose ibbackup specific code in #ifdef UNIV_HOTBACKUP
  18290.  
  18291.   innobase/include/fil0fil.h
  18292.     1.15 04/05/27 15:03:50 marko@hundin.mysql.fi +5 -3
  18293.     Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE
  18294.  
  18295.   innobase/include/buf0buf.ic
  18296.     1.16 04/05/27 15:03:50 marko@hundin.mysql.fi +1 -1
  18297.     Add const qualifier to string parameter
  18298.  
  18299.   innobase/ibuf/ibuf0ibuf.c
  18300.     1.29 04/05/27 15:03:50 marko@hundin.mysql.fi +5 -5
  18301.     Remove (char*) casts of string constants
  18302.  
  18303.   innobase/ha/ha0ha.c
  18304.     1.13 04/05/27 15:03:50 marko@hundin.mysql.fi +2 -0
  18305.     Enclose debug assertion in #ifdef UNIV_SYNC_DEBUG
  18306.  
  18307.   innobase/fil/fil0fil.c
  18308.     1.27 04/05/27 15:03:50 marko@hundin.mysql.fi +52 -52
  18309.     Remove (char*) casts of string constants
  18310.     Enclose debug assertions in #ifdef UNIV_SYNC_DEBUG
  18311.  
  18312.   innobase/dict/dict0load.c
  18313.     1.18 04/05/27 15:03:50 marko@hundin.mysql.fi +23 -23
  18314.     Remove (char*) casts of string constants
  18315.  
  18316.   innobase/dict/dict0dict.c
  18317.     1.42 04/05/27 15:03:50 marko@hundin.mysql.fi +34 -21
  18318.     Enclosed a debug assertion in #ifdef UNIV_SYNC_DEBUG
  18319.     Replaced some debug assertions with preprocessor tests
  18320.     Add const qualifiers to string constants
  18321.  
  18322.   innobase/dict/dict0crea.c
  18323.     1.21 04/05/27 15:03:50 marko@hundin.mysql.fi +11 -11
  18324.     Remove (char*) casts of string constants
  18325.  
  18326.   innobase/dict/dict0boot.c
  18327.     1.10 04/05/27 15:03:50 marko@hundin.mysql.fi +47 -54
  18328.     Remove (char*) casts of string constants
  18329.  
  18330.   innobase/buf/buf0rea.c
  18331.     1.12 04/05/27 15:03:50 marko@hundin.mysql.fi +1 -1
  18332.     Corrected compile error #ifdef UNIV_DEBUG
  18333.  
  18334.   innobase/buf/buf0buf.c
  18335.     1.35 04/05/27 15:03:50 marko@hundin.mysql.fi +2 -0
  18336.     Enclose a debug assertion in #ifdef UNIV_SYNC_DEBUG
  18337.  
  18338.   innobase/btr/btr0cur.c
  18339.     1.35 04/05/27 15:03:50 marko@hundin.mysql.fi +2 -2
  18340.     Cast away constness from dfield_get_data() result
  18341.  
  18342. ChangeSet
  18343.   1.1616.446.1 04/05/27 11:16:14 tomas@poseidon.(none) +2 -0
  18344.   fix for gcc version 3 bug
  18345.  
  18346.   ndb/src/common/util/new.cpp
  18347.     1.5 04/05/27 11:16:12 tomas@poseidon.(none) +4 -0
  18348.     fix for gcc version 3 bug
  18349.  
  18350.   ndb/src/common/portlib/gcc.cpp
  18351.     1.2 04/05/27 11:16:11 tomas@poseidon.(none) +1 -1
  18352.     fix for gcc version 3 bug
  18353.  
  18354. ChangeSet
  18355.   1.1616.445.1 04/05/27 09:36:07 tomas@poseidon.(none) +1 -0
  18356.   configure.in:
  18357.     automake verion problem
  18358.  
  18359.   configure.in
  18360.     1.201.8.17 04/05/27 09:35:47 tomas@poseidon.(none) +7 -8
  18361.     automake verion problem
  18362.  
  18363. ChangeSet
  18364.   1.1616.443.9 04/05/27 12:03:16 monty@mysql.com +2 -0
  18365.   Portability fixes
  18366.  
  18367.   myisam/sort.c
  18368.     1.35.1.4 04/05/27 12:03:14 monty@mysql.com +5 -3
  18369.     Fixed wrong variable type (gave compiler warning)
  18370.  
  18371.   innobase/os/os0thread.c
  18372.     1.26 04/05/27 12:03:14 monty@mysql.com +2 -0
  18373.     Portability fix
  18374.  
  18375. ChangeSet
  18376.   1.1616.1.236 04/05/27 08:26:55 tomas@poseidon.(none) +1 -0
  18377.   Makefile.am:
  18378.     changed install dir
  18379.  
  18380.   ndb/test/run-test/Makefile.am
  18381.     1.3 04/05/27 08:26:27 tomas@poseidon.(none) +2 -2
  18382.     changed install dir
  18383.  
  18384. ChangeSet
  18385.   1.1346.623.15 04/05/27 11:23:26 monty@mysql.com +1 -0
  18386.   Add back wrongly deleted file
  18387.  
  18388.   VC++Files/innobase/innobase.dsp
  18389.     1.7.1.9 04/05/27 11:23:25 monty@mysql.com +4 -0
  18390.     Add back wrongly deleted file
  18391.  
  18392. ChangeSet
  18393.   1.1616.1.235 04/05/27 08:05:10 tomas@poseidon.(none) +3 -0
  18394.   ndb in mysql-test fix
  18395.  
  18396.   mysql-test/ndb/stop_ndbcluster.sh
  18397.     1.5 04/05/27 08:05:08 tomas@poseidon.(none) +1 -1
  18398.     ndb in mysql-test fix
  18399.  
  18400.   mysql-test/ndb/install_ndbcluster.sh
  18401.     1.5 04/05/27 08:05:08 tomas@poseidon.(none) +3 -3
  18402.     ndb in mysql-test fix
  18403.  
  18404.   mysql-test/Makefile.am
  18405.     1.27 04/05/27 08:05:08 tomas@poseidon.(none) +2 -0
  18406.     ndb in mysql-test fix
  18407.  
  18408. ChangeSet
  18409.   1.1616.374.32 04/05/27 09:45:42 tomas@mc05.(none) +3 -0
  18410.   removed version 2 backwards compatability from ndb restore
  18411.  
  18412.   ndb/src/kernel/blocks/backup/restore/main.cpp
  18413.     1.4.1.1 04/05/27 09:45:39 tomas@mc05.(none) +9 -170
  18414.     removed version 2 backwards compatability from ndb restore
  18415.  
  18416.   ndb/src/kernel/blocks/backup/restore/Restore.hpp
  18417.     1.4.1.1 04/05/27 09:45:39 tomas@mc05.(none) +3 -13
  18418.     removed version 2 backwards compatability from ndb restore
  18419.  
  18420.   ndb/src/kernel/blocks/backup/restore/Restore.cpp
  18421.     1.6 04/05/27 09:45:39 tomas@mc05.(none) +9 -169
  18422.     removed version 2 backwards compatability from ndb restore
  18423.  
  18424. ChangeSet
  18425.   1.1616.1.234 04/05/27 07:04:45 tomas@poseidon.(none) +19 -0
  18426.   several ndb automake changes, see respective file
  18427.  
  18428.   ndb/tools/Makefile.am
  18429.     1.3 04/05/27 07:04:05 tomas@poseidon.(none) +2 -1
  18430.     changes install dir
  18431.  
  18432.   mysql-test/ndb/stop_ndbcluster.sh
  18433.     1.4 04/05/27 07:04:05 tomas@poseidon.(none) +10 -2
  18434.     new
  18435.  
  18436.   mysql-test/ndb/install_ndbcluster.sh
  18437.     1.4 04/05/27 07:04:05 tomas@poseidon.(none) +19 -8
  18438.     new
  18439.  
  18440.   ndb/test/tools/Makefile.am
  18441.     1.4 04/05/27 07:04:04 tomas@poseidon.(none) +1 -2
  18442.     changes install dir
  18443.  
  18444.   ndb/test/ndbapi/bank/Makefile.am
  18445.     1.3 04/05/27 07:04:04 tomas@poseidon.(none) +1 -1
  18446.     changes install dir
  18447.  
  18448.   ndb/test/ndbapi/Makefile.am
  18449.     1.4 04/05/27 07:04:02 tomas@poseidon.(none) +1 -1
  18450.     changes install dir
  18451.  
  18452.   ndb/src/ndbapi/Makefile.am
  18453.     1.2 04/05/27 07:04:01 tomas@poseidon.(none) +1 -1
  18454.     changes install dir
  18455.  
  18456.   ndb/src/mgmsrv/Makefile.am
  18457.     1.2 04/05/27 07:04:01 tomas@poseidon.(none) +6 -8
  18458.     changes install dir
  18459.  
  18460.   ndb/src/mgmclient/Makefile.am
  18461.     1.2 04/05/27 07:04:01 tomas@poseidon.(none) +1 -1
  18462.     changes install dir
  18463.  
  18464.   ndb/src/mgmapi/Makefile.am
  18465.     1.2 04/05/27 07:04:00 tomas@poseidon.(none) +4 -4
  18466.     changes install dir
  18467.  
  18468.   ndb/src/kernel/ndb-main/Makefile.am
  18469.     1.2 04/05/27 07:04:00 tomas@poseidon.(none) +1 -1
  18470.     changes install dir
  18471.  
  18472.   ndb/src/kernel/blocks/backup/restore/Makefile.am
  18473.     1.2 04/05/27 07:04:00 tomas@poseidon.(none) +1 -1
  18474.     changes install dir
  18475.  
  18476.   ndb/src/cw/cpcd/Makefile.am
  18477.     1.2 04/05/27 07:03:59 tomas@poseidon.(none) +1 -1
  18478.     changes install dir
  18479.  
  18480.   ndb/config/type_ndbapi.mk.am
  18481.     1.2 04/05/27 07:03:59 tomas@poseidon.(none) +1 -0
  18482.     added LDADD=libNDB_API.la default for type_ndbapi
  18483.  
  18484.   ndb/config/common.mk.am
  18485.     1.3 04/05/27 07:03:58 tomas@poseidon.(none) +1 -1
  18486.     DEFS_LOC in ndb make
  18487.  
  18488.   ndb/Makefile.am
  18489.     1.3 04/05/27 07:03:58 tomas@poseidon.(none) +28 -0
  18490.     ndb headers for install
  18491.  
  18492.   configure.in
  18493.     1.201.8.16 04/05/27 07:03:57 tomas@poseidon.(none) +30 -1
  18494.     added install dirs for ndb
  18495.  
  18496.   mysql-test/ndb/Makefile.am
  18497.     1.1 04/05/27 06:48:40 tomas@poseidon.(none) +27 -0
  18498.  
  18499.   mysql-test/ndb/Makefile.am
  18500.     1.0 04/05/27 06:48:40 tomas@poseidon.(none) +0 -0
  18501.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/mysql-test/ndb/Makefile.am
  18502.  
  18503.   ndb/tools/waiter.cpp
  18504.     1.2 04/05/27 06:37:31 tomas@poseidon.(none) +0 -0
  18505.     Rename: ndb/test/tools/waiter.cpp -> ndb/tools/waiter.cpp
  18506.  
  18507.   mysql-test/ndb/stop_ndbcluster.sh
  18508.     1.3 04/05/27 06:31:10 tomas@poseidon.(none) +0 -0
  18509.     Rename: mysql-test/ndb/stop_ndbcluster -> mysql-test/ndb/stop_ndbcluster.sh
  18510.  
  18511.   mysql-test/ndb/install_ndbcluster.sh
  18512.     1.3 04/05/27 06:31:01 tomas@poseidon.(none) +0 -0
  18513.     Rename: mysql-test/ndb/install_ndbcluster -> mysql-test/ndb/install_ndbcluster.sh
  18514.  
  18515. ChangeSet
  18516.   1.1616.443.7 04/05/27 02:53:00 monty@mysql.com +1 -0
  18517.   Added new netware file
  18518.  
  18519.   netware/Makefile.am
  18520.     1.7.1.4 04/05/27 02:52:57 monty@mysql.com +1 -0
  18521.     Added new netware file
  18522.  
  18523. ChangeSet
  18524.   1.1616.443.5 04/05/27 02:50:42 monty@mysql.com +3 -0
  18525.   After merge fixes
  18526.  
  18527.   libmysqld/libmysqld.c
  18528.     1.61 04/05/27 02:50:40 monty@mysql.com +0 -9
  18529.     Removed duplicate function (allready in libmysql.c)
  18530.  
  18531.   libmysqld/lib_sql.cc
  18532.     1.75.1.36 04/05/27 02:50:39 monty@mysql.com +1 -1
  18533.     Fixed type of new variables
  18534.  
  18535. ChangeSet
  18536.   1.1346.623.14 04/05/27 02:47:04 monty@mysql.com +4 -0
  18537.   netware files should always be in 'make dist'
  18538.   use opt_net_buffer_length instead of net_buffer_length
  18539.  
  18540.   netware/Makefile.am
  18541.     1.6.1.3 04/05/27 02:47:03 monty@mysql.com +25 -1
  18542.     netware files should always be in 'make dist'
  18543.  
  18544.   configure.in
  18545.     1.191.1.111 04/05/27 02:47:03 monty@mysql.com +1 -0
  18546.     netware files should always be in 'make dist'
  18547.  
  18548.   client/mysqldump.c
  18549.     1.65.1.47 04/05/27 02:47:03 monty@mysql.com +2 -2
  18550.     use opt_net_buffer_length instead of net_buffer_length
  18551.  
  18552.   Makefile.am
  18553.     1.40.1.9 04/05/27 02:47:03 monty@mysql.com +1 -2
  18554.     netware files should always be in 'make dist'
  18555.  
  18556.   Docs/manual_toc.html
  18557.     1.3 04/05/27 02:00:46 monty@mysql.com +0 -0
  18558.     Rename: BitKeeper/deleted/.del-manual_toc.html~f483f2d33d9acb41 -> Docs/manual_toc.html
  18559.  
  18560. ChangeSet
  18561.   1.1616.443.3 04/05/26 21:39:15 mysqldev@mysql.com +2 -0
  18562.   logging_ok:
  18563.     Logging to logging@openlogging.org accepted
  18564.   compile-pentium-max:
  18565.     changed --with-ndbcluster to --without-ndbcluster because it fails on 4.1 builds
  18566.  
  18567.   BitKeeper/etc/logging_ok
  18568.     1.233.29.1 04/05/26 21:38:47 mysqldev@mysql.com +1 -0
  18569.     Logging to logging@openlogging.org accepted
  18570.  
  18571.   BUILD/compile-pentium-max
  18572.     1.10 04/05/26 21:37:26 mysqldev@mysql.com +6 -1
  18573.     changed --with-ndbcluster to --without-ndbcluster because it fails on 4.1 builds
  18574.  
  18575. ChangeSet
  18576.   1.1346.623.13 04/05/26 21:45:58 monty@mysql.com +3 -0
  18577.   VC++ portability fix
  18578.  
  18579.   sql/mysqld.cc
  18580.     1.297.1.201 04/05/26 21:45:55 monty@mysql.com +1 -1
  18581.     Fixed comment
  18582.  
  18583.   VC++Files/innobase/innobase.dsp
  18584.     1.7.1.8 04/05/26 21:45:55 monty@mysql.com +0 -4
  18585.     Remove not existing file
  18586.  
  18587.   VC++Files/client/mysqlclient.dsp
  18588.     1.6.1.5 04/05/26 21:45:55 monty@mysql.com +2 -2
  18589.     Added missing /D MYSQL_CLIENT
  18590.  
  18591. ChangeSet
  18592.   1.1616.443.2 04/05/26 20:56:39 monty@mysql.com +1 -0
  18593.   Fixed test to not crash when ndb is not in use
  18594.  
  18595.   mysql-test/t/ndb_minmax.test
  18596.     1.2 04/05/26 20:56:37 monty@mysql.com +1 -0
  18597.     Fixed test to not crash when ndb is not in use
  18598.  
  18599. ChangeSet
  18600.   1.1616.1.233 04/05/26 17:56:18 tomas@poseidon.(none) +1 -0
  18601.   configure.in:
  18602.     makefix
  18603.  
  18604.   configure.in
  18605.     1.201.8.15 04/05/26 17:56:04 tomas@poseidon.(none) +1 -0
  18606.     makefix
  18607.  
  18608. ChangeSet
  18609.   1.1616.1.232 04/05/26 17:51:58 tomas@poseidon.(none) +2 -0
  18610.   makefix
  18611.  
  18612.   ndb/test/tools/Makefile.am
  18613.     1.3 04/05/26 17:51:55 tomas@poseidon.(none) +6 -3
  18614.     makefix
  18615.  
  18616.   ndb/test/ndbapi/Makefile.am
  18617.     1.3 04/05/26 17:51:55 tomas@poseidon.(none) +2 -2
  18618.     makefix
  18619.  
  18620. ChangeSet
  18621.   1.1616.1.231 04/05/26 17:21:38 tomas@poseidon.(none) +1 -0
  18622.   Makefile.am:
  18623.     new file
  18624.  
  18625.   ndb/include/Makefile.am
  18626.     1.1 04/05/26 17:21:04 tomas@poseidon.(none) +5 -0
  18627.  
  18628.   ndb/include/Makefile.am
  18629.     1.0 04/05/26 17:21:04 tomas@poseidon.(none) +0 -0
  18630.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/include/Makefile.am
  18631.  
  18632. ChangeSet
  18633.   1.1346.623.12 04/05/26 19:41:14 marko@hundin.mysql.fi +1 -0
  18634.   InnoDB fixup: remove debug assertion that causes compile error
  18635.   when UNIV_DEBUG is defined (introduced in ChangeSet@1.1850)
  18636.  
  18637.   innobase/que/que0que.c
  18638.     1.9.1.8 04/05/26 19:41:12 marko@hundin.mysql.fi +0 -2
  18639.     Remove ut_ad() reference to removed parameter next_thr
  18640.  
  18641. ChangeSet
  18642.   1.1346.623.11 04/05/26 21:40:27 hf@deer.(none) +13 -0
  18643.   Fix to make Windows compilation smoother
  18644.  
  18645.   tools/mysqlmanager.c
  18646.     1.30.1.7 04/05/26 21:40:12 hf@deer.(none) +1 -1
  18647.     compiler warns on this line
  18648.  
  18649.   sql/log_event.cc
  18650.     1.77.1.79 04/05/26 21:40:12 hf@deer.(none) +1 -0
  18651.     should be like that in this case
  18652.  
  18653.   libmysqld/libmysqld.def
  18654.     1.2.1.2 04/05/26 21:40:12 hf@deer.(none) +1 -2
  18655.     interface changed
  18656.  
  18657.   libmysqld/libmysqld.c
  18658.     1.14.2.7 04/05/26 21:40:12 hf@deer.(none) +12 -0
  18659.     mysql_get_parameters implementation (embedded)
  18660.  
  18661.   libmysqld/lib_sql.cc
  18662.     1.25.3.17 04/05/26 21:40:12 hf@deer.(none) +5 -1
  18663.     line moved to be above the '#include "mysql.cc"'
  18664.  
  18665.   libmysql_r/Makefile.am
  18666.     1.9.1.2 04/05/26 21:40:12 hf@deer.(none) +1 -1
  18667.     MYSQL_CLIENT define added
  18668.  
  18669.   libmysql/libmysql.def
  18670.     1.6.1.5 04/05/26 21:40:12 hf@deer.(none) +1 -18
  18671.     interface changed
  18672.  
  18673.   libmysql/libmysql.c
  18674.     1.95.1.51 04/05/26 21:40:12 hf@deer.(none) +8 -0
  18675.     mysql_get_parameters implementations
  18676.  
  18677.   include/mysql_com.h
  18678.     1.43.1.13 04/05/26 21:40:12 hf@deer.(none) +0 -9
  18679.     these should not be exported
  18680.  
  18681.   include/mysql.h
  18682.     1.42.1.11 04/05/26 21:40:12 hf@deer.(none) +13 -0
  18683.     mysql_get_parameters() interface added
  18684.     #define max_allowed_packet added
  18685.  
  18686.   client/mysqldump.c
  18687.     1.65.1.46 04/05/26 21:40:12 hf@deer.(none) +10 -3
  18688.     local opt_max_allowed_packet and opt_net_buffer_length introduced
  18689.  
  18690.   client/mysql.cc
  18691.     1.93.1.59 04/05/26 21:40:12 hf@deer.(none) +12 -4
  18692.     local opt_max_allowed_packet and opt_net_buffer_length introduced
  18693.  
  18694.   VC++Files/innobase/innobase.dsp
  18695.     1.7.1.7 04/05/26 21:40:12 hf@deer.(none) +0 -4
  18696.     non-existent file removed
  18697.  
  18698. ChangeSet
  18699.   1.1616.1.230 04/05/26 16:34:55 tomas@poseidon.(none) +1 -0
  18700.   removed usage of replication
  18701.  
  18702.   ndb/src/mgmclient/CommandInterpreter.hpp
  18703.     1.5 04/05/26 16:34:52 tomas@poseidon.(none) +1 -1
  18704.     removed usage of global replication
  18705.  
  18706. ChangeSet
  18707.   1.1616.441.2 04/05/26 19:12:49 monty@mysql.com +24 -0
  18708.   Changed prototype of killed_ptr() to make it more portable
  18709.   Applied patches for Netware
  18710.  
  18711.   strings/my_strtoll10.c
  18712.     1.9 04/05/26 19:12:47 monty@mysql.com +1 -1
  18713.     Added comment
  18714.  
  18715.   sql/sql_insert.cc
  18716.     1.86.2.50 04/05/26 19:12:47 monty@mysql.com +1 -1
  18717.     safety fix
  18718.  
  18719.   sql/sql_class.h
  18720.     1.146.34.9 04/05/26 19:12:46 monty@mysql.com +1 -1
  18721.     Changed prototype of killed_ptr() to make it more portable
  18722.  
  18723.   sql/sql_bitmap.h
  18724.     1.5 04/05/26 19:12:46 monty@mysql.com +9 -0
  18725.     Applied patches for Netware
  18726.  
  18727.   sql/mysqld.cc
  18728.     1.356.58.1 04/05/26 19:12:46 monty@mysql.com +4 -3
  18729.     Fixed some typos for Netware
  18730.  
  18731.   sql/ha_myisam.cc
  18732.     1.115.1.27 04/05/26 19:12:46 monty@mysql.com +1 -1
  18733.     Changed prototype of killed_ptr() to make it more portable
  18734.  
  18735.   sql/filesort.cc
  18736.     1.70.1.14 04/05/26 19:12:46 monty@mysql.com +3 -3
  18737.     Changed prototype of killed_ptr() to make it more portable
  18738.  
  18739.   scripts/make_binary_distribution.sh
  18740.     1.55.1.8 04/05/26 19:12:46 monty@mysql.com +17 -15
  18741.     Applied patches for Netware
  18742.     Changed prototype of killed_ptr() to make it more portable
  18743.  
  18744.   netware/static_init_db.sql
  18745.     1.2 04/05/26 19:12:46 monty@mysql.com +2 -2
  18746.     Applied patches for Netware
  18747.     Changed prototype of killed_ptr() to make it more portable
  18748.  
  18749.   netware/mysql_test_run.c
  18750.     1.3.1.3 04/05/26 19:12:46 monty@mysql.com +174 -49
  18751.     Applied patches for Netware
  18752.     Changed prototype of killed_ptr() to make it more portable
  18753.  
  18754.   netware/mysql_fix_privilege_tables.pl
  18755.     1.2 04/05/26 19:12:46 monty@mysql.com +112 -9
  18756.     Applied patches for Netware
  18757.     Changed prototype of killed_ptr() to make it more portable
  18758.  
  18759.   netware/my_manage.c
  18760.     1.2.1.3 04/05/26 19:12:46 monty@mysql.com +2 -3
  18761.     Applied patches for Netware
  18762.     Changed prototype of killed_ptr() to make it more portable
  18763.  
  18764.   netware/BUILD/nwbootstrap
  18765.     1.4.1.2 04/05/26 19:12:46 monty@mysql.com +5 -2
  18766.     Applied patches for Netware
  18767.     Changed prototype of killed_ptr() to make it more portable
  18768.  
  18769.   netware/BUILD/mwenv
  18770.     1.4.1.3 04/05/26 19:12:46 monty@mysql.com +4 -5
  18771.     Applied patches for Netware
  18772.     Changed prototype of killed_ptr() to make it more portable
  18773.  
  18774.   netware/BUILD/compile-linux-tools
  18775.     1.3.1.2 04/05/26 19:12:46 monty@mysql.com +2 -0
  18776.     Applied patches for Netware
  18777.     Changed prototype of killed_ptr() to make it more portable
  18778.  
  18779.   mysys/my_static.h
  18780.     1.18 04/05/26 19:12:46 monty@mysql.com +2 -0
  18781.     Portability fix
  18782.  
  18783.   mysys/my_pthread.c
  18784.     1.37.1.4 04/05/26 19:12:46 monty@mysql.com +14 -16
  18785.     Applied patches for Netware
  18786.  
  18787.   mysql-test/t/rpl_relayspace-slave.opt
  18788.     1.4 04/05/26 19:12:46 monty@mysql.com +1 -1
  18789.     Applied patches for Netware
  18790.  
  18791.   myisam/myisamdef.h
  18792.     1.59.1.17 04/05/26 19:12:46 monty@mysql.com +1 -1
  18793.     Applied patches for Netware
  18794.     Changed prototype of killed_ptr() to make it more portable
  18795.  
  18796.   myisam/myisamchk.c
  18797.     1.92.1.21 04/05/26 19:12:46 monty@mysql.com +13 -3
  18798.     Applied patches for Netware
  18799.     Changed prototype of killed_ptr() to make it more portable
  18800.  
  18801.   libmysql/libmysql.def
  18802.     1.25 04/05/26 19:12:46 monty@mysql.com +3 -1
  18803.     Applied patches for Netware
  18804.  
  18805.   libmysql/libmysql.c
  18806.     1.156.1.78 04/05/26 19:12:46 monty@mysql.com +1 -1
  18807.     Applied patches for Netware
  18808.  
  18809.   innobase/os/os0thread.c
  18810.     1.25 04/05/26 19:12:46 monty@mysql.com +7 -0
  18811.     Applied patches for Netware
  18812.  
  18813.   innobase/include/os0thread.h
  18814.     1.16 04/05/26 19:12:46 monty@mysql.com +4 -0
  18815.     Applied patches for Netware
  18816.  
  18817. ChangeSet
  18818.   1.1616.438.3 04/05/26 15:36:55 tomas@poseidon.(none) +285 -0
  18819.   neww ndb automake
  18820.  
  18821.   ndb/tools/Makefile.am
  18822.     1.2 04/05/26 15:36:50 tomas@poseidon.(none) +1 -1
  18823.     neww ndb automake
  18824.  
  18825.   ndb/test/tools/Makefile.am
  18826.     1.2 04/05/26 15:36:50 tomas@poseidon.(none) +29 -1
  18827.     neww ndb automake
  18828.  
  18829.   ndb/test/run-test/Makefile.am
  18830.     1.2 04/05/26 15:36:50 tomas@poseidon.(none) +3 -2
  18831.     neww ndb automake
  18832.  
  18833.   ndb/test/ndbapi/testBlobs.cpp
  18834.     1.6 04/05/26 15:36:50 tomas@poseidon.(none) +0 -1
  18835.     neww ndb automake
  18836.  
  18837.   ndb/test/ndbapi/testBackup.cpp
  18838.     1.3 04/05/26 15:36:50 tomas@poseidon.(none) +1 -2
  18839.     neww ndb automake
  18840.  
  18841.   ndb/test/ndbapi/bank/testBank.cpp
  18842.     1.4 04/05/26 15:36:50 tomas@poseidon.(none) +1 -1
  18843.     neww ndb automake
  18844.  
  18845.   ndb/test/ndbapi/bank/bankValidateAllGLs.cpp
  18846.     1.6 04/05/26 15:36:50 tomas@poseidon.(none) +1 -1
  18847.     neww ndb automake
  18848.  
  18849.   ndb/test/ndbapi/bank/bankTransactionMaker.cpp
  18850.     1.6 04/05/26 15:36:50 tomas@poseidon.(none) +1 -1
  18851.     neww ndb automake
  18852.  
  18853.   ndb/test/ndbapi/bank/bankTimer.cpp
  18854.     1.6 04/05/26 15:36:50 tomas@poseidon.(none) +1 -1
  18855.     neww ndb automake
  18856.  
  18857.   ndb/test/ndbapi/bank/bankSumAccounts.cpp
  18858.     1.6 04/05/26 15:36:50 tomas@poseidon.(none) +1 -1
  18859.     neww ndb automake
  18860.  
  18861.   ndb/test/ndbapi/bank/bankMakeGL.cpp
  18862.     1.6 04/05/26 15:36:50 tomas@poseidon.(none) +1 -1
  18863.     neww ndb automake
  18864.  
  18865.   ndb/test/ndbapi/bank/bankCreator.cpp
  18866.     1.6 04/05/26 15:36:50 tomas@poseidon.(none) +1 -1
  18867.     neww ndb automake
  18868.  
  18869.   ndb/test/ndbapi/bank/Makefile.am
  18870.     1.2 04/05/26 15:36:50 tomas@poseidon.(none) +3 -2
  18871.     neww ndb automake
  18872.  
  18873.   ndb/test/ndbapi/bank/BankLoad.cpp
  18874.     1.4 04/05/26 15:36:50 tomas@poseidon.(none) +1 -1
  18875.     neww ndb automake
  18876.  
  18877.   ndb/test/ndbapi/bank/Bank.cpp
  18878.     1.4 04/05/26 15:36:50 tomas@poseidon.(none) +1 -1
  18879.     neww ndb automake
  18880.  
  18881.   ndb/test/ndbapi/Makefile.am
  18882.     1.2 04/05/26 15:36:50 tomas@poseidon.(none) +78 -1
  18883.     neww ndb automake
  18884.  
  18885.   ndb/test/Makefile.am
  18886.     1.2 04/05/26 15:36:50 tomas@poseidon.(none) +1 -2
  18887.     neww ndb automake
  18888.  
  18889.   ndb/config/type_ndbapitest.mk.am
  18890.     1.2 04/05/26 15:36:50 tomas@poseidon.(none) +4 -0
  18891.     neww ndb automake
  18892.  
  18893.   ndb/config/common.mk.am
  18894.     1.2 04/05/26 15:36:50 tomas@poseidon.(none) +11 -1
  18895.     neww ndb automake
  18896.  
  18897.   ndb/Makefile.am
  18898.     1.2 04/05/26 15:36:50 tomas@poseidon.(none) +6 -1
  18899.     neww ndb automake
  18900.  
  18901.   configure.in
  18902.     1.201.8.13 04/05/26 15:36:50 tomas@poseidon.(none) +18 -8
  18903.     neww ndb automake
  18904.  
  18905.   ndb/test/ndbapi/ScanFunctions.hpp
  18906.     1.3 04/05/26 14:50:59 tomas@poseidon.(none) +0 -0
  18907.     Rename: ndb/test/ndbapi/old_dirs/testScan/ScanFunctions.hpp -> ndb/test/ndbapi/ScanFunctions.hpp
  18908.  
  18909.   ndb/test/ndbapi/ScanInterpretTest.hpp
  18910.     1.3 04/05/26 14:50:02 tomas@poseidon.(none) +0 -0
  18911.     Rename: ndb/test/ndbapi/old_dirs/testScanInterpreter/ScanInterpretTest.hpp -> ndb/test/ndbapi/ScanInterpretTest.hpp
  18912.  
  18913.   ndb/test/ndbapi/ScanFilter.hpp
  18914.     1.3 04/05/26 14:49:56 tomas@poseidon.(none) +0 -0
  18915.     Rename: ndb/test/ndbapi/old_dirs/testScanInterpreter/ScanFilter.hpp -> ndb/test/ndbapi/ScanFilter.hpp
  18916.  
  18917.   ndb/test/ndbapi/bank/old_dirs/testBank/Makefile
  18918.     1.4 04/05/26 14:31:48 tomas@poseidon.(none) +0 -0
  18919.     mvdir
  18920.  
  18921.   ndb/test/ndbapi/bank/old_dirs/src/Makefile
  18922.     1.4 04/05/26 14:31:45 tomas@poseidon.(none) +0 -0
  18923.     mvdir
  18924.  
  18925.   ndb/test/ndbapi/bank/old_dirs/bankTransactionMaker/Makefile
  18926.     1.4 04/05/26 14:31:39 tomas@poseidon.(none) +0 -0
  18927.     mvdir
  18928.  
  18929.   ndb/test/ndbapi/bank/old_dirs/bankValidateAllGLs/Makefile
  18930.     1.4 04/05/26 14:31:28 tomas@poseidon.(none) +0 -0
  18931.     mvdir
  18932.  
  18933.   ndb/test/ndbapi/bank/old_dirs/bankTimer/Makefile
  18934.     1.4 04/05/26 14:31:20 tomas@poseidon.(none) +0 -0
  18935.     mvdir
  18936.  
  18937.   ndb/test/ndbapi/bank/old_dirs/bankMakeGL/Makefile
  18938.     1.4 04/05/26 14:31:12 tomas@poseidon.(none) +0 -0
  18939.     mvdir
  18940.  
  18941.   ndb/test/ndbapi/bank/old_dirs/bankSumAccounts/Makefile
  18942.     1.4 04/05/26 14:31:01 tomas@poseidon.(none) +0 -0
  18943.     mvdir
  18944.  
  18945.   ndb/test/ndbapi/bank/old_dirs/bankCreator/Makefile
  18946.     1.4 04/05/26 14:30:42 tomas@poseidon.(none) +0 -0
  18947.     mvdir
  18948.  
  18949.   ndb/test/ndbapi/bank/Makefile.am
  18950.     1.1 04/05/26 13:33:03 tomas@poseidon.(none) +21 -0
  18951.  
  18952.   ndb/test/ndbapi/bank/Makefile.am
  18953.     1.0 04/05/26 13:33:03 tomas@poseidon.(none) +0 -0
  18954.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/test/ndbapi/bank/Makefile.am
  18955.  
  18956.   ndb/test/ndbapi/bank/testBank.cpp
  18957.     1.3 04/05/26 13:29:34 tomas@poseidon.(none) +0 -0
  18958.     Rename: ndb/test/ndbapi/testBank.cpp -> ndb/test/ndbapi/bank/testBank.cpp
  18959.  
  18960.   ndb/test/ndbapi/bank/BankLoad.cpp
  18961.     1.3 04/05/26 13:24:13 tomas@poseidon.(none) +0 -0
  18962.     Rename: ndb/test/ndbapi/BankLoad.cpp -> ndb/test/ndbapi/bank/BankLoad.cpp
  18963.  
  18964.   ndb/test/ndbapi/bank/Makefile_old
  18965.     1.4 04/05/26 13:22:40 tomas@poseidon.(none) +0 -0
  18966.     Rename: ndb/test/ndbapi/bank/Makefile -> ndb/test/ndbapi/bank/Makefile_old
  18967.  
  18968.   ndb/test/ndbapi/bank/bankValidateAllGLs.cpp
  18969.     1.5 04/05/26 13:21:05 tomas@poseidon.(none) +0 -0
  18970.     Rename: ndb/test/ndbapi/bankValidateAllGLs.cpp -> ndb/test/ndbapi/bank/bankValidateAllGLs.cpp
  18971.  
  18972.   ndb/test/ndbapi/bank/bankTransactionMaker.cpp
  18973.     1.5 04/05/26 13:20:55 tomas@poseidon.(none) +0 -0
  18974.     Rename: ndb/test/ndbapi/bankTransactionMaker.cpp -> ndb/test/ndbapi/bank/bankTransactionMaker.cpp
  18975.  
  18976.   ndb/test/ndbapi/bank/bankTimer.cpp
  18977.     1.5 04/05/26 13:20:46 tomas@poseidon.(none) +0 -0
  18978.     Rename: ndb/test/ndbapi/bankTimer.cpp -> ndb/test/ndbapi/bank/bankTimer.cpp
  18979.  
  18980.   ndb/test/ndbapi/bank/bankSumAccounts.cpp
  18981.     1.5 04/05/26 13:20:40 tomas@poseidon.(none) +0 -0
  18982.     Rename: ndb/test/ndbapi/bankSumAccounts.cpp -> ndb/test/ndbapi/bank/bankSumAccounts.cpp
  18983.  
  18984.   ndb/test/ndbapi/bank/bankMakeGL.cpp
  18985.     1.5 04/05/26 13:20:33 tomas@poseidon.(none) +0 -0
  18986.     Rename: ndb/test/ndbapi/bankMakeGL.cpp -> ndb/test/ndbapi/bank/bankMakeGL.cpp
  18987.  
  18988.   ndb/test/ndbapi/bank/bankCreator.cpp
  18989.     1.5 04/05/26 13:20:14 tomas@poseidon.(none) +0 -0
  18990.     Rename: ndb/test/ndbapi/bankCreator.cpp -> ndb/test/ndbapi/bank/bankCreator.cpp
  18991.  
  18992.   ndb/test/ndbapi/bank/Bank.cpp
  18993.     1.3 04/05/26 13:17:11 tomas@poseidon.(none) +0 -0
  18994.     Rename: ndb/test/ndbapi/Bank.cpp -> ndb/test/ndbapi/bank/Bank.cpp
  18995.  
  18996.   ndb/test/ndbapi/bank/testBank/Makefile
  18997.     1.3 04/05/26 13:16:48 tomas@poseidon.(none) +0 -0
  18998.     mvdir
  18999.  
  19000.   ndb/test/ndbapi/bank/src/Makefile
  19001.     1.3 04/05/26 13:16:48 tomas@poseidon.(none) +0 -0
  19002.     mvdir
  19003.  
  19004.   ndb/test/ndbapi/bank/bankValidateAllGLs/Makefile
  19005.     1.3 04/05/26 13:16:48 tomas@poseidon.(none) +0 -0
  19006.     mvdir
  19007.  
  19008.   ndb/test/ndbapi/bank/bankTransactionMaker/Makefile
  19009.     1.3 04/05/26 13:16:47 tomas@poseidon.(none) +0 -0
  19010.     mvdir
  19011.  
  19012.   ndb/test/ndbapi/bank/bankTimer/Makefile
  19013.     1.3 04/05/26 13:16:47 tomas@poseidon.(none) +0 -0
  19014.     mvdir
  19015.  
  19016.   ndb/test/ndbapi/bank/bankSumAccounts/Makefile
  19017.     1.3 04/05/26 13:16:47 tomas@poseidon.(none) +0 -0
  19018.     mvdir
  19019.  
  19020.   ndb/test/ndbapi/bank/bankMakeGL/Makefile
  19021.     1.3 04/05/26 13:16:47 tomas@poseidon.(none) +0 -0
  19022.     mvdir
  19023.  
  19024.   ndb/test/ndbapi/bank/bankCreator/Makefile
  19025.     1.3 04/05/26 13:16:47 tomas@poseidon.(none) +0 -0
  19026.     mvdir
  19027.  
  19028.   ndb/test/ndbapi/bank/Makefile
  19029.     1.3 04/05/26 13:16:47 tomas@poseidon.(none) +0 -0
  19030.     mvdir
  19031.  
  19032.   ndb/test/ndbapi/bank/Bank.hpp
  19033.     1.3 04/05/26 13:16:47 tomas@poseidon.(none) +0 -0
  19034.     mvdir
  19035.  
  19036. ChangeSet
  19037.   1.1616.442.2 04/05/26 15:11:10 joreland@mysql.com +2 -0
  19038.   Bug#3847
  19039.  
  19040.   ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
  19041.     1.2.1.1 04/05/26 15:11:08 joreland@mysql.com +34 -27
  19042.     Bug#3847
  19043.  
  19044.   ndb/src/kernel/blocks/dblqh/Dblqh.hpp
  19045.     1.2.1.1 04/05/26 15:11:08 joreland@mysql.com +0 -1
  19046.     Bug#3847
  19047.  
  19048.   ndb/tools/old_dirs/src/counterviewer/CounterViewer.java
  19049.     1.2 04/05/26 13:05:55 tomas@poseidon.(none) +0 -0
  19050.     mvdir
  19051.  
  19052.   ndb/tools/old_dirs/ndbsql/Makefile
  19053.     1.2 04/05/26 13:04:46 tomas@poseidon.(none) +0 -0
  19054.     mvdir
  19055.  
  19056.   ndb/tools/old_dirs/ndbnet/lib/NDB/Util/SocketUNIX.pm
  19057.     1.2 04/05/26 13:04:05 tomas@poseidon.(none) +0 -0
  19058.     mvdir
  19059.  
  19060.   ndb/tools/old_dirs/ndbnet/lib/NDB/Util/SocketINET.pm
  19061.     1.2 04/05/26 13:04:05 tomas@poseidon.(none) +0 -0
  19062.     mvdir
  19063.  
  19064.   ndb/tools/old_dirs/ndbnet/lib/NDB/Util/Socket.pm
  19065.     1.2 04/05/26 13:04:05 tomas@poseidon.(none) +0 -0
  19066.     mvdir
  19067.  
  19068.   ndb/tools/old_dirs/ndbnet/lib/NDB/Util/Log.pm
  19069.     1.2 04/05/26 13:04:05 tomas@poseidon.(none) +0 -0
  19070.     mvdir
  19071.  
  19072.   ndb/tools/old_dirs/ndbnet/lib/NDB/Util/Lock.pm
  19073.     1.2 04/05/26 13:04:05 tomas@poseidon.(none) +0 -0
  19074.     mvdir
  19075.  
  19076.   ndb/tools/old_dirs/ndbnet/lib/NDB/Util/IO.pm
  19077.     1.2 04/05/26 13:04:05 tomas@poseidon.(none) +0 -0
  19078.     mvdir
  19079.  
  19080.   ndb/tools/old_dirs/ndbnet/lib/NDB/Util/File.pm
  19081.     1.2 04/05/26 13:04:05 tomas@poseidon.(none) +0 -0
  19082.     mvdir
  19083.  
  19084.   ndb/tools/old_dirs/ndbnet/lib/NDB/Util/Event.pm
  19085.     1.2 04/05/26 13:04:05 tomas@poseidon.(none) +0 -0
  19086.     mvdir
  19087.  
  19088.   ndb/tools/old_dirs/ndbnet/lib/NDB/Util/Dir.pm
  19089.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19090.     mvdir
  19091.  
  19092.   ndb/tools/old_dirs/ndbnet/lib/NDB/Util/Base.pm
  19093.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19094.     mvdir
  19095.  
  19096.   ndb/tools/old_dirs/ndbnet/lib/NDB/Run/Node.pm
  19097.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19098.     mvdir
  19099.  
  19100.   ndb/tools/old_dirs/ndbnet/lib/NDB/Run/Env.pm
  19101.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19102.     mvdir
  19103.  
  19104.   ndb/tools/old_dirs/ndbnet/lib/NDB/Run/Database.pm
  19105.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19106.     mvdir
  19107.  
  19108.   ndb/tools/old_dirs/ndbnet/lib/NDB/Run/Base.pm
  19109.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19110.     mvdir
  19111.  
  19112.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/ServerUNIX.pm
  19113.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19114.     mvdir
  19115.  
  19116.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/ServerINET.pm
  19117.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19118.     mvdir
  19119.  
  19120.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/Server.pm
  19121.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19122.     mvdir
  19123.  
  19124.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/NodeMgmt.pm
  19125.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19126.     mvdir
  19127.  
  19128.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/NodeDb.pm
  19129.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19130.     mvdir
  19131.  
  19132.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/NodeApi.pm
  19133.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19134.     mvdir
  19135.  
  19136.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/Node.pm
  19137.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19138.     mvdir
  19139.  
  19140.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/Env.pm
  19141.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19142.     mvdir
  19143.  
  19144.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/Database.pm
  19145.     1.2 04/05/26 13:04:04 tomas@poseidon.(none) +0 -0
  19146.     mvdir
  19147.  
  19148.   ndb/tools/old_dirs/ndbnet/ndbrun
  19149.     1.2 04/05/26 13:04:03 tomas@poseidon.(none) +0 -0
  19150.     mvdir
  19151.  
  19152.   ndb/tools/old_dirs/ndbnet/ndbnetd.pl
  19153.     1.2 04/05/26 13:04:03 tomas@poseidon.(none) +0 -0
  19154.     mvdir
  19155.  
  19156.   ndb/tools/old_dirs/ndbnet/ndbnet.pl
  19157.     1.2 04/05/26 13:04:03 tomas@poseidon.(none) +0 -0
  19158.     mvdir
  19159.  
  19160.   ndb/tools/old_dirs/ndbnet/lib/NDB/Util.pm
  19161.     1.2 04/05/26 13:04:03 tomas@poseidon.(none) +0 -0
  19162.     mvdir
  19163.  
  19164.   ndb/tools/old_dirs/ndbnet/lib/NDB/Run.pm
  19165.     1.2 04/05/26 13:04:03 tomas@poseidon.(none) +0 -0
  19166.     mvdir
  19167.  
  19168.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/Config.pm
  19169.     1.2 04/05/26 13:04:03 tomas@poseidon.(none) +0 -0
  19170.     mvdir
  19171.  
  19172.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/Command.pm
  19173.     1.2 04/05/26 13:04:03 tomas@poseidon.(none) +0 -0
  19174.     mvdir
  19175.  
  19176.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/Client.pm
  19177.     1.2 04/05/26 13:04:03 tomas@poseidon.(none) +0 -0
  19178.     mvdir
  19179.  
  19180.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net/Base.pm
  19181.     1.2 04/05/26 13:04:03 tomas@poseidon.(none) +0 -0
  19182.     mvdir
  19183.  
  19184.   ndb/tools/old_dirs/ndbnet/lib/NDB/Net.pm
  19185.     1.2 04/05/26 13:04:03 tomas@poseidon.(none) +0 -0
  19186.     mvdir
  19187.  
  19188.   ndb/tools/old_dirs/ndbnet/Makefile.PL
  19189.     1.2 04/05/26 13:04:03 tomas@poseidon.(none) +0 -0
  19190.     mvdir
  19191.  
  19192.   ndb/test/ndbapi/testBasicAsynch.cpp
  19193.     1.3 04/05/26 13:02:27 tomas@poseidon.(none) +0 -0
  19194.     Change mode to -rw-rw-r--
  19195.  
  19196.   ndb/test/ndbapi/old_dirs/lmc-bench/src/user/userTransaction.c
  19197.     1.4 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19198.     mvdir
  19199.  
  19200.   ndb/test/ndbapi/old_dirs/lmc-bench/src/user/userInterface.cpp
  19201.     1.3.1.1 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19202.     mvdir
  19203.  
  19204.   ndb/test/ndbapi/old_dirs/lmc-bench/src/user/userHandle.h
  19205.     1.2 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19206.     mvdir
  19207.  
  19208.   ndb/test/ndbapi/old_dirs/lmc-bench/src/user/old/userTransaction.c
  19209.     1.4 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19210.     mvdir
  19211.  
  19212.   ndb/test/ndbapi/old_dirs/lmc-bench/src/user/old/userInterface.c
  19213.     1.4 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19214.     mvdir
  19215.  
  19216.   ndb/test/ndbapi/old_dirs/lmc-bench/src/user/old/userHandle.h
  19217.     1.2 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19218.     mvdir
  19219.  
  19220.   ndb/test/ndbapi/old_dirs/lmc-bench/src/user/old/Makefile
  19221.     1.2 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19222.     mvdir
  19223.  
  19224.   ndb/test/ndbapi/old_dirs/lmc-bench/src/user/ndb_error.hpp
  19225.     1.4 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19226.     mvdir
  19227.  
  19228.   ndb/test/ndbapi/old_dirs/lmc-bench/src/user/macros.h
  19229.     1.4 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19230.     mvdir
  19231.  
  19232.   ndb/test/ndbapi/old_dirs/lmc-bench/src/user/localDbPrepare.c
  19233.     1.4 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19234.     mvdir
  19235.  
  19236.   ndb/test/ndbapi/old_dirs/lmc-bench/src/user/Makefile
  19237.     1.2 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19238.     mvdir
  19239.  
  19240.   ndb/test/ndbapi/old_dirs/lmc-bench/src/populator/mainPopulate.c
  19241.     1.4 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19242.     mvdir
  19243.  
  19244.   ndb/test/ndbapi/old_dirs/lmc-bench/src/populator/dbPopulate.h
  19245.     1.2 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19246.     mvdir
  19247.  
  19248.   ndb/test/ndbapi/old_dirs/lmc-bench/src/populator/dbPopulate.c
  19249.     1.4 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19250.     mvdir
  19251.  
  19252.   ndb/test/ndbapi/old_dirs/lmc-bench/src/populator/Makefile
  19253.     1.2 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19254.     mvdir
  19255.  
  19256.   ndb/test/ndbapi/old_dirs/lmc-bench/src/include/userInterface.h
  19257.     1.2 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19258.     mvdir
  19259.  
  19260.   ndb/test/ndbapi/old_dirs/lmc-bench/src/include/testData.h
  19261.     1.2 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19262.     mvdir
  19263.  
  19264.   ndb/test/ndbapi/old_dirs/lmc-bench/src/generator/mainGenerator.c
  19265.     1.4 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19266.     mvdir
  19267.  
  19268.   ndb/test/ndbapi/old_dirs/lmc-bench/src/generator/dbGenerator.h
  19269.     1.2 04/05/26 13:02:13 tomas@poseidon.(none) +0 -0
  19270.     mvdir
  19271.  
  19272.   ndb/test/ndbapi/old_dirs/lmc-bench/src/makevars.sparc
  19273.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19274.     mvdir
  19275.  
  19276.   ndb/test/ndbapi/old_dirs/lmc-bench/src/makevars.linux
  19277.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19278.     mvdir
  19279.  
  19280.   ndb/test/ndbapi/old_dirs/lmc-bench/src/generator/dbGenerator.c
  19281.     1.4 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19282.     mvdir
  19283.  
  19284.   ndb/test/ndbapi/old_dirs/lmc-bench/src/generator/Makefile
  19285.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19286.     mvdir
  19287.  
  19288.   ndb/test/ndbapi/old_dirs/lmc-bench/src/README
  19289.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19290.     mvdir
  19291.  
  19292.   ndb/test/ndbapi/old_dirs/lmc-bench/src/Makefile
  19293.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19294.     mvdir
  19295.  
  19296.   ndb/test/ndbapi/old_dirs/lmc-bench/script/async-lmc-bench.sh
  19297.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19298.     mvdir
  19299.  
  19300.   ndb/test/ndbapi/old_dirs/lmc-bench/script/async-lmc-bench-p10.sh
  19301.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19302.     mvdir
  19303.  
  19304.   ndb/test/ndbapi/old_dirs/lmc-bench/script/async-lmc-bench-l.sh
  19305.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19306.     mvdir
  19307.  
  19308.   ndb/test/ndbapi/old_dirs/lmc-bench/script/async-lmc-bench-l-p10.sh
  19309.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19310.     mvdir
  19311.  
  19312.   ndb/test/ndbapi/old_dirs/lmc-bench/script/Makefile
  19313.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19314.     mvdir
  19315.  
  19316.   ndb/test/ndbapi/old_dirs/lmc-bench/lib/.empty
  19317.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19318.     mvdir
  19319.  
  19320.   ndb/test/ndbapi/old_dirs/lmc-bench/include/testDefinitions.h
  19321.     1.4 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19322.     mvdir
  19323.  
  19324.   ndb/test/ndbapi/old_dirs/lmc-bench/include/ndb_schema.hpp
  19325.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19326.     mvdir
  19327.  
  19328.   ndb/test/ndbapi/old_dirs/lmc-bench/bin/.empty
  19329.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19330.     mvdir
  19331.  
  19332.   ndb/test/ndbapi/old_dirs/lmc-bench/async-src/user/ndb_error.hpp
  19333.     1.4 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19334.     mvdir
  19335.  
  19336.   ndb/test/ndbapi/old_dirs/lmc-bench/async-src/user/macros.h
  19337.     1.4 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19338.     mvdir
  19339.  
  19340.   ndb/test/ndbapi/old_dirs/lmc-bench/async-src/user/Makefile
  19341.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19342.     mvdir
  19343.  
  19344.   ndb/test/ndbapi/old_dirs/lmc-bench/async-src/include/userInterface.h
  19345.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19346.     mvdir
  19347.  
  19348.   ndb/test/ndbapi/old_dirs/lmc-bench/async-src/include/testData.h
  19349.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19350.     mvdir
  19351.  
  19352.   ndb/test/ndbapi/old_dirs/lmc-bench/async-src/include/dbGenerator.h
  19353.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19354.     mvdir
  19355.  
  19356.   ndb/test/ndbapi/old_dirs/lmc-bench/async-src/generator/Makefile
  19357.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19358.     mvdir
  19359.  
  19360.   ndb/test/ndbapi/old_dirs/lmc-bench/async-src/Makefile
  19361.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19362.     mvdir
  19363.  
  19364.   ndb/test/ndbapi/old_dirs/lmc-bench/Makefile
  19365.     1.2 04/05/26 13:02:12 tomas@poseidon.(none) +0 -0
  19366.     mvdir
  19367.  
  19368.   ndb/test/ndbapi/old_dirs/bulk_copy/Makefile
  19369.     1.2 04/05/26 13:01:41 tomas@poseidon.(none) +0 -0
  19370.     mvdir
  19371.  
  19372.   ndb/test/ndbapi/old_dirs/restarts/Makefile
  19373.     1.2 04/05/26 13:01:28 tomas@poseidon.(none) +0 -0
  19374.     mvdir
  19375.  
  19376.   ndb/test/ndbapi/old_dirs/testInterpreter/Makefile
  19377.     1.2 04/05/26 13:01:25 tomas@poseidon.(none) +0 -0
  19378.     mvdir
  19379.  
  19380.   ndb/test/ndbapi/old_dirs/testGrep/verify/Makefile
  19381.     1.2 04/05/26 13:01:22 tomas@poseidon.(none) +0 -0
  19382.     mvdir
  19383.  
  19384.   ndb/test/ndbapi/old_dirs/testGrep/Makefile
  19385.     1.2 04/05/26 13:01:22 tomas@poseidon.(none) +0 -0
  19386.     mvdir
  19387.  
  19388.   ndb/test/ndbapi/old_dirs/vw_test/script/client_start
  19389.     1.2 04/05/26 13:01:07 tomas@poseidon.(none) +0 -0
  19390.     mvdir
  19391.  
  19392.   ndb/test/ndbapi/old_dirs/vw_test/vcdrfunc.h
  19393.     1.2 04/05/26 13:01:06 tomas@poseidon.(none) +0 -0
  19394.     mvdir
  19395.  
  19396.   ndb/test/ndbapi/old_dirs/vw_test/utv.h
  19397.     1.2 04/05/26 13:01:06 tomas@poseidon.(none) +0 -0
  19398.     mvdir
  19399.  
  19400.   ndb/test/ndbapi/old_dirs/vw_test/bcd.h
  19401.     1.4 04/05/26 13:01:06 tomas@poseidon.(none) +0 -0
  19402.     mvdir
  19403.  
  19404.   ndb/test/ndbapi/old_dirs/vw_test/Makefile
  19405.     1.2 04/05/26 13:01:06 tomas@poseidon.(none) +0 -0
  19406.     mvdir
  19407.  
  19408.   ndb/test/ndbapi/old_dirs/testScan/ScanFunctions.hpp
  19409.     1.2 04/05/26 13:00:59 tomas@poseidon.(none) +0 -0
  19410.     mvdir
  19411.  
  19412.   ndb/test/ndbapi/old_dirs/testScan/Makefile
  19413.     1.2 04/05/26 13:00:59 tomas@poseidon.(none) +0 -0
  19414.     mvdir
  19415.  
  19416.   ndb/test/ndbapi/old_dirs/ronja/initronja/Makefile
  19417.     1.2 04/05/26 13:00:47 tomas@poseidon.(none) +0 -0
  19418.     mvdir
  19419.  
  19420.   ndb/test/ndbapi/old_dirs/ronja/benchronja/Makefile
  19421.     1.2 04/05/26 13:00:47 tomas@poseidon.(none) +0 -0
  19422.     mvdir
  19423.  
  19424.   ndb/test/ndbapi/old_dirs/ronja/Makefile
  19425.     1.2 04/05/26 13:00:47 tomas@poseidon.(none) +0 -0
  19426.     mvdir
  19427.  
  19428.   ndb/test/ndbapi/old_dirs/interpreterInTup/Makefile
  19429.     1.2 04/05/26 13:00:37 tomas@poseidon.(none) +0 -0
  19430.     mvdir
  19431.  
  19432.   ndb/test/ndbapi/old_dirs/acid2/VerifyNdbApi.hpp
  19433.     1.2 04/05/26 13:00:31 tomas@poseidon.(none) +0 -0
  19434.     mvdir
  19435.  
  19436.   ndb/test/ndbapi/old_dirs/acid2/TraceNdbApi.hpp
  19437.     1.2 04/05/26 13:00:30 tomas@poseidon.(none) +0 -0
  19438.     mvdir
  19439.  
  19440.   ndb/test/ndbapi/old_dirs/acid2/Makefile
  19441.     1.2 04/05/26 13:00:30 tomas@poseidon.(none) +0 -0
  19442.     mvdir
  19443.  
  19444.   ndb/test/ndbapi/old_dirs/acid/Makefile
  19445.     1.2 04/05/26 13:00:17 tomas@poseidon.(none) +0 -0
  19446.     mvdir
  19447.  
  19448.   ndb/test/ndbapi/old_dirs/telco/readme
  19449.     1.2 04/05/26 12:58:27 tomas@poseidon.(none) +0 -0
  19450.     mvdir
  19451.  
  19452.   ndb/test/ndbapi/old_dirs/telco/Makefile
  19453.     1.2 04/05/26 12:58:27 tomas@poseidon.(none) +0 -0
  19454.     mvdir
  19455.  
  19456.   ndb/test/ndbapi/old_dirs/restarter2/Makefile
  19457.     1.2 04/05/26 12:58:19 tomas@poseidon.(none) +0 -0
  19458.     mvdir
  19459.  
  19460.   ndb/test/ndbapi/old_dirs/testOrderedIndex/Makefile
  19461.     1.2 04/05/26 12:58:10 tomas@poseidon.(none) +0 -0
  19462.     mvdir
  19463.  
  19464.   ndb/test/ndbapi/old_dirs/testNdbApi/Makefile
  19465.     1.2 04/05/26 12:58:02 tomas@poseidon.(none) +0 -0
  19466.     mvdir
  19467.  
  19468.   ndb/test/ndbapi/old_dirs/create_all_tabs/Makefile
  19469.     1.2 04/05/26 12:57:52 tomas@poseidon.(none) +0 -0
  19470.     mvdir
  19471.  
  19472.   ndb/test/ndbapi/old_dirs/basicAsynch/Makefile
  19473.     1.2 04/05/26 12:57:41 tomas@poseidon.(none) +0 -0
  19474.     mvdir
  19475.  
  19476.   ndb/test/ndbapi/old_dirs/testBasic/Makefile
  19477.     1.2 04/05/26 12:56:55 tomas@poseidon.(none) +0 -0
  19478.     mvdir
  19479.  
  19480.   ndb/test/ndbapi/old_dirs/indexTest2/Makefile
  19481.     1.2 04/05/26 12:56:46 tomas@poseidon.(none) +0 -0
  19482.     mvdir
  19483.  
  19484.   ndb/test/ndbapi/old_dirs/indexTest/Makefile
  19485.     1.2 04/05/26 12:56:34 tomas@poseidon.(none) +0 -0
  19486.     mvdir
  19487.  
  19488.   ndb/test/ndbapi/old_dirs/flex_bench_mysql/Makefile
  19489.     1.2 04/05/26 12:56:24 tomas@poseidon.(none) +0 -0
  19490.     mvdir
  19491.  
  19492.   ndb/test/ndbapi/old_dirs/bank/testBank/Makefile
  19493.     1.2 04/05/26 12:56:08 tomas@poseidon.(none) +0 -0
  19494.     mvdir
  19495.  
  19496.   ndb/test/ndbapi/old_dirs/bank/src/Makefile
  19497.     1.2 04/05/26 12:56:08 tomas@poseidon.(none) +0 -0
  19498.     mvdir
  19499.  
  19500.   ndb/test/ndbapi/old_dirs/bank/bankValidateAllGLs/Makefile
  19501.     1.2 04/05/26 12:56:08 tomas@poseidon.(none) +0 -0
  19502.     mvdir
  19503.  
  19504.   ndb/test/ndbapi/old_dirs/bank/bankTransactionMaker/Makefile
  19505.     1.2 04/05/26 12:56:08 tomas@poseidon.(none) +0 -0
  19506.     mvdir
  19507.  
  19508.   ndb/test/ndbapi/old_dirs/bank/bankTimer/Makefile
  19509.     1.2 04/05/26 12:56:08 tomas@poseidon.(none) +0 -0
  19510.     mvdir
  19511.  
  19512.   ndb/test/ndbapi/old_dirs/bank/bankSumAccounts/Makefile
  19513.     1.2 04/05/26 12:56:08 tomas@poseidon.(none) +0 -0
  19514.     mvdir
  19515.  
  19516.   ndb/test/ndbapi/old_dirs/bank/bankMakeGL/Makefile
  19517.     1.2 04/05/26 12:56:08 tomas@poseidon.(none) +0 -0
  19518.     mvdir
  19519.  
  19520.   ndb/test/ndbapi/old_dirs/bank/bankCreator/Makefile
  19521.     1.2 04/05/26 12:56:08 tomas@poseidon.(none) +0 -0
  19522.     mvdir
  19523.  
  19524.   ndb/test/ndbapi/old_dirs/bank/Makefile
  19525.     1.2 04/05/26 12:56:07 tomas@poseidon.(none) +0 -0
  19526.     mvdir
  19527.  
  19528.   ndb/test/ndbapi/old_dirs/bank/Bank.hpp
  19529.     1.2 04/05/26 12:56:07 tomas@poseidon.(none) +0 -0
  19530.     mvdir
  19531.  
  19532.   ndb/test/ndbapi/old_dirs/testRestartGci/Makefile
  19533.     1.2 04/05/26 12:56:03 tomas@poseidon.(none) +0 -0
  19534.     mvdir
  19535.  
  19536.   ndb/test/ndbapi/old_dirs/flexScan/README
  19537.     1.2 04/05/26 12:55:51 tomas@poseidon.(none) +0 -0
  19538.     mvdir
  19539.  
  19540.   ndb/test/ndbapi/old_dirs/flexScan/Makefile
  19541.     1.2 04/05/26 12:55:50 tomas@poseidon.(none) +0 -0
  19542.     mvdir
  19543.  
  19544.   ndb/test/ndbapi/old_dirs/restarter/Makefile
  19545.     1.2 04/05/26 12:55:37 tomas@poseidon.(none) +0 -0
  19546.     mvdir
  19547.  
  19548.   ndb/test/ndbapi/old_dirs/testMgm/Makefile
  19549.     1.2 04/05/26 12:55:24 tomas@poseidon.(none) +0 -0
  19550.     mvdir
  19551.  
  19552.   ndb/test/ndbapi/old_dirs/testIndex/Makefile
  19553.     1.2 04/05/26 12:55:12 tomas@poseidon.(none) +0 -0
  19554.     mvdir
  19555.  
  19556.   ndb/test/ndbapi/old_dirs/testDataBuffers/Makefile
  19557.     1.2 04/05/26 12:54:56 tomas@poseidon.(none) +0 -0
  19558.     mvdir
  19559.  
  19560.   ndb/test/ndbapi/old_dirs/testScanInterpreter/ScanInterpretTest.hpp
  19561.     1.2 04/05/26 12:54:47 tomas@poseidon.(none) +0 -0
  19562.     mvdir
  19563.  
  19564.   ndb/test/ndbapi/old_dirs/testScanInterpreter/ScanFilter.hpp
  19565.     1.2 04/05/26 12:54:47 tomas@poseidon.(none) +0 -0
  19566.     mvdir
  19567.  
  19568.   ndb/test/ndbapi/old_dirs/testScanInterpreter/Makefile
  19569.     1.2 04/05/26 12:54:47 tomas@poseidon.(none) +0 -0
  19570.     mvdir
  19571.  
  19572.   ndb/test/ndbapi/old_dirs/testSystemRestart/Makefile
  19573.     1.2 04/05/26 12:54:40 tomas@poseidon.(none) +0 -0
  19574.     mvdir
  19575.  
  19576.   ndb/test/ndbapi/old_dirs/testTimeout/Makefile
  19577.     1.2 04/05/26 12:54:30 tomas@poseidon.(none) +0 -0
  19578.     mvdir
  19579.  
  19580.   ndb/test/ndbapi/old_dirs/testTransactions/Makefile
  19581.     1.2 04/05/26 12:54:19 tomas@poseidon.(none) +0 -0
  19582.     mvdir
  19583.  
  19584.   ndb/test/ndbapi/old_dirs/test_event/Makefile
  19585.     1.2 04/05/26 12:54:10 tomas@poseidon.(none) +0 -0
  19586.     mvdir
  19587.  
  19588.   ndb/test/ndbapi/old_dirs/testDict/Makefile
  19589.     1.2 04/05/26 12:53:54 tomas@poseidon.(none) +0 -0
  19590.     mvdir
  19591.  
  19592. ChangeSet
  19593.   1.1616.1.227 04/05/26 14:34:40 magnus@neptunus.(none) +2 -0
  19594.   Small fix, addin order by to get predicatble output from select
  19595.  
  19596.   mysql-test/t/ndb_autodiscover.test
  19597.     1.4 04/05/26 14:34:36 magnus@neptunus.(none) +1 -1
  19598.     Added yet another order by to test.
  19599.  
  19600.   mysql-test/r/ndb_autodiscover.result
  19601.     1.4 04/05/26 14:34:36 magnus@neptunus.(none) +2 -2
  19602.     Added yet another order by to test.
  19603.  
  19604. ChangeSet
  19605.   1.1616.1.225 04/05/26 14:22:49 magnus@neptunus.(none) +3 -0
  19606.   Fix after running on a 4-node system.
  19607.  
  19608.   sql/ha_ndbcluster.cc
  19609.     1.16 04/05/26 14:22:46 magnus@neptunus.(none) +10 -5
  19610.     Using HA_WRONG_ASCII_ORDER to activate filesort on a not "sorted" ordered index.
  19611.  
  19612.   mysql-test/t/ndb_autodiscover.test
  19613.     1.3 04/05/26 14:22:46 magnus@neptunus.(none) +26 -66
  19614.     Removed one test that needs manual interaction
  19615.     Added order by in some places
  19616.  
  19617.   mysql-test/r/ndb_autodiscover.result
  19618.     1.3 04/05/26 14:22:46 magnus@neptunus.(none) +2 -33
  19619.     Removed one test that needs manual interaction
  19620.     Added order by in some places
  19621.  
  19622.   ndb/test/ndbapi/old_dirs/testBackup/Makefile
  19623.     1.2 04/05/26 11:41:27 tomas@poseidon.(none) +0 -0
  19624.     mvdir
  19625.  
  19626.   ndb/test/ndbapi/old_dirs/testBlobs/Makefile
  19627.     1.2 04/05/26 11:41:07 tomas@poseidon.(none) +0 -0
  19628.     mvdir
  19629.  
  19630.   ndb/test/ndbapi/old_dirs/testOperations/Makefile
  19631.     1.2 04/05/26 11:40:25 tomas@poseidon.(none) +0 -0
  19632.     mvdir
  19633.  
  19634.   ndb/test/ndbapi/old_dirs/testNodeRestart/Makefile
  19635.     1.2 04/05/26 11:40:17 tomas@poseidon.(none) +0 -0
  19636.     mvdir
  19637.  
  19638.   ndb/test/ndbapi/old_dirs/testOIBasic/times.txt
  19639.     1.2 04/05/26 11:39:32 tomas@poseidon.(none) +0 -0
  19640.     mvdir
  19641.  
  19642.   ndb/test/ndbapi/old_dirs/testOIBasic/Makefile
  19643.     1.2 04/05/26 11:39:32 tomas@poseidon.(none) +0 -0
  19644.     mvdir
  19645.  
  19646.   ndb/test/ndbapi/old_dirs/create_tab/Makefile
  19647.     1.2 04/05/26 11:39:23 tomas@poseidon.(none) +0 -0
  19648.     mvdir
  19649.  
  19650.   ndb/test/ndbapi/old_dirs/drop_all_tabs/Makefile
  19651.     1.2 04/05/26 11:39:16 tomas@poseidon.(none) +0 -0
  19652.     mvdir
  19653.  
  19654.   ndb/test/ndbapi/old_dirs/flexAsynch/Makefile
  19655.     1.3 04/05/26 11:39:08 tomas@poseidon.(none) +0 -0
  19656.     mvdir
  19657.  
  19658.   ndb/test/ndbapi/old_dirs/flexBench/ndbplot.pl
  19659.     1.2 04/05/26 11:38:59 tomas@poseidon.(none) +0 -0
  19660.     mvdir
  19661.  
  19662.   ndb/test/ndbapi/old_dirs/flexBench/Makefile_old
  19663.     1.5 04/05/26 11:38:59 tomas@poseidon.(none) +0 -0
  19664.     mvdir
  19665.  
  19666.   ndb/test/ndbapi/old_dirs/flexBench/Makefile.am
  19667.     1.2 04/05/26 11:38:59 tomas@poseidon.(none) +0 -4
  19668.     mvdir
  19669.  
  19670.   ndb/test/ndbapi/old_dirs/flexHammer/README
  19671.     1.2 04/05/26 11:38:48 tomas@poseidon.(none) +0 -0
  19672.     mvdir
  19673.  
  19674.   ndb/test/ndbapi/old_dirs/flexHammer/Makefile
  19675.     1.2 04/05/26 11:38:48 tomas@poseidon.(none) +0 -0
  19676.     mvdir
  19677.  
  19678.   ndb/test/ndbapi/old_dirs/flexTimedAsynch/Makefile
  19679.     1.2 04/05/26 11:38:39 tomas@poseidon.(none) +0 -0
  19680.     mvdir
  19681.  
  19682.   ndb/test/ndbapi/old_dirs/flexTT/Makefile
  19683.     1.3 04/05/26 11:38:31 tomas@poseidon.(none) +0 -0
  19684.     mvdir
  19685.  
  19686.   ndb/test/tools/old_dirs/verify_index/Makefile
  19687.     1.2 04/05/26 11:36:40 tomas@poseidon.(none) +0 -0
  19688.     mvdir
  19689.  
  19690.   ndb/test/tools/old_dirs/transproxy/Makefile
  19691.     1.2 04/05/26 11:36:32 tomas@poseidon.(none) +0 -0
  19692.     mvdir
  19693.  
  19694.   ndb/tools/old_dirs/select_count/Makefile
  19695.     1.2 04/05/26 11:36:18 tomas@poseidon.(none) +0 -0
  19696.     mvdir
  19697.  
  19698.   ndb/tools/old_dirs/select_all/Makefile
  19699.     1.2 04/05/26 11:36:12 tomas@poseidon.(none) +0 -0
  19700.     mvdir
  19701.  
  19702.   ndb/tools/old_dirs/list_tables/Makefile
  19703.     1.2 04/05/26 11:35:46 tomas@poseidon.(none) +0 -0
  19704.     mvdir
  19705.  
  19706.   ndb/tools/old_dirs/drop_tab/Makefile
  19707.     1.2 04/05/26 11:35:37 tomas@poseidon.(none) +0 -0
  19708.     mvdir
  19709.  
  19710.   ndb/tools/old_dirs/drop_index/Makefile
  19711.     1.2 04/05/26 11:35:30 tomas@poseidon.(none) +0 -0
  19712.     mvdir
  19713.  
  19714.   ndb/tools/old_dirs/desc/Makefile
  19715.     1.2 04/05/26 11:35:22 tomas@poseidon.(none) +0 -0
  19716.     mvdir
  19717.  
  19718.   ndb/tools/old_dirs/delete_all/Makefile
  19719.     1.2 04/05/26 11:35:14 tomas@poseidon.(none) +0 -0
  19720.     mvdir
  19721.  
  19722.   ndb/tools/old_dirs/create_index/Makefile
  19723.     1.2 04/05/26 11:35:06 tomas@poseidon.(none) +0 -0
  19724.     mvdir
  19725.  
  19726.   ndb/tools/old_dirs/cpcc/Makefile
  19727.     1.2 04/05/26 11:35:01 tomas@poseidon.(none) +0 -0
  19728.     mvdir
  19729.  
  19730.   ndb/tools/old_dirs/copy_tab/Makefile
  19731.     1.2 04/05/26 11:34:51 tomas@poseidon.(none) +0 -0
  19732.     mvdir
  19733.  
  19734.   ndb/test/tools/old_dirs/hugoCalculator/Makefile
  19735.     1.2 04/05/26 11:31:42 tomas@poseidon.(none) +0 -0
  19736.     mvdir
  19737.  
  19738.   ndb/test/tools/old_dirs/hugoFill/Makefile
  19739.     1.2 04/05/26 11:31:34 tomas@poseidon.(none) +0 -0
  19740.     mvdir
  19741.  
  19742.   ndb/test/tools/old_dirs/hugoLoad/Makefile
  19743.     1.2 04/05/26 11:31:26 tomas@poseidon.(none) +0 -0
  19744.     mvdir
  19745.  
  19746.   ndb/test/tools/old_dirs/hugoLockRecords/Makefile
  19747.     1.2 04/05/26 11:31:18 tomas@poseidon.(none) +0 -0
  19748.     mvdir
  19749.  
  19750.   ndb/test/tools/old_dirs/hugoPkDelete/Makefile
  19751.     1.2 04/05/26 11:31:09 tomas@poseidon.(none) +0 -0
  19752.     mvdir
  19753.  
  19754.   ndb/test/tools/old_dirs/hugoPkRead/Makefile
  19755.     1.2 04/05/26 11:31:02 tomas@poseidon.(none) +0 -0
  19756.     mvdir
  19757.  
  19758.   ndb/test/tools/old_dirs/hugoPkReadRecord/Makefile
  19759.     1.2 04/05/26 11:30:54 tomas@poseidon.(none) +0 -0
  19760.     mvdir
  19761.  
  19762.   ndb/test/tools/old_dirs/hugoPkUpdate/Makefile
  19763.     1.2 04/05/26 11:30:44 tomas@poseidon.(none) +0 -0
  19764.     mvdir
  19765.  
  19766.   ndb/test/tools/old_dirs/hugoScanRead/Makefile
  19767.     1.2 04/05/26 11:30:33 tomas@poseidon.(none) +0 -0
  19768.     mvdir
  19769.  
  19770.   ndb/test/tools/old_dirs/hugoScanUpdate/Makefile
  19771.     1.2 04/05/26 11:30:12 tomas@poseidon.(none) +0 -0
  19772.     mvdir
  19773.  
  19774.   ndb/test/tools/old_dirs/restart/Makefile
  19775.     1.2 04/05/26 11:29:48 tomas@poseidon.(none) +0 -0
  19776.     mvdir
  19777.  
  19778.   ndb/test/tools/old_dirs/waiter/waiter.cpp
  19779.     1.4 04/05/26 11:28:45 tomas@poseidon.(none) +0 -0
  19780.     mvdir
  19781.  
  19782.   ndb/test/tools/old_dirs/waiter/Makefile_old
  19783.     1.3 04/05/26 11:28:45 tomas@poseidon.(none) +0 -0
  19784.     mvdir
  19785.  
  19786. ChangeSet
  19787.   1.1665.12.2 04/05/26 14:28:35 bell@sanja.is.com.ua +2 -0
  19788.   cleunup items of instruction after every instruction execution
  19789.  
  19790.   ndb/test/tools/waiter.cpp
  19791.     1.1 04/05/26 11:28:28 tomas@poseidon.(none) +56 -0
  19792.  
  19793.   ndb/test/tools/waiter.cpp
  19794.     1.0 04/05/26 11:28:28 tomas@poseidon.(none) +0 -0
  19795.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/test/tools/waiter.cpp
  19796.  
  19797.   sql/sp_head.h
  19798.     1.37 04/05/26 14:28:28 bell@sanja.is.com.ua +8 -9
  19799.     removed blanks at line end
  19800.     cleunup items of instruction after every instruction execution
  19801.  
  19802.   sql/sp_head.cc
  19803.     1.75 04/05/26 14:28:28 bell@sanja.is.com.ua +21 -0
  19804.     cleunup items of instruction after every instruction execution
  19805.  
  19806.   ndb/tools/Makefile.am
  19807.     1.1 04/05/26 11:14:30 tomas@poseidon.(none) +16 -0
  19808.  
  19809.   ndb/tools/Makefile.am
  19810.     1.0 04/05/26 11:14:30 tomas@poseidon.(none) +0 -0
  19811.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/tools/Makefile.am
  19812.  
  19813.   ndb/test/run-test/Makefile.am
  19814.     1.1 04/05/26 11:14:11 tomas@poseidon.(none) +15 -0
  19815.  
  19816.   ndb/test/run-test/Makefile.am
  19817.     1.0 04/05/26 11:14:11 tomas@poseidon.(none) +0 -0
  19818.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/test/run-test/Makefile.am
  19819.  
  19820.   ndb/test/tools/create_index.cpp
  19821.     1.5 04/05/26 11:13:16 tomas@poseidon.(none) +0 -0
  19822.     Rename: ndb/tools/create_index.cpp -> ndb/test/tools/create_index.cpp
  19823.  
  19824.   ndb/test/tools/cpcc.cpp
  19825.     1.6 04/05/26 11:13:06 tomas@poseidon.(none) +0 -0
  19826.     Rename: ndb/tools/cpcc.cpp -> ndb/test/tools/cpcc.cpp
  19827.  
  19828.   ndb/test/tools/copy_tab.cpp
  19829.     1.5 04/05/26 11:12:54 tomas@poseidon.(none) +0 -0
  19830.     Rename: ndb/tools/copy_tab.cpp -> ndb/test/tools/copy_tab.cpp
  19831.  
  19832.   ndb/test/tools/verify_index.cpp
  19833.     1.5 04/05/26 11:09:44 tomas@poseidon.(none) +0 -0
  19834.     Rename: ndb/tools/verify_index.cpp -> ndb/test/tools/verify_index.cpp
  19835.  
  19836.   ndb/test/tools/transproxy.cpp
  19837.     1.6 04/05/26 11:09:24 tomas@poseidon.(none) +0 -0
  19838.     Rename: ndb/tools/transproxy.cpp -> ndb/test/tools/transproxy.cpp
  19839.  
  19840.   ndb/tools/Makefile_old
  19841.     1.3 04/05/26 11:05:12 tomas@poseidon.(none) +0 -0
  19842.     Rename: ndb/tools/Makefile -> ndb/tools/Makefile_old
  19843.  
  19844.   ndb/test/tools/hugoPkDelete.cpp
  19845.     1.5 04/05/26 10:45:29 tomas@poseidon.(none) +0 -0
  19846.     Rename: ndb/test/tools/hugoPkDel.cpp -> ndb/test/tools/hugoPkDelete.cpp
  19847.  
  19848.   ndb/test/tools/hugoPkUpdate.cpp
  19849.     1.5 04/05/26 10:45:06 tomas@poseidon.(none) +0 -0
  19850.     Rename: ndb/test/tools/hugoPkUpd.cpp -> ndb/test/tools/hugoPkUpdate.cpp
  19851.  
  19852.   ndb/test/tools/hugoScanUpdate.cpp
  19853.     1.5 04/05/26 10:44:50 tomas@poseidon.(none) +0 -0
  19854.     Rename: ndb/test/tools/hugoScanUpd.cpp -> ndb/test/tools/hugoScanUpdate.cpp
  19855.  
  19856.   ndb/tools/verify_index.cpp
  19857.     1.4 04/05/26 10:32:06 tomas@poseidon.(none) +0 -0
  19858.     Rename: ndb/tools/verify_index/verify_index.cpp -> ndb/tools/verify_index.cpp
  19859.  
  19860.   ndb/tools/transproxy.cpp
  19861.     1.5 04/05/26 10:32:06 tomas@poseidon.(none) +0 -0
  19862.     Rename: ndb/tools/transproxy/transproxy.cpp -> ndb/tools/transproxy.cpp
  19863.  
  19864.   ndb/tools/select_count.cpp
  19865.     1.4 04/05/26 10:32:06 tomas@poseidon.(none) +0 -0
  19866.     Rename: ndb/tools/select_count/select_count.cpp -> ndb/tools/select_count.cpp
  19867.  
  19868.   ndb/tools/select_all.cpp
  19869.     1.4 04/05/26 10:32:06 tomas@poseidon.(none) +0 -0
  19870.     Rename: ndb/tools/select_all/select_all.cpp -> ndb/tools/select_all.cpp
  19871.  
  19872.   ndb/tools/ndbsql.cpp
  19873.     1.3 04/05/26 10:32:06 tomas@poseidon.(none) +0 -0
  19874.     Rename: ndb/tools/ndbsql/ndbsql.cpp -> ndb/tools/ndbsql.cpp
  19875.  
  19876.   ndb/tools/listTables.cpp
  19877.     1.3.1.1 04/05/26 10:32:06 tomas@poseidon.(none) +0 -0
  19878.     Rename: ndb/tools/list_tables/listTables.cpp -> ndb/tools/listTables.cpp
  19879.  
  19880.   ndb/tools/drop_tab.cpp
  19881.     1.4 04/05/26 10:32:06 tomas@poseidon.(none) +0 -0
  19882.     Rename: ndb/tools/drop_tab/drop_tab.cpp -> ndb/tools/drop_tab.cpp
  19883.  
  19884.   ndb/tools/drop_index.cpp
  19885.     1.4 04/05/26 10:32:05 tomas@poseidon.(none) +0 -0
  19886.     Rename: ndb/tools/drop_index/drop_index.cpp -> ndb/tools/drop_index.cpp
  19887.  
  19888.   ndb/tools/desc.cpp
  19889.     1.1.1.1 04/05/26 10:32:05 tomas@poseidon.(none) +0 -0
  19890.     Rename: ndb/tools/desc/desc.cpp -> ndb/tools/desc.cpp
  19891.  
  19892.   ndb/tools/delete_all.cpp
  19893.     1.4 04/05/26 10:32:05 tomas@poseidon.(none) +0 -0
  19894.     Rename: ndb/tools/delete_all/delete_all.cpp -> ndb/tools/delete_all.cpp
  19895.  
  19896.   ndb/tools/create_index.cpp
  19897.     1.4 04/05/26 10:32:05 tomas@poseidon.(none) +0 -0
  19898.     Rename: ndb/tools/create_index/create_index.cpp -> ndb/tools/create_index.cpp
  19899.  
  19900.   ndb/tools/cpcc.cpp
  19901.     1.5 04/05/26 10:32:05 tomas@poseidon.(none) +0 -0
  19902.     Rename: ndb/tools/cpcc/cpcc.cpp -> ndb/tools/cpcc.cpp
  19903.  
  19904.   ndb/tools/copy_tab.cpp
  19905.     1.4 04/05/26 10:32:04 tomas@poseidon.(none) +0 -0
  19906.     Rename: ndb/tools/copy_tab/copy_tab.cpp -> ndb/tools/copy_tab.cpp
  19907.  
  19908.   ndb/test/ndbapi/test_event.cpp
  19909.     1.2 04/05/26 10:29:56 tomas@poseidon.(none) +0 -0
  19910.     Rename: ndb/test/ndbapi/test_event/test_event.cpp -> ndb/test/ndbapi/test_event.cpp
  19911.  
  19912.   ndb/test/ndbapi/testTransactions.cpp
  19913.     1.2 04/05/26 10:29:56 tomas@poseidon.(none) +0 -0
  19914.     Rename: ndb/test/ndbapi/testTransactions/testTransactions.cpp -> ndb/test/ndbapi/testTransactions.cpp
  19915.  
  19916.   ndb/test/ndbapi/size.cpp
  19917.     1.4 04/05/26 10:29:56 tomas@poseidon.(none) +0 -0
  19918.     Rename: ndb/test/ndbapi/vw_test/size.cpp -> ndb/test/ndbapi/size.cpp
  19919.  
  19920.   ndb/test/ndbapi/cdrserver.cpp
  19921.     1.4 04/05/26 10:29:56 tomas@poseidon.(none) +0 -0
  19922.     Rename: ndb/test/ndbapi/vw_test/cdrserver.cpp -> ndb/test/ndbapi/cdrserver.cpp
  19923.  
  19924.   ndb/test/ndbapi/testTimeout.cpp
  19925.     1.1.1.1 04/05/26 10:29:55 tomas@poseidon.(none) +0 -0
  19926.     Rename: ndb/test/ndbapi/testTimeout/testTimeout.cpp -> ndb/test/ndbapi/testTimeout.cpp
  19927.  
  19928.   ndb/test/ndbapi/testSystemRestart.cpp
  19929.     1.1.1.1 04/05/26 10:29:55 tomas@poseidon.(none) +0 -0
  19930.     Rename: ndb/test/ndbapi/testSystemRestart/testSystemRestart.cpp -> ndb/test/ndbapi/testSystemRestart.cpp
  19931.  
  19932.   ndb/test/ndbapi/testScanInterpreter.cpp
  19933.     1.3 04/05/26 10:29:55 tomas@poseidon.(none) +0 -0
  19934.     Rename: ndb/test/ndbapi/testScanInterpreter/testScanInterpreter.cpp -> ndb/test/ndbapi/testScanInterpreter.cpp
  19935.  
  19936.   ndb/test/ndbapi/testScan.cpp
  19937.     1.2.1.1 04/05/26 10:29:55 tomas@poseidon.(none) +0 -0
  19938.     Rename: ndb/test/ndbapi/testScan/testScan.cpp -> ndb/test/ndbapi/testScan.cpp
  19939.  
  19940.   ndb/test/ndbapi/testRestartGci.cpp
  19941.     1.1.1.1 04/05/26 10:29:55 tomas@poseidon.(none) +0 -0
  19942.     Rename: ndb/test/ndbapi/testRestartGci/testRestartGci.cpp -> ndb/test/ndbapi/testRestartGci.cpp
  19943.  
  19944.   ndb/test/ndbapi/testOrderedIndex.cpp
  19945.     1.2 04/05/26 10:29:55 tomas@poseidon.(none) +0 -0
  19946.     Rename: ndb/test/ndbapi/testOrderedIndex/testOrderedIndex.cpp -> ndb/test/ndbapi/testOrderedIndex.cpp
  19947.  
  19948.   ndb/test/ndbapi/testOperations.cpp
  19949.     1.2 04/05/26 10:29:54 tomas@poseidon.(none) +0 -0
  19950.     Rename: ndb/test/ndbapi/testOperations/testOperations.cpp -> ndb/test/ndbapi/testOperations.cpp
  19951.  
  19952.   ndb/test/ndbapi/testOIBasic.cpp
  19953.     1.5 04/05/26 10:29:54 tomas@poseidon.(none) +0 -0
  19954.     Rename: ndb/test/ndbapi/testOIBasic/testOIBasic.cpp -> ndb/test/ndbapi/testOIBasic.cpp
  19955.  
  19956.   ndb/test/ndbapi/testNodeRestart.cpp
  19957.     1.2 04/05/26 10:29:54 tomas@poseidon.(none) +0 -0
  19958.     Rename: ndb/test/ndbapi/testNodeRestart/testNodeRestart.cpp -> ndb/test/ndbapi/testNodeRestart.cpp
  19959.  
  19960.   ndb/test/ndbapi/testNdbApi.cpp
  19961.     1.1.1.1 04/05/26 10:29:54 tomas@poseidon.(none) +0 -0
  19962.     Rename: ndb/test/ndbapi/testNdbApi/testNdbApi.cpp -> ndb/test/ndbapi/testNdbApi.cpp
  19963.  
  19964.   ndb/test/ndbapi/testMgm.cpp
  19965.     1.3 04/05/26 10:29:54 tomas@poseidon.(none) +0 -0
  19966.     Rename: ndb/test/ndbapi/testMgm/testMgm.cpp -> ndb/test/ndbapi/testMgm.cpp
  19967.  
  19968.   ndb/test/ndbapi/testInterpreter.cpp
  19969.     1.2 04/05/26 10:29:54 tomas@poseidon.(none) +0 -0
  19970.     Rename: ndb/test/ndbapi/testInterpreter/testInterpreter.cpp -> ndb/test/ndbapi/testInterpreter.cpp
  19971.  
  19972.   ndb/test/ndbapi/testIndex.cpp
  19973.     1.3 04/05/26 10:29:54 tomas@poseidon.(none) +0 -0
  19974.     Rename: ndb/test/ndbapi/testIndex/testIndex.cpp -> ndb/test/ndbapi/testIndex.cpp
  19975.  
  19976.   ndb/test/ndbapi/testGrepVerify.cpp
  19977.     1.3.1.1 04/05/26 10:29:53 tomas@poseidon.(none) +0 -0
  19978.     Rename: ndb/test/ndbapi/testGrep/verify/testGrepVerify.cpp -> ndb/test/ndbapi/testGrepVerify.cpp
  19979.  
  19980.   ndb/test/ndbapi/testGrep.cpp
  19981.     1.2 04/05/26 10:29:53 tomas@poseidon.(none) +0 -0
  19982.     Rename: ndb/test/ndbapi/testGrep/testGrep.cpp -> ndb/test/ndbapi/testGrep.cpp
  19983.  
  19984.   ndb/test/ndbapi/testDict.cpp
  19985.     1.2.1.1 04/05/26 10:29:53 tomas@poseidon.(none) +0 -0
  19986.     Rename: ndb/test/ndbapi/testDict/testDict.cpp -> ndb/test/ndbapi/testDict.cpp
  19987.  
  19988.   ndb/test/ndbapi/testDataBuffers.cpp
  19989.     1.4.1.1 04/05/26 10:29:53 tomas@poseidon.(none) +0 -0
  19990.     Rename: ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp -> ndb/test/ndbapi/testDataBuffers.cpp
  19991.  
  19992.   ndb/test/ndbapi/testBlobs.cpp
  19993.     1.5 04/05/26 10:29:52 tomas@poseidon.(none) +0 -0
  19994.     Rename: ndb/test/ndbapi/testBlobs/testBlobs.cpp -> ndb/test/ndbapi/testBlobs.cpp
  19995.  
  19996.   ndb/test/ndbapi/testBasic.cpp
  19997.     1.2 04/05/26 10:29:52 tomas@poseidon.(none) +0 -0
  19998.     Rename: ndb/test/ndbapi/testBasic/testBasic.cpp -> ndb/test/ndbapi/testBasic.cpp
  19999.  
  20000.   ndb/test/ndbapi/testBackup.cpp
  20001.     1.2 04/05/26 10:29:52 tomas@poseidon.(none) +0 -0
  20002.     Rename: ndb/test/ndbapi/testBackup/testBackup.cpp -> ndb/test/ndbapi/testBackup.cpp
  20003.  
  20004.   ndb/test/ndbapi/msa.cpp
  20005.     1.3.1.1 04/05/26 10:29:52 tomas@poseidon.(none) +0 -0
  20006.     Rename: ndb/test/ndbapi/telco/msa.cpp -> ndb/test/ndbapi/msa.cpp
  20007.  
  20008.   ndb/test/ndbapi/initronja.cpp
  20009.     1.1.1.1 04/05/26 10:29:52 tomas@poseidon.(none) +0 -0
  20010.     Rename: ndb/test/ndbapi/ronja/initronja/initronja.cpp -> ndb/test/ndbapi/initronja.cpp
  20011.  
  20012.   ndb/test/ndbapi/adoInsertRecs.cpp
  20013.     1.2 04/05/26 10:29:52 tomas@poseidon.(none) +0 -0
  20014.     Rename: ndb/test/ndbapi/telco/adoInsertRecs.cpp -> ndb/test/ndbapi/adoInsertRecs.cpp
  20015.  
  20016.   ndb/test/ndbapi/InsertRecs.cpp
  20017.     1.2 04/05/26 10:29:52 tomas@poseidon.(none) +0 -0
  20018.     Rename: ndb/test/ndbapi/telco/InsertRecs.cpp -> ndb/test/ndbapi/InsertRecs.cpp
  20019.  
  20020.   ndb/test/ndbapi/restarts.cpp
  20021.     1.4 04/05/26 10:29:51 tomas@poseidon.(none) +0 -0
  20022.     Rename: ndb/test/ndbapi/restarts/restarts.cpp -> ndb/test/ndbapi/restarts.cpp
  20023.  
  20024.   ndb/test/ndbapi/restarter2.cpp
  20025.     1.4 04/05/26 10:29:51 tomas@poseidon.(none) +0 -0
  20026.     Rename: ndb/test/ndbapi/restarter2/restarter2.cpp -> ndb/test/ndbapi/restarter2.cpp
  20027.  
  20028.   ndb/test/ndbapi/restarter.cpp
  20029.     1.4 04/05/26 10:29:51 tomas@poseidon.(none) +0 -0
  20030.     Rename: ndb/test/ndbapi/restarter/restarter.cpp -> ndb/test/ndbapi/restarter.cpp
  20031.  
  20032.   ndb/test/ndbapi/ndb_user_transaction6.cpp
  20033.     1.2 04/05/26 10:29:51 tomas@poseidon.(none) +0 -0
  20034.     Rename: ndb/test/ndbapi/lmc-bench/src/user/ndb_user_transaction6.cpp -> ndb/test/ndbapi/ndb_user_transaction6.cpp
  20035.  
  20036.   ndb/test/ndbapi/ndb_user_transaction5.cpp
  20037.     1.2 04/05/26 10:29:51 tomas@poseidon.(none) +0 -0
  20038.     Rename: ndb/test/ndbapi/lmc-bench/src/user/ndb_user_transaction5.cpp -> ndb/test/ndbapi/ndb_user_transaction5.cpp
  20039.  
  20040.   ndb/test/ndbapi/ndb_user_transaction4.cpp
  20041.     1.2 04/05/26 10:29:51 tomas@poseidon.(none) +0 -0
  20042.     Rename: ndb/test/ndbapi/lmc-bench/src/user/ndb_user_transaction4.cpp -> ndb/test/ndbapi/ndb_user_transaction4.cpp
  20043.  
  20044.   ndb/test/ndbapi/benchronja.cpp
  20045.     1.4 04/05/26 10:29:51 tomas@poseidon.(none) +0 -0
  20046.     Rename: ndb/test/ndbapi/ronja/benchronja/benchronja.cpp -> ndb/test/ndbapi/benchronja.cpp
  20047.  
  20048.   ndb/test/ndbapi/userInterface.cpp
  20049.     1.4 04/05/26 10:29:50 tomas@poseidon.(none) +0 -0
  20050.     Rename: ndb/test/ndbapi/lmc-bench/async-src/user/userInterface.cpp -> ndb/test/ndbapi/userInterface.cpp
  20051.  
  20052.   ndb/test/ndbapi/ndb_user_transaction3.cpp
  20053.     1.2 04/05/26 10:29:50 tomas@poseidon.(none) +0 -0
  20054.     Rename: ndb/test/ndbapi/lmc-bench/src/user/ndb_user_transaction3.cpp -> ndb/test/ndbapi/ndb_user_transaction3.cpp
  20055.  
  20056.   ndb/test/ndbapi/ndb_user_transaction2.cpp
  20057.     1.2 04/05/26 10:29:50 tomas@poseidon.(none) +0 -0
  20058.     Rename: ndb/test/ndbapi/lmc-bench/src/user/ndb_user_transaction2.cpp -> ndb/test/ndbapi/ndb_user_transaction2.cpp
  20059.  
  20060.   ndb/test/ndbapi/ndb_user_transaction.cpp
  20061.     1.2 04/05/26 10:29:50 tomas@poseidon.(none) +0 -0
  20062.     Rename: ndb/test/ndbapi/lmc-bench/src/user/ndb_user_transaction.cpp -> ndb/test/ndbapi/ndb_user_transaction.cpp
  20063.  
  20064.   ndb/test/ndbapi/ndb_user_populate.cpp
  20065.     1.4 04/05/26 10:29:50 tomas@poseidon.(none) +0 -0
  20066.     Rename: ndb/test/ndbapi/lmc-bench/src/user/ndb_user_populate.cpp -> ndb/test/ndbapi/ndb_user_populate.cpp
  20067.  
  20068.   ndb/test/ndbapi/ndb_async2.cpp
  20069.     1.2 04/05/26 10:29:49 tomas@poseidon.(none) +0 -0
  20070.     Rename: ndb/test/ndbapi/lmc-bench/async-src/user/ndb_async2.cpp -> ndb/test/ndbapi/ndb_async2.cpp
  20071.  
  20072.   ndb/test/ndbapi/ndb_async1.cpp
  20073.     1.2 04/05/26 10:29:49 tomas@poseidon.(none) +0 -0
  20074.     Rename: ndb/test/ndbapi/lmc-bench/async-src/user/ndb_async1.cpp -> ndb/test/ndbapi/ndb_async1.cpp
  20075.  
  20076.   ndb/test/ndbapi/mainAsyncGenerator.cpp
  20077.     1.4 04/05/26 10:29:49 tomas@poseidon.(none) +0 -0
  20078.     Rename: ndb/test/ndbapi/lmc-bench/async-src/generator/mainAsyncGenerator.cpp -> ndb/test/ndbapi/mainAsyncGenerator.cpp
  20079.  
  20080.   ndb/test/ndbapi/interpreterInTup.cpp
  20081.     1.3.1.1 04/05/26 10:29:49 tomas@poseidon.(none) +0 -0
  20082.     Rename: ndb/test/ndbapi/interpreterInTup/interpreterInTup.cpp -> ndb/test/ndbapi/interpreterInTup.cpp
  20083.  
  20084.   ndb/test/ndbapi/index2.cpp
  20085.     1.4 04/05/26 10:29:49 tomas@poseidon.(none) +0 -0
  20086.     Rename: ndb/test/ndbapi/indexTest2/index2.cpp -> ndb/test/ndbapi/index2.cpp
  20087.  
  20088.   ndb/test/ndbapi/asyncGenerator.cpp
  20089.     1.4 04/05/26 10:29:49 tomas@poseidon.(none) +0 -0
  20090.     Rename: ndb/test/ndbapi/lmc-bench/async-src/generator/asyncGenerator.cpp -> ndb/test/ndbapi/asyncGenerator.cpp
  20091.  
  20092.   ndb/test/ndbapi/index.cpp
  20093.     1.4 04/05/26 10:29:48 tomas@poseidon.(none) +0 -0
  20094.     Rename: ndb/test/ndbapi/indexTest/index.cpp -> ndb/test/ndbapi/index.cpp
  20095.  
  20096.   ndb/test/ndbapi/flex_bench_mysql.cpp
  20097.     1.4 04/05/26 10:29:48 tomas@poseidon.(none) +0 -0
  20098.     Rename: ndb/test/ndbapi/flex_bench_mysql/flex_bench_mysql.cpp -> ndb/test/ndbapi/flex_bench_mysql.cpp
  20099.  
  20100.   ndb/test/ndbapi/flexTimedAsynch.cpp
  20101.     1.2 04/05/26 10:29:48 tomas@poseidon.(none) +0 -0
  20102.     Rename: ndb/test/ndbapi/flexTimedAsynch/flexTimedAsynch.cpp -> ndb/test/ndbapi/flexTimedAsynch.cpp
  20103.  
  20104.   ndb/test/ndbapi/flexTT.cpp
  20105.     1.3.1.1 04/05/26 10:29:48 tomas@poseidon.(none) +0 -0
  20106.     Rename: ndb/test/ndbapi/flexTT/flexTT.cpp -> ndb/test/ndbapi/flexTT.cpp
  20107.  
  20108.   ndb/test/ndbapi/flexScan.cpp
  20109.     1.3.1.1 04/05/26 10:29:48 tomas@poseidon.(none) +0 -0
  20110.     Rename: ndb/test/ndbapi/flexScan/flexScan.cpp -> ndb/test/ndbapi/flexScan.cpp
  20111.  
  20112.   ndb/test/ndbapi/flexHammer.cpp
  20113.     1.3.1.1 04/05/26 10:29:47 tomas@poseidon.(none) +0 -0
  20114.     Rename: ndb/test/ndbapi/flexHammer/flexHammer.cpp -> ndb/test/ndbapi/flexHammer.cpp
  20115.  
  20116.   ndb/test/ndbapi/flexBench.cpp
  20117.     1.5 04/05/26 10:29:47 tomas@poseidon.(none) +0 -0
  20118.     Rename: ndb/test/ndbapi/flexBench/flexBench.cpp -> ndb/test/ndbapi/flexBench.cpp
  20119.  
  20120.   ndb/test/ndbapi/flexAsynch.cpp
  20121.     1.3.1.1 04/05/26 10:29:47 tomas@poseidon.(none) +0 -0
  20122.     Rename: ndb/test/ndbapi/flexAsynch/flexAsynch.cpp -> ndb/test/ndbapi/flexAsynch.cpp
  20123.  
  20124.   ndb/test/ndbapi/drop_all_tabs.cpp
  20125.     1.4 04/05/26 10:29:47 tomas@poseidon.(none) +0 -0
  20126.     Rename: ndb/test/ndbapi/drop_all_tabs/drop_all_tabs.cpp -> ndb/test/ndbapi/drop_all_tabs.cpp
  20127.  
  20128.   ndb/test/ndbapi/create_tab.cpp
  20129.     1.4 04/05/26 10:29:47 tomas@poseidon.(none) +0 -0
  20130.     Rename: ndb/test/ndbapi/create_tab/create_tab.cpp -> ndb/test/ndbapi/create_tab.cpp
  20131.  
  20132.   ndb/test/ndbapi/testBasicAsynch.cpp
  20133.     1.2 04/05/26 10:29:46 tomas@poseidon.(none) +0 -0
  20134.     Rename: ndb/test/ndbapi/basicAsynch/testBasicAsynch.cpp -> ndb/test/ndbapi/testBasicAsynch.cpp
  20135.  
  20136.   ndb/test/ndbapi/create_all_tabs.cpp
  20137.     1.4 04/05/26 10:29:46 tomas@poseidon.(none) +0 -0
  20138.     Rename: ndb/test/ndbapi/create_all_tabs/create_all_tabs.cpp -> ndb/test/ndbapi/create_all_tabs.cpp
  20139.  
  20140.   ndb/test/ndbapi/celloDb.cpp
  20141.     1.2 04/05/26 10:29:46 tomas@poseidon.(none) +0 -0
  20142.     Rename: ndb/test/ndbapi/cello-sessionDb/celloDb.cpp -> ndb/test/ndbapi/celloDb.cpp
  20143.  
  20144.   ndb/test/ndbapi/bulk_copy.cpp
  20145.     1.4 04/05/26 10:29:46 tomas@poseidon.(none) +0 -0
  20146.     Rename: ndb/test/ndbapi/bulk_copy/bulk_copy.cpp -> ndb/test/ndbapi/bulk_copy.cpp
  20147.  
  20148.   ndb/test/ndbapi/testBank.cpp
  20149.     1.2 04/05/26 10:29:45 tomas@poseidon.(none) +0 -0
  20150.     Rename: ndb/test/ndbapi/bank/testBank/testBank.cpp -> ndb/test/ndbapi/testBank.cpp
  20151.  
  20152.   ndb/test/ndbapi/bankValidateAllGLs.cpp
  20153.     1.4 04/05/26 10:29:45 tomas@poseidon.(none) +0 -0
  20154.     Rename: ndb/test/ndbapi/bank/bankValidateAllGLs/bankValidateAllGLs.cpp -> ndb/test/ndbapi/bankValidateAllGLs.cpp
  20155.  
  20156.   ndb/test/ndbapi/bankTransactionMaker.cpp
  20157.     1.4 04/05/26 10:29:45 tomas@poseidon.(none) +0 -0
  20158.     Rename: ndb/test/ndbapi/bank/bankTransactionMaker/bankTransactionMaker.cpp -> ndb/test/ndbapi/bankTransactionMaker.cpp
  20159.  
  20160.   ndb/test/ndbapi/bankTimer.cpp
  20161.     1.4 04/05/26 10:29:45 tomas@poseidon.(none) +0 -0
  20162.     Rename: ndb/test/ndbapi/bank/bankTimer/bankTimer.cpp -> ndb/test/ndbapi/bankTimer.cpp
  20163.  
  20164.   ndb/test/ndbapi/bankSumAccounts.cpp
  20165.     1.4 04/05/26 10:29:45 tomas@poseidon.(none) +0 -0
  20166.     Rename: ndb/test/ndbapi/bank/bankSumAccounts/bankSumAccounts.cpp -> ndb/test/ndbapi/bankSumAccounts.cpp
  20167.  
  20168.   ndb/test/ndbapi/BankLoad.cpp
  20169.     1.2 04/05/26 10:29:45 tomas@poseidon.(none) +0 -0
  20170.     Rename: ndb/test/ndbapi/bank/src/BankLoad.cpp -> ndb/test/ndbapi/BankLoad.cpp
  20171.  
  20172.   ndb/test/ndbapi/Bank.cpp
  20173.     1.2 04/05/26 10:29:45 tomas@poseidon.(none) +0 -0
  20174.     Rename: ndb/test/ndbapi/bank/src/Bank.cpp -> ndb/test/ndbapi/Bank.cpp
  20175.  
  20176.   ndb/test/ndbapi/bankMakeGL.cpp
  20177.     1.4 04/05/26 10:29:44 tomas@poseidon.(none) +0 -0
  20178.     Rename: ndb/test/ndbapi/bank/bankMakeGL/bankMakeGL.cpp -> ndb/test/ndbapi/bankMakeGL.cpp
  20179.  
  20180.   ndb/test/ndbapi/bankCreator.cpp
  20181.     1.4 04/05/26 10:29:44 tomas@poseidon.(none) +0 -0
  20182.     Rename: ndb/test/ndbapi/bank/bankCreator/bankCreator.cpp -> ndb/test/ndbapi/bankCreator.cpp
  20183.  
  20184.   ndb/test/ndbapi/acid2.cpp
  20185.     1.4 04/05/26 10:29:44 tomas@poseidon.(none) +0 -0
  20186.     Rename: ndb/test/ndbapi/acid2/acid2.cpp -> ndb/test/ndbapi/acid2.cpp
  20187.  
  20188.   ndb/test/ndbapi/acid.cpp
  20189.     1.1.1.1 04/05/26 10:29:44 tomas@poseidon.(none) +0 -0
  20190.     Rename: ndb/test/ndbapi/acid/acid.cpp -> ndb/test/ndbapi/acid.cpp
  20191.  
  20192.   ndb/test/ndbapi/VerifyNdbApi.cpp
  20193.     1.2 04/05/26 10:29:44 tomas@poseidon.(none) +0 -0
  20194.     Rename: ndb/test/ndbapi/acid2/VerifyNdbApi.cpp -> ndb/test/ndbapi/VerifyNdbApi.cpp
  20195.  
  20196.   ndb/test/ndbapi/TraceNdbApi.cpp
  20197.     1.2 04/05/26 10:29:44 tomas@poseidon.(none) +0 -0
  20198.     Rename: ndb/test/ndbapi/acid2/TraceNdbApi.cpp -> ndb/test/ndbapi/TraceNdbApi.cpp
  20199.  
  20200.   ndb/test/tools/restart.cpp
  20201.     1.4 04/05/26 10:27:35 tomas@poseidon.(none) +0 -0
  20202.     Rename: ndb/test/tools/restart/restart.cpp -> ndb/test/tools/restart.cpp
  20203.  
  20204.   ndb/test/tools/hugoScanUpd.cpp
  20205.     1.4 04/05/26 10:27:35 tomas@poseidon.(none) +0 -0
  20206.     Rename: ndb/test/tools/hugoScanUpdate/hugoScanUpd.cpp -> ndb/test/tools/hugoScanUpd.cpp
  20207.  
  20208.   ndb/test/tools/hugoScanRead.cpp
  20209.     1.4 04/05/26 10:27:35 tomas@poseidon.(none) +0 -0
  20210.     Rename: ndb/test/tools/hugoScanRead/hugoScanRead.cpp -> ndb/test/tools/hugoScanRead.cpp
  20211.  
  20212.   ndb/test/tools/hugoPkUpd.cpp
  20213.     1.4 04/05/26 10:27:34 tomas@poseidon.(none) +0 -0
  20214.     Rename: ndb/test/tools/hugoPkUpdate/hugoPkUpd.cpp -> ndb/test/tools/hugoPkUpd.cpp
  20215.  
  20216.   ndb/test/tools/hugoPkReadRecord.cpp
  20217.     1.4 04/05/26 10:27:34 tomas@poseidon.(none) +0 -0
  20218.     Rename: ndb/test/tools/hugoPkReadRecord/hugoPkReadRecord.cpp -> ndb/test/tools/hugoPkReadRecord.cpp
  20219.  
  20220.   ndb/test/tools/hugoPkRead.cpp
  20221.     1.4 04/05/26 10:27:33 tomas@poseidon.(none) +0 -0
  20222.     Rename: ndb/test/tools/hugoPkRead/hugoPkRead.cpp -> ndb/test/tools/hugoPkRead.cpp
  20223.  
  20224.   ndb/test/tools/hugoPkDel.cpp
  20225.     1.4 04/05/26 10:27:33 tomas@poseidon.(none) +0 -0
  20226.     Rename: ndb/test/tools/hugoPkDelete/hugoPkDel.cpp -> ndb/test/tools/hugoPkDel.cpp
  20227.  
  20228.   ndb/test/tools/hugoLockRecords.cpp
  20229.     1.4 04/05/26 10:27:33 tomas@poseidon.(none) +0 -0
  20230.     Rename: ndb/test/tools/hugoLockRecords/hugoLockRecords.cpp -> ndb/test/tools/hugoLockRecords.cpp
  20231.  
  20232.   ndb/test/tools/hugoFill.cpp
  20233.     1.4 04/05/26 10:27:32 tomas@poseidon.(none) +0 -0
  20234.     Rename: ndb/test/tools/hugoFill/hugoFill.cpp -> ndb/test/tools/hugoFill.cpp
  20235.  
  20236.   ndb/test/tools/hugoLoad.cpp
  20237.     1.2 04/05/26 10:14:32 tomas@poseidon.(none) +0 -0
  20238.     Rename: ndb/test/tools/hugoLoad/hugoLoad.cpp -> ndb/test/tools/hugoLoad.cpp
  20239.  
  20240.   ndb/test/tools/hugoCalculator.cpp
  20241.     1.4 04/05/26 10:13:51 tomas@poseidon.(none) +0 -0
  20242.     Rename: ndb/test/tools/hugoCalculator/hugoCalculator.cpp -> ndb/test/tools/hugoCalculator.cpp
  20243.  
  20244. ChangeSet
  20245.   1.1616.421.10 04/05/26 12:04:39 joreland@mysql.com +1 -0
  20246.   New file
  20247.  
  20248.   ndb/src/mgmapi/mgmapi_configuration.cpp
  20249.     1.1 04/05/26 12:04:30 joreland@mysql.com +157 -0
  20250.  
  20251.   ndb/src/mgmapi/mgmapi_configuration.cpp
  20252.     1.0 04/05/26 12:04:30 joreland@mysql.com +0 -0
  20253.     BitKeeper file /home/jonas/src/jonas/ndb/src/mgmapi/mgmapi_configuration.cpp
  20254.  
  20255. ChangeSet
  20256.   1.1616.421.9 04/05/26 11:56:32 joreland@mysql.com +1 -0
  20257.   New makefile
  20258.  
  20259.   ndb/src/mgmapi/mgmapi_configuration.hpp
  20260.     1.1 04/05/26 11:56:26 joreland@mysql.com +32 -0
  20261.  
  20262.   ndb/src/mgmapi/mgmapi_configuration.hpp
  20263.     1.0 04/05/26 11:56:26 joreland@mysql.com +0 -0
  20264.     BitKeeper file /home/jonas/src/jonas/ndb/src/mgmapi/mgmapi_configuration.hpp
  20265.  
  20266. ChangeSet
  20267.   1.1616.421.8 04/05/26 11:53:58 joreland@mysql.com +1 -0
  20268.   New makefile
  20269.  
  20270.   ndb/src/common/util/testConfigValues/Makefile
  20271.     1.1 04/05/26 11:53:19 joreland@mysql.com +12 -0
  20272.  
  20273.   ndb/src/common/util/testConfigValues/Makefile
  20274.     1.0 04/05/26 11:53:19 joreland@mysql.com +0 -0
  20275.     BitKeeper file /home/jonas/src/jonas/ndb/src/common/util/testConfigValues/Makefile
  20276.  
  20277. ChangeSet
  20278.   1.1616.421.7 04/05/26 11:49:12 joreland@mysql.com +11 -0
  20279.   Added file(s)
  20280.  
  20281.   ndb/src/common/util/testConfigValues/testConfigValues.cpp
  20282.     1.1 04/05/26 11:49:10 joreland@mysql.com +122 -0
  20283.  
  20284.   ndb/src/common/util/testConfigValues/testConfigValues.cpp
  20285.     1.0 04/05/26 11:49:10 joreland@mysql.com +0 -0
  20286.     BitKeeper file /home/jonas/src/jonas/ndb/src/common/util/testConfigValues/testConfigValues.cpp
  20287.  
  20288.   ndb/src/common/util/ConfigValues.cpp
  20289.     1.1 04/05/26 11:49:09 joreland@mysql.com +743 -0
  20290.  
  20291.   ndb/src/common/debugger/signaldata/ReadNodesConf.cpp
  20292.     1.1 04/05/26 11:49:09 joreland@mysql.com +24 -0
  20293.  
  20294.   ndb/src/common/debugger/signaldata/CntrStart.cpp
  20295.     1.1 04/05/26 11:49:09 joreland@mysql.com +37 -0
  20296.  
  20297.   ndb/include/util/ConfigValues.hpp
  20298.     1.1 04/05/26 11:49:09 joreland@mysql.com +252 -0
  20299.  
  20300.   ndb/include/mgmapi/mgmapi_config_parameters_debug.h
  20301.     1.1 04/05/26 11:49:09 joreland@mysql.com +8 -0
  20302.  
  20303.   ndb/include/mgmapi/mgmapi_config_parameters.h
  20304.     1.1 04/05/26 11:49:09 joreland@mysql.com +142 -0
  20305.  
  20306.   ndb/include/kernel/signaldata/UpgradeStartup.hpp
  20307.     1.1 04/05/26 11:49:09 joreland@mysql.com +36 -0
  20308.  
  20309.   ndb/include/kernel/signaldata/ReadConfig.hpp
  20310.     1.1 04/05/26 11:49:09 joreland@mysql.com +24 -0
  20311.  
  20312.   ndb/src/common/util/ConfigValues.cpp
  20313.     1.0 04/05/26 11:49:09 joreland@mysql.com +0 -0
  20314.     BitKeeper file /home/jonas/src/jonas/ndb/src/common/util/ConfigValues.cpp
  20315.  
  20316.   ndb/src/common/debugger/signaldata/ReadNodesConf.cpp
  20317.     1.0 04/05/26 11:49:09 joreland@mysql.com +0 -0
  20318.     BitKeeper file /home/jonas/src/jonas/ndb/src/common/debugger/signaldata/ReadNodesConf.cpp
  20319.  
  20320.   ndb/src/common/debugger/signaldata/CntrStart.cpp
  20321.     1.0 04/05/26 11:49:09 joreland@mysql.com +0 -0
  20322.     BitKeeper file /home/jonas/src/jonas/ndb/src/common/debugger/signaldata/CntrStart.cpp
  20323.  
  20324.   ndb/include/util/ConfigValues.hpp
  20325.     1.0 04/05/26 11:49:09 joreland@mysql.com +0 -0
  20326.     BitKeeper file /home/jonas/src/jonas/ndb/include/util/ConfigValues.hpp
  20327.  
  20328.   ndb/include/mgmapi/mgmapi_config_parameters_debug.h
  20329.     1.0 04/05/26 11:49:09 joreland@mysql.com +0 -0
  20330.     BitKeeper file /home/jonas/src/jonas/ndb/include/mgmapi/mgmapi_config_parameters_debug.h
  20331.  
  20332.   ndb/include/mgmapi/mgmapi_config_parameters.h
  20333.     1.0 04/05/26 11:49:09 joreland@mysql.com +0 -0
  20334.     BitKeeper file /home/jonas/src/jonas/ndb/include/mgmapi/mgmapi_config_parameters.h
  20335.  
  20336.   ndb/include/kernel/signaldata/UpgradeStartup.hpp
  20337.     1.0 04/05/26 11:49:09 joreland@mysql.com +0 -0
  20338.     BitKeeper file /home/jonas/src/jonas/ndb/include/kernel/signaldata/UpgradeStartup.hpp
  20339.  
  20340.   ndb/include/kernel/signaldata/ReadConfig.hpp
  20341.     1.0 04/05/26 11:49:09 joreland@mysql.com +0 -0
  20342.     BitKeeper file /home/jonas/src/jonas/ndb/include/kernel/signaldata/ReadConfig.hpp
  20343.  
  20344.   ndb/include/kernel/signaldata/CntrStart.hpp
  20345.     1.1 04/05/26 11:49:08 joreland@mysql.com +69 -0
  20346.  
  20347.   ndb/include/kernel/kernel_config_parameters.h
  20348.     1.1 04/05/26 11:49:08 joreland@mysql.com +56 -0
  20349.  
  20350.   ndb/include/kernel/signaldata/CntrStart.hpp
  20351.     1.0 04/05/26 11:49:08 joreland@mysql.com +0 -0
  20352.     BitKeeper file /home/jonas/src/jonas/ndb/include/kernel/signaldata/CntrStart.hpp
  20353.  
  20354.   ndb/include/kernel/kernel_config_parameters.h
  20355.     1.0 04/05/26 11:49:08 joreland@mysql.com +0 -0
  20356.     BitKeeper file /home/jonas/src/jonas/ndb/include/kernel/kernel_config_parameters.h
  20357.  
  20358. ChangeSet
  20359.   1.1616.421.6 04/05/26 10:56:32 joreland@mysql.com +118 -0
  20360.   WL1371 - Cleanup configuration handling
  20361.   WL1356 - Discless db node
  20362.   WL1357 - sp 1-2
  20363.  
  20364.   ndb/test/src/NdbRestarter.cpp
  20365.     1.5 04/05/26 10:55:44 joreland@mysql.com +12 -1
  20366.     WL1371 - Cleanup configuration handling
  20367.     WL1356 - Discless db node
  20368.     WL1357 - sp 1-2
  20369.  
  20370.   ndb/test/src/NdbConfig.cpp
  20371.     1.5 04/05/26 10:55:44 joreland@mysql.com +27 -104
  20372.     WL1371 - Cleanup configuration handling
  20373.     WL1356 - Discless db node
  20374.     WL1357 - sp 1-2
  20375.  
  20376.   ndb/test/src/NdbBackup.cpp
  20377.     1.5 04/05/26 10:55:44 joreland@mysql.com +12 -13
  20378.     WL1371 - Cleanup configuration handling
  20379.     WL1356 - Discless db node
  20380.     WL1357 - sp 1-2
  20381.  
  20382.   ndb/test/src/Makefile
  20383.     1.1.1.1 04/05/26 10:55:44 joreland@mysql.com +5 -3
  20384.     WL1371 - Cleanup configuration handling
  20385.     WL1356 - Discless db node
  20386.     WL1357 - sp 1-2
  20387.  
  20388.   ndb/test/ndbapi/testTimeout/testTimeout.cpp
  20389.     1.2 04/05/26 10:55:44 joreland@mysql.com +6 -6
  20390.     WL1371 - Cleanup configuration handling
  20391.     WL1356 - Discless db node
  20392.     WL1357 - sp 1-2
  20393.  
  20394.   ndb/test/ndbapi/testSystemRestart/testSystemRestart.cpp
  20395.     1.2 04/05/26 10:55:44 joreland@mysql.com +245 -2
  20396.     WL1371 - Cleanup configuration handling
  20397.     WL1356 - Discless db node
  20398.     WL1357 - sp 1-2
  20399.  
  20400.   ndb/test/ndbapi/testDict/testDict.cpp
  20401.     1.3 04/05/26 10:55:44 joreland@mysql.com +3 -3
  20402.     WL1371 - Cleanup configuration handling
  20403.     WL1356 - Discless db node
  20404.     WL1357 - sp 1-2
  20405.  
  20406.   ndb/test/include/NdbRestarter.hpp
  20407.     1.2 04/05/26 10:55:44 joreland@mysql.com +3 -1
  20408.     WL1371 - Cleanup configuration handling
  20409.     WL1356 - Discless db node
  20410.     WL1357 - sp 1-2
  20411.  
  20412.   ndb/test/include/NdbConfig.hpp
  20413.     1.2 04/05/26 10:55:44 joreland@mysql.com +6 -13
  20414.     WL1371 - Cleanup configuration handling
  20415.     WL1356 - Discless db node
  20416.     WL1357 - sp 1-2
  20417.  
  20418.   ndb/src/rep/transfer/TransSS.cpp
  20419.     1.5 04/05/26 10:55:44 joreland@mysql.com +3 -0
  20420.     WL1371 - Cleanup configuration handling
  20421.     WL1356 - Discless db node
  20422.     WL1357 - sp 1-2
  20423.  
  20424.   ndb/src/rep/transfer/TransPS.cpp
  20425.     1.5 04/05/26 10:55:44 joreland@mysql.com +3 -0
  20426.     WL1371 - Cleanup configuration handling
  20427.     WL1356 - Discless db node
  20428.     WL1357 - sp 1-2
  20429.  
  20430.   ndb/src/rep/state/RepState.hpp
  20431.     1.2 04/05/26 10:55:44 joreland@mysql.com +1 -0
  20432.     WL1371 - Cleanup configuration handling
  20433.     WL1356 - Discless db node
  20434.     WL1357 - sp 1-2
  20435.  
  20436.   ndb/src/rep/adapters/ExtNDB.cpp
  20437.     1.5 04/05/26 10:55:44 joreland@mysql.com +13 -8
  20438.     WL1371 - Cleanup configuration handling
  20439.     WL1356 - Discless db node
  20440.     WL1357 - sp 1-2
  20441.  
  20442.   ndb/src/ndbapi/signal-sender/SignalSender.cpp
  20443.     1.4 04/05/26 10:55:44 joreland@mysql.com +1 -1
  20444.     WL1371 - Cleanup configuration handling
  20445.     WL1356 - Discless db node
  20446.     WL1357 - sp 1-2
  20447.  
  20448.   ndb/src/ndbapi/TransporterFacade.hpp
  20449.     1.1.1.1 04/05/26 10:55:44 joreland@mysql.com +9 -6
  20450.     WL1371 - Cleanup configuration handling
  20451.     WL1356 - Discless db node
  20452.     WL1357 - sp 1-2
  20453.  
  20454.   ndb/src/ndbapi/TransporterFacade.cpp
  20455.     1.4.1.1 04/05/26 10:55:44 joreland@mysql.com +62 -55
  20456.     WL1371 - Cleanup configuration handling
  20457.     WL1356 - Discless db node
  20458.     WL1357 - sp 1-2
  20459.  
  20460.   ndb/src/ndbapi/Ndbinit.cpp
  20461.     1.2.2.1 04/05/26 10:55:44 joreland@mysql.com +1 -1
  20462.     WL1371 - Cleanup configuration handling
  20463.     WL1356 - Discless db node
  20464.     WL1357 - sp 1-2
  20465.  
  20466.   ndb/src/ndbapi/Ndbif.cpp
  20467.     1.3.1.1 04/05/26 10:55:44 joreland@mysql.com +1 -1
  20468.     WL1371 - Cleanup configuration handling
  20469.     WL1356 - Discless db node
  20470.     WL1357 - sp 1-2
  20471.  
  20472.   ndb/src/ndbapi/Ndb.cpp
  20473.     1.7.1.1 04/05/26 10:55:44 joreland@mysql.com +13 -0
  20474.     WL1371 - Cleanup configuration handling
  20475.     WL1356 - Discless db node
  20476.     WL1357 - sp 1-2
  20477.  
  20478.   ndb/src/ndbapi/Makefile
  20479.     1.5.1.1 04/05/26 10:55:44 joreland@mysql.com +4 -1
  20480.     WL1371 - Cleanup configuration handling
  20481.     WL1356 - Discless db node
  20482.     WL1357 - sp 1-2
  20483.  
  20484.   ndb/src/ndbapi/ClusterMgr.hpp
  20485.     1.2 04/05/26 10:55:44 joreland@mysql.com +2 -2
  20486.     WL1371 - Cleanup configuration handling
  20487.     WL1356 - Discless db node
  20488.     WL1357 - sp 1-2
  20489.  
  20490.   ndb/src/ndbapi/ClusterMgr.cpp
  20491.     1.5.1.1 04/05/26 10:55:44 joreland@mysql.com +73 -50
  20492.     WL1371 - Cleanup configuration handling
  20493.     WL1356 - Discless db node
  20494.     WL1357 - sp 1-2
  20495.  
  20496.   ndb/src/mgmsrv/mkconfig/mkconfig.cpp
  20497.     1.5 04/05/26 10:55:44 joreland@mysql.com +8 -12
  20498.     WL1371 - Cleanup configuration handling
  20499.     WL1356 - Discless db node
  20500.     WL1357 - sp 1-2
  20501.  
  20502.   ndb/src/mgmsrv/mkconfig/Makefile
  20503.     1.2 04/05/26 10:55:44 joreland@mysql.com +2 -3
  20504.     WL1371 - Cleanup configuration handling
  20505.     WL1356 - Discless db node
  20506.     WL1357 - sp 1-2
  20507.  
  20508.   ndb/src/mgmsrv/main.cpp
  20509.     1.4 04/05/26 10:55:44 joreland@mysql.com +39 -18
  20510.     WL1371 - Cleanup configuration handling
  20511.     WL1356 - Discless db node
  20512.     WL1357 - sp 1-2
  20513.  
  20514.   ndb/src/mgmsrv/Services.cpp
  20515.     1.2 04/05/26 10:55:44 joreland@mysql.com +124 -60
  20516.     WL1371 - Cleanup configuration handling
  20517.     WL1356 - Discless db node
  20518.     WL1357 - sp 1-2
  20519.  
  20520.   ndb/src/mgmsrv/MgmtSrvrConfig.cpp
  20521.     1.2 04/05/26 10:55:44 joreland@mysql.com +13 -14
  20522.     WL1371 - Cleanup configuration handling
  20523.     WL1356 - Discless db node
  20524.     WL1357 - sp 1-2
  20525.  
  20526.   ndb/src/mgmsrv/MgmtSrvr.hpp
  20527.     1.4 04/05/26 10:55:44 joreland@mysql.com +7 -5
  20528.     WL1371 - Cleanup configuration handling
  20529.     WL1356 - Discless db node
  20530.     WL1357 - sp 1-2
  20531.  
  20532.   ndb/src/mgmsrv/MgmtSrvr.cpp
  20533.     1.4.1.1 04/05/26 10:55:44 joreland@mysql.com +93 -62
  20534.     WL1371 - Cleanup configuration handling
  20535.     WL1356 - Discless db node
  20536.     WL1357 - sp 1-2
  20537.  
  20538.   ndb/src/mgmsrv/Makefile
  20539.     1.2.1.1 04/05/26 10:55:44 joreland@mysql.com +3 -2
  20540.     WL1371 - Cleanup configuration handling
  20541.     WL1356 - Discless db node
  20542.     WL1357 - sp 1-2
  20543.  
  20544.   ndb/src/mgmsrv/CommandInterpreter.cpp
  20545.     1.4 04/05/26 10:55:44 joreland@mysql.com +5 -4
  20546.     WL1371 - Cleanup configuration handling
  20547.     WL1356 - Discless db node
  20548.     WL1357 - sp 1-2
  20549.  
  20550.   ndb/src/mgmclient/Makefile
  20551.     1.1.1.1 04/05/26 10:55:44 joreland@mysql.com +1 -1
  20552.     WL1371 - Cleanup configuration handling
  20553.     WL1356 - Discless db node
  20554.     WL1357 - sp 1-2
  20555.  
  20556.   ndb/src/mgmapi/test/keso.c
  20557.     1.5 04/05/26 10:55:44 joreland@mysql.com +14 -0
  20558.     WL1371 - Cleanup configuration handling
  20559.     WL1356 - Discless db node
  20560.     WL1357 - sp 1-2
  20561.  
  20562.   ndb/src/mgmapi/mgmapi.cpp
  20563.     1.4 04/05/26 10:55:44 joreland@mysql.com +124 -24
  20564.     WL1371 - Cleanup configuration handling
  20565.     WL1356 - Discless db node
  20566.     WL1357 - sp 1-2
  20567.  
  20568.   ndb/src/mgmapi/Makefile
  20569.     1.2.1.1 04/05/26 10:55:44 joreland@mysql.com +1 -1
  20570.     WL1371 - Cleanup configuration handling
  20571.     WL1356 - Discless db node
  20572.     WL1357 - sp 1-2
  20573.  
  20574.   ndb/src/kernel/vm/testLongSig/testLongSig.cpp
  20575.     1.5 04/05/26 10:55:44 joreland@mysql.com +37 -3
  20576.     WL1371 - Cleanup configuration handling
  20577.     WL1356 - Discless db node
  20578.     WL1357 - sp 1-2
  20579.  
  20580.   ndb/src/kernel/vm/pc.hpp
  20581.     1.2 04/05/26 10:55:44 joreland@mysql.com +0 -6
  20582.     WL1371 - Cleanup configuration handling
  20583.     WL1356 - Discless db node
  20584.     WL1357 - sp 1-2
  20585.  
  20586.   ndb/src/kernel/vm/VMSignal.hpp
  20587.     1.4 04/05/26 10:55:44 joreland@mysql.com +9 -0
  20588.     WL1371 - Cleanup configuration handling
  20589.     WL1356 - Discless db node
  20590.     WL1357 - sp 1-2
  20591.  
  20592.   ndb/src/kernel/vm/TransporterCallback.cpp
  20593.     1.4 04/05/26 10:55:43 joreland@mysql.com +7 -0
  20594.     WL1371 - Cleanup configuration handling
  20595.     WL1356 - Discless db node
  20596.     WL1357 - sp 1-2
  20597.  
  20598.   ndb/src/kernel/vm/SimulatedBlock.hpp
  20599.     1.2 04/05/26 10:55:43 joreland@mysql.com +14 -1
  20600.     WL1371 - Cleanup configuration handling
  20601.     WL1356 - Discless db node
  20602.     WL1357 - sp 1-2
  20603.  
  20604.   ndb/src/kernel/vm/SimulatedBlock.cpp
  20605.     1.5 04/05/26 10:55:43 joreland@mysql.com +53 -6
  20606.     WL1371 - Cleanup configuration handling
  20607.     WL1356 - Discless db node
  20608.     WL1357 - sp 1-2
  20609.  
  20610.   ndb/src/kernel/vm/SignalCounter.hpp
  20611.     1.3 04/05/26 10:55:43 joreland@mysql.com +2 -0
  20612.     WL1371 - Cleanup configuration handling
  20613.     WL1356 - Discless db node
  20614.     WL1357 - sp 1-2
  20615.  
  20616.   ndb/src/kernel/vm/Makefile
  20617.     1.1.1.1 04/05/26 10:55:43 joreland@mysql.com +3 -2
  20618.     WL1371 - Cleanup configuration handling
  20619.     WL1356 - Discless db node
  20620.     WL1357 - sp 1-2
  20621.  
  20622.   ndb/src/kernel/vm/FastScheduler.hpp
  20623.     1.2 04/05/26 10:55:43 joreland@mysql.com +3 -11
  20624.     WL1371 - Cleanup configuration handling
  20625.     WL1356 - Discless db node
  20626.     WL1357 - sp 1-2
  20627.  
  20628.   ndb/src/kernel/vm/FastScheduler.cpp
  20629.     1.2 04/05/26 10:55:43 joreland@mysql.com +9 -5
  20630.     WL1371 - Cleanup configuration handling
  20631.     WL1356 - Discless db node
  20632.     WL1357 - sp 1-2
  20633.  
  20634.   ndb/src/kernel/vm/Configuration.hpp
  20635.     1.3 04/05/26 10:55:43 joreland@mysql.com +16 -12
  20636.     WL1371 - Cleanup configuration handling
  20637.     WL1356 - Discless db node
  20638.     WL1357 - sp 1-2
  20639.  
  20640.   ndb/src/kernel/vm/Configuration.cpp
  20641.     1.5 04/05/26 10:55:43 joreland@mysql.com +383 -56
  20642.     WL1371 - Cleanup configuration handling
  20643.     WL1356 - Discless db node
  20644.     WL1357 - sp 1-2
  20645.  
  20646.   ndb/src/kernel/ndb-main/SimBlockList.cpp
  20647.     1.2 04/05/26 10:55:43 joreland@mysql.com +13 -2
  20648.     WL1371 - Cleanup configuration handling
  20649.     WL1356 - Discless db node
  20650.     WL1357 - sp 1-2
  20651.  
  20652.   ndb/src/kernel/ndb-main/Makefile
  20653.     1.1.1.1 04/05/26 10:55:43 joreland@mysql.com +1 -1
  20654.     WL1371 - Cleanup configuration handling
  20655.     WL1356 - Discless db node
  20656.     WL1357 - sp 1-2
  20657.  
  20658.   ndb/src/kernel/ndb-main/Main.cpp
  20659.     1.12 04/05/26 10:55:43 joreland@mysql.com +2 -6
  20660.     WL1371 - Cleanup configuration handling
  20661.     WL1356 - Discless db node
  20662.     WL1357 - sp 1-2
  20663.  
  20664.   ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
  20665.     1.2 04/05/26 10:55:43 joreland@mysql.com +589 -1226
  20666.     WL1371 - Cleanup configuration handling
  20667.     WL1356 - Discless db node
  20668.     WL1357 - sp 1-2
  20669.  
  20670.   ndb/src/kernel/blocks/qmgr/QmgrInit.cpp
  20671.     1.2 04/05/26 10:55:43 joreland@mysql.com +5 -17
  20672.     WL1371 - Cleanup configuration handling
  20673.     WL1356 - Discless db node
  20674.     WL1357 - sp 1-2
  20675.  
  20676.   ndb/src/kernel/blocks/qmgr/Qmgr.hpp
  20677.     1.2 04/05/26 10:55:43 joreland@mysql.com +40 -136
  20678.     WL1371 - Cleanup configuration handling
  20679.     WL1356 - Discless db node
  20680.     WL1357 - sp 1-2
  20681.  
  20682.   ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
  20683.     1.5 04/05/26 10:55:43 joreland@mysql.com +3 -2
  20684.     WL1371 - Cleanup configuration handling
  20685.     WL1356 - Discless db node
  20686.     WL1357 - sp 1-2
  20687.  
  20688.   ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp
  20689.     1.3 04/05/26 10:55:43 joreland@mysql.com +798 -1539
  20690.     WL1371 - Cleanup configuration handling
  20691.     WL1356 - Discless db node
  20692.     WL1357 - sp 1-2
  20693.  
  20694.   ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp
  20695.     1.2 04/05/26 10:55:43 joreland@mysql.com +8 -17
  20696.     WL1371 - Cleanup configuration handling
  20697.     WL1356 - Discless db node
  20698.     WL1357 - sp 1-2
  20699.  
  20700.   ndb/src/kernel/blocks/ndbcntr/Ndbcntr.hpp
  20701.     1.2 04/05/26 10:55:43 joreland@mysql.com +57 -194
  20702.     WL1371 - Cleanup configuration handling
  20703.     WL1356 - Discless db node
  20704.     WL1357 - sp 1-2
  20705.  
  20706.   ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp
  20707.     1.2 04/05/26 10:55:43 joreland@mysql.com +30 -10
  20708.     WL1371 - Cleanup configuration handling
  20709.     WL1356 - Discless db node
  20710.     WL1357 - sp 1-2
  20711.  
  20712.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  20713.     1.5 04/05/26 10:55:43 joreland@mysql.com +1 -2
  20714.     WL1371 - Cleanup configuration handling
  20715.     WL1356 - Discless db node
  20716.     WL1357 - sp 1-2
  20717.  
  20718.   ndb/src/kernel/blocks/dbtup/DbtupGen.cpp
  20719.     1.2 04/05/26 10:55:43 joreland@mysql.com +55 -43
  20720.     WL1371 - Cleanup configuration handling
  20721.     WL1356 - Discless db node
  20722.     WL1357 - sp 1-2
  20723.  
  20724.   ndb/src/kernel/blocks/dbtup/Dbtup.hpp
  20725.     1.2 04/05/26 10:55:43 joreland@mysql.com +2 -2
  20726.     WL1371 - Cleanup configuration handling
  20727.     WL1356 - Discless db node
  20728.     WL1357 - sp 1-2
  20729.  
  20730.   ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
  20731.     1.3 04/05/26 10:55:43 joreland@mysql.com +64 -47
  20732.     WL1371 - Cleanup configuration handling
  20733.     WL1356 - Discless db node
  20734.     WL1357 - sp 1-2
  20735.  
  20736.   ndb/src/kernel/blocks/dbtc/DbtcInit.cpp
  20737.     1.3 04/05/26 10:55:43 joreland@mysql.com +13 -8
  20738.     WL1371 - Cleanup configuration handling
  20739.     WL1356 - Discless db node
  20740.     WL1357 - sp 1-2
  20741.  
  20742.   ndb/src/kernel/blocks/dbtc/Dbtc.hpp
  20743.     1.3 04/05/26 10:55:43 joreland@mysql.com +2 -5
  20744.     WL1371 - Cleanup configuration handling
  20745.     WL1356 - Discless db node
  20746.     WL1357 - sp 1-2
  20747.  
  20748.   ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
  20749.     1.3 04/05/26 10:55:43 joreland@mysql.com +46 -61
  20750.     WL1371 - Cleanup configuration handling
  20751.     WL1356 - Discless db node
  20752.     WL1357 - sp 1-2
  20753.  
  20754.   ndb/src/kernel/blocks/dblqh/DblqhInit.cpp
  20755.     1.3 04/05/26 10:55:43 joreland@mysql.com +1 -1
  20756.     WL1371 - Cleanup configuration handling
  20757.     WL1356 - Discless db node
  20758.     WL1357 - sp 1-2
  20759.  
  20760.   ndb/src/kernel/blocks/dblqh/Dblqh.hpp
  20761.     1.3 04/05/26 10:55:43 joreland@mysql.com +2 -4
  20762.     WL1371 - Cleanup configuration handling
  20763.     WL1356 - Discless db node
  20764.     WL1357 - sp 1-2
  20765.  
  20766.   ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
  20767.     1.2 04/05/26 10:55:42 joreland@mysql.com +117 -82
  20768.     WL1371 - Cleanup configuration handling
  20769.     WL1356 - Discless db node
  20770.     WL1357 - sp 1-2
  20771.  
  20772.   ndb/src/kernel/blocks/dbdih/DbdihInit.cpp
  20773.     1.2 04/05/26 10:55:42 joreland@mysql.com +1 -2
  20774.     WL1371 - Cleanup configuration handling
  20775.     WL1356 - Discless db node
  20776.     WL1357 - sp 1-2
  20777.  
  20778.   ndb/src/kernel/blocks/dbdih/Dbdih.hpp
  20779.     1.2 04/05/26 10:55:42 joreland@mysql.com +3 -5
  20780.     WL1371 - Cleanup configuration handling
  20781.     WL1356 - Discless db node
  20782.     WL1357 - sp 1-2
  20783.  
  20784.   ndb/src/kernel/blocks/dbdict/Dbdict.hpp
  20785.     1.3 04/05/26 10:55:42 joreland@mysql.com +1 -1
  20786.     WL1371 - Cleanup configuration handling
  20787.     WL1356 - Discless db node
  20788.     WL1357 - sp 1-2
  20789.  
  20790.   ndb/src/kernel/blocks/dbdict/Dbdict.cpp
  20791.     1.5 04/05/26 10:55:42 joreland@mysql.com +33 -19
  20792.     WL1371 - Cleanup configuration handling
  20793.     WL1356 - Discless db node
  20794.     WL1357 - sp 1-2
  20795.  
  20796.   ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
  20797.     1.2 04/05/26 10:55:42 joreland@mysql.com +49 -64
  20798.     WL1371 - Cleanup configuration handling
  20799.     WL1356 - Discless db node
  20800.     WL1357 - sp 1-2
  20801.  
  20802.   ndb/src/kernel/blocks/dbacc/DbaccInit.cpp
  20803.     1.2 04/05/26 10:55:42 joreland@mysql.com +1 -1
  20804.     WL1371 - Cleanup configuration handling
  20805.     WL1356 - Discless db node
  20806.     WL1357 - sp 1-2
  20807.  
  20808.   ndb/src/kernel/blocks/dbacc/Dbacc.hpp
  20809.     1.2 04/05/26 10:55:42 joreland@mysql.com +2 -3
  20810.     WL1371 - Cleanup configuration handling
  20811.     WL1356 - Discless db node
  20812.     WL1357 - sp 1-2
  20813.  
  20814.   ndb/src/kernel/blocks/cmvmi/Cmvmi.hpp
  20815.     1.2 04/05/26 10:55:42 joreland@mysql.com +3 -10
  20816.     WL1371 - Cleanup configuration handling
  20817.     WL1356 - Discless db node
  20818.     WL1357 - sp 1-2
  20819.  
  20820.   ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp
  20821.     1.3 04/05/26 10:55:42 joreland@mysql.com +123 -263
  20822.     WL1371 - Cleanup configuration handling
  20823.     WL1356 - Discless db node
  20824.     WL1357 - sp 1-2
  20825.  
  20826.   ndb/src/kernel/blocks/backup/BackupInit.cpp
  20827.     1.2 04/05/26 10:55:42 joreland@mysql.com +9 -9
  20828.     WL1371 - Cleanup configuration handling
  20829.     WL1356 - Discless db node
  20830.     WL1357 - sp 1-2
  20831.  
  20832.   ndb/src/kernel/blocks/Start.txt
  20833.     1.2 04/05/26 10:55:42 joreland@mysql.com +17 -17
  20834.     WL1371 - Cleanup configuration handling
  20835.     WL1356 - Discless db node
  20836.     WL1357 - sp 1-2
  20837.  
  20838.   ndb/src/kernel/blocks/ERROR_codes.txt
  20839.     1.3 04/05/26 10:55:42 joreland@mysql.com +4 -5
  20840.     WL1371 - Cleanup configuration handling
  20841.     WL1356 - Discless db node
  20842.     WL1357 - sp 1-2
  20843.  
  20844.   ndb/src/kernel/Makefile
  20845.     1.1.1.1 04/05/26 10:55:42 joreland@mysql.com +1 -1
  20846.     WL1371 - Cleanup configuration handling
  20847.     WL1356 - Discless db node
  20848.     WL1357 - sp 1-2
  20849.  
  20850.   ndb/src/common/util/testProperties/testProperties.cpp
  20851.     1.4 04/05/26 10:55:42 joreland@mysql.com +2 -9
  20852.     WL1371 - Cleanup configuration handling
  20853.     WL1356 - Discless db node
  20854.     WL1357 - sp 1-2
  20855.  
  20856.   ndb/src/common/util/testProperties/Makefile
  20857.     1.2 04/05/26 10:55:42 joreland@mysql.com +1 -4
  20858.     WL1371 - Cleanup configuration handling
  20859.     WL1356 - Discless db node
  20860.     WL1357 - sp 1-2
  20861.  
  20862.   ndb/src/common/util/socket_io.cpp
  20863.     1.4 04/05/26 10:55:42 joreland@mysql.com +3 -3
  20864.     WL1371 - Cleanup configuration handling
  20865.     WL1356 - Discless db node
  20866.     WL1357 - sp 1-2
  20867.  
  20868.   ndb/src/common/util/Properties.cpp
  20869.     1.5 04/05/26 10:55:42 joreland@mysql.com +114 -8
  20870.     WL1371 - Cleanup configuration handling
  20871.     WL1356 - Discless db node
  20872.     WL1357 - sp 1-2
  20873.  
  20874.   ndb/src/common/util/Makefile
  20875.     1.4.1.1 04/05/26 10:55:42 joreland@mysql.com +2 -2
  20876.     WL1371 - Cleanup configuration handling
  20877.     WL1356 - Discless db node
  20878.     WL1357 - sp 1-2
  20879.  
  20880.   ndb/src/common/util/Base64.cpp
  20881.     1.4 04/05/26 10:55:42 joreland@mysql.com +129 -32
  20882.     WL1371 - Cleanup configuration handling
  20883.     WL1356 - Discless db node
  20884.     WL1357 - sp 1-2
  20885.  
  20886.   ndb/src/common/mgmcommon/printConfig/printConfig.cpp
  20887.     1.4 04/05/26 10:55:42 joreland@mysql.com +5 -6
  20888.     WL1371 - Cleanup configuration handling
  20889.     WL1356 - Discless db node
  20890.     WL1357 - sp 1-2
  20891.  
  20892.   ndb/src/common/mgmcommon/printConfig/Makefile
  20893.     1.2 04/05/26 10:55:42 joreland@mysql.com +4 -2
  20894.     WL1371 - Cleanup configuration handling
  20895.     WL1356 - Discless db node
  20896.     WL1357 - sp 1-2
  20897.  
  20898.   ndb/src/common/mgmcommon/Makefile
  20899.     1.1.1.1 04/05/26 10:55:42 joreland@mysql.com +3 -0
  20900.     WL1371 - Cleanup configuration handling
  20901.     WL1356 - Discless db node
  20902.     WL1357 - sp 1-2
  20903.  
  20904.   ndb/src/common/mgmcommon/InitConfigFileParser.hpp
  20905.     1.4 04/05/26 10:55:42 joreland@mysql.com +30 -47
  20906.     WL1371 - Cleanup configuration handling
  20907.     WL1356 - Discless db node
  20908.     WL1357 - sp 1-2
  20909.  
  20910.   ndb/src/common/mgmcommon/InitConfigFileParser.cpp
  20911.     1.4 04/05/26 10:55:42 joreland@mysql.com +90 -69
  20912.     WL1371 - Cleanup configuration handling
  20913.     WL1356 - Discless db node
  20914.     WL1357 - sp 1-2
  20915.  
  20916.   ndb/src/common/mgmcommon/IPCConfig.cpp
  20917.     1.2 04/05/26 10:55:42 joreland@mysql.com +159 -0
  20918.     WL1371 - Cleanup configuration handling
  20919.     WL1356 - Discless db node
  20920.     WL1357 - sp 1-2
  20921.  
  20922.   ndb/src/common/mgmcommon/ConfigRetriever.cpp
  20923.     1.5 04/05/26 10:55:42 joreland@mysql.com +124 -262
  20924.     WL1371 - Cleanup configuration handling
  20925.     WL1356 - Discless db node
  20926.     WL1357 - sp 1-2
  20927.  
  20928.   ndb/src/common/mgmcommon/ConfigInfo.hpp
  20929.     1.2 04/05/26 10:55:42 joreland@mysql.com +16 -17
  20930.     WL1371 - Cleanup configuration handling
  20931.     WL1356 - Discless db node
  20932.     WL1357 - sp 1-2
  20933.  
  20934.   ndb/src/common/mgmcommon/ConfigInfo.cpp
  20935.     1.2 04/05/26 10:55:42 joreland@mysql.com +2186 -1688
  20936.     WL1371 - Cleanup configuration handling
  20937.     WL1356 - Discless db node
  20938.     WL1357 - sp 1-2
  20939.  
  20940.   ndb/src/common/mgmcommon/Config.hpp
  20941.     1.4 04/05/26 10:55:42 joreland@mysql.com +15 -7
  20942.     WL1371 - Cleanup configuration handling
  20943.     WL1356 - Discless db node
  20944.     WL1357 - sp 1-2
  20945.  
  20946.   ndb/src/common/mgmcommon/Config.cpp
  20947.     1.2 04/05/26 10:55:42 joreland@mysql.com +35 -24
  20948.     WL1371 - Cleanup configuration handling
  20949.     WL1356 - Discless db node
  20950.     WL1357 - sp 1-2
  20951.  
  20952.   ndb/src/common/debugger/signaldata/SignalNames.cpp
  20953.     1.2 04/05/26 10:55:42 joreland@mysql.com +7 -29
  20954.     WL1371 - Cleanup configuration handling
  20955.     WL1356 - Discless db node
  20956.     WL1357 - sp 1-2
  20957.  
  20958.   ndb/src/common/debugger/signaldata/SignalDataPrint.cpp
  20959.     1.2 04/05/26 10:55:42 joreland@mysql.com +8 -0
  20960.     WL1371 - Cleanup configuration handling
  20961.     WL1356 - Discless db node
  20962.     WL1357 - sp 1-2
  20963.  
  20964.   ndb/src/common/debugger/signaldata/Makefile
  20965.     1.1.1.1 04/05/26 10:55:42 joreland@mysql.com +1 -0
  20966.     WL1371 - Cleanup configuration handling
  20967.     WL1356 - Discless db node
  20968.     WL1357 - sp 1-2
  20969.  
  20970.   ndb/src/common/debugger/LogLevel.cpp
  20971.     1.2 04/05/26 10:55:42 joreland@mysql.com +10 -9
  20972.     WL1371 - Cleanup configuration handling
  20973.     WL1356 - Discless db node
  20974.     WL1357 - sp 1-2
  20975.  
  20976.   ndb/include/util/UtilBuffer.hpp
  20977.     1.4 04/05/26 10:55:42 joreland@mysql.com +9 -0
  20978.     WL1371 - Cleanup configuration handling
  20979.     WL1356 - Discless db node
  20980.     WL1357 - sp 1-2
  20981.  
  20982.   ndb/include/util/Properties.hpp
  20983.     1.4 04/05/26 10:55:42 joreland@mysql.com +12 -5
  20984.     WL1371 - Cleanup configuration handling
  20985.     WL1356 - Discless db node
  20986.     WL1357 - sp 1-2
  20987.  
  20988.   ndb/include/util/Bitmask.hpp
  20989.     1.6 04/05/26 10:55:42 joreland@mysql.com +15 -12
  20990.     WL1371 - Cleanup configuration handling
  20991.     WL1356 - Discless db node
  20992.     WL1357 - sp 1-2
  20993.  
  20994.   ndb/include/util/Base64.hpp
  20995.     1.2 04/05/26 10:55:41 joreland@mysql.com +3 -2
  20996.     WL1371 - Cleanup configuration handling
  20997.     WL1356 - Discless db node
  20998.     WL1357 - sp 1-2
  20999.  
  21000.   ndb/include/mgmcommon/IPCConfig.hpp
  21001.     1.2 04/05/26 10:55:41 joreland@mysql.com +4 -0
  21002.     WL1371 - Cleanup configuration handling
  21003.     WL1356 - Discless db node
  21004.     WL1357 - sp 1-2
  21005.  
  21006.   ndb/include/mgmcommon/ConfigRetriever.hpp
  21007.     1.2 04/05/26 10:55:41 joreland@mysql.com +13 -19
  21008.     WL1371 - Cleanup configuration handling
  21009.     WL1356 - Discless db node
  21010.     WL1357 - sp 1-2
  21011.  
  21012.   ndb/include/mgmapi/mgmapi.h
  21013.     1.3 04/05/26 10:55:41 joreland@mysql.com +34 -1
  21014.     WL1371 - Cleanup configuration handling
  21015.     WL1356 - Discless db node
  21016.     WL1357 - sp 1-2
  21017.  
  21018.   ndb/include/kernel/signaldata/SetLogLevelOrd.hpp
  21019.     1.2 04/05/26 10:55:41 joreland@mysql.com +1 -0
  21020.     WL1371 - Cleanup configuration handling
  21021.     WL1356 - Discless db node
  21022.     WL1357 - sp 1-2
  21023.  
  21024.   ndb/include/kernel/signaldata/ReadNodesConf.hpp
  21025.     1.2 04/05/26 10:55:41 joreland@mysql.com +12 -36
  21026.     WL1371 - Cleanup configuration handling
  21027.     WL1356 - Discless db node
  21028.     WL1357 - sp 1-2
  21029.  
  21030.   ndb/include/kernel/signaldata/FsOpenReq.hpp
  21031.     1.2 04/05/26 10:55:41 joreland@mysql.com +1 -0
  21032.     WL1371 - Cleanup configuration handling
  21033.     WL1356 - Discless db node
  21034.     WL1357 - sp 1-2
  21035.  
  21036.   ndb/include/kernel/signaldata/EventSubscribeReq.hpp
  21037.     1.2 04/05/26 10:55:41 joreland@mysql.com +3 -3
  21038.     WL1371 - Cleanup configuration handling
  21039.     WL1356 - Discless db node
  21040.     WL1357 - sp 1-2
  21041.  
  21042.   ndb/include/kernel/signaldata/CheckNodeGroups.hpp
  21043.     1.2 04/05/26 10:55:41 joreland@mysql.com +5 -7
  21044.     WL1371 - Cleanup configuration handling
  21045.     WL1356 - Discless db node
  21046.     WL1357 - sp 1-2
  21047.  
  21048.   ndb/include/kernel/LogLevel.hpp
  21049.     1.4 04/05/26 10:55:41 joreland@mysql.com +18 -10
  21050.     WL1371 - Cleanup configuration handling
  21051.     WL1356 - Discless db node
  21052.     WL1357 - sp 1-2
  21053.  
  21054.   ndb/include/kernel/GlobalSignalNumbers.h
  21055.     1.2 04/05/26 10:55:41 joreland@mysql.com +43 -41
  21056.     WL1371 - Cleanup configuration handling
  21057.     WL1356 - Discless db node
  21058.     WL1357 - sp 1-2
  21059.  
  21060.   ndb/include/kernel/BlockNumbers.h
  21061.     1.2 04/05/26 10:55:41 joreland@mysql.com +1 -0
  21062.     WL1371 - Cleanup configuration handling
  21063.     WL1356 - Discless db node
  21064.     WL1357 - sp 1-2
  21065.  
  21066.   ndb/Epilogue.mk
  21067.     1.5.1.1 04/05/26 10:55:41 joreland@mysql.com +2 -0
  21068.     WL1371 - Cleanup configuration handling
  21069.     WL1356 - Discless db node
  21070.     WL1357 - sp 1-2
  21071.  
  21072. ChangeSet
  21073.   1.1346.623.10 04/05/26 10:45:37 marko@hundin.mysql.fi +6 -0
  21074.   InnoDB cleanup: Remove unused code for online backup
  21075.  
  21076.   innobase/mtr/mtr0mtr.c
  21077.     1.3.1.5 04/05/26 10:45:34 marko@hundin.mysql.fi +6 -195
  21078.     Remove references to MLOG_FULL_PAGE
  21079.     Remove references to online backup
  21080.  
  21081.   innobase/log/log0recv.c
  21082.     1.19.1.10 04/05/26 10:45:34 marko@hundin.mysql.fi +1 -12
  21083.     Remove references to MLOG_FULL_PAGE
  21084.  
  21085.   innobase/log/log0log.c
  21086.     1.20.1.15 04/05/26 10:45:34 marko@hundin.mysql.fi +0 -64
  21087.     Remove references to online backup
  21088.  
  21089.   innobase/include/mtr0mtr.h
  21090.     1.3.1.5 04/05/26 10:45:34 marko@hundin.mysql.fi +1 -11
  21091.     Remove references to MLOG_FULL_PAGE
  21092.  
  21093.   innobase/include/log0log.ic
  21094.     1.4.1.3 04/05/26 10:45:34 marko@hundin.mysql.fi +1 -35
  21095.     Remove references to online backup
  21096.  
  21097.   innobase/include/log0log.h
  21098.     1.10.1.4 04/05/26 10:45:34 marko@hundin.mysql.fi +0 -35
  21099.     Remove references to online backup
  21100.  
  21101. ChangeSet
  21102.   1.1346.623.9 04/05/26 00:01:23 monty@mysql.com +1 -0
  21103.   Added new header files
  21104.  
  21105.   include/Makefile.am
  21106.     1.29.1.11 04/05/26 00:01:21 monty@mysql.com +1 -1
  21107.     Added new header files
  21108.  
  21109. ChangeSet
  21110.   1.1616.429.4 04/05/25 13:27:01 brian@avenger.(none) +7 -0
  21111.   Added tests for archive. Cleaned up a merge mistake and added some information on how well archive compresses. 
  21112.  
  21113. ChangeSet
  21114.   1.1616.439.2 04/05/25 22:24:23 joreland@mysql.com +1 -0
  21115.   Bug#3882
  21116.  
  21117.   ndb/src/kernel/ndb-main/Main.cpp
  21118.     1.8.1.3 04/05/25 22:24:21 joreland@mysql.com +3 -0
  21119.     Bug#3882
  21120.  
  21121.   mysql-test/t/archive.test
  21122.     1.1 04/05/25 12:47:38 brian@avenger.(none) +1300 -0
  21123.  
  21124.   mysql-test/r/have_archive.require
  21125.     1.1 04/05/25 12:47:38 brian@avenger.(none) +2 -0
  21126.  
  21127.   mysql-test/r/archive.result
  21128.     1.1 04/05/25 12:47:38 brian@avenger.(none) +1396 -0
  21129.  
  21130.   mysql-test/t/archive.test
  21131.     1.0 04/05/25 12:47:38 brian@avenger.(none) +0 -0
  21132.     BitKeeper file /export/brian/archive-4.1/mysql-test/t/archive.test
  21133.  
  21134.   mysql-test/r/have_archive.require
  21135.     1.0 04/05/25 12:47:38 brian@avenger.(none) +0 -0
  21136.     BitKeeper file /export/brian/archive-4.1/mysql-test/r/have_archive.require
  21137.  
  21138.   mysql-test/r/archive.result
  21139.     1.0 04/05/25 12:47:38 brian@avenger.(none) +0 -0
  21140.     BitKeeper file /export/brian/archive-4.1/mysql-test/r/archive.result
  21141.  
  21142.   mysql-test/include/have_archive.inc
  21143.     1.1 04/05/25 12:47:37 brian@avenger.(none) +4 -0
  21144.  
  21145.   sql/set_var.cc
  21146.     1.34.42.1 04/05/25 12:47:37 brian@avenger.(none) +1 -0
  21147.     Adding in "have_archive" to variables shown to make tests work.
  21148.  
  21149.   sql/handler.h
  21150.     1.89.8.3 04/05/25 12:47:37 brian@avenger.(none) +1 -1
  21151.     Fixed broken merge.
  21152.  
  21153.   sql/examples/ha_archive.cc
  21154.     1.3 04/05/25 12:47:37 brian@avenger.(none) +15 -3
  21155.     Added in example information from testing archive with Slashdot's comments.
  21156.  
  21157.   mysql-test/include/have_archive.inc
  21158.     1.0 04/05/25 12:47:37 brian@avenger.(none) +0 -0
  21159.     BitKeeper file /export/brian/archive-4.1/mysql-test/include/have_archive.inc
  21160.  
  21161. ChangeSet
  21162.   1.1346.625.1 04/05/26 00:27:00 hf@deer.(none) +9 -0
  21163.   Proposed fix for bug #3818 (libmysqld.dll leads to program's crash)
  21164.   configurations added to build the libraries with USE_TLS flag to be
  21165.   used for libmysqld
  21166.  
  21167.   include/mysql_com.h
  21168.     1.43.1.12 04/05/26 00:26:47 hf@deer.(none) +8 -2
  21169.     __declspec(dllimport) seems to be necessary when one uses .dll
  21170.     on Windows
  21171.  
  21172.   VC++Files/mysys/mysys.dsp
  21173.     1.6.1.7 04/05/26 00:26:47 hf@deer.(none) +69 -0
  21174.     TLS and TLS_DEBUG configurations added
  21175.  
  21176.   VC++Files/myisammrg/myisammrg.dsp
  21177.     1.3.1.3 04/05/26 00:26:47 hf@deer.(none) +52 -0
  21178.     TLS and TLS_DEBUG configurations added
  21179.  
  21180.   VC++Files/myisam/myisam.dsp
  21181.     1.3.1.3 04/05/26 00:26:47 hf@deer.(none) +50 -0
  21182.     TLS and TLS_DEBUG configurations added
  21183.  
  21184.   VC++Files/libmysqld/libmysqld.dsp
  21185.     1.2.1.7 04/05/26 00:26:47 hf@deer.(none) +6 -6
  21186.     using of _tls libraries added
  21187.  
  21188.   VC++Files/libmysql/libmysql.dsp
  21189.     1.7.1.7 04/05/26 00:26:47 hf@deer.(none) +2 -2
  21190.     MYSQL_CLIENT define enabled
  21191.  
  21192.   VC++Files/isam/isam.dsp
  21193.     1.2.1.3 04/05/26 00:26:47 hf@deer.(none) +54 -0
  21194.     TLS and TLS_DEBUG configurations added
  21195.  
  21196.   VC++Files/heap/heap.dsp
  21197.     1.2.1.3 04/05/26 00:26:47 hf@deer.(none) +61 -0
  21198.     TLS and TLS_DEBUG configurations added
  21199.  
  21200.   VC++Files/dbug/dbug.dsp
  21201.     1.2.1.3 04/05/26 00:26:47 hf@deer.(none) +27 -0
  21202.     TLS_DEBUG configuration added
  21203.  
  21204. ChangeSet
  21205.   1.1616.425.21 04/05/25 22:08:59 monty@mysql.com +2 -0
  21206.   Remove not needed sql_olap.cc from Makefile.am
  21207.  
  21208.   libmysqld/Makefile.am
  21209.     1.29.1.19 04/05/25 22:08:06 monty@mysql.com +1 -1
  21210.     Remove not needed sql_olap.cc
  21211.  
  21212.   VC++Files/comp_err/comp_err.dsp
  21213.     1.8 04/05/25 22:08:06 monty@mysql.com +1 -1
  21214.     removed not needed library
  21215.  
  21216. ChangeSet
  21217.   1.1346.624.1 04/05/25 22:00:14 monty@mysql.com +45 -0
  21218.   Added patches from Novell
  21219.  
  21220.   netware/resolve_stack_dump.def
  21221.     1.1 04/05/25 22:00:12 monty@mysql.com +12 -0
  21222.  
  21223.   netware/mysql_waitpid.def
  21224.     1.1 04/05/25 22:00:12 monty@mysql.com +12 -0
  21225.  
  21226.   netware/myisam_ftdump.def
  21227.     1.1 04/05/25 22:00:12 monty@mysql.com +12 -0
  21228.  
  21229.   include/help_start.h
  21230.     1.1 04/05/25 22:00:12 monty@mysql.com +7 -0
  21231.  
  21232.   include/help_end.h
  21233.     1.1 04/05/25 22:00:12 monty@mysql.com +6 -0
  21234.  
  21235.   vio/viosslfactories.c
  21236.     1.16 04/05/25 22:00:12 monty@mysql.com +39 -2
  21237.     Added patches from Novell
  21238.  
  21239.   vio/viossl.c
  21240.     1.22 04/05/25 22:00:12 monty@mysql.com +25 -0
  21241.     Added patches from Novell
  21242.  
  21243.   vio/test-ssl.c
  21244.     1.8 04/05/25 22:00:12 monty@mysql.com +1 -1
  21245.     Added patches from Novell
  21246.  
  21247.   tools/mysqlmanager.c
  21248.     1.30.1.6 04/05/25 22:00:12 monty@mysql.com +15 -0
  21249.     Added patches from Novell
  21250.  
  21251.   sql/mysqld.cc
  21252.     1.297.47.1 04/05/25 22:00:12 monty@mysql.com +207 -8
  21253.     Added patches from Novell
  21254.  
  21255.   scripts/mysqlhotcopy.sh
  21256.     1.42 04/05/25 22:00:12 monty@mysql.com +18 -2
  21257.     Added patches from Novell
  21258.  
  21259.   scripts/make_binary_distribution.sh
  21260.     1.49.2.1 04/05/25 22:00:12 monty@mysql.com +54 -25
  21261.     Added patches from Novell
  21262.  
  21263.   netware/resolve_stack_dump.def
  21264.     1.0 04/05/25 22:00:12 monty@mysql.com +0 -0
  21265.     BitKeeper file /tmp/skr99/mysql-4.0/netware/resolve_stack_dump.def
  21266.  
  21267.   netware/mysql_waitpid.def
  21268.     1.0 04/05/25 22:00:12 monty@mysql.com +0 -0
  21269.     BitKeeper file /tmp/skr99/mysql-4.0/netware/mysql_waitpid.def
  21270.  
  21271.   netware/mysql_test_run.c
  21272.     1.3.1.2 04/05/25 22:00:12 monty@mysql.com +48 -11
  21273.     Added patches from Novell
  21274.  
  21275.   netware/mysql_install_db.c
  21276.     1.4 04/05/25 22:00:12 monty@mysql.com +2 -1
  21277.     Indentation fix
  21278.  
  21279.   netware/myisam_ftdump.def
  21280.     1.0 04/05/25 22:00:12 monty@mysql.com +0 -0
  21281.     BitKeeper file /tmp/skr99/mysql-4.0/netware/myisam_ftdump.def
  21282.  
  21283.   netware/my_manage.h
  21284.     1.2.1.1 04/05/25 22:00:12 monty@mysql.com +2 -2
  21285.     Added patches from Novell
  21286.  
  21287.   netware/my_manage.c
  21288.     1.2.1.2 04/05/25 22:00:12 monty@mysql.com +4 -4
  21289.     Added patches from Novell
  21290.  
  21291.   netware/init_db.sql
  21292.     1.2.1.1 04/05/25 22:00:12 monty@mysql.com +1 -1
  21293.     Added patches from Novell
  21294.  
  21295.   netware/Makefile.am
  21296.     1.6.1.2 04/05/25 22:00:12 monty@mysql.com +2 -1
  21297.     Added patches from Novell
  21298.  
  21299.   netware/BUILD/mwenv
  21300.     1.3.1.2 04/05/25 22:00:12 monty@mysql.com +3 -3
  21301.     Added patches from Novell
  21302.  
  21303.   netware/BUILD/compile-netware-standard
  21304.     1.3.1.2 04/05/25 22:00:12 monty@mysql.com +1 -0
  21305.     Added patches from Novell
  21306.  
  21307.   netware/BUILD/compile-netware-all
  21308.     1.3.1.2 04/05/25 22:00:12 monty@mysql.com +2 -2
  21309.     Added patches from Novell
  21310.  
  21311.   mysys/my_pthread.c
  21312.     1.35.1.4 04/05/25 22:00:12 monty@mysql.com +13 -9
  21313.     Added patches from Novell
  21314.  
  21315.   mysys/my_netware.c
  21316.     1.3 04/05/25 22:00:12 monty@mysql.com +1 -1
  21317.     Added patches from Novell
  21318.  
  21319.   mysys/my_init.c
  21320.     1.21.1.8 04/05/25 22:00:12 monty@mysql.com +7 -3
  21321.     Added patches from Novell
  21322.  
  21323.   mysys/my_getopt.c
  21324.     1.35.1.8 04/05/25 22:00:12 monty@mysql.com +4 -0
  21325.     Added patches from Novell
  21326.  
  21327.   mysys/default.c
  21328.     1.17.1.18 04/05/25 22:00:12 monty@mysql.com +3 -0
  21329.     Added patches from Novell
  21330.  
  21331.   myisam/myisampack.c
  21332.     1.22.1.6 04/05/25 22:00:12 monty@mysql.com +4 -0
  21333.     Added patches from Novell
  21334.  
  21335.   myisam/myisamchk.c
  21336.     1.80.1.33 04/05/25 22:00:12 monty@mysql.com +4 -0
  21337.     Added patches from Novell
  21338.  
  21339.   myisam/myisam_ftdump.c
  21340.     1.12.2.1 04/05/25 22:00:12 monty@mysql.com +3 -0
  21341.     Added patches from Novell
  21342.  
  21343.   libmysqld/Makefile.am
  21344.     1.19.1.6 04/05/25 22:00:12 monty@mysql.com +25 -19
  21345.     Added patches from Novell
  21346.  
  21347.   isam/isamchk.c
  21348.     1.21.1.1 04/05/25 22:00:12 monty@mysql.com +6 -0
  21349.     Added patches from Novell
  21350.  
  21351.   include/thr_alarm.h
  21352.     1.13.1.3 04/05/25 22:00:12 monty@mysql.com +1 -1
  21353.     Fixed wrong macro
  21354.  
  21355.   include/my_global.h
  21356.     1.34.5.1 04/05/25 22:00:12 monty@mysql.com +6 -0
  21357.     Defines to make NETWARE patches cleaner
  21358.     
  21359.  
  21360.   include/help_start.h
  21361.     1.0 04/05/25 22:00:12 monty@mysql.com +0 -0
  21362.     BitKeeper file /tmp/skr99/mysql-4.0/include/help_start.h
  21363.  
  21364.   include/help_end.h
  21365.     1.0 04/05/25 22:00:12 monty@mysql.com +0 -0
  21366.     BitKeeper file /tmp/skr99/mysql-4.0/include/help_end.h
  21367.  
  21368.   include/config-netware.h
  21369.     1.2.1.1 04/05/25 22:00:12 monty@mysql.com +33 -3
  21370.     Added patches from Novell
  21371.  
  21372.   extra/perror.c
  21373.     1.20.1.3 04/05/25 22:00:12 monty@mysql.com +19 -5
  21374.     Fixed error number reporting to not report 'Unknown error'
  21375.  
  21376.   configure.in
  21377.     1.191.16.1 04/05/25 22:00:12 monty@mysql.com +8 -5
  21378.     Added patches from Novell
  21379.     Added C_EXTRA_FLAGS as an easy way to pass flags to both CFLAGS and CXXFLAGS
  21380.  
  21381.   client/mysqltest.c
  21382.     1.77.8.1 04/05/25 22:00:12 monty@mysql.com +111 -1
  21383.     Added patches from Novell
  21384.  
  21385.   client/mysqlshow.c
  21386.     1.25.1.2 04/05/25 22:00:12 monty@mysql.com +6 -0
  21387.     Added patches from Novell
  21388.  
  21389.   client/mysqlimport.c
  21390.     1.29.1.3 04/05/25 22:00:12 monty@mysql.com +4 -1
  21391.     Added patches from Novell
  21392.  
  21393.   client/mysqldump.c
  21394.     1.65.1.45 04/05/25 22:00:12 monty@mysql.com +7 -1
  21395.     Added patches from Novell
  21396.  
  21397.   client/mysqlcheck.c
  21398.     1.25.1.2 04/05/25 22:00:12 monty@mysql.com +4 -0
  21399.     Added patches from Novell
  21400.  
  21401.   client/mysqlbinlog.cc
  21402.     1.70.1.30 04/05/25 22:00:12 monty@mysql.com +5 -0
  21403.     Added patches from Novell
  21404.  
  21405.   client/mysqladmin.c
  21406.     1.66.2.6 04/05/25 22:00:12 monty@mysql.com +4 -0
  21407.     Added patches from Novell
  21408.  
  21409.   client/mysql.cc
  21410.     1.93.1.58 04/05/25 22:00:12 monty@mysql.com +20 -5
  21411.     Added patches from Novell
  21412.  
  21413.   Build-tools/Do-compile
  21414.     1.74.2.1 04/05/25 22:00:11 monty@mysql.com +8 -8
  21415.     Fixed indentation
  21416.  
  21417. ChangeSet
  21418.   1.1665.11.1 04/05/25 19:46:21 pem@mysql.comhem.se +1 -0
  21419.   Added frame offset to debug pring of local SP variables.
  21420.  
  21421.   sql/item.h
  21422.     1.82 04/05/25 19:46:17 pem@mysql.com +3 -0
  21423.     Added frame offset to debug pring of local SP variables.
  21424.  
  21425. ChangeSet
  21426.   1.1346.623.6 04/05/25 20:12:09 marko@hundin.mysql.fi +14 -0
  21427.   InnoDB cleanup and possible bug-fix: Remove srv0que
  21428.  
  21429.   innobase/usr/usr0sess.c
  21430.     1.1.1.3 04/05/25 20:12:05 marko@hundin.mysql.fi +0 -2
  21431.     Remove sess->state
  21432.  
  21433.   innobase/trx/trx0trx.c
  21434.     1.20.1.19 04/05/25 20:12:05 marko@hundin.mysql.fi +36 -129
  21435.     Many functions: Remove output parameter next_thr; return it instead
  21436.     Remove references to srv0que.c
  21437.     Remove references to SESS_ERROR
  21438.  
  21439.   innobase/trx/trx0roll.c
  21440.     1.10.1.7 04/05/25 20:12:05 marko@hundin.mysql.fi +24 -53
  21441.     Many functions: Remove output parameter next_thr; return it instead
  21442.     Remove references to srv0que.c
  21443.  
  21444.   innobase/trx/trx0purge.c
  21445.     1.9.1.6 04/05/25 20:12:05 marko@hundin.mysql.fi +0 -3
  21446.     Remove unneeded references to srv0que.c
  21447.  
  21448.   innobase/srv/srv0srv.c
  21449.     1.35.1.36 04/05/25 20:12:05 marko@hundin.mysql.fi +0 -1
  21450.     Remove unnecessary #include "srv0que.h"
  21451.  
  21452.   innobase/que/que0que.c
  21453.     1.9.1.7 04/05/25 20:12:05 marko@hundin.mysql.fi +22 -87
  21454.     Remove unnecessary function que_fork_error_handle()
  21455.     que_thr_end_wait(): Remove output parameter next_thr; return it
  21456.     Remove references to srv0que.c
  21457.  
  21458.   innobase/include/usr0sess.h
  21459.     1.4 04/05/25 20:12:05 marko@hundin.mysql.fi +0 -6
  21460.     Remove sess->state and its literals SESS_ACTIVE and SESS_ERROR
  21461.  
  21462.   innobase/include/trx0trx.h
  21463.     1.30.1.1 04/05/25 20:12:05 marko@hundin.mysql.fi +9 -22
  21464.     trx_sig_send(), trx_sig_reply(), trx_sig_start_handle():
  21465.     Remove output parameter next_thr; return it instead
  21466.  
  21467.   innobase/include/trx0roll.h
  21468.     1.3.1.1 04/05/25 20:12:05 marko@hundin.mysql.fi +6 -15
  21469.     trx_rollback(), trx_finish_rollback_off_kernel():
  21470.     Remove output parameter next_thr; return it instead
  21471.  
  21472.   innobase/include/que0que.h
  21473.     1.7 04/05/25 20:12:05 marko@hundin.mysql.fi +4 -18
  21474.     Remove unnecessary function que_fork_error_handle()
  21475.     que_thr_end_wait(): Remove output parameter next_thr; return it
  21476.  
  21477.   ndb/test/tools/waiter/Makefile_old
  21478.     1.2 04/05/25 17:06:27 tomas@poseidon.(none) +0 -0
  21479.     Rename: ndb/test/tools/waiter/Makefile -> ndb/test/tools/waiter/Makefile_old
  21480.  
  21481.   ndb/test/tools/Makefile.am
  21482.     1.1 04/05/25 17:06:06 tomas@poseidon.(none) +1 -0
  21483.  
  21484.   ndb/test/tools/Makefile.am
  21485.     1.0 04/05/25 17:06:06 tomas@poseidon.(none) +0 -0
  21486.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/test/tools/Makefile.am
  21487.  
  21488. ChangeSet
  21489.   1.1665.9.3 04/05/25 18:57:30 bell@sanja.is.com.ua +1 -0
  21490.   my_b_write() needs to be replaced with my_b_append() for a SEQ_READ_APPEND
  21491.  
  21492.   sql/parse_file.cc
  21493.     1.2 04/05/25 18:56:55 bell@sanja.is.com.ua +20 -20
  21494.     my_b_write() needs to be replaced with my_b_append() for a SEQ_READ_APPEND
  21495.  
  21496. ChangeSet
  21497.   1.1616.439.1 04/05/25 19:52:05 konstantin@mysql.com +1 -0
  21498.   changed comment for LONG_DATA_COMMAND
  21499.  
  21500.   sql/sql_prepare.cc
  21501.     1.34.18.9 04/05/25 19:52:02 konstantin@mysql.com +3 -3
  21502.     changed comment for LONG_DATA_COMMAND
  21503.  
  21504. ChangeSet
  21505.   1.1616.438.2 04/05/25 15:22:57 tomas@poseidon.(none) +2 -0
  21506.   updated configure for automake in ndb tree
  21507.  
  21508.   configure.in
  21509.     1.201.8.12 04/05/25 15:22:54 tomas@poseidon.(none) +102 -9
  21510.     updated configure for automake in ndb tree
  21511.  
  21512.   acinclude.m4
  21513.     1.95.1.1 04/05/25 15:22:54 tomas@poseidon.(none) +1 -1
  21514.     updated configure for automake in ndb tree
  21515.  
  21516. ChangeSet
  21517.   1.1346.623.5 04/05/25 15:53:29 monty@mysql.com +2 -0
  21518.   Fixed VC++ project files
  21519.  
  21520.   VC++Files/sql/mysqld.dsp
  21521.     1.6.1.10 04/05/25 15:53:28 monty@mysql.com +1 -1
  21522.     Added missing compiler option
  21523.  
  21524.   VC++Files/copy_mysql_files.bat
  21525.     1.3 04/05/25 15:53:28 monty@mysql.com +6 -6
  21526.     Added /Y to avoid questions
  21527.     Fixed wrong path for copying data files
  21528.  
  21529. ChangeSet
  21530.   1.1616.1.224 04/05/25 14:40:51 magnus@neptunus.(none) +7 -0
  21531.   Corrected index_flags returned when index are created with USING HASH
  21532.   Updated ndb_ test cases 
  21533.  
  21534.   sql/ha_ndbcluster.cc
  21535.     1.15 04/05/25 14:40:50 magnus@neptunus.(none) +4 -2
  21536.     Added the index flag HA_ONLY_WHOLE_INDEX if index is created with USING HASH.
  21537.  
  21538.   mysql-test/t/ndb_index_unique.test
  21539.     1.3 04/05/25 14:40:50 magnus@neptunus.(none) +41 -0
  21540.     Added test for USING HASH combined with PRIMARY KEY and UNIQUE index
  21541.  
  21542.   mysql-test/t/ndb_basic.test
  21543.     1.5 04/05/25 14:40:50 magnus@neptunus.(none) +3 -3
  21544.     Added som order by
  21545.  
  21546.   mysql-test/t/ndb_autodiscover.test
  21547.     1.2 04/05/25 14:40:50 magnus@neptunus.(none) +4 -0
  21548.     Correctede error case
  21549.  
  21550.   mysql-test/r/ndb_index_unique.result
  21551.     1.3 04/05/25 14:40:50 magnus@neptunus.(none) +42 -0
  21552.     Added test for USING HASH combined with PRIMARY KEY and UNIQUE index
  21553.  
  21554.   mysql-test/r/ndb_basic.result
  21555.     1.5 04/05/25 14:40:50 magnus@neptunus.(none) +9 -9
  21556.     Added som order by to sort the result correctly before comparing
  21557.  
  21558.   mysql-test/r/ndb_autodiscover.result
  21559.     1.2 04/05/25 14:40:50 magnus@neptunus.(none) +4 -1
  21560.     Updated to new output of error message
  21561.  
  21562. ChangeSet
  21563.   1.1616.425.18 04/05/25 17:40:20 bar@bar.intranet.mysql.r18.ru +17 -0
  21564.   Preparation for user-defined Unicode collations:
  21565.   weights data now comes from a static variables
  21566.   but from the charset structure. 
  21567.  
  21568.   strings/ctype-win1250ch.c
  21569.     1.36 04/05/25 17:40:10 bar@bar.intranet.mysql.r18.ru +1 -0
  21570.     Preparation for user-defined Unicode collations:
  21571.     weights data now comes from a static variables
  21572.     but from the charset structure. 
  21573.  
  21574.   strings/ctype-utf8.c
  21575.     1.60 04/05/25 17:40:10 bar@bar.intranet.mysql.r18.ru +2 -0
  21576.     Preparation for user-defined Unicode collations:
  21577.     weights data now comes from a static variables
  21578.     but from the charset structure. 
  21579.  
  21580.   strings/ctype-ujis.c
  21581.     1.51 04/05/25 17:40:09 bar@bar.intranet.mysql.r18.ru +6 -2
  21582.     Preparation for user-defined Unicode collations:
  21583.     weights data now comes from a static variables
  21584.     but from the charset structure. 
  21585.  
  21586.   strings/ctype-ucs2.c
  21587.     1.21 04/05/25 17:40:09 bar@bar.intranet.mysql.r18.ru +3 -25
  21588.     Preparation for user-defined Unicode collations:
  21589.     weights data now comes from a static variables
  21590.     but from the charset structure. 
  21591.  
  21592.   strings/ctype-uca.c
  21593.     1.4 04/05/25 17:40:09 bar@bar.intranet.mysql.r18.ru +40 -5
  21594.     Preparation for user-defined Unicode collations:
  21595.     weights data now comes from a static variables
  21596.     but from the charset structure. 
  21597.  
  21598.   strings/ctype-tis620.c
  21599.     1.67 04/05/25 17:40:09 bar@bar.intranet.mysql.r18.ru +2 -0
  21600.     Preparation for user-defined Unicode collations:
  21601.     weights data now comes from a static variables
  21602.     but from the charset structure. 
  21603.  
  21604.   strings/ctype-sjis.c
  21605.     1.60 04/05/25 17:40:09 bar@bar.intranet.mysql.r18.ru +2 -0
  21606.     Preparation for user-defined Unicode collations:
  21607.     weights data now comes from a static variables
  21608.     but from the charset structure. 
  21609.  
  21610.   strings/ctype-latin1.c
  21611.     1.27 04/05/25 17:40:09 bar@bar.intranet.mysql.r18.ru +3 -0
  21612.     Preparation for user-defined Unicode collations:
  21613.     weights data now comes from a static variables
  21614.     but from the charset structure. 
  21615.  
  21616.   strings/ctype-gbk.c
  21617.     1.54 04/05/25 17:40:09 bar@bar.intranet.mysql.r18.ru +2 -0
  21618.     Preparation for user-defined Unicode collations:
  21619.     weights data now comes from a static variables
  21620.     but from the charset structure. 
  21621.  
  21622.   strings/ctype-gb2312.c
  21623.     1.47 04/05/25 17:40:09 bar@bar.intranet.mysql.r18.ru +2 -0
  21624.     Preparation for user-defined Unicode collations:
  21625.     weights data now comes from a static variables
  21626.     but from the charset structure. 
  21627.  
  21628.   strings/ctype-extra.c
  21629.     1.15 04/05/25 17:40:08 bar@bar.intranet.mysql.r18.ru +1 -0
  21630.     Preparation for user-defined Unicode collations:
  21631.     weights data now comes from a static variables
  21632.     but from the charset structure. 
  21633.  
  21634.   strings/ctype-euc_kr.c
  21635.     1.50 04/05/25 17:40:08 bar@bar.intranet.mysql.r18.ru +2 -0
  21636.     Preparation for user-defined Unicode collations:
  21637.     weights data now comes from a static variables
  21638.     but from the charset structure. 
  21639.  
  21640.   strings/ctype-czech.c
  21641.     1.46 04/05/25 17:40:08 bar@bar.intranet.mysql.r18.ru +1 -0
  21642.     Preparation for user-defined Unicode collations:
  21643.     weights data now comes from a static variables
  21644.     but from the charset structure. 
  21645.  
  21646.   strings/ctype-bin.c
  21647.     1.45 04/05/25 17:40:08 bar@bar.intranet.mysql.r18.ru +3 -1
  21648.     Preparation for user-defined Unicode collations:
  21649.     weights data now comes from a static variables
  21650.     but from the charset structure. 
  21651.  
  21652.   strings/ctype-big5.c
  21653.     1.56 04/05/25 17:40:08 bar@bar.intranet.mysql.r18.ru +2 -0
  21654.     Preparation for user-defined Unicode collations:
  21655.     weights data now comes from a static variables
  21656.     but from the charset structure. 
  21657.  
  21658.   mysys/charset.c
  21659.     1.119 04/05/25 17:40:08 bar@bar.intranet.mysql.r18.ru +2 -1
  21660.     Preparation for user-defined Unicode collations:
  21661.     weights data now comes from a static variables
  21662.     but from the charset structure. 
  21663.  
  21664.   include/m_ctype.h
  21665.     1.91 04/05/25 17:40:08 bar@bar.intranet.mysql.r18.ru +2 -1
  21666.     Preparation for user-defined Unicode collations:
  21667.     weights data now comes from a static variables
  21668.     but from the charset structure. 
  21669.  
  21670. ChangeSet
  21671.   1.1616.436.1 04/05/25 11:09:11 tomas@poseidon.(none) +101 -0
  21672.   Intermediary commit: Removed some old Makefiles and introduces Makefile.am
  21673.  
  21674. ChangeSet
  21675.   1.1616.425.17 04/05/25 16:05:33 bar@bar.intranet.mysql.r18.ru +2 -0
  21676.   sql_string.h:
  21677.     Not used code.
  21678.     ,
  21679.   sql_string.cc:
  21680.     Not used code.
  21681.  
  21682.   sql/sql_string.h
  21683.     1.44.1.3 04/05/25 16:05:17 bar@bar.intranet.mysql.r18.ru +0 -1
  21684.     Not used code.
  21685.     ,
  21686.  
  21687.   sql/sql_string.cc
  21688.     1.77.1.4 04/05/25 16:05:02 bar@bar.intranet.mysql.r18.ru +0 -34
  21689.     Not used code.
  21690.  
  21691. ChangeSet
  21692.   1.1616.425.16 04/05/25 15:54:03 bar@bar.intranet.mysql.r18.ru +4 -0
  21693.   1. Some optimization when conversion is not needed.
  21694.   2. One now must pass length argument into append(const char *str, uint length),
  21695.   length is not calculated internally anymore.
  21696.  
  21697.   sql/sql_string.h
  21698.     1.44.1.2 04/05/25 15:54:00 bar@bar.intranet.mysql.r18.ru +2 -1
  21699.     1. Some optimization when conversion is not needed.
  21700.     2. One now must pass length argument into append(const char *str, uint length),
  21701.     length is not calculated internally anymore.
  21702.  
  21703.   sql/sql_string.cc
  21704.     1.77.1.3 04/05/25 15:54:00 bar@bar.intranet.mysql.r18.ru +28 -15
  21705.     1. Some optimization when conversion is not needed.
  21706.     2. One now must pass length argument into append(const char *str, uint length),
  21707.     length is not calculated internally anymore.
  21708.  
  21709.   sql/sql_show.cc
  21710.     1.122.1.44 04/05/25 15:54:00 bar@bar.intranet.mysql.r18.ru +3 -3
  21711.     1. Some optimization when conversion is not needed.
  21712.     2. One now must pass length argument into append(const char *str, uint length),
  21713.     length is not calculated internally anymore.
  21714.  
  21715.   sql/sql_select.cc
  21716.     1.216.1.117 04/05/25 15:54:00 bar@bar.intranet.mysql.r18.ru +5 -2
  21717.     1. Some optimization when conversion is not needed.
  21718.     2. One now must pass length argument into append(const char *str, uint length),
  21719.     length is not calculated internally anymore.
  21720.  
  21721. ChangeSet
  21722.   1.1346.623.4 04/05/25 13:26:24 monty@mysql.com +2 -0
  21723.   Removed references to BDB and InnoDB from 'classic' release
  21724.  
  21725.   VC++Files/sql/mysqld.dsp
  21726.     1.6.1.9 04/05/25 13:26:22 monty@mysql.com +3 -3
  21727.     Removed references to BDB and InnoDB from 'classic'
  21728.  
  21729.   VC++Files/mysqldemb/mysqldemb.dsp
  21730.     1.3.1.5 04/05/25 13:26:21 monty@mysql.com +2 -2
  21731.     Removed references to BDB and InnoDB from 'classic'
  21732.  
  21733. ChangeSet
  21734.   1.1346.623.3 04/05/25 13:17:33 monty@mysql.com +3 -0
  21735.   fixed typos
  21736.  
  21737.   VC++Files/sql/mysqld.dsp
  21738.     1.6.1.8 04/05/25 13:17:32 monty@mysql.com +2 -2
  21739.     fixed typos
  21740.  
  21741.   VC++Files/mysqldemb/mysqldemb.dsp
  21742.     1.3.1.4 04/05/25 13:17:32 monty@mysql.com +2 -2
  21743.     fixed typos
  21744.  
  21745.   VC++Files/libmysqld/libmysqld.dsp
  21746.     1.2.1.6 04/05/25 13:17:32 monty@mysql.com +1 -1
  21747.     fixed typos
  21748.  
  21749. ChangeSet
  21750.   1.1616.1.222 04/05/25 12:10:54 magnus@neptunus.(none) +1 -0
  21751.   Uses table_type() function to get name of storage engine before printing engine specific error message.
  21752.  
  21753.   sql/handler.cc
  21754.     1.103.1.26 04/05/25 12:10:52 magnus@neptunus.(none) +1 -1
  21755.     Use table_type to get "name" of this handler
  21756.  
  21757. ChangeSet
  21758.   1.1616.434.1 04/05/25 15:06:32 hf@deer.(none) +8 -0
  21759.   WL#1562 (Improving spatial code)
  21760.   A set of changes improving our RTree indexes and fixed few bugs
  21761.   found during the tests
  21762.  
  21763. ChangeSet
  21764.   1.1616.1.221 04/05/25 12:06:20 magnus@neptunus.(none) +3 -0
  21765.   These test program also uses old way to create tables, thus requires NdbSchemaCon.hpp
  21766.  
  21767.   ndb/test/src/NDBT_ResultRow.cpp
  21768.     1.7 04/05/25 12:06:18 magnus@neptunus.(none) +1 -1
  21769.     Correct spelling errors in comment's.
  21770.  
  21771.   ndb/test/ndbapi/flexTT/flexTT.cpp
  21772.     1.4 04/05/25 12:06:18 magnus@neptunus.(none) +3 -2
  21773.     This test program also uses old way to create tables, thus requires NdbSchemaCon.hpp
  21774.  
  21775.   ndb/test/ndbapi/flexHammer/flexHammer.cpp
  21776.     1.4 04/05/25 12:06:18 magnus@neptunus.(none) +8 -7
  21777.     This test program also uses old way to create tables, thus requires NdbSchemaCon.hpp
  21778.  
  21779.   sql/spatial.cc
  21780.     1.15.1.3 04/05/25 15:06:06 hf@deer.(none) +6 -1
  21781.     LINESTRING object can consist of single point
  21782.  
  21783.   myisam/rt_split.c
  21784.     1.9.1.1 04/05/25 15:06:06 hf@deer.(none) +5 -5
  21785.     my_multi_malloc changed with my_alloca
  21786.  
  21787.   myisam/rt_mbr.h
  21788.     1.2.1.1 04/05/25 15:06:06 hf@deer.(none) +2 -0
  21789.     interface for rtree_perimeter_increase
  21790.  
  21791.   myisam/rt_mbr.c
  21792.     1.4.1.1 04/05/25 15:06:06 hf@deer.(none) +101 -2
  21793.     operations for counting the perimeter of MBR added
  21794.  
  21795.   myisam/rt_key.h
  21796.     1.1.1.1 04/05/25 15:06:06 hf@deer.(none) +0 -2
  21797.     no need to make rtree_choose_key global
  21798.  
  21799.   myisam/rt_key.c
  21800.     1.6.1.1 04/05/25 15:06:06 hf@deer.(none) +2 -44
  21801.     counting of the size of the filled part of the page fixed
  21802.     rtree_choose_key moved to rt_index.c
  21803.  
  21804.   myisam/rt_index.h
  21805.     1.1.1.1 04/05/25 15:06:06 hf@deer.(none) +1 -1
  21806.     minimal size of the page set to 1/3
  21807.     It noticeable increases searching performance
  21808.  
  21809.   myisam/rt_index.c
  21810.     1.11.1.1 04/05/25 15:06:06 hf@deer.(none) +90 -2
  21811.     Algorythm for picking the branch to insert was fixed.
  21812.     pick_by_perimeter version of the algorythm added (mostly for testing
  21813.     purposes)
  21814.  
  21815.   ndb/test/ndbapi/flexBench/Makefile.am
  21816.     1.1 04/05/25 09:58:11 tomas@poseidon.(none) +14 -0
  21817.  
  21818.   ndb/test/ndbapi/flexBench/Makefile.am
  21819.     1.0 04/05/25 09:58:11 tomas@poseidon.(none) +0 -0
  21820.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/test/ndbapi/flexBench/Makefile.am
  21821.  
  21822.   ndb/test/ndbapi/flexBench/Makefile_old
  21823.     1.4 04/05/25 09:57:45 tomas@poseidon.(none) +0 -0
  21824.     Rename: ndb/test/ndbapi/flexBench/Makefile.am -> ndb/test/ndbapi/flexBench/Makefile_old
  21825.  
  21826.   ndb/test/ndbapi/Makefile.am
  21827.     1.1 04/05/25 09:57:13 tomas@poseidon.(none) +2 -0
  21828.  
  21829.   ndb/test/ndbapi/Makefile.am
  21830.     1.0 04/05/25 09:57:13 tomas@poseidon.(none) +0 -0
  21831.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/test/ndbapi/Makefile.am
  21832.  
  21833.   ndb/test/ndbapi/Makefile_old
  21834.     1.4 04/05/25 09:56:47 tomas@poseidon.(none) +0 -0
  21835.     Rename: ndb/test/ndbapi/Makefile.am -> ndb/test/ndbapi/Makefile_old
  21836.  
  21837.   ndb/test/src/Makefile.am
  21838.     1.1 04/05/25 09:55:10 tomas@poseidon.(none) +18 -0
  21839.  
  21840.   ndb/test/Makefile.am
  21841.     1.1 04/05/25 09:55:10 tomas@poseidon.(none) +2 -0
  21842.  
  21843.   ndb/Makefile.am
  21844.     1.1 04/05/25 09:55:10 tomas@poseidon.(none) +1 -0
  21845.  
  21846.   ndb/test/src/Makefile.am
  21847.     1.0 04/05/25 09:55:10 tomas@poseidon.(none) +0 -0
  21848.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/test/src/Makefile.am
  21849.  
  21850.   ndb/test/Makefile.am
  21851.     1.0 04/05/25 09:55:10 tomas@poseidon.(none) +0 -0
  21852.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/test/Makefile.am
  21853.  
  21854.   ndb/src/ndbapi/Makefile.am
  21855.     1.1 04/05/25 09:55:09 tomas@poseidon.(none) +55 -0
  21856.  
  21857.   ndb/src/mgmsrv/Makefile.am
  21858.     1.1 04/05/25 09:55:09 tomas@poseidon.(none) +29 -0
  21859.  
  21860.   ndb/src/mgmclient/Makefile.am
  21861.     1.1 04/05/25 09:55:09 tomas@poseidon.(none) +23 -0
  21862.  
  21863.   ndb/src/mgmapi/Makefile.am
  21864.     1.1 04/05/25 09:55:09 tomas@poseidon.(none) +20 -0
  21865.  
  21866.   ndb/src/kernel/vm/Makefile.am
  21867.     1.1 04/05/25 09:55:09 tomas@poseidon.(none) +28 -0
  21868.  
  21869.   ndb/src/kernel/ndb-main/Makefile.am
  21870.     1.1 04/05/25 09:55:09 tomas@poseidon.(none) +55 -0
  21871.  
  21872.   ndb/src/kernel/error/Makefile.am
  21873.     1.1 04/05/25 09:55:09 tomas@poseidon.(none) +11 -0
  21874.  
  21875.   ndb/src/kernel/blocks/Makefile.am
  21876.     1.1 04/05/25 09:55:09 tomas@poseidon.(none) +17 -0
  21877.  
  21878.   ndb/src/kernel/Makefile.am
  21879.     1.1 04/05/25 09:55:09 tomas@poseidon.(none) +1 -0
  21880.  
  21881.   ndb/src/Makefile.am
  21882.     1.1 04/05/25 09:55:09 tomas@poseidon.(none) +1 -0
  21883.  
  21884.   ndb/Makefile.am
  21885.     1.0 04/05/25 09:55:10 tomas@poseidon.(none) +0 -0
  21886.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/Makefile.am
  21887.  
  21888.   ndb/src/ndbapi/Makefile.am
  21889.     1.0 04/05/25 09:55:09 tomas@poseidon.(none) +0 -0
  21890.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/ndbapi/Makefile.am
  21891.  
  21892.   ndb/src/mgmsrv/Makefile.am
  21893.     1.0 04/05/25 09:55:09 tomas@poseidon.(none) +0 -0
  21894.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/mgmsrv/Makefile.am
  21895.  
  21896.   ndb/src/mgmclient/Makefile.am
  21897.     1.0 04/05/25 09:55:09 tomas@poseidon.(none) +0 -0
  21898.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/mgmclient/Makefile.am
  21899.  
  21900.   ndb/src/mgmapi/Makefile.am
  21901.     1.0 04/05/25 09:55:09 tomas@poseidon.(none) +0 -0
  21902.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/mgmapi/Makefile.am
  21903.  
  21904.   ndb/src/kernel/vm/Makefile.am
  21905.     1.0 04/05/25 09:55:09 tomas@poseidon.(none) +0 -0
  21906.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/vm/Makefile.am
  21907.  
  21908.   ndb/src/kernel/ndb-main/Makefile.am
  21909.     1.0 04/05/25 09:55:09 tomas@poseidon.(none) +0 -0
  21910.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/ndb-main/Makefile.am
  21911.  
  21912.   ndb/src/kernel/error/Makefile.am
  21913.     1.0 04/05/25 09:55:09 tomas@poseidon.(none) +0 -0
  21914.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/error/Makefile.am
  21915.  
  21916.   ndb/src/kernel/blocks/trix/Makefile.am
  21917.     1.1 04/05/25 09:55:08 tomas@poseidon.(none) +9 -0
  21918.  
  21919.   ndb/src/kernel/blocks/suma/Makefile.am
  21920.     1.1 04/05/25 09:55:08 tomas@poseidon.(none) +9 -0
  21921.  
  21922.   ndb/src/kernel/blocks/qmgr/Makefile.am
  21923.     1.1 04/05/25 09:55:08 tomas@poseidon.(none) +11 -0
  21924.  
  21925.   ndb/src/kernel/blocks/ndbfs/Makefile.am
  21926.     1.1 04/05/25 09:55:08 tomas@poseidon.(none) +13 -0
  21927.  
  21928.   ndb/src/kernel/blocks/ndbcntr/Makefile.am
  21929.     1.1 04/05/25 09:55:08 tomas@poseidon.(none) +12 -0
  21930.  
  21931.   ndb/src/kernel/blocks/grep/Makefile.am
  21932.     1.1 04/05/25 09:55:08 tomas@poseidon.(none) +9 -0
  21933.  
  21934.   ndb/src/kernel/blocks/dbutil/Makefile.am
  21935.     1.1 04/05/25 09:55:08 tomas@poseidon.(none) +9 -0
  21936.  
  21937.   ndb/src/kernel/blocks/dbtux/Makefile.am
  21938.     1.1 04/05/25 09:55:08 tomas@poseidon.(none) +17 -0
  21939.  
  21940.   ndb/src/kernel/blocks/dbtup/Makefile.am
  21941.     1.1 04/05/25 09:55:08 tomas@poseidon.(none) +27 -0
  21942.  
  21943.   ndb/src/kernel/blocks/dbtc/Makefile.am
  21944.     1.1 04/05/25 09:55:08 tomas@poseidon.(none) +9 -0
  21945.  
  21946.   ndb/src/kernel/blocks/dblqh/Makefile.am
  21947.     1.1 04/05/25 09:55:08 tomas@poseidon.(none) +11 -0
  21948.  
  21949.   ndb/src/kernel/blocks/Makefile.am
  21950.     1.0 04/05/25 09:55:09 tomas@poseidon.(none) +0 -0
  21951.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/Makefile.am
  21952.  
  21953.   ndb/src/kernel/Makefile.am
  21954.     1.0 04/05/25 09:55:09 tomas@poseidon.(none) +0 -0
  21955.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/Makefile.am
  21956.  
  21957.   ndb/src/Makefile.am
  21958.     1.0 04/05/25 09:55:09 tomas@poseidon.(none) +0 -0
  21959.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/Makefile.am
  21960.  
  21961.   ndb/src/kernel/blocks/trix/Makefile.am
  21962.     1.0 04/05/25 09:55:08 tomas@poseidon.(none) +0 -0
  21963.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/trix/Makefile.am
  21964.  
  21965.   ndb/src/kernel/blocks/suma/Makefile.am
  21966.     1.0 04/05/25 09:55:08 tomas@poseidon.(none) +0 -0
  21967.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/suma/Makefile.am
  21968.  
  21969.   ndb/src/kernel/blocks/qmgr/Makefile.am
  21970.     1.0 04/05/25 09:55:08 tomas@poseidon.(none) +0 -0
  21971.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/qmgr/Makefile.am
  21972.  
  21973.   ndb/src/kernel/blocks/ndbfs/Makefile.am
  21974.     1.0 04/05/25 09:55:08 tomas@poseidon.(none) +0 -0
  21975.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/ndbfs/Makefile.am
  21976.  
  21977.   ndb/src/kernel/blocks/ndbcntr/Makefile.am
  21978.     1.0 04/05/25 09:55:08 tomas@poseidon.(none) +0 -0
  21979.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/ndbcntr/Makefile.am
  21980.  
  21981.   ndb/src/kernel/blocks/grep/Makefile.am
  21982.     1.0 04/05/25 09:55:08 tomas@poseidon.(none) +0 -0
  21983.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/grep/Makefile.am
  21984.  
  21985.   ndb/src/kernel/blocks/dbutil/Makefile.am
  21986.     1.0 04/05/25 09:55:08 tomas@poseidon.(none) +0 -0
  21987.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/dbutil/Makefile.am
  21988.  
  21989.   ndb/src/kernel/blocks/dbtux/Makefile.am
  21990.     1.0 04/05/25 09:55:08 tomas@poseidon.(none) +0 -0
  21991.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/dbtux/Makefile.am
  21992.  
  21993.   ndb/src/kernel/blocks/dbtup/Makefile.am
  21994.     1.0 04/05/25 09:55:08 tomas@poseidon.(none) +0 -0
  21995.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/dbtup/Makefile.am
  21996.  
  21997.   ndb/src/kernel/blocks/dbtc/Makefile.am
  21998.     1.0 04/05/25 09:55:08 tomas@poseidon.(none) +0 -0
  21999.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/dbtc/Makefile.am
  22000.  
  22001.   ndb/src/kernel/blocks/dblqh/Makefile.am
  22002.     1.0 04/05/25 09:55:08 tomas@poseidon.(none) +0 -0
  22003.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/dblqh/Makefile.am
  22004.  
  22005.   ndb/src/kernel/blocks/dbdih/Makefile.am
  22006.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +9 -0
  22007.  
  22008.   ndb/src/kernel/blocks/dbdict/Makefile.am
  22009.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +11 -0
  22010.  
  22011.   ndb/src/kernel/blocks/dbacc/Makefile.am
  22012.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +10 -0
  22013.  
  22014.   ndb/src/kernel/blocks/cmvmi/Makefile.am
  22015.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +10 -0
  22016.  
  22017.   ndb/src/kernel/blocks/backup/restore/Makefile.am
  22018.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +10 -0
  22019.  
  22020.   ndb/src/kernel/blocks/backup/Makefile.am
  22021.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +12 -0
  22022.  
  22023.   ndb/src/cw/cpcd/Makefile.am
  22024.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +12 -0
  22025.  
  22026.   ndb/src/cw/Makefile.am
  22027.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +1 -0
  22028.  
  22029.   ndb/src/common/util/Makefile.am
  22030.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +16 -0
  22031.  
  22032.   ndb/src/common/transporter/Makefile.am
  22033.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +17 -0
  22034.  
  22035.   ndb/src/common/portlib/Makefile.am
  22036.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +1 -0
  22037.  
  22038.   ndb/src/common/Makefile.am
  22039.     1.1 04/05/25 09:55:07 tomas@poseidon.(none) +13 -0
  22040.  
  22041.   ndb/src/kernel/blocks/dbdih/Makefile.am
  22042.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22043.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/dbdih/Makefile.am
  22044.  
  22045.   ndb/src/kernel/blocks/dbdict/Makefile.am
  22046.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22047.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/dbdict/Makefile.am
  22048.  
  22049.   ndb/src/kernel/blocks/dbacc/Makefile.am
  22050.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22051.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/dbacc/Makefile.am
  22052.  
  22053.   ndb/src/kernel/blocks/cmvmi/Makefile.am
  22054.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22055.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/cmvmi/Makefile.am
  22056.  
  22057.   ndb/src/kernel/blocks/backup/restore/Makefile.am
  22058.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22059.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/backup/restore/Makefile.am
  22060.  
  22061.   ndb/src/kernel/blocks/backup/Makefile.am
  22062.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22063.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/kernel/blocks/backup/Makefile.am
  22064.  
  22065.   ndb/src/cw/cpcd/Makefile.am
  22066.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22067.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/cw/cpcd/Makefile.am
  22068.  
  22069.   ndb/src/cw/Makefile.am
  22070.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22071.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/cw/Makefile.am
  22072.  
  22073.   ndb/src/common/util/Makefile.am
  22074.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22075.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/common/util/Makefile.am
  22076.  
  22077.   ndb/src/common/transporter/Makefile.am
  22078.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22079.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/common/transporter/Makefile.am
  22080.  
  22081.   ndb/src/common/portlib/unix/Makefile.am
  22082.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +13 -0
  22083.  
  22084.   ndb/src/common/portlib/Makefile.am
  22085.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22086.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/common/portlib/Makefile.am
  22087.  
  22088.   ndb/src/common/mgmcommon/Makefile.am
  22089.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +16 -0
  22090.  
  22091.   ndb/src/common/logger/Makefile.am
  22092.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +11 -0
  22093.  
  22094.   ndb/src/common/editline/Makefile.am
  22095.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +10 -0
  22096.  
  22097.   ndb/src/common/debugger/signaldata/Makefile.am
  22098.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +32 -0
  22099.  
  22100.   ndb/src/common/debugger/Makefile.am
  22101.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +11 -0
  22102.  
  22103.   ndb/src/common/Makefile.am
  22104.     1.0 04/05/25 09:55:07 tomas@poseidon.(none) +0 -0
  22105.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/common/Makefile.am
  22106.  
  22107.   ndb/config/type_ndbapitest.mk.am
  22108.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +2 -0
  22109.  
  22110.   ndb/config/type_ndbapiclient.mk.am
  22111.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +2 -0
  22112.  
  22113.   ndb/config/type_ndbapi.mk.am
  22114.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +2 -0
  22115.  
  22116.   ndb/config/type_mgmapiclient.mk.am
  22117.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +2 -0
  22118.  
  22119.   ndb/config/type_kernel.mk.am
  22120.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +2 -0
  22121.  
  22122.   ndb/config/common.mk.am
  22123.     1.1 04/05/25 09:55:06 tomas@poseidon.(none) +7 -0
  22124.  
  22125.   ndb/src/common/portlib/unix/Makefile.am
  22126.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22127.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/common/portlib/unix/Makefile.am
  22128.  
  22129.   ndb/src/common/mgmcommon/Makefile.am
  22130.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22131.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/common/mgmcommon/Makefile.am
  22132.  
  22133.   ndb/src/common/logger/Makefile.am
  22134.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22135.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/common/logger/Makefile.am
  22136.  
  22137.   ndb/src/common/editline/Makefile.am
  22138.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22139.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/common/editline/Makefile.am
  22140.  
  22141.   ndb/src/common/debugger/signaldata/Makefile.am
  22142.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22143.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/common/debugger/signaldata/Makefile.am
  22144.  
  22145.   ndb/src/common/debugger/Makefile.am
  22146.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22147.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/src/common/debugger/Makefile.am
  22148.  
  22149.   ndb/config/type_util.mk.am
  22150.     1.1 04/05/25 09:55:05 tomas@poseidon.(none) +7 -0
  22151.  
  22152.   ndb/config/type_ndbapitest.mk.am
  22153.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22154.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/config/type_ndbapitest.mk.am
  22155.  
  22156.   ndb/config/type_ndbapiclient.mk.am
  22157.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22158.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/config/type_ndbapiclient.mk.am
  22159.  
  22160.   ndb/config/type_ndbapi.mk.am
  22161.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22162.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/config/type_ndbapi.mk.am
  22163.  
  22164.   ndb/config/type_mgmapiclient.mk.am
  22165.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22166.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/config/type_mgmapiclient.mk.am
  22167.  
  22168.   ndb/config/type_kernel.mk.am
  22169.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22170.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/config/type_kernel.mk.am
  22171.  
  22172.   ndb/config/common.mk.am
  22173.     1.0 04/05/25 09:55:06 tomas@poseidon.(none) +0 -0
  22174.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/config/common.mk.am
  22175.  
  22176.   ndb/config/type_util.mk.am
  22177.     1.0 04/05/25 09:55:05 tomas@poseidon.(none) +0 -0
  22178.     BitKeeper file /home/tomas/mysql-4.1-ndb-make/ndb/config/type_util.mk.am
  22179.  
  22180.   ndb/config/GuessConfig.sh_old
  22181.     1.6 04/05/25 09:53:31 tomas@poseidon.(none) +0 -0
  22182.     Rename: ndb/config/GuessConfig.sh -> ndb/config/GuessConfig.sh_old
  22183.  
  22184.   ndb/config/Makefile.am_old
  22185.     1.2 04/05/25 09:53:18 tomas@poseidon.(none) +0 -0
  22186.     Rename: ndb/config/Makefile.am -> ndb/config/Makefile.am_old
  22187.  
  22188. ChangeSet
  22189.   1.1616.1.220 04/05/25 11:53:07 magnus@neptunus.(none) +52 -0
  22190.   Removed AttrType.hpp and moved the "internal" datatypes to their corresponding class.
  22191.   Moved NdbSchemaCon and NdbSchemaOp out of the public NdbApi, it can however still be used by old test programs.
  22192.   Added print oof indexes to desc.
  22193.  
  22194.   ndb/tools/desc/desc.cpp
  22195.     1.2 04/05/25 11:53:05 magnus@neptunus.(none) +35 -10
  22196.     Alos print info about indexes for a table
  22197.  
  22198.   ndb/test/src/UtilTransactions.cpp
  22199.     1.3 04/05/25 11:53:05 magnus@neptunus.(none) +2 -2
  22200.     When AttrType.hpp, this hidden bug was discovered. Using wrong enum types in switch.
  22201.  
  22202.   ndb/test/src/NDBT_Table.cpp
  22203.     1.4 04/05/25 11:53:05 magnus@neptunus.(none) +36 -4
  22204.     Print table info more SQL like
  22205.  
  22206.   ndb/test/src/NDBT_ResultRow.cpp
  22207.     1.6 04/05/25 11:53:05 magnus@neptunus.(none) +10 -2
  22208.     This test program uses old NdbScheaCon.hpp
  22209.     But should soon use "printer" from NdbRecAttr
  22210.  
  22211.   ndb/test/ndbapi/testRestartGci/testRestartGci.cpp
  22212.     1.2 04/05/25 11:53:05 magnus@neptunus.(none) +1 -1
  22213.     Moved "internal" datatypes to corresponding class, in this case Ndb class
  22214.  
  22215.   ndb/test/ndbapi/testNdbApi/testNdbApi.cpp
  22216.     1.2 04/05/25 11:53:05 magnus@neptunus.(none) +2 -2
  22217.     Remove AttrType.hpp
  22218.     Define max number of Ndb objects test should "try" to create.
  22219.  
  22220.   ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp
  22221.     1.5 04/05/25 11:53:05 magnus@neptunus.(none) +3 -3
  22222.     This test program uses old NdbScheaCon.hpp
  22223.  
  22224.   ndb/test/ndbapi/telco/msa.cpp
  22225.     1.4 04/05/25 11:53:05 magnus@neptunus.(none) +4 -2
  22226.     This test program uses old NdbScheaCon.hpp
  22227.  
  22228.   ndb/test/ndbapi/ronja/initronja/initronja.cpp
  22229.     1.2 04/05/25 11:53:05 magnus@neptunus.(none) +6 -5
  22230.     This test program uses old NdbScheaCon.hpp
  22231.  
  22232.   ndb/test/ndbapi/lmc-bench/src/user/userInterface.cpp
  22233.     1.4 04/05/25 11:53:05 magnus@neptunus.(none) +30 -31
  22234.     This test program uses old NdbScheaCon.hpp
  22235.  
  22236.   ndb/test/ndbapi/interpreterInTup/interpreterInTup.cpp
  22237.     1.4 04/05/25 11:53:05 magnus@neptunus.(none) +19 -26
  22238.     This test program uses old NdbScheaCon.hpp
  22239.  
  22240.   ndb/test/ndbapi/flexScan/flexScan.cpp
  22241.     1.4 04/05/25 11:53:05 magnus@neptunus.(none) +9 -16
  22242.     This test program uses old NdbScheaCon.hpp
  22243.  
  22244.   ndb/test/ndbapi/flexAsynch/flexAsynch.cpp
  22245.     1.4 04/05/25 11:53:05 magnus@neptunus.(none) +6 -3
  22246.     This test program uses old NdbScheaCon.hpp
  22247.  
  22248.   ndb/test/ndbapi/acid/acid.cpp
  22249.     1.2 04/05/25 11:53:05 magnus@neptunus.(none) +6 -9
  22250.     This test program uses old NdbScheaCon.hpp
  22251.  
  22252.   ndb/test/include/NDBT_Table.hpp
  22253.     1.5 04/05/25 11:53:05 magnus@neptunus.(none) +9 -60
  22254.     Removed old NdbSchema*
  22255.     Added function to print information about an index
  22256.  
  22257.   ndb/src/ndbapi/TransporterFacade.hpp
  22258.     1.2 04/05/25 11:53:05 magnus@neptunus.(none) +6 -1
  22259.     Removed AttrType.hpp
  22260.     Moved internal definition of how many Ndb objects to create to here
  22261.  
  22262.   ndb/src/ndbapi/TransporterFacade.cpp
  22263.     1.5 04/05/25 11:53:05 magnus@neptunus.(none) +0 -1
  22264.     Removed AttrType.hpp
  22265.  
  22266.   ndb/src/ndbapi/Ndblist.cpp
  22267.     1.2 04/05/25 11:53:05 magnus@neptunus.(none) +4 -4
  22268.     Removed NdbSchemaCon and NdbSchemaOp from public NdbApi
  22269.     Moved "internal" types to their corresponding class
  22270.  
  22271.   ndb/src/ndbapi/Ndbinit.cpp
  22272.     1.2.1.1 04/05/25 11:53:05 magnus@neptunus.(none) +6 -6
  22273.     Removed NdbSchemaCon and NdbSchemaOp from public NdbApi
  22274.  
  22275.   ndb/src/ndbapi/Ndbif.cpp
  22276.     1.4 04/05/25 11:53:05 magnus@neptunus.(none) +47 -47
  22277.     Removed AttrType.hpp
  22278.     Removed NdbSchemaCon and NdbSchemaOp from public NdbApi
  22279.     Moved "interal" types to their corresponding class
  22280.  
  22281.   ndb/src/ndbapi/NdbUtil.hpp
  22282.     1.4 04/05/25 11:53:05 magnus@neptunus.(none) +0 -1
  22283.     Removed AttrType.hpp
  22284.  
  22285.   ndb/src/ndbapi/NdbSchemaOp.cpp
  22286.     1.4 04/05/25 11:53:05 magnus@neptunus.(none) +18 -3
  22287.     Updated not to be included in public NdbApi
  22288.  
  22289.   ndb/src/ndbapi/NdbSchemaCon.cpp
  22290.     1.2 04/05/25 11:53:05 magnus@neptunus.(none) +13 -10
  22291.     Updated not to be included in public NdbApi
  22292.  
  22293.   ndb/src/ndbapi/NdbResultSet.cpp
  22294.     1.2 04/05/25 11:53:05 magnus@neptunus.(none) +8 -4
  22295.     Moved the "internal" types to corresponding class
  22296.  
  22297.   ndb/src/ndbapi/NdbOperationSearch.cpp
  22298.     1.3 04/05/25 11:53:05 magnus@neptunus.(none) +1 -2
  22299.     Removed AttrType.hpp
  22300.     Use limits from ndbapi_limits.h
  22301.  
  22302.   ndb/src/ndbapi/NdbOperationScan.cpp
  22303.     1.2 04/05/25 11:53:05 magnus@neptunus.(none) +4 -4
  22304.     RemovedAttrType.hpp
  22305.     Use limits from ndbapi_limits.h
  22306.  
  22307.   ndb/src/ndbapi/NdbOperationInt.cpp
  22308.     1.2 04/05/25 11:53:04 magnus@neptunus.(none) +6 -7
  22309.     RemovedAttrType.hpp
  22310.     Use limits from ndbapi_limits.h
  22311.  
  22312.   ndb/src/ndbapi/NdbOperationExec.cpp
  22313.     1.5 04/05/25 11:53:04 magnus@neptunus.(none) +1 -1
  22314.     Moved internal tyeps to the class where they belongs
  22315.  
  22316.   ndb/src/ndbapi/NdbOperationDefine.cpp
  22317.     1.3 04/05/25 11:53:04 magnus@neptunus.(none) +0 -1
  22318.     Remove AttrType.hpp
  22319.  
  22320.   ndb/src/ndbapi/NdbOperation.cpp
  22321.     1.4 04/05/25 11:53:04 magnus@neptunus.(none) +2 -2
  22322.     Use limits from ndbapi_limits.h
  22323.  
  22324.   ndb/src/ndbapi/NdbIndexOperation.cpp
  22325.     1.2 04/05/25 11:53:04 magnus@neptunus.(none) +3 -3
  22326.     Use limitations from ndbapi_limits.h
  22327.     Moved internal tyeps to the class where they belongs
  22328.  
  22329.   ndb/src/ndbapi/NdbEventOperationImpl.cpp
  22330.     1.4 04/05/25 11:53:04 magnus@neptunus.(none) +57 -46
  22331.     Removed AttrType.hpp
  22332.     Moved printRecAttr to end since it depends on old types and need to include "NdbSchemaCon", function will be rewritten and moved to NdbRecAttr. It's also useful from other places where an attribute has been read into an NdbRecAttr.
  22333.  
  22334.   ndb/src/ndbapi/NdbDictionaryImpl.cpp
  22335.     1.3.2.1 04/05/25 11:53:04 magnus@neptunus.(none) +1 -2
  22336.     RemovedAttrType.hpp
  22337.     Use limits from ndbapi_limits.h
  22338.  
  22339.   ndb/src/ndbapi/NdbConnection.cpp
  22340.     1.2 04/05/25 11:53:04 magnus@neptunus.(none) +1 -1
  22341.     Moved internal type s to the class where they belong
  22342.  
  22343.   ndb/src/ndbapi/NdbApiSignal.hpp
  22344.     1.2 04/05/25 11:53:04 magnus@neptunus.(none) +0 -1
  22345.     Removed AttrType.hpp
  22346.  
  22347.   ndb/src/ndbapi/NdbApiSignal.cpp
  22348.     1.2 04/05/25 11:53:04 magnus@neptunus.(none) +0 -1
  22349.     Removed AttrType.hpp
  22350.  
  22351.   ndb/src/ndbapi/Ndb.cpp
  22352.     1.5.1.1 04/05/25 11:53:04 magnus@neptunus.(none) +7 -8
  22353.     Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
  22354.     Removed AttrType.hpp
  22355.     Moved internal types to the class where they are used
  22356.  
  22357.   ndb/src/ndbapi/ClusterMgr.cpp
  22358.     1.6 04/05/25 11:53:04 magnus@neptunus.(none) +0 -1
  22359.     Remov AttrType.hpp
  22360.  
  22361.   ndb/src/mgmsrv/MgmtSrvr.cpp
  22362.     1.5 04/05/25 11:53:04 magnus@neptunus.(none) +0 -1
  22363.     Remov AttrType.hpp
  22364.  
  22365.   ndb/src/kernel/blocks/backup/restore/main.cpp
  22366.     1.5 04/05/25 11:53:04 magnus@neptunus.(none) +5 -2
  22367.     Include NdbOut
  22368.  
  22369.   ndb/src/kernel/blocks/backup/restore/Restore.hpp
  22370.     1.5 04/05/25 11:53:04 magnus@neptunus.(none) +1 -3
  22371.     Removed AttrType
  22372.     Include NdbSchemaCon since restore uses old types
  22373.  
  22374.   ndb/src/Makefile
  22375.     1.2.1.1 04/05/25 11:53:04 magnus@neptunus.(none) +0 -1
  22376.     Remove newtonapi from Makefile
  22377.  
  22378.   ndb/include/ndbapi/ndbapi_limits.h
  22379.     1.3 04/05/25 11:53:04 magnus@neptunus.(none) +3 -16
  22380.     Corrected limitations, added some from AttrTyp.hpp
  22381.  
  22382.   ndb/include/ndbapi/NdbSchemaOp.hpp
  22383.     1.4 04/05/25 11:53:04 magnus@neptunus.(none) +158 -27
  22384.     Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
  22385.     Removed AttrType.hpp
  22386.     Moved all "old" datatypes here, so if a test program is still using old type, include NdbSchemaCon.hpp
  22387.  
  22388.   ndb/include/ndbapi/NdbSchemaCon.hpp
  22389.     1.2 04/05/25 11:53:04 magnus@neptunus.(none) +20 -5
  22390.     Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
  22391.     Removed AttrType.hpp
  22392.  
  22393.   ndb/include/ndbapi/NdbRecAttr.hpp
  22394.     1.4 04/05/25 11:53:04 magnus@neptunus.(none) +3 -33
  22395.     Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
  22396.     Removed AttrType.hpp
  22397.  
  22398.   ndb/include/ndbapi/NdbOperation.hpp
  22399.     1.3.1.1 04/05/25 11:53:04 magnus@neptunus.(none) +40 -38
  22400.     Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
  22401.     Removed AttrType.hpp
  22402.     Remove faulty comment about how many attributes a key is allowed to consist of
  22403.     Removed unused member variables
  22404.  
  22405.   ndb/include/ndbapi/NdbIndexOperation.hpp
  22406.     1.2 04/05/25 11:53:04 magnus@neptunus.(none) +1 -1
  22407.     Use limit from ndbapi_limit.h
  22408.  
  22409.   ndb/include/ndbapi/NdbConnection.hpp
  22410.     1.3.1.1 04/05/25 11:53:04 magnus@neptunus.(none) +76 -7
  22411.     Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
  22412.     Removed AttrType.hpp
  22413.     Moved internal types to the class where they are used
  22414.  
  22415.   ndb/include/ndbapi/NdbApi.hpp
  22416.     1.2 04/05/25 11:53:04 magnus@neptunus.(none) +1 -3
  22417.     Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
  22418.     Removed AttrType.hpp
  22419.  
  22420.   ndb/include/ndbapi/Ndb.hpp
  22421.     1.3.1.1 04/05/25 11:53:04 magnus@neptunus.(none) +23 -35
  22422.     Removed NdbSchemaCon and NdbSchemaOp includes from public NdbApi
  22423.     Removed AttrType.hpp
  22424.  
  22425.   ndb/BinDist.sh
  22426.     1.3 04/05/25 11:53:04 magnus@neptunus.(none) +0 -1
  22427.     Removed AttrType.hpp from BinDist.sh
  22428.  
  22429.   ndb/src/kernel/blocks/backup/restore/Makefile_old
  22430.     1.4 04/05/25 01:10:46 tomas@poseidon.(none) +0 -0
  22431.     Rename: ndb/src/kernel/blocks/backup/restore/Makefile -> ndb/src/kernel/blocks/backup/restore/Makefile_old
  22432.  
  22433. ChangeSet
  22434.   1.1616.310.4 04/05/24 17:20:22 patg@krsna.patg.net +2 -0
  22435.   logging_ok:
  22436.     Logging to logging@openlogging.org accepted
  22437.   Do-compile:
  22438.     1. Option to ensure that logs are moved and then backed up on each host prior to a build
  22439.     2. Option to run build with flag "--without-ndbcluster"
  22440.  
  22441.   BitKeeper/etc/logging_ok
  22442.     1.233.28.1 04/05/24 17:16:31 patg@krsna.patg.net +1 -0
  22443.     Logging to logging@openlogging.org accepted
  22444.  
  22445.   Build-tools/Do-compile
  22446.     1.81.1.1 04/05/24 17:10:07 patg@krsna.patg.net +5 -2
  22447.     1. Option to ensure that logs are moved and then backed up on each host prior to a build
  22448.     2. Option to run build with flag "--without-ndbcluster"
  22449.  
  22450. ChangeSet
  22451.   1.1346.623.2 04/05/25 02:49:43 monty@mysql.com +17 -0
  22452.   Fixed typo
  22453.  
  22454.   VC++Files/sql/mysqld.dsp
  22455.     1.6.1.7 04/05/25 02:49:41 monty@mysql.com +1 -1
  22456.     Fixed typo
  22457.  
  22458.   VC++Files/replace/replace.dsp
  22459.     1.4.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22460.     Fixed typo
  22461.  
  22462.   VC++Files/perror/perror.dsp
  22463.     1.5.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22464.     Fixed typo
  22465.  
  22466.   VC++Files/pack_isam/pack_isam.dsp
  22467.     1.5.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22468.     Fixed typo
  22469.  
  22470.   VC++Files/mysqlcheck/mysqlcheck.dsp
  22471.     1.4.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22472.     Fixed typo
  22473.  
  22474.   VC++Files/mysqlbinlog/mysqlbinlog.dsp
  22475.     1.7.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22476.     Fixed typo
  22477.  
  22478.   VC++Files/myisampack/myisampack.dsp
  22479.     1.3.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22480.     Fixed typo
  22481.  
  22482.   VC++Files/myisamlog/myisamlog.dsp
  22483.     1.2.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22484.     Fixed typo
  22485.  
  22486.   VC++Files/myisamchk/myisamchk.dsp
  22487.     1.2.1.4 04/05/25 02:49:41 monty@mysql.com +1 -1
  22488.     Fixed typo
  22489.  
  22490.   VC++Files/my_print_defaults/my_print_defaults.dsp
  22491.     1.1.1.6 04/05/25 02:49:41 monty@mysql.com +1 -1
  22492.     Fixed typo
  22493.  
  22494.   VC++Files/libmysqld/libmysqld.dsp
  22495.     1.2.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22496.     Fixed typo
  22497.  
  22498.   VC++Files/isamchk/isamchk.dsp
  22499.     1.2.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22500.     Fixed typo
  22501.  
  22502.   VC++Files/client/mysqlshow.dsp
  22503.     1.4.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22504.     Fixed typo
  22505.  
  22506.   VC++Files/client/mysqlimport.dsp
  22507.     1.4.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22508.     Fixed typo
  22509.  
  22510.   VC++Files/client/mysqldump.dsp
  22511.     1.4.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22512.     Fixed typo
  22513.  
  22514.   VC++Files/client/mysqladmin.dsp
  22515.     1.4.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22516.     Fixed typo
  22517.  
  22518.   VC++Files/client/mysql.dsp
  22519.     1.4.1.5 04/05/25 02:49:41 monty@mysql.com +1 -1
  22520.     Fixed typo
  22521.  
  22522. ChangeSet
  22523.   1.1346.623.1 04/05/25 02:28:44 monty@mysql.com +51 -0
  22524.   New MYSQL_SERVER_SUFFIX usage (for easier compilation)
  22525.   Update of VC++ project files.
  22526.  
  22527.   zlib/contrib/asm386/zlibvc.dsp
  22528.     1.2 04/05/25 02:28:43 monty@mysql.com +38 -38
  22529.     Updated for 4.0
  22530.  
  22531.   sql/set_var.cc
  22532.     1.12.1.44 04/05/25 02:28:43 monty@mysql.com +1 -1
  22533.     Use STRINGIFY()
  22534.  
  22535.   sql/mysqld_suffix.h
  22536.     1.2 04/05/25 02:28:43 monty@mysql.com +6 -17
  22537.     New MYSQL_SERVER_SUFFIX handling
  22538.  
  22539.   sql/mysqld.cc
  22540.     1.297.1.199 04/05/25 02:28:42 monty@mysql.com +2 -2
  22541.     New MYSQL_SERVER_SUFFIX handling
  22542.  
  22543.   libmysql/libmysql.c
  22544.     1.95.1.50 04/05/25 02:28:42 monty@mysql.com +1 -1
  22545.     Use STRINGIFY()
  22546.  
  22547.   innobase/eval/eval0eval.c
  22548.     1.4.1.2 04/05/25 02:28:42 monty@mysql.com +1 -1
  22549.     Fixed compiler warning
  22550.  
  22551.   include/mysql_version.h.in
  22552.     1.13.1.5 04/05/25 02:28:42 monty@mysql.com +2 -8
  22553.     New MYSQL_SERVER_SUFFIX handling
  22554.  
  22555.   include/my_global.h
  22556.     1.34.1.28 04/05/25 02:28:42 monty@mysql.com +3 -0
  22557.     Added QUOTE and STRINGIFY
  22558.  
  22559.   VC++Files/sql/mysqld.dsp
  22560.     1.6.1.6 04/05/25 02:28:42 monty@mysql.com +7 -7
  22561.     Use new version of MYSQL_SERVER_SUFFIX
  22562.  
  22563.   VC++Files/replace/replace.dsp
  22564.     1.4.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22565.     Use new version of MYSQL_SERVER_SUFFIX
  22566.  
  22567.   VC++Files/perror/perror.dsp
  22568.     1.5.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22569.     Use new version of MYSQL_SERVER_SUFFIX
  22570.  
  22571.   VC++Files/pack_isam/pack_isam.dsp
  22572.     1.5.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22573.     Use new version of MYSQL_SERVER_SUFFIX
  22574.  
  22575.   VC++Files/mysys/mysys.dsp
  22576.     1.6.1.6 04/05/25 02:28:42 monty@mysql.com +1 -1
  22577.     Use new version of MYSQL_SERVER_SUFFIX
  22578.  
  22579.   VC++Files/mysqlcheck/mysqlcheck.dsp
  22580.     1.4.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22581.     Use new version of MYSQL_SERVER_SUFFIX
  22582.  
  22583.   VC++Files/mysqlbinlog/mysqlbinlog.dsp
  22584.     1.7.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22585.     Use new version of MYSQL_SERVER_SUFFIX
  22586.  
  22587.   VC++Files/mysql.dsw
  22588.     1.5.1.7 04/05/25 02:28:42 monty@mysql.com +3 -0
  22589.     Use new version of MYSQL_SERVER_SUFFIX
  22590.  
  22591.   VC++Files/myisampack/myisampack.dsp
  22592.     1.3.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22593.     Use new version of MYSQL_SERVER_SUFFIX
  22594.  
  22595.   VC++Files/myisamlog/myisamlog.dsp
  22596.     1.2.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22597.     Use new version of MYSQL_SERVER_SUFFIX
  22598.  
  22599.   VC++Files/myisamchk/myisamchk.dsp
  22600.     1.2.1.3 04/05/25 02:28:42 monty@mysql.com +1 -1
  22601.     Use new version of MYSQL_SERVER_SUFFIX
  22602.  
  22603.   VC++Files/my_print_defaults/my_print_defaults.dsp
  22604.     1.1.1.5 04/05/25 02:28:42 monty@mysql.com +1 -1
  22605.     Use new version of MYSQL_SERVER_SUFFIX
  22606.  
  22607.   VC++Files/libmysqld/libmysqld.dsp
  22608.     1.2.1.4 04/05/25 02:28:42 monty@mysql.com +8 -8
  22609.     Use new version of MYSQL_SERVER_SUFFIX
  22610.  
  22611.   VC++Files/isamchk/isamchk.dsp
  22612.     1.2.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22613.     Use new version of MYSQL_SERVER_SUFFIX
  22614.  
  22615.   VC++Files/innobase/innobase.dsp
  22616.     1.7.1.6 04/05/25 02:28:42 monty@mysql.com +2 -10
  22617.     Use new version of MYSQL_SERVER_SUFFIX
  22618.     Remove old files
  22619.  
  22620.   VC++Files/copy_mysql_files.bat
  22621.     1.2 04/05/25 02:28:42 monty@mysql.com +2 -6
  22622.     Assume we are in correct directory
  22623.  
  22624.   VC++Files/client/mysqlshow.dsp
  22625.     1.4.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22626.     Use new version of MYSQL_SERVER_SUFFIX
  22627.  
  22628.   VC++Files/client/mysqlimport.dsp
  22629.     1.4.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22630.     Use new version of MYSQL_SERVER_SUFFIX
  22631.  
  22632.   VC++Files/client/mysqldump.dsp
  22633.     1.4.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22634.     Use new version of MYSQL_SERVER_SUFFIX
  22635.  
  22636.   VC++Files/client/mysqladmin.dsp
  22637.     1.4.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22638.     Use new version of MYSQL_SERVER_SUFFIX
  22639.  
  22640.   VC++Files/client/mysql.dsp
  22641.     1.4.1.4 04/05/25 02:28:42 monty@mysql.com +1 -1
  22642.     Use new version of MYSQL_SERVER_SUFFIX
  22643.  
  22644.   VC++Files/bdb/bdb.dsp
  22645.     1.3.1.3 04/05/25 02:28:42 monty@mysql.com +1 -1
  22646.     Use new version of MYSQL_SERVER_SUFFIX
  22647.  
  22648.   BUILD/compile-pentium-valgrind-max
  22649.     1.2.1.2 04/05/25 02:28:42 monty@mysql.com +1 -1
  22650.     Use MYSQL_SERVER_SUFFIX
  22651.  
  22652. ChangeSet
  22653.   1.1616.433.1 04/05/25 02:30:09 dlenev@brandersnatch.localdomain +2 -0
  22654.   Fix for sporadically failures of innodb.test on Darwin 7.3 
  22655.   which occured because we were not lowering case of file names 
  22656.   for temporary tables altough handler assumes so if 
  22657.   lower_case_table_names==2. Now we are lowering case for them.
  22658.  
  22659.   sql/sql_table.cc
  22660.     1.157.33.7 04/05/25 02:30:06 dlenev@brandersnatch.localdomain +6 -0
  22661.     Now we are lowering case of file names for temporary tables.
  22662.  
  22663.   sql/sql_select.cc
  22664.     1.216.72.1 04/05/25 02:30:03 dlenev@brandersnatch.localdomain +3 -0
  22665.     Now we are lowering case of file names for temporary tables.
  22666.  
  22667. ChangeSet
  22668.   1.1616.425.11 04/05/25 02:03:49 konstantin@mysql.com +30 -0
  22669.   Support for character set conversion in binary protocol: another go
  22670.   after Monty's review.
  22671.   - Item_param was rewritten.
  22672.   - it turns out that we can't convert string data to character set of
  22673.     connection on the fly, because they first should be written to the binary
  22674.     log.
  22675.     To support efficient conversion we need to rewrite prepared statements
  22676.     binlogging code first.
  22677.  
  22678.   tests/client_test.c
  22679.     1.51.1.37 04/05/25 02:03:29 konstantin@mysql.com +202 -7
  22680.     Test for support for character set conversions in prepared statements
  22681.     (binary and text data).
  22682.  
  22683.   sql/time.cc
  22684.     1.44 04/05/25 02:03:29 konstantin@mysql.com +119 -3
  22685.     - function TIME_to_string to convert TIME to String in default MySQL format
  22686.     - family of functions TIME_to_ulonglong_*
  22687.  
  22688.   sql/sql_string.h
  22689.     1.44.1.1 04/05/25 02:03:29 konstantin@mysql.com +3 -0
  22690.     Declraration for String::swap().
  22691.  
  22692.   sql/sql_string.cc
  22693.     1.77.1.2 04/05/25 02:03:29 konstantin@mysql.com +34 -11
  22694.     - String::append rewritten to support character set conversion for
  22695.     single-byte encodings.
  22696.     - added String::swap method to efficiently exchange two string objects.
  22697.  
  22698.   sql/sql_select.cc
  22699.     1.216.1.115 04/05/25 02:03:29 konstantin@mysql.com +2 -2
  22700.     rename: swap -> swap_variables
  22701.  
  22702.   sql/sql_prepare.cc
  22703.     1.34.18.8 04/05/25 02:03:29 konstantin@mysql.com +177 -95
  22704.       Many changes:
  22705.     - static specifier for set_param_* family of functions.
  22706.     - FIELD_TYPE -> MYSQL_TYPE
  22707.     - added set_param_binary as handler for BLOB types.
  22708.     - added character set support
  22709.     - added support for param typecode in mysql_stmt_get_longdata
  22710.       (mysql_stmt_send_long_data handler)
  22711.     - changes in Item_param deployed
  22712.     - few cleanups
  22713.  
  22714.   sql/sql_parse.cc
  22715.     1.271.71.11 04/05/25 02:03:28 konstantin@mysql.com +4 -1
  22716.     Shrink convert buffer in the end of each statement.
  22717.  
  22718.   sql/sql_insert.cc
  22719.     1.86.2.49 04/05/25 02:03:28 konstantin@mysql.com +1 -1
  22720.     A little fix in a comment.
  22721.  
  22722.   sql/sql_class.h
  22723.     1.146.34.8 04/05/25 02:03:28 konstantin@mysql.com +4 -0
  22724.     - THD::convert_buffer is shared between THD and network Protocols and
  22725.       used for character set conversion of strings.
  22726.     - new function to convert String object from one charset to another using
  22727.       THD::convert_buffer
  22728.  
  22729.   sql/sql_class.cc
  22730.     1.105.20.4 04/05/25 02:03:28 konstantin@mysql.com +31 -2
  22731.     - implementation of THD::convert_string using THD::convert_buffer
  22732.       (conversion of strings allocated in the system heap).
  22733.  
  22734.   sql/protocol.h
  22735.     1.15.1.3 04/05/25 02:03:28 konstantin@mysql.com +3 -1
  22736.     - Protocol::convert now points at THD::convert_buffer: we want to share one
  22737.       buffer between all protocol implementations.
  22738.  
  22739.   sql/protocol.cc
  22740.     1.56.1.29 04/05/25 02:03:28 konstantin@mysql.com +28 -30
  22741.     - added character set conversion support to binary protocol.
  22742.     - Protocol::convert changed to point at shared buffer in THD.
  22743.       This lets us use one convert buffer for binary and simple protocol.
  22744.       The same buffer is used for client->server conversions in prepared
  22745.       statements code.
  22746.     - string conversion code refactored to Protocol::store_string_aux function.
  22747.     - few more comments
  22748.  
  22749.   sql/opt_range.cc
  22750.     1.98.1.20 04/05/25 02:03:28 konstantin@mysql.com +3 -3
  22751.     rename: swap -> swap_variables
  22752.  
  22753.   sql/mysql_priv.h
  22754.     1.186.71.7 04/05/25 02:03:28 konstantin@mysql.com +19 -3
  22755.     - added declarations for TIME_to_ulonglong_*, TIME_to_string functions
  22756.     - const specifiers for make_date, make_time, make_datetime arguments
  22757.  
  22758.   sql/lock.cc
  22759.     1.42.1.6 04/05/25 02:03:28 konstantin@mysql.com +2 -2
  22760.     rename: swap -> swap_variables
  22761.  
  22762.   sql/item_timefunc.cc
  22763.     1.51.1.11 04/05/25 02:03:28 konstantin@mysql.com +21 -54
  22764.     Refactored to use functions from time.cc
  22765.  
  22766.   sql/item.h
  22767.     1.56.29.6 04/05/25 02:03:28 konstantin@mysql.com +51 -21
  22768.     Item_param:
  22769.     - 'state' member introduced instead of many boolean variables.
  22770.     - put ltime, int_value and real_value into union to save space.
  22771.     - remove unimplemented members
  22772.     - set_value renamed to set_str
  22773.  
  22774.   sql/item.cc
  22775.     1.58.50.9 04/05/25 02:03:28 konstantin@mysql.com +250 -173
  22776.     New implementation of Item_param class:
  22777.     added support for character sets conversion.
  22778.  
  22779.   sql/field.cc
  22780.     1.158 04/05/25 02:03:28 konstantin@mysql.com +5 -24
  22781.     Field::store_time refactored to use TIME_to_string function from time.cc
  22782.  
  22783.   mysys/my_handler.c
  22784.     1.13 04/05/25 02:03:28 konstantin@mysql.com +4 -4
  22785.     swap -> swap_variables
  22786.  
  22787.   mysys/my_compress.c
  22788.     1.11 04/05/25 02:03:28 konstantin@mysql.com +1 -1
  22789.     swap -> swap_variables
  22790.  
  22791.   mysys/my_chsize.c
  22792.     1.15 04/05/25 02:03:28 konstantin@mysql.com +1 -1
  22793.     rename: swap -> swap_variables
  22794.  
  22795.   mysys/charset.c
  22796.     1.118 04/05/25 02:03:28 konstantin@mysql.com +58 -0
  22797.     sub_escape_string was moved from libmysql.c to be able to use it in sql/
  22798.     code.
  22799.  
  22800.   myisam/mi_test2.c
  22801.     1.27 04/05/25 02:03:28 konstantin@mysql.com +1 -1
  22802.     swap -> swap_variables
  22803.  
  22804.   libmysql/libmysql.c
  22805.     1.156.1.76 04/05/25 02:03:28 konstantin@mysql.com +27 -82
  22806.     - sub_escape_string moved to mysys/charset.c to be visible in sql/
  22807.     - few cleanups
  22808.  
  22809.   isam/test2.c
  22810.     1.16 04/05/25 02:03:28 konstantin@mysql.com +1 -1
  22811.     swap -> swap_variables
  22812.     
  22813.  
  22814.   isam/_search.c
  22815.     1.14 04/05/25 02:03:28 konstantin@mysql.com +4 -4
  22816.     swap -> swap_variables
  22817.  
  22818.   include/mysql_com.h
  22819.     1.67.1.26 04/05/25 02:03:28 konstantin@mysql.com +1 -1
  22820.     Removed and moved back: a macro which is visible to libmysql user but
  22821.     has sence only in prepared statement protocol implementation.
  22822.  
  22823.   include/my_sys.h
  22824.     1.116.1.8 04/05/25 02:03:28 konstantin@mysql.com +2 -0
  22825.     Added declaration of escape_string_for_mysql()
  22826.  
  22827.   include/my_global.h
  22828.     1.47.6.6 04/05/25 02:03:28 konstantin@mysql.com +1 -1
  22829.     Macro swap(a, b, c) was renamed to resolve name conflict with
  22830.     String::swap() method.
  22831.  
  22832.   VC++Files/mysqlmanager/RES/toolbar.bmp
  22833.     1.2 04/05/24 23:46:19 monty@mysql.com +0 -0
  22834.     Rename: VC++Files/mysqlmanager/RES/TOOLBAR.BMP -> VC++Files/mysqlmanager/RES/toolbar.bmp
  22835.  
  22836.   VC++Files/mysqlmanager/RES/query_ex.bmp
  22837.     1.2 04/05/24 23:46:18 monty@mysql.com +0 -0
  22838.     Rename: VC++Files/mysqlmanager/RES/QUERY_EX.BMP -> VC++Files/mysqlmanager/RES/query_ex.bmp
  22839.  
  22840.   VC++Files/mysqlmanager/RES/fontu.bmp
  22841.     1.2 04/05/24 23:46:18 monty@mysql.com +0 -0
  22842.     Rename: VC++Files/mysqlmanager/RES/FONTU.BMP -> VC++Files/mysqlmanager/RES/fontu.bmp
  22843.  
  22844.   VC++Files/mysqlmanager/RES/fontd.bmp
  22845.     1.2 04/05/24 23:46:18 monty@mysql.com +0 -0
  22846.     Rename: VC++Files/mysqlmanager/RES/FONTD.BMP -> VC++Files/mysqlmanager/RES/fontd.bmp
  22847.  
  22848.   VC++Files/mysqlmanager/RES/database.bmp
  22849.     1.2 04/05/24 23:46:18 monty@mysql.com +0 -0
  22850.     Rename: VC++Files/mysqlmanager/RES/DATABASE.BMP -> VC++Files/mysqlmanager/RES/database.bmp
  22851.  
  22852.   VC++Files/mysqlmanager/RES/bmp00002.bmp
  22853.     1.2 04/05/24 23:46:18 monty@mysql.com +0 -0
  22854.     Rename: VC++Files/mysqlmanager/RES/BMP00002.BMP -> VC++Files/mysqlmanager/RES/bmp00002.bmp
  22855.  
  22856.   VC++Files/mysqlmanager/RES/bmp00001.bmp
  22857.     1.2 04/05/24 23:46:18 monty@mysql.com +0 -0
  22858.     Rename: VC++Files/mysqlmanager/RES/BMP00001.BMP -> VC++Files/mysqlmanager/RES/bmp00001.bmp
  22859.  
  22860.   VC++Files/mysqlmanager/RES/bitmap3.bmp
  22861.     1.2 04/05/24 23:46:18 monty@mysql.com +0 -0
  22862.     Rename: VC++Files/mysqlmanager/RES/BITMAP3.BMP -> VC++Files/mysqlmanager/RES/bitmap3.bmp
  22863.  
  22864.   VC++Files/mysqlmanager/RES/bitmap1.bmp
  22865.     1.2 04/05/24 23:46:18 monty@mysql.com +0 -0
  22866.     Rename: VC++Files/mysqlmanager/RES/BITMAP1.BMP -> VC++Files/mysqlmanager/RES/bitmap1.bmp
  22867.  
  22868.   VC++Files/mysqlmanager/toolsql.h
  22869.     1.2 04/05/24 23:45:21 monty@mysql.com +0 -0
  22870.     Rename: VC++Files/mysqlmanager/TOOLSQL.H -> VC++Files/mysqlmanager/toolsql.h
  22871.  
  22872.   VC++Files/mysqlmanager/toolsql.cpp
  22873.     1.2 04/05/24 23:45:21 monty@mysql.com +0 -0
  22874.     Rename: VC++Files/mysqlmanager/TOOLSQL.CPP -> VC++Files/mysqlmanager/toolsql.cpp
  22875.  
  22876.   VC++Files/mysqlmanager/stdafx.h
  22877.     1.2 04/05/24 23:45:21 monty@mysql.com +0 -0
  22878.     Rename: VC++Files/mysqlmanager/STDAFX.H -> VC++Files/mysqlmanager/stdafx.h
  22879.  
  22880.   VC++Files/mysqlmanager/stdafx.cpp
  22881.     1.2 04/05/24 23:45:20 monty@mysql.com +0 -0
  22882.     Rename: VC++Files/mysqlmanager/STDAFX.CPP -> VC++Files/mysqlmanager/stdafx.cpp
  22883.  
  22884.   VC++Files/mysqlmanager/resource.h
  22885.     1.2 04/05/24 23:45:20 monty@mysql.com +0 -0
  22886.     Rename: VC++Files/mysqlmanager/RESOURCE.H -> VC++Files/mysqlmanager/resource.h
  22887.  
  22888.   VC++Files/mysqlmanager/mysqlmanager.mak
  22889.     1.2 04/05/24 23:45:20 monty@mysql.com +0 -0
  22890.     Rename: VC++Files/mysqlmanager/MySqlManager.mak -> VC++Files/mysqlmanager/mysqlmanager.mak
  22891.  
  22892.   VC++Files/mysqlmanager/mysqlmanager.dsp
  22893.     1.4.1.3 04/05/24 23:45:20 monty@mysql.com +0 -0
  22894.     Rename: VC++Files/mysqlmanager/MySqlManager.dsp -> VC++Files/mysqlmanager/mysqlmanager.dsp
  22895.  
  22896.   VC++Files/mysqlmanager/mainfrm.h
  22897.     1.2 04/05/24 23:45:20 monty@mysql.com +0 -0
  22898.     Rename: VC++Files/mysqlmanager/MAINFRM.H -> VC++Files/mysqlmanager/mainfrm.h
  22899.  
  22900.   VC++Files/mysqlmanager/mainfrm.cpp
  22901.     1.2 04/05/24 23:45:20 monty@mysql.com +0 -0
  22902.     Rename: VC++Files/mysqlmanager/MAINFRM.CPP -> VC++Files/mysqlmanager/mainfrm.cpp
  22903.  
  22904.   VC++Files/mysqlmanager/childfrm.h
  22905.     1.2 04/05/24 23:45:19 monty@mysql.com +0 -0
  22906.     Rename: VC++Files/mysqlmanager/CHILDFRM.H -> VC++Files/mysqlmanager/childfrm.h
  22907.  
  22908.   VC++Files/mysqlmanager/childfrm.cpp
  22909.     1.2 04/05/24 23:40:55 monty@mysql.com +0 -0
  22910.     Rename: VC++Files/mysqlmanager/CHILDFRM.CPP -> VC++Files/mysqlmanager/childfrm.cpp
  22911.  
  22912. ChangeSet
  22913.   1.1346.1.499 04/05/24 12:48:18 patg@krsna.patg.net +2 -0
  22914.   see notes for Do-compile
  22915.  
  22916.   BitKeeper/etc/logging_ok
  22917.     1.206.1.108 04/05/24 12:48:18 patg@krsna.patg.net +1 -0
  22918.     Logging to logging@openlogging.org accepted
  22919.  
  22920.   Build-tools/Do-compile
  22921.     1.74.1.7 04/05/24 12:45:45 patg@krsna.patg.net +5 -2
  22922.     Added two options that:
  22923.     1. Clear logs on each host prior to build
  22924.     2. Turn off ndbcluster
  22925.  
  22926. ChangeSet
  22927.   1.1616.396.19 04/05/24 21:12:05 sergefp@mysql.com +2 -0
  22928.   Added replication tests
  22929.  
  22930.   mysql-test/t/rpl_ps.test
  22931.     1.1 04/05/24 21:12:01 sergefp@mysql.com +43 -0
  22932.  
  22933.   mysql-test/r/rpl_ps.result
  22934.     1.1 04/05/24 21:12:01 sergefp@mysql.com +28 -0
  22935.  
  22936.   mysql-test/t/rpl_ps.test
  22937.     1.0 04/05/24 21:12:01 sergefp@mysql.com +0 -0
  22938.     BitKeeper file /dbdata/psergey/mysql-4.1-ps-merge/mysql-test/t/rpl_ps.test
  22939.  
  22940.   mysql-test/r/rpl_ps.result
  22941.     1.0 04/05/24 21:12:01 sergefp@mysql.com +0 -0
  22942.     BitKeeper file /dbdata/psergey/mysql-4.1-ps-merge/mysql-test/r/rpl_ps.result
  22943.  
  22944. ChangeSet
  22945.   1.1616.396.18 04/05/24 21:08:22 sergefp@mysql.com +2 -0
  22946.   Added support for PREPARE stmt1 FROM @var, 
  22947.   Fixed the problem of previous patch with replication,
  22948.   More post-review fixes
  22949.  
  22950.   sql/sql_prepare.cc
  22951.     1.34.1.67 04/05/24 21:08:18 sergefp@mysql.com +69 -39
  22952.     Added support for PREPARE stmt1 FROM @var, 
  22953.     Fixed the problem of previous patch with replication
  22954.     Post-review fixes.
  22955.  
  22956.   sql/sql_parse.cc
  22957.     1.271.1.80 04/05/24 21:08:18 sergefp@mysql.com +14 -13
  22958.     Added support for PREPARE stmt1 FROM @var 
  22959.  
  22960. ChangeSet
  22961.   1.1346.622.1 04/05/24 18:46:49 guilhem@mysql.com +1 -0
  22962.   Fix for BUG#3871: a slave must always replicate a statement, even if it examines more than 4G rows,
  22963.   so we set SQL_BIG_SELECTS to 1.
  22964.  
  22965.   sql/slave.cc
  22966.     1.164.1.115 04/05/24 18:46:45 guilhem@mysql.com +8 -4
  22967.     The slave SQL thread must always have SQL_BIG_SELECTS=1, so that it does not fail to replicate an INSERT SELECT
  22968.     examining more than 4 billion rows (for client threads, SQL_BIG_SELECTS is automatically set to 1 if
  22969.     max_join_size is 4G, but that's in handle_one_connection, so not for the slave thread).
  22970.  
  22971.   innobase/include/Makefile.am
  22972.     1.9 04/05/24 17:54:47 marko@hundin.mysql.fi +1 -1
  22973.     Remove srv0que.c
  22974.  
  22975.   BitKeeper/deleted/.del-srv0que.h~f12ecb4b5afe203e
  22976.     1.2 04/05/24 17:54:28 marko@hundin.mysql.fi +0 -0
  22977.     Delete: innobase/include/srv0que.h
  22978.  
  22979.   innobase/srv/Makefile.am
  22980.     1.3 04/05/24 17:54:05 marko@hundin.mysql.fi +1 -1
  22981.     Remove srv0que.c
  22982.  
  22983.   BitKeeper/deleted/.del-srv0que.c~d1feebb77b5a9b96
  22984.     1.3 04/05/24 17:53:38 marko@hundin.mysql.fi +0 -0
  22985.     Delete: innobase/srv/srv0que.c
  22986.  
  22987.   ndb/Epilogue.mk_old
  22988.     1.6 04/05/24 14:21:09 tomas@poseidon.(none) +0 -0
  22989.     Rename: ndb/Epilogue.mk -> ndb/Epilogue.mk_old
  22990.  
  22991. ChangeSet
  22992.   1.1346.1.497 04/05/24 15:43:34 marko@hundin.mysql.fi +1 -0
  22993.   InnoDB cleanup: sync0arr.c: sync_array_cell_print(): Remove unused variable str
  22994.  
  22995.   innobase/sync/sync0arr.c
  22996.     1.11.1.6 04/05/24 15:40:25 marko@hundin.mysql.fi +0 -1
  22997.     sync_array_cell_print(): Remove unused variable str
  22998.  
  22999. ChangeSet
  23000.   1.1616.427.4 04/05/24 15:48:19 dlenev@brandersnatch.localdomain +3 -0
  23001.   Fix for bug which caused temp_table.test fail on Darwin 7.3
  23002.   The code in mysql_create_table() code assumes that if lower_case_names==2 then table alias 
  23003.   should contain unchanged table name, and this was not true for temporary tables which
  23004.   had 'tmp-table' constant as alias. Now we are using table name as alias for such tables.
  23005.  
  23006.   sql/sql_yacc.yy
  23007.     1.203.106.1 04/05/24 15:48:16 dlenev@brandersnatch.localdomain +1 -5
  23008.     Let us use table name instead of 'tmp-table' as alias for table being created by 
  23009.     CREATE TEMPORARY TABLE statement. This fixes failing temp_table.test on Darwin 7.3 
  23010.     since mysql_create_table() code assumes that if lower_case_names==2 then table alias 
  23011.     should contain unchanged table name (and now this assumtion is true but it were false
  23012.     for temporary tables before...).
  23013.  
  23014.   sql/sql_lex.h
  23015.     1.102.37.1 04/05/24 15:48:15 dlenev@brandersnatch.localdomain +0 -2
  23016.     Removed tmp_table_alias constant which is no longer used.
  23017.  
  23018.   sql/sql_lex.cc
  23019.     1.97.1.26 04/05/24 15:48:11 dlenev@brandersnatch.localdomain +0 -2
  23020.     Removed tmp_table_alias constant which is no longer used.
  23021.  
  23022. ChangeSet
  23023.   1.1616.410.8 04/05/24 14:42:34 monty@mysql.com +19 -0
  23024.   After merge fixes
  23025.   Remove compiler warnings
  23026.   Update windows project files
  23027.  
  23028.   strings/ctype-tis620.c
  23029.     1.66 04/05/24 14:42:32 monty@mysql.com +1 -0
  23030.     After merge fixes
  23031.  
  23032.   sql/opt_range.cc
  23033.     1.98.1.19 04/05/24 14:42:32 monty@mysql.com +3 -2
  23034.     Removed compiler warnings
  23035.  
  23036.   sql/discover.cc
  23037.     1.2 04/05/24 14:42:32 monty@mysql.com +0 -1
  23038.     Remove not used lable
  23039.  
  23040.   mysql-test/t/variables.test
  23041.     1.18.1.20 04/05/24 14:42:32 monty@mysql.com +8 -0
  23042.     After merge fixes
  23043.  
  23044.   mysql-test/r/variables.result
  23045.     1.21.1.27 04/05/24 14:42:32 monty@mysql.com +5 -4
  23046.     After merge fixes
  23047.  
  23048.   mysql-test/r/func_str.result
  23049.     1.64 04/05/24 14:42:32 monty@mysql.com +9 -0
  23050.     After merge fixes
  23051.  
  23052.   libmysqld/libmysqld.def
  23053.     1.5 04/05/24 14:42:32 monty@mysql.com +1 -0
  23054.     Add function used by test programs
  23055.  
  23056.   innobase/srv/srv0srv.c
  23057.     1.60 04/05/24 14:42:32 monty@mysql.com +0 -7
  23058.     Remove reference to not existing variable (after merge fix)
  23059.  
  23060.   innobase/include/mem0pool.h
  23061.     1.7 04/05/24 14:42:32 monty@mysql.com +0 -2
  23062.     Remove reference to not existing variable (after merge fix)
  23063.  
  23064.   innobase/include/data0data.ic
  23065.     1.9 04/05/24 14:42:32 monty@mysql.com +1 -1
  23066.     Fix compiler warning
  23067.  
  23068.   VC++Files/strings/strings.dsp
  23069.     1.15 04/05/24 14:42:32 monty@mysql.com +1 -1
  23070.     Update project files after merge
  23071.  
  23072.   VC++Files/sql/mysqld.dsp
  23073.     1.17.1.5 04/05/24 14:42:32 monty@mysql.com +19 -25
  23074.     Update project files after merge
  23075.  
  23076.   VC++Files/mysqldemb/mysqldemb.dsp
  23077.     1.10 04/05/24 14:42:32 monty@mysql.com +6 -6
  23078.     Update project files after merge
  23079.  
  23080.   VC++Files/myisampack/myisampack.dsp
  23081.     1.9 04/05/24 14:42:32 monty@mysql.com +1 -1
  23082.     Update project files after merge
  23083.  
  23084.   VC++Files/myisamlog/myisamlog.dsp
  23085.     1.8 04/05/24 14:42:32 monty@mysql.com +1 -1
  23086.     Update project files after merge
  23087.  
  23088.   VC++Files/myisamchk/myisamchk.dsp
  23089.     1.7 04/05/24 14:42:32 monty@mysql.com +1 -1
  23090.     Update project files after merge
  23091.  
  23092.   VC++Files/libmysqld/libmysqld.dsp
  23093.     1.12.1.3 04/05/24 14:42:32 monty@mysql.com +59 -10
  23094.     Update project files after merge
  23095.  
  23096.   VC++Files/libmysqld/examples/test_libmysqld.dsp
  23097.     1.7 04/05/24 14:42:32 monty@mysql.com +0 -8
  23098.     Update project files after merge
  23099.  
  23100.   VC++Files/innobase/innobase.dsp
  23101.     1.15 04/05/24 14:42:32 monty@mysql.com +2 -10
  23102.     Update project files after merge
  23103.  
  23104. ChangeSet
  23105.   1.1616.425.7 04/05/24 14:38:55 dlenev@brandersnatch.localdomain +1 -0
  23106.   Fix of small syntax error - added missing backslash that prevented building of mysqlbinlog.
  23107.  
  23108.   client/mysqlbinlog.cc
  23109.     1.84.1.9 04/05/24 14:38:32 dlenev@brandersnatch.localdomain +1 -1
  23110.     Added missing backslash that prevented building of mysqlbinlog.
  23111.  
  23112. ChangeSet
  23113.   1.1616.1.219 04/05/24 12:35:39 magnus@neptunus.(none) +5 -0
  23114.   Fixed prototype of get_error_message to use String to return error message
  23115.   WL#1747 and #1746 allow user to decide if ordered index should be created or not
  23116.  
  23117.   sql/handler.h
  23118.     1.89.1.21 04/05/24 12:35:37 magnus@neptunus.(none) +1 -1
  23119.     Changed the function prototype for getting error messages from handler to use String datataype
  23120.  
  23121.   sql/handler.cc
  23122.     1.103.1.25 04/05/24 12:35:37 magnus@neptunus.(none) +10 -9
  23123.     Use String datatype as ouput parameter of get_error_message.
  23124.  
  23125.   sql/ha_ndbcluster.h
  23126.     1.12 04/05/24 12:35:37 magnus@neptunus.(none) +10 -5
  23127.     WL#1746 and WL#1747 Added ability to skip creating an ordered index in addition to the hash index if the user so wishes.
  23128.     Modified get_error_message to return error messaga in a String datatype, in that way the String class will take care of wheter the "data" has to be freed or not.
  23129.  
  23130.   sql/ha_ndbcluster.cc
  23131.     1.14 04/05/24 12:35:37 magnus@neptunus.(none) +102 -143
  23132.     Removed the NDB_ERR_CODE_OFFSET, ndb and handler error codes should not clash
  23133.     Encapsulated functionality to cache information about known indexes into buil_index_list
  23134.     Added detection of algorithm from key_info in function get_index_type_from_table
  23135.     Updated read_range_first and records_in_range to work wih new prototype.
  23136.  
  23137. ChangeSet
  23138.   1.1616.430.1 04/05/24 12:23:52 hf@deer.(none) +1 -0
  23139.   Fix for bug #3691 (libmysqld reports error 2 on CREATE DATABASE 
  23140.   but database is created)
  23141.   handling of CREATE DATABASE errors changed
  23142.  
  23143.   sql/sql_db.cc
  23144.     1.68.7.1 04/05/24 12:23:21 hf@deer.(none) +7 -1
  23145.     now we check my_stat errors in mysql_create_db
  23146.  
  23147. ChangeSet
  23148.   1.1616.421.5 04/05/24 09:01:04 joreland@mysql.com +1 -0
  23149.   Bug in readTuples(LM_CommittedRead)
  23150.  
  23151.   ndb/src/ndbapi/NdbScanOperation.cpp
  23152.     1.4.1.1 04/05/24 09:01:01 joreland@mysql.com +2 -2
  23153.     Bug in readTuples(LM_CommittedRead)
  23154.  
  23155. ChangeSet
  23156.   1.1616.425.5 04/05/23 17:42:12 guilhem@mysql.com +1 -0
  23157.   mysqlbinlog: new option --to-last-log. This option has effect only if --read-from-remote-server.
  23158.   It causes mysqlbinlog to not stop after the end of the requested binlog, and instead read
  23159.   until the end of the last binlog of mysqld (beware of endless loops if you pipe this
  23160.   into the same mysqld).
  23161.   I.e. it enables back (at customer's request) what we considered (and I still do)
  23162.   as BUG#3204, but now with an option instead of being the default behaviour.
  23163.   The default behaviour is still to stop after the end of the requested binlog,
  23164.   whether --read-from-remote-server or not.
  23165.  
  23166.   client/mysqlbinlog.cc
  23167.     1.84.1.8 04/05/23 17:42:09 guilhem@mysql.com +19 -12
  23168.     New option --to-last-log
  23169.  
  23170. ChangeSet
  23171.   1.1616.425.3 04/05/23 14:01:52 serg@serg.mylan +1 -0
  23172.   bug in repair_by_sort of fulltext indexes that contained identical
  23173.   (as of mi_compare_text) words with different lengths.
  23174.   bug #3835
  23175.  
  23176.   myisam/mi_check.c
  23177.     1.105.1.28 04/05/23 14:01:47 serg@serg.mylan +3 -4
  23178.     bug in repair_by_sort of fulltext indexes that contained identical
  23179.     (as of mi_compare_text) words with different lengths.
  23180.     bug #3835
  23181.  
  23182.   ndb/test/run-test/Makefile_old
  23183.     1.2 04/05/23 10:14:43 tomas@poseidon.(none) +0 -0
  23184.     Rename: ndb/test/run-test/Makefile -> ndb/test/run-test/Makefile_old
  23185.  
  23186.   ndb/test/ndbapi/flexBench/Makefile.am
  23187.     1.3 04/05/23 07:55:26 tomas@poseidon.(none) +0 -0
  23188.     Rename: ndb/test/ndbapi/flexBench/Makefile -> ndb/test/ndbapi/flexBench/Makefile.am
  23189.  
  23190.   ndb/test/ndbapi/Makefile.am
  23191.     1.3 04/05/23 07:55:10 tomas@poseidon.(none) +0 -0
  23192.     Rename: ndb/test/ndbapi/Makefile -> ndb/test/ndbapi/Makefile.am
  23193.  
  23194.   ndb/test/tools/Makefile_old
  23195.     1.2 04/05/23 07:54:27 tomas@poseidon.(none) +0 -0
  23196.     Rename: ndb/test/tools/Makefile -> ndb/test/tools/Makefile_old
  23197.  
  23198.   ndb/configure_old
  23199.     1.2 04/05/22 23:33:55 tomas@poseidon.(none) +0 -0
  23200.     Rename: ndb/configure -> ndb/configure_old
  23201.  
  23202.   ndb/src/common/editline/Makefile_old
  23203.     1.2 04/05/22 22:39:41 tomas@poseidon.(none) +0 -0
  23204.     Rename: ndb/src/common/editline/Makefile -> ndb/src/common/editline/Makefile_old
  23205.  
  23206.   ndb/test/src/Makefile_old
  23207.     1.2 04/05/22 22:27:03 tomas@poseidon.(none) +0 -0
  23208.     Rename: ndb/test/src/Makefile -> ndb/test/src/Makefile_old
  23209.  
  23210.   ndb/test/Makefile_old
  23211.     1.2 04/05/22 22:23:30 tomas@poseidon.(none) +0 -0
  23212.     Rename: ndb/test/Makefile -> ndb/test/Makefile_old
  23213.  
  23214.   ndb/src/cw/cpcd/Makefile_old
  23215.     1.2 04/05/22 22:17:52 tomas@poseidon.(none) +0 -0
  23216.     Rename: ndb/src/cw/cpcd/Makefile -> ndb/src/cw/cpcd/Makefile_old
  23217.  
  23218.   ndb/src/cw/Makefile_old
  23219.     1.2 04/05/22 22:17:03 tomas@poseidon.(none) +0 -0
  23220.     Rename: ndb/src/cw/Makefile -> ndb/src/cw/Makefile_old
  23221.  
  23222.   ndb/Makefile_old
  23223.     1.5 04/05/22 22:13:29 tomas@poseidon.(none) +0 -0
  23224.     Rename: ndb/Makefile -> ndb/Makefile_old
  23225.  
  23226.   ndb/src/mgmclient/Makefile_old
  23227.     1.2 04/05/22 21:25:58 tomas@poseidon.(none) +0 -0
  23228.     Rename: ndb/src/mgmclient/Makefile -> ndb/src/mgmclient/Makefile_old
  23229.  
  23230.   ndb/src/mgmsrv/Makefile_old
  23231.     1.3 04/05/22 21:02:37 tomas@poseidon.(none) +0 -0
  23232.     Rename: ndb/src/mgmsrv/Makefile -> ndb/src/mgmsrv/Makefile_old
  23233.  
  23234.   ndb/src/mgmapi/Makefile_old
  23235.     1.3 04/05/22 20:54:37 tomas@poseidon.(none) +0 -0
  23236.     Rename: ndb/src/mgmapi/Makefile -> ndb/src/mgmapi/Makefile_old
  23237.  
  23238.   ndb/src/common/debugger/signaldata/Makefile_old
  23239.     1.2 04/05/22 20:38:37 tomas@poseidon.(none) +0 -0
  23240.     Rename: ndb/src/common/debugger/signaldata/Makefile -> ndb/src/common/debugger/signaldata/Makefile_old
  23241.  
  23242. ChangeSet
  23243.   1.1616.427.3 04/05/22 23:41:58 dlenev@brandersnatch.localdomain +6 -0
  23244.   Fix for bug which caused grant.test fail on darwin7.3. We were converting db and table 
  23245.   names to lower case using latin1 instead of utf-8 in sql_acl.cc if lower_case_table_names 
  23246.   was on. Also replaced in other such places system_charset_info with files_charset_info
  23247.   for consistency.
  23248.  
  23249.   sql/sql_table.cc
  23250.     1.157.35.1 04/05/22 23:41:40 dlenev@brandersnatch.localdomain +5 -5
  23251.     Replaced system_charset_info with files_charset_info in places where we are converting 
  23252.     names to lower case because of lower_case_table_names for consistency.
  23253.  
  23254.   sql/sql_show.cc
  23255.     1.122.1.43 04/05/22 23:41:40 dlenev@brandersnatch.localdomain +1 -1
  23256.     Replaced system_charset_info with files_charset_info in places where we are converting 
  23257.     names to lower case because of lower_case_table_names for consistency.
  23258.  
  23259.   sql/sql_db.cc
  23260.     1.68.1.40 04/05/22 23:41:39 dlenev@brandersnatch.localdomain +1 -1
  23261.     Replaced system_charset_info with files_charset_info in places where we are converting 
  23262.     names to lower case because of lower_case_table_names for consistency.
  23263.  
  23264.   sql/sql_cache.cc
  23265.     1.46.1.30 04/05/22 23:41:38 dlenev@brandersnatch.localdomain +17 -2
  23266.     Added clarifying comments in tricky place after discussion with Sanja.
  23267.     Replaced system_charset_info with files_charset_info in places where we 
  23268.     are converting names to lower case because of lower_case_table_names for 
  23269.     consistency.
  23270.  
  23271.   sql/sql_acl.cc
  23272.     1.74.1.51 04/05/22 23:41:36 dlenev@brandersnatch.localdomain +6 -6
  23273.     We should use files_charset_info when converting db/table names to lower case because they
  23274.     could be in utf-8 and not in latin1!
  23275.  
  23276.   sql/handler.cc
  23277.     1.103.6.1 04/05/22 23:41:33 dlenev@brandersnatch.localdomain +2 -2
  23278.     Replaced system_charset_info with files_charset_info in places where we are converting 
  23279.     names to lower case because of lower_case_table_names for consistency.
  23280.  
  23281.   ndb/src/ndbapi/Makefile_old
  23282.     1.6 04/05/22 19:19:01 tomas@poseidon.(none) +0 -0
  23283.     Rename: ndb/src/ndbapi/Makefile -> ndb/src/ndbapi/Makefile_old
  23284.  
  23285. ChangeSet
  23286.   1.1616.429.3 04/05/22 12:18:06 brian@brian-akers-computer.local +4 -0
  23287.   Merge
  23288.  
  23289.   sql/mysql_priv.h
  23290.     1.186.75.1 04/05/22 12:18:03 brian@brian-akers-computer.local +0 -0
  23291.     SCCS merged
  23292.  
  23293.   sql/handler.cc
  23294.     1.103.4.3 04/05/22 12:18:02 brian@brian-akers-computer.local +0 -0
  23295.     SCCS merged
  23296.  
  23297.   sql/Makefile.am
  23298.     1.77.6.1 04/05/22 12:18:02 brian@brian-akers-computer.local +0 -0
  23299.     SCCS merged
  23300.  
  23301.   configure.in
  23302.     1.201.11.1 04/05/22 12:18:01 brian@brian-akers-computer.local +0 -0
  23303.     SCCS merged
  23304.  
  23305. ChangeSet
  23306.   1.1616.429.2 04/05/22 12:16:49 brian@brian-akers-computer.local +2 -0
  23307.   Archive merge
  23308.  
  23309.   sql/mysqld.cc
  23310.     1.356.57.1 04/05/22 12:16:32 brian@brian-akers-computer.local +2 -3
  23311.     Merge of SHOW_COM_OPTION
  23312.  
  23313.   sql/handler.h
  23314.     1.89.8.2 04/05/22 12:16:32 brian@brian-akers-computer.local +0 -1
  23315.     Archive merge
  23316.  
  23317.   ndb/src/kernel/ndb-main/Makefile_old
  23318.     1.2 04/05/22 19:01:19 tomas@poseidon.(none) +0 -0
  23319.     Rename: ndb/src/kernel/ndb-main/Makefile -> ndb/src/kernel/ndb-main/Makefile_old
  23320.  
  23321.   ndb/src/kernel/vm/Makefile_old
  23322.     1.2 04/05/22 18:58:40 tomas@poseidon.(none) +0 -0
  23323.     Rename: ndb/src/kernel/vm/Makefile -> ndb/src/kernel/vm/Makefile_old
  23324.  
  23325.   ndb/src/kernel/blocks/dbtux/Makefile_old
  23326.     1.2 04/05/22 18:43:11 tomas@poseidon.(none) +0 -0
  23327.     Rename: ndb/src/kernel/blocks/dbtux/Makefile -> ndb/src/kernel/blocks/dbtux/Makefile_old
  23328.  
  23329.   ndb/src/kernel/blocks/grep/Makefile_old
  23330.     1.2 04/05/22 18:42:58 tomas@poseidon.(none) +0 -0
  23331.     Rename: ndb/src/kernel/blocks/grep/Makefile -> ndb/src/kernel/blocks/grep/Makefile_old
  23332.  
  23333.   ndb/src/kernel/blocks/suma/Makefile_old
  23334.     1.2 04/05/22 18:42:53 tomas@poseidon.(none) +0 -0
  23335.     Rename: ndb/src/kernel/blocks/suma/Makefile -> ndb/src/kernel/blocks/suma/Makefile_old
  23336.  
  23337.   ndb/src/kernel/blocks/dbutil/Makefile_old
  23338.     1.2 04/05/22 18:42:41 tomas@poseidon.(none) +0 -0
  23339.     Rename: ndb/src/kernel/blocks/dbutil/Makefile -> ndb/src/kernel/blocks/dbutil/Makefile_old
  23340.  
  23341.   ndb/src/kernel/blocks/backup/Makefile_old
  23342.     1.2 04/05/22 18:42:32 tomas@poseidon.(none) +0 -0
  23343.     Rename: ndb/src/kernel/blocks/backup/Makefile -> ndb/src/kernel/blocks/backup/Makefile_old
  23344.  
  23345.   ndb/src/kernel/blocks/trix/Makefile_old
  23346.     1.2 04/05/22 18:42:26 tomas@poseidon.(none) +0 -0
  23347.     Rename: ndb/src/kernel/blocks/trix/Makefile -> ndb/src/kernel/blocks/trix/Makefile_old
  23348.  
  23349.   ndb/src/kernel/blocks/qmgr/Makefile_old
  23350.     1.2 04/05/22 18:42:19 tomas@poseidon.(none) +0 -0
  23351.     Rename: ndb/src/kernel/blocks/qmgr/Makefile -> ndb/src/kernel/blocks/qmgr/Makefile_old
  23352.  
  23353.   ndb/src/kernel/blocks/ndbcntr/Makefile_old
  23354.     1.2 04/05/22 18:42:13 tomas@poseidon.(none) +0 -0
  23355.     Rename: ndb/src/kernel/blocks/ndbcntr/Makefile -> ndb/src/kernel/blocks/ndbcntr/Makefile_old
  23356.  
  23357.   ndb/src/kernel/blocks/ndbfs/Makefile_old
  23358.     1.2 04/05/22 18:42:03 tomas@poseidon.(none) +0 -0
  23359.     Rename: ndb/src/kernel/blocks/ndbfs/Makefile -> ndb/src/kernel/blocks/ndbfs/Makefile_old
  23360.  
  23361.   ndb/src/kernel/blocks/dbtup/Makefile_old
  23362.     1.2 04/05/22 18:41:52 tomas@poseidon.(none) +0 -0
  23363.     Rename: ndb/src/kernel/blocks/dbtup/Makefile -> ndb/src/kernel/blocks/dbtup/Makefile_old
  23364.  
  23365.   ndb/src/kernel/blocks/dbtc/Makefile_old
  23366.     1.2 04/05/22 18:14:42 tomas@poseidon.(none) +0 -0
  23367.     Rename: ndb/src/kernel/blocks/dbtc/Makefile -> ndb/src/kernel/blocks/dbtc/Makefile_old
  23368.  
  23369.   ndb/src/kernel/blocks/dblqh/Makefile_old
  23370.     1.2 04/05/22 18:13:49 tomas@poseidon.(none) +0 -0
  23371.     Rename: ndb/src/kernel/blocks/dblqh/Makefile -> ndb/src/kernel/blocks/dblqh/Makefile_old
  23372.  
  23373.   ndb/src/kernel/blocks/dbdih/Makefile_old
  23374.     1.2 04/05/22 18:13:33 tomas@poseidon.(none) +0 -0
  23375.     Rename: ndb/src/kernel/blocks/dbdih/Makefile -> ndb/src/kernel/blocks/dbdih/Makefile_old
  23376.  
  23377.   ndb/src/kernel/blocks/dbdict/Makefile_old
  23378.     1.2 04/05/22 18:11:17 tomas@poseidon.(none) +0 -0
  23379.     Rename: ndb/src/kernel/blocks/dbdict/Makefile -> ndb/src/kernel/blocks/dbdict/Makefile_old
  23380.  
  23381.   ndb/src/kernel/blocks/dbacc/Makefile_old
  23382.     1.2 04/05/22 18:08:49 tomas@poseidon.(none) +0 -0
  23383.     Rename: ndb/src/kernel/blocks/dbacc/Makefile -> ndb/src/kernel/blocks/dbacc/Makefile_old
  23384.  
  23385.   ndb/src/kernel/blocks/cmvmi/Makefile_old
  23386.     1.2 04/05/22 18:04:43 tomas@poseidon.(none) +0 -0
  23387.     Rename: ndb/src/kernel/blocks/cmvmi/Makefile -> ndb/src/kernel/blocks/cmvmi/Makefile_old
  23388.  
  23389.   ndb/src/kernel/blocks/Makefile_old
  23390.     1.2 04/05/22 18:00:01 tomas@poseidon.(none) +0 -0
  23391.     Rename: ndb/src/kernel/blocks/Makefile -> ndb/src/kernel/blocks/Makefile_old
  23392.  
  23393.   ndb/src/kernel/error/Makefile_old
  23394.     1.2 04/05/22 17:59:37 tomas@poseidon.(none) +0 -0
  23395.     Rename: ndb/src/kernel/error/Makefile -> ndb/src/kernel/error/Makefile_old
  23396.  
  23397.   ndb/src/kernel/Makefile_old
  23398.     1.2 04/05/22 17:59:28 tomas@poseidon.(none) +0 -0
  23399.     Rename: ndb/src/kernel/Makefile -> ndb/src/kernel/Makefile_old
  23400.  
  23401.   ndb/src/common/transporter/Makefile_old
  23402.     1.5 04/05/22 17:59:12 tomas@poseidon.(none) +0 -0
  23403.     Rename: ndb/src/common/transporter/Makefile -> ndb/src/common/transporter/Makefile_old
  23404.  
  23405.   ndb/src/common/mgmcommon/Makefile_old
  23406.     1.2 04/05/22 17:59:02 tomas@poseidon.(none) +0 -0
  23407.     Rename: ndb/src/common/mgmcommon/Makefile -> ndb/src/common/mgmcommon/Makefile_old
  23408.  
  23409.   ndb/src/common/util/Makefile_old
  23410.     1.5 04/05/22 17:58:48 tomas@poseidon.(none) +0 -0
  23411.     Rename: ndb/src/common/util/Makefile -> ndb/src/common/util/Makefile_old
  23412.  
  23413.   ndb/src/common/logger/Makefile_old
  23414.     1.2 04/05/22 17:58:39 tomas@poseidon.(none) +0 -0
  23415.     Rename: ndb/src/common/logger/Makefile -> ndb/src/common/logger/Makefile_old
  23416.  
  23417.   ndb/src/common/debugger/Makefile_old
  23418.     1.2 04/05/22 17:58:32 tomas@poseidon.(none) +0 -0
  23419.     Rename: ndb/src/common/debugger/Makefile -> ndb/src/common/debugger/Makefile_old
  23420.  
  23421.   ndb/src/common/portlib/unix/Makefile_old
  23422.     1.2 04/05/22 17:58:12 tomas@poseidon.(none) +0 -0
  23423.     Rename: ndb/src/common/portlib/unix/Makefile -> ndb/src/common/portlib/unix/Makefile_old
  23424.  
  23425.   ndb/src/common/portlib/Makefile_old
  23426.     1.3 04/05/22 17:58:02 tomas@poseidon.(none) +0 -0
  23427.     Rename: ndb/src/common/portlib/Makefile -> ndb/src/common/portlib/Makefile_old
  23428.  
  23429.   ndb/src/common/Makefile_old
  23430.     1.2 04/05/22 17:57:51 tomas@poseidon.(none) +0 -0
  23431.     Rename: ndb/src/common/Makefile -> ndb/src/common/Makefile_old
  23432.  
  23433.   ndb/src/Makefile_old
  23434.     1.3 04/05/22 17:57:28 tomas@poseidon.(none) +0 -0
  23435.     Rename: ndb/src/Makefile -> ndb/src/Makefile_old
  23436.  
  23437. ChangeSet
  23438.   1.1616.426.1 04/05/21 19:57:03 vva@eagle.mysql.r18.ru +5 -0
  23439.   Introduced parameter object "ALTER_INFO" for mysql_alter_table
  23440.   to make list of parameters in mysql_alter_table shorted
  23441.   to avoid warning in MSVC (windows) building 
  23442.  
  23443.   sql/sql_yacc.yy
  23444.     1.203.103.11 04/05/21 19:57:00 vva@eagle.mysql.r18.ru +49 -51
  23445.     Introduced parameter object "ALTER_INFO" for mysql_alter_table
  23446.     - replaced using of removed from LEX fields my fields of LEX::alter_info
  23447.  
  23448.   sql/sql_table.cc
  23449.     1.157.33.5 04/05/21 19:57:00 vva@eagle.mysql.r18.ru +18 -19
  23450.     Introduced parameter object "ALTER_INFO" for mysql_alter_table
  23451.     - changed definition of mysql_alter_table
  23452.  
  23453.   sql/sql_parse.cc
  23454.     1.271.71.10 04/05/21 19:57:00 vva@eagle.mysql.r18.ru +17 -20
  23455.     Introduced parameter object "ALTER_INFO" for mysql_alter_table
  23456.     - changed invotaions of mysql_alter_table
  23457.     - replaced cleaning fields in SQLCOM_OPTIMIZE by ALTER_INFO::reset
  23458.     - changed invocation of mysql_drop_index (replaced lex->drop_list by &lex->alter_info)
  23459.     - changed definition of mysql_create_index and mysql_drop_index to use ALTER_INFO
  23460.  
  23461.   sql/sql_lex.h
  23462.     1.102.34.8 04/05/21 19:57:00 vva@eagle.mysql.r18.ru +16 -6
  23463.     Introduced parameter object "ALTER_INFO" for mysql_alter_table
  23464.     - declared struct ALTER_INFO
  23465.     - added ALTER_INFO alter_info; into LEX
  23466.     - removed fields which were added into ALTER_INFO from LEX 
  23467.  
  23468.   sql/mysql_priv.h
  23469.     1.186.74.1 04/05/21 19:57:00 vva@eagle.mysql.r18.ru +4 -7
  23470.     Introduced parameter object "ALTER_INFO" for mysql_alter_table
  23471.     - changed declaration of mysql_alter_table
  23472.     - changed declaration of mysql_drop_index 
  23473.       (replaced List<Alter_drop> by ALTER_INFO)
  23474.  
  23475. ChangeSet
  23476.   1.1616.421.4 04/05/21 16:46:56 joreland@mysql.com +5 -0
  23477.   Added unit performance test for scan
  23478.  
  23479.   ndb/include/ndbapi/NdbReceiver.hpp
  23480.     1.4 04/05/21 16:46:53 joreland@mysql.com +4 -0
  23481.     #include stdlib.h if #define NDB_NO_DROPPED_SIGNAL
  23482.  
  23483.   ndb/include/ndbapi/NdbOperation.hpp
  23484.     1.4 04/05/21 16:46:53 joreland@mysql.com +5 -0
  23485.     #include stdlib.h if #define NDB_NO_DROPPED_SIGNAL
  23486.  
  23487.   ndb/include/ndbapi/NdbConnection.hpp
  23488.     1.4 04/05/21 16:46:53 joreland@mysql.com +4 -0
  23489.     #include stdlib.h if #define NDB_NO_DROPPED_SIGNAL
  23490.  
  23491.   ndb/test/ndbapi/testScanPerf/testScanPerf.cpp
  23492.     1.1 04/05/21 16:44:25 joreland@mysql.com +368 -0
  23493.  
  23494.   ndb/test/ndbapi/testScanPerf/testScanPerf.cpp
  23495.     1.0 04/05/21 16:44:25 joreland@mysql.com +0 -0
  23496.     BitKeeper file /home/jonas/src/mysql-4.1-ndb/ndb/test/ndbapi/testScanPerf/testScanPerf.cpp
  23497.  
  23498.   ndb/test/ndbapi/testScanPerf/Makefile
  23499.     1.1 04/05/21 16:44:16 joreland@mysql.com +9 -0
  23500.  
  23501.   ndb/test/ndbapi/testScanPerf/Makefile
  23502.     1.0 04/05/21 16:44:16 joreland@mysql.com +0 -0
  23503.     BitKeeper file /home/jonas/src/mysql-4.1-ndb/ndb/test/ndbapi/testScanPerf/Makefile
  23504.  
  23505. ChangeSet
  23506.   1.1616.408.3 04/05/21 17:23:27 hf@deer.(none) +1 -0
  23507.   Addition to the fix for bug #3791 (libmysqld mysql segfaults if can's find 
  23508.   errormsg.sys)
  23509.   Cleanups added
  23510.  
  23511.   client/mysql.cc
  23512.     1.121.5.2 04/05/21 17:23:24 hf@deer.(none) +3 -1
  23513.     my_end(0) added to do all the necessary cleanups
  23514.     glob_buffer.realloc() moved beneath the mysql_server_init
  23515.  
  23516. ChangeSet
  23517.   1.1616.425.1 04/05/21 10:04:15 tomas@poseidon.(none) +2 -0
  23518.   fix for macosx where SIGRTMIN is missing
  23519.  
  23520.   BitKeeper/etc/logging_ok
  23521.     1.233.25.2 04/05/21 10:04:15 tomas@poseidon.(none) +1 -0
  23522.     Logging to logging@openlogging.org accepted
  23523.  
  23524.   ndb/src/kernel/ndb-main/Main.cpp
  23525.     1.8.1.2 04/05/21 10:04:11 tomas@poseidon.(none) +12 -3
  23526.     fix for macosx where SIGRTMIN is missing
  23527.  
  23528. ChangeSet
  23529.   1.1616.424.1 04/05/21 09:31:28 serg@serg.mylan +1 -0
  23530.   asserting table->file->enable_indexes() in union re-execution
  23531.  
  23532.   sql/sql_union.cc
  23533.     1.74.1.50 04/05/21 09:31:23 serg@serg.mylan +10 -7
  23534.     asserting table->file->enable_indexes() in union re-execution
  23535.  
  23536. ChangeSet
  23537.   1.1616.423.1 04/05/20 18:13:11 brian@avenger.(none) +11 -0
  23538.   First commit of archive example. Archive is a simple storage engine that handles inserts and selects. 
  23539.  
  23540.   BitKeeper/etc/logging_ok
  23541.     1.233.26.1 04/05/20 18:13:10 brian@avenger.(none) +1 -0
  23542.     Logging to logging@openlogging.org accepted
  23543.  
  23544.   sql/examples/ha_archive.h
  23545.     1.2 04/05/20 18:12:38 brian@avenger.(none) +4 -0
  23546.     Include file for archive storage engine addition. 
  23547.  
  23548.   sql/mysqld.cc
  23549.     1.356.56.1 04/05/20 18:12:37 brian@avenger.(none) +6 -1
  23550.     Ifdef foor HAVE_ARCHIVE_DB
  23551.  
  23552.   sql/mysql_priv.h
  23553.     1.186.73.1 04/05/20 18:12:37 brian@avenger.(none) +2 -1
  23554.     Archive show options
  23555.  
  23556.   sql/handler.h
  23557.     1.89.9.1 04/05/20 18:12:37 brian@avenger.(none) +1 -1
  23558.     ENUM for archive storage engine. 
  23559.  
  23560.   sql/handler.cc
  23561.     1.103.5.1 04/05/20 18:12:37 brian@avenger.(none) +9 -0
  23562.     Updates needed for adding archive storage engine.
  23563.  
  23564.   sql/examples/ha_archive.cc
  23565.     1.2 04/05/20 18:12:37 brian@avenger.(none) +64 -12
  23566.     Class file for archive storage engine. First version.
  23567.  
  23568.   sql/Makefile.am
  23569.     1.77.5.1 04/05/20 18:12:37 brian@avenger.(none) +2 -2
  23570.     Source updates to compile ha_archive
  23571.  
  23572.   configure.in
  23573.     1.201.10.1 04/05/20 18:12:37 brian@avenger.(none) +1 -0
  23574.     Adding tag for Archive
  23575.  
  23576.   acinclude.m4
  23577.     1.96 04/05/20 18:12:37 brian@avenger.(none) +30 -0
  23578.     Code needed for --with-archive-storage-engine flag for compile. 
  23579.  
  23580.   acconfig.h
  23581.     1.38 04/05/20 18:12:37 brian@avenger.(none) +3 -0
  23582.     Adding undef piece for HAVE_ARCHIVE_DB    
  23583.  
  23584. ChangeSet
  23585.   1.1616.403.3 04/05/21 04:27:50 sergefp@mysql.com +32 -0
  23586.   WL#1622 "SQL Syntax for Prepared Statements": Post-review fixes (1 of 2)
  23587.  
  23588.   sql/sql_yacc.yy
  23589.     1.203.1.118 04/05/21 04:27:33 sergefp@mysql.com +18 -3
  23590.     Added support for PREPARE stmt1 FROM @var syntax.
  23591.  
  23592.   sql/sql_prepare.cc
  23593.     1.34.1.65 04/05/21 04:27:32 sergefp@mysql.com +30 -22
  23594.     Code cleanup
  23595.  
  23596.   sql/sql_parse.cc
  23597.     1.271.1.78 04/05/21 04:27:32 sergefp@mysql.com +90 -9
  23598.     Added support for PREPARE stmt1 FROM @var syntax.
  23599.  
  23600.   sql/sql_lex.h
  23601.     1.102.1.59 04/05/21 04:27:32 sergefp@mysql.com +7 -1
  23602.     Added support for PREPARE stmt1 FROM @var syntax.
  23603.  
  23604.   sql/sql_class.h
  23605.     1.146.1.86 04/05/21 04:27:32 sergefp@mysql.com +7 -2
  23606.     SQL Prepared statements now can't be used by binary protocol commands
  23607.  
  23608.   sql/share/ukrainian/errmsg.txt
  23609.     1.27.18.1 04/05/21 04:27:32 sergefp@mysql.com +1 -1
  23610.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23611.  
  23612.   sql/share/swedish/errmsg.txt
  23613.     1.64.19.1 04/05/21 04:27:31 sergefp@mysql.com +1 -1
  23614.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23615.  
  23616.   sql/share/spanish/errmsg.txt
  23617.     1.64.22.1 04/05/21 04:27:31 sergefp@mysql.com +1 -1
  23618.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23619.  
  23620.   sql/share/slovak/errmsg.txt
  23621.     1.64.20.1 04/05/21 04:27:31 sergefp@mysql.com +1 -1
  23622.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23623.  
  23624.   sql/share/russian/errmsg.txt
  23625.     1.61.18.1 04/05/21 04:27:31 sergefp@mysql.com +1 -1
  23626.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23627.  
  23628.   sql/share/romanian/errmsg.txt
  23629.     1.62.20.1 04/05/21 04:27:31 sergefp@mysql.com +1 -1
  23630.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23631.  
  23632.   sql/share/portuguese/errmsg.txt
  23633.     1.64.21.1 04/05/21 04:27:31 sergefp@mysql.com +1 -1
  23634.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23635.  
  23636.   sql/share/polish/errmsg.txt
  23637.     1.63.19.1 04/05/21 04:27:31 sergefp@mysql.com +1 -1
  23638.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23639.  
  23640.   sql/share/norwegian/errmsg.txt
  23641.     1.63.20.1 04/05/21 04:27:31 sergefp@mysql.com +1 -1
  23642.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23643.  
  23644.   sql/share/norwegian-ny/errmsg.txt
  23645.     1.63.20.1 04/05/21 04:27:30 sergefp@mysql.com +1 -1
  23646.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23647.  
  23648.   sql/share/korean/errmsg.txt
  23649.     1.63.19.1 04/05/21 04:27:30 sergefp@mysql.com +1 -1
  23650.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23651.  
  23652.   sql/share/japanese/errmsg.txt
  23653.     1.63.19.1 04/05/21 04:27:30 sergefp@mysql.com +1 -1
  23654.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23655.  
  23656.   sql/share/italian/errmsg.txt
  23657.     1.70.20.1 04/05/21 04:27:30 sergefp@mysql.com +1 -1
  23658.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23659.  
  23660.   sql/share/hungarian/errmsg.txt
  23661.     1.65.19.1 04/05/21 04:27:30 sergefp@mysql.com +1 -1
  23662.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23663.  
  23664.   sql/share/greek/errmsg.txt
  23665.     1.64.19.1 04/05/21 04:27:30 sergefp@mysql.com +1 -1
  23666.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23667.  
  23668.   sql/share/german/errmsg.txt
  23669.     1.64.20.1 04/05/21 04:27:30 sergefp@mysql.com +1 -1
  23670.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23671.  
  23672.   sql/share/french/errmsg.txt
  23673.     1.63.20.1 04/05/21 04:27:29 sergefp@mysql.com +1 -1
  23674.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23675.  
  23676.   sql/share/estonian/errmsg.txt
  23677.     1.64.19.1 04/05/21 04:27:29 sergefp@mysql.com +1 -1
  23678.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23679.  
  23680.   sql/share/english/errmsg.txt
  23681.     1.70.23.1 04/05/21 04:27:29 sergefp@mysql.com +1 -1
  23682.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23683.  
  23684.   sql/share/dutch/errmsg.txt
  23685.     1.66.20.1 04/05/21 04:27:29 sergefp@mysql.com +1 -1
  23686.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23687.  
  23688.   sql/share/czech/errmsg.txt
  23689.     1.64.20.1 04/05/21 04:27:29 sergefp@mysql.com +1 -1
  23690.     Changed ER_UNKNOWN_STMT_HANDLER format string 
  23691.  
  23692.   sql/mysqld.cc
  23693.     1.356.1.106 04/05/21 04:27:29 sergefp@mysql.com +6 -3
  23694.     Reformmated the code
  23695.  
  23696.   sql/item.h
  23697.     1.56.1.71 04/05/21 04:27:29 sergefp@mysql.com +1 -2
  23698.     Removed one redundant Item_param::set_value function
  23699.  
  23700.   sql/item.cc
  23701.     1.58.1.81 04/05/21 04:27:28 sergefp@mysql.com +1 -6
  23702.     Removed one redundant Item_param::set_value function
  23703.  
  23704.   mysys/my_error.c
  23705.     1.14 04/05/21 04:27:28 sergefp@mysql.com +45 -10
  23706.     Added support for "%.*s" format
  23707.  
  23708.   mysql-test/t/ps.test
  23709.     1.5 04/05/21 04:27:28 sergefp@mysql.com +17 -0
  23710.     Added tests for PREPARE stmt1 FROM @var syntax
  23711.  
  23712.   mysql-test/r/ps.result
  23713.     1.5 04/05/21 04:27:28 sergefp@mysql.com +15 -1
  23714.     Added tests for PREPARE stmt1 FROM @var syntax
  23715.  
  23716.   sql/examples/ha_archive.h
  23717.     1.1 04/05/20 17:19:38 brian@avenger.(none) +117 -0
  23718.  
  23719.   sql/examples/ha_archive.cc
  23720.     1.1 04/05/20 17:19:38 brian@avenger.(none) +494 -0
  23721.  
  23722.   sql/examples/ha_archive.h
  23723.     1.0 04/05/20 17:19:38 brian@avenger.(none) +0 -0
  23724.     BitKeeper file /export/brian/archive-4.1/sql/examples/ha_archive.h
  23725.  
  23726.   sql/examples/ha_archive.cc
  23727.     1.0 04/05/20 17:19:38 brian@avenger.(none) +0 -0
  23728.     BitKeeper file /export/brian/archive-4.1/sql/examples/ha_archive.cc
  23729.  
  23730. ChangeSet
  23731.   1.1616.422.1 04/05/20 21:56:29 msvensson@build.mysql.com +2 -0
  23732.   Fix for BUG#3839 , too many signal handlers installed
  23733.  
  23734.   BitKeeper/etc/logging_ok
  23735.     1.233.25.1 04/05/20 21:51:00 msvensson@build.mysql.com +1 -0
  23736.     Logging to logging@openlogging.org accepted
  23737.  
  23738.   ndb/src/kernel/ndb-main/Main.cpp
  23739.     1.8.1.1 04/05/20 21:47:20 msvensson@build.mysql.com +2 -2
  23740.     Only install signalhandlers up to SIGRTMIN
  23741.  
  23742. ChangeSet
  23743.   1.1616.396.15 04/05/20 19:08:34 bell@sanja.is.com.ua +2 -0
  23744.   assigning max_length parameter for Item_param (Bug #3811)
  23745.  
  23746.   tests/client_test.c
  23747.     1.51.1.36 04/05/20 19:08:08 bell@sanja.is.com.ua +43 -1
  23748.     layout fixed
  23749.     test suite for bug 
  23750.  
  23751.   sql/item.cc
  23752.     1.58.50.8 04/05/20 19:08:08 bell@sanja.is.com.ua +19 -0
  23753.     assigning max_length/decimal parameter for Item_param
  23754.  
  23755. ChangeSet
  23756.   1.1665.9.2 04/05/20 17:47:43 timour@mysql.com +6 -0
  23757.   Better names for two system variables:
  23758.   - heuristic => optimizer_prune_level
  23759.   - plan_search_depth => optimizer_search_depth
  23760.  
  23761.   sql/sql_select.cc
  23762.     1.241.1.1 04/05/20 17:47:38 timour@mysql.com +14 -14
  23763.     Better names for two system variables:
  23764.     - heuristic => optimizer_prune_level
  23765.     - plan_search_depth => optimizer_search_depth
  23766.  
  23767.   sql/sql_class.h
  23768.     1.185.1.1 04/05/20 17:47:38 timour@mysql.com +2 -2
  23769.     Better names for two system variables:
  23770.     - heuristic => optimizer_prune_level
  23771.     - plan_search_depth => optimizer_search_depth
  23772.  
  23773.   sql/set_var.cc
  23774.     1.54 04/05/20 17:47:38 timour@mysql.com +10 -7
  23775.     Better names for two system variables:
  23776.     - heuristic => optimizer_prune_level
  23777.     - plan_search_depth => optimizer_search_depth
  23778.  
  23779.   sql/mysqld.cc
  23780.     1.381.1.1 04/05/20 17:47:38 timour@mysql.com +10 -10
  23781.     Better names for two system variables:
  23782.     - heuristic => optimizer_prune_level
  23783.     - plan_search_depth => optimizer_search_depth
  23784.  
  23785.   mysql-test/t/greedy_optimizer.test
  23786.     1.4 04/05/20 17:47:38 timour@mysql.com +27 -27
  23787.     Better names for two system variables:
  23788.     - heuristic => optimizer_prune_level
  23789.     - plan_search_depth => optimizer_search_depth
  23790.  
  23791.   mysql-test/r/greedy_optimizer.result
  23792.     1.4 04/05/20 17:47:38 timour@mysql.com +31 -31
  23793.     Better names for two system variables:
  23794.     - heuristic => optimizer_prune_level
  23795.     - plan_search_depth => optimizer_search_depth
  23796.  
  23797. ChangeSet
  23798.   1.1346.1.496 04/05/20 13:54:52 monty@mysql.com +3 -0
  23799.   Bug fixes:
  23800.   Use %windir% instead of c:\winnt\ (Bug #3786)
  23801.   Fixed wrong foreign key test in crash-me (Bug #3740)
  23802.  
  23803.   sql-bench/limits/mysql.cfg
  23804.     1.21.2.1 04/05/20 13:54:50 monty@mysql.com +250 -1
  23805.     Updated results
  23806.  
  23807.   sql-bench/crash-me.sh
  23808.     1.34.1.18 04/05/20 13:54:50 monty@mysql.com +1 -2
  23809.     Fixed wrong foreign key test (Bug #3740)
  23810.  
  23811.   VC++Files/libmysql/libmysql.dsp
  23812.     1.7.1.6 04/05/20 13:54:50 monty@mysql.com +1 -1
  23813.     Use %windir% instead of c:\winnt\ (Bug #3786)
  23814.  
  23815. ChangeSet
  23816.   1.1616.412.2 04/05/20 14:21:30 ram@gw.mysql.r18.ru +1 -0
  23817.   A comment for str_to_datetime().
  23818.  
  23819.   sql/time.cc
  23820.     1.43 04/05/20 14:21:27 ram@gw.mysql.r18.ru +14 -0
  23821.     A comment for str_to_datetime().
  23822.  
  23823. ChangeSet
  23824.   1.1616.421.1 04/05/20 11:11:39 pekka@mysql.com +3 -0
  23825.   more ndb odbc compile fix
  23826.  
  23827.   ndb/src/client/odbc/handles/PoolNdb.cpp
  23828.     1.2 04/05/20 11:09:33 pekka@mysql.com +1 -0
  23829.     more ndb odbc compile fix
  23830.  
  23831.   ndb/src/client/odbc/handles/HandleRoot.cpp
  23832.     1.2 04/05/20 11:09:33 pekka@mysql.com +1 -0
  23833.     more ndb odbc compile fix
  23834.  
  23835.   ndb/src/client/odbc/driver/driver.cpp
  23836.     1.2 04/05/20 11:09:33 pekka@mysql.com +1 -1
  23837.     more ndb odbc compile fix
  23838.  
  23839. ChangeSet
  23840.   1.1665.10.1 04/05/20 02:02:49 bell@sanja.is.com.ua +22 -0
  23841.   PS and SP made compatible in mechanism used for preparing query for rexecutions (Bug #2266)
  23842.  
  23843.   sql/sql_update.cc
  23844.     1.108 04/05/20 02:02:15 bell@sanja.is.com.ua +9 -3
  23845.     storing where for UPDATE and mark first execution
  23846.  
  23847.   sql/sql_union.cc
  23848.     1.93 04/05/20 02:02:15 bell@sanja.is.com.ua +13 -8
  23849.     made ancestor for Statement (Item_arena)
  23850.  
  23851.   sql/sql_select.cc
  23852.     1.242 04/05/20 02:02:15 bell@sanja.is.com.ua +12 -0
  23853.     storing where for SELECT/multi-DELETE/... and mark first execution
  23854.  
  23855.   sql/sql_prepare.cc
  23856.     1.60 04/05/20 02:02:15 bell@sanja.is.com.ua +21 -32
  23857.     made ancestor for Statement (Item_arena)
  23858.     storing where moved to preparation
  23859.     changed interface of reset_stmt_for_execute to use it is SP
  23860.     do not restore where/order by/group by before first execution (but tables and unit can be chenged without execution and should be prepared (subqueries executes on demand))
  23861.  
  23862.   sql/sql_parse.cc
  23863.     1.337 04/05/20 02:02:15 bell@sanja.is.com.ua +2 -0
  23864.     cleunup unit for any query
  23865.  
  23866.   sql/sql_lex.h
  23867.     1.131 04/05/20 02:02:15 bell@sanja.is.com.ua +6 -2
  23868.     reved variable od SP ol saving data
  23869.     flags to correctly make transformations of query and storing them in memory of PS/SP
  23870.  
  23871.   sql/sql_lex.cc
  23872.     1.102.1.5 04/05/20 02:02:15 bell@sanja.is.com.ua +10 -6
  23873.     flags to correctly make transformations of query and storing them in memory of PS/SP
  23874.     made ancestor for Statement (Item_arena)
  23875.  
  23876.   sql/sql_insert.cc
  23877.     1.106 04/05/20 02:02:15 bell@sanja.is.com.ua +1 -0
  23878.     mark first execution for INSERT
  23879.  
  23880.   sql/sql_derived.cc
  23881.     1.56 04/05/20 02:02:15 bell@sanja.is.com.ua +1 -1
  23882.     use method
  23883.  
  23884.   sql/sql_delete.cc
  23885.     1.120 04/05/20 02:02:15 bell@sanja.is.com.ua +7 -1
  23886.     storing where for DELETE and mark first execution
  23887.  
  23888.   sql/sql_class.h
  23889.     1.186 04/05/20 02:02:15 bell@sanja.is.com.ua +54 -39
  23890.     made ancestor for Statement (Item_arena)
  23891.     method to detect PS preparation added
  23892.  
  23893.   sql/sql_class.cc
  23894.     1.142 04/05/20 02:02:15 bell@sanja.is.com.ua +39 -16
  23895.     made ancestor for Statement (Item_arena)
  23896.  
  23897.   sql/sql_base.cc
  23898.     1.160 04/05/20 02:02:15 bell@sanja.is.com.ua +40 -27
  23899.     made ancestor for Statement (Item_arena)
  23900.     results of wild_setup made permanent
  23901.     setup_conds make natural joins expanding only once and store results in PS/SP memory
  23902.  
  23903.   sql/sp_head.h
  23904.     1.36 04/05/20 02:02:15 bell@sanja.is.com.ua +1 -3
  23905.     sp_head use Item_arena
  23906.  
  23907.   sql/sp_head.cc
  23908.     1.74 04/05/20 02:02:14 bell@sanja.is.com.ua +32 -104
  23909.     sp_head use Item_arena as ancestor to be PS cleunup compatible
  23910.     SP use PS storing/restoring/cleanup mechanisms
  23911.     cleanup() of SP Items added
  23912.     Items created in temporary memory pool during SP execution saved for normal freeing after SP execution
  23913.  
  23914.   sql/mysql_priv.h
  23915.     1.212.1.4 04/05/20 02:02:14 bell@sanja.is.com.ua +1 -0
  23916.     reset_stmt_for_execute use PS and SP
  23917.  
  23918.   sql/item_sum.h
  23919.     1.56 04/05/20 02:02:14 bell@sanja.is.com.ua +3 -1
  23920.     made ancestor for Statement (Item_arena)
  23921.  
  23922.   sql/item_sum.cc
  23923.     1.100 04/05/20 02:02:14 bell@sanja.is.com.ua +4 -4
  23924.     made ancestor for Statement (Item_arena)
  23925.  
  23926.   sql/item_subselect.h
  23927.     1.51.1.1 04/05/20 02:02:14 bell@sanja.is.com.ua +3 -3
  23928.     made ancestor for Statement (Item_arena)
  23929.  
  23930.   sql/item_subselect.cc
  23931.     1.75 04/05/20 02:02:14 bell@sanja.is.com.ua +21 -21
  23932.     made ancestor for Statement (Item_arena)
  23933.  
  23934.   mysql-test/t/sp.test
  23935.     1.60.1.1 04/05/20 02:02:14 bell@sanja.is.com.ua +12 -0
  23936.     test suite for Bug #2266
  23937.  
  23938.   mysql-test/r/sp.result
  23939.     1.63 04/05/20 02:02:14 bell@sanja.is.com.ua +10 -0
  23940.     test suite for Bug #2266
  23941.  
  23942. ChangeSet
  23943.   1.1616.396.13 04/05/20 01:32:02 marko@hundin.mysql.fi +2 -0
  23944.   InnoDB cleanup: Remove unused functions ut_sprintf() and ut_fprintf()
  23945.  
  23946.   innobase/ut/ut0ut.c
  23947.     1.24 04/05/20 01:09:36 marko@hundin.mysql.fi +0 -148
  23948.     Remove unused functions ut_sprintf() and ut_fprintf()
  23949.  
  23950.   innobase/include/ut0ut.h
  23951.     1.15 04/05/20 01:09:22 marko@hundin.mysql.fi +0 -32
  23952.     Remove unused functions ut_sprintf() and ut_fprintf()
  23953.  
  23954. ChangeSet
  23955.   1.1616.396.12 04/05/19 18:13:21 bell@sanja.is.com.ua +1 -0
  23956.   after merge fix
  23957.  
  23958.   sql/sql_union.cc
  23959.     1.74.1.49 04/05/19 18:13:18 bell@sanja.is.com.ua +2 -1
  23960.     describe should go until the end
  23961.  
  23962. ChangeSet
  23963.   1.1616.396.10 04/05/19 17:07:28 bell@sanja.is.com.ua +6 -0
  23964.   after review changes
  23965.  
  23966.   sql/sql_select.cc
  23967.     1.216.1.113 04/05/19 17:07:25 bell@sanja.is.com.ua +34 -13
  23968.     after review changes
  23969.  
  23970.   sql/sql_lex.h
  23971.     1.102.34.7 04/05/19 17:07:25 bell@sanja.is.com.ua +1 -1
  23972.     we do not need sign for now
  23973.  
  23974.   sql/sql_class.h
  23975.     1.146.34.5 04/05/19 17:07:25 bell@sanja.is.com.ua +1 -1
  23976.     we bo not need sign for now
  23977.  
  23978.   mysql-test/r/union.result
  23979.     1.46.1.26 04/05/19 17:07:25 bell@sanja.is.com.ua +5 -5
  23980.     explain of hidden subselect changed according to review
  23981.  
  23982.   mysql-test/r/subselect.result
  23983.     1.67.1.58 04/05/19 17:07:25 bell@sanja.is.com.ua +7 -7
  23984.     explain of hidden subselect changed according to review
  23985.  
  23986.   mysql-test/r/derived.result
  23987.     1.46 04/05/19 17:07:25 bell@sanja.is.com.ua +4 -4
  23988.     explain of hidden subselect changed according to review
  23989.  
  23990. ChangeSet
  23991.   1.1616.420.1 04/05/19 17:43:50 dlenev@brandersnatch.localdomain +5 -0
  23992.   Moved testing of binlog_cache_use/binlog_cache_disk_use statistical variables from
  23993.   rpl_relayrotate.test to innodb.test since this test requires innodb support.
  23994.  
  23995.   mysql-test/t/rpl_relayrotate.test
  23996.     1.7.1.3 04/05/19 17:43:32 dlenev@brandersnatch.localdomain +0 -16
  23997.     Moved testing of binlog_cache_use/binlog_cache_disk_use statistical variables from
  23998.     rpl_relayrotate.test to innodb.test since this test requires innodb support.
  23999.  
  24000.   mysql-test/t/innodb.test
  24001.     1.61 04/05/19 17:43:31 dlenev@brandersnatch.localdomain +33 -0
  24002.     Moved testing of binlog_cache_use/binlog_cache_disk_use statistical variables from
  24003.     rpl_relayrotate.test to innodb.test since this test requires innodb support.
  24004.  
  24005.   mysql-test/r/rpl_relayrotate.result
  24006.     1.4.1.3 04/05/19 17:43:30 dlenev@brandersnatch.localdomain +0 -15
  24007.     Moved testing of binlog_cache_use/binlog_cache_disk_use statistical variables from
  24008.     rpl_relayrotate.test to innodb.test since this test requires innodb support.
  24009.  
  24010.   mysql-test/r/innodb.result
  24011.     1.91 04/05/19 17:43:27 dlenev@brandersnatch.localdomain +23 -0
  24012.     Moved testing of binlog_cache_use/binlog_cache_disk_use statistical variables from
  24013.     rpl_relayrotate.test to innodb.test since this test requires innodb support.
  24014.  
  24015. ChangeSet
  24016.   1.1346.621.1 04/05/19 16:38:12 monty@mysql.com +64 -0
  24017.   Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24018.   Ensured that all projects compile
  24019.   Removed compiler warnings
  24020.   Better setting of server_version variable.
  24021.   Fix that make_win_src_distribution creates the privilege tables.
  24022.  
  24023.   sql/mysqld_suffix.h
  24024.     1.1 04/05/19 16:37:59 monty@mysql.com +38 -0
  24025.  
  24026.   VC++Files/copy_mysql_files.bat
  24027.     1.1 04/05/19 16:37:59 monty@mysql.com +84 -0
  24028.  
  24029.   VC++Files/README.build-files
  24030.     1.1 04/05/19 16:37:59 monty@mysql.com +19 -0
  24031.  
  24032.   strings/ctype-tis620.c
  24033.     1.16.1.10 04/05/19 16:37:59 monty@mysql.com +4 -4
  24034.     Remove compiler warnings
  24035.  
  24036.   sql/set_var.cc
  24037.     1.12.11.1 04/05/19 16:37:59 monty@mysql.com +1 -3
  24038.     Fixed bug when showing lower_case_file_system
  24039.  
  24040.   sql/mysqld_suffix.h
  24041.     1.0 04/05/19 16:37:59 monty@mysql.com +0 -0
  24042.     BitKeeper file /home/my/mysql-4.0/sql/mysqld_suffix.h
  24043.  
  24044.   sql/mysqld.cc
  24045.     1.297.46.1 04/05/19 16:37:59 monty@mysql.com +30 -24
  24046.     Better setting of server_version variable
  24047.  
  24048.   sql/ha_innodb.cc
  24049.     1.73.1.137 04/05/19 16:37:59 monty@mysql.com +0 -1
  24050.     Remove not used variable
  24051.  
  24052.   sql/Makefile.am
  24053.     1.66.1.9 04/05/19 16:37:59 monty@mysql.com +2 -2
  24054.     Add new file mysqld_suffix.h
  24055.     Remove not used file sql_olap.h
  24056.  
  24057.   scripts/mysql_install_db.sh
  24058.     1.35.1.12 04/05/19 16:37:59 monty@mysql.com +30 -12
  24059.     Backport from 4.1 to allow make_win_src_distribution create the privilege tables
  24060.  
  24061.   scripts/make_win_src_distribution.sh
  24062.     1.7.1.4 04/05/19 16:37:59 monty@mysql.com +4 -0
  24063.     Safety fix
  24064.  
  24065.   mysys/sha1.c
  24066.     1.5 04/05/19 16:37:59 monty@mysql.com +1 -1
  24067.     Remove compiler warnings
  24068.  
  24069.   myisam/myisam_ftdump.c
  24070.     1.12.1.9 04/05/19 16:37:59 monty@mysql.com +1 -1
  24071.     Remove compiler warnings
  24072.  
  24073.   libmysqld/libmysqld.def
  24074.     1.2.1.1 04/05/19 16:37:59 monty@mysql.com +3 -0
  24075.     Add functions needed for mysql command line client
  24076.  
  24077.   libmysqld/lib_sql.cc
  24078.     1.25.3.16 04/05/19 16:37:59 monty@mysql.com +1 -7
  24079.     Better setting of server_version variable
  24080.  
  24081.   innobase/trx/trx0sys.c
  24082.     1.13.1.12 04/05/19 16:37:59 monty@mysql.com +1 -1
  24083.     Remove compiler warnings
  24084.  
  24085.   VC++Files/copy_mysql_files.bat
  24086.     1.0 04/05/19 16:37:59 monty@mysql.com +0 -0
  24087.     BitKeeper file /home/my/mysql-4.0/VC++Files/copy_mysql_files.bat
  24088.  
  24089.   VC++Files/README.build-files
  24090.     1.0 04/05/19 16:37:59 monty@mysql.com +0 -0
  24091.     BitKeeper file /home/my/mysql-4.0/VC++Files/README.build-files
  24092.  
  24093.   innobase/pars/pars0lex.l
  24094.     1.6 04/05/19 16:37:58 monty@mysql.com +2 -2
  24095.     Remove compiler warnings
  24096.  
  24097.   include/mysql_version.h.in
  24098.     1.13.1.4 04/05/19 16:37:58 monty@mysql.com +5 -1
  24099.     Better license text handling
  24100.  
  24101.   include/mysql_embed.h
  24102.     1.5.1.1 04/05/19 16:37:58 monty@mysql.com +0 -3
  24103.     Better setting of server_version variable
  24104.  
  24105.   include/m_string.h
  24106.     1.17.1.4 04/05/19 16:37:58 monty@mysql.com +1 -0
  24107.     Portability fix
  24108.  
  24109.   extra/my_print_defaults.c
  24110.     1.10.1.4 04/05/19 16:37:58 monty@mysql.com +1 -1
  24111.     Fixed bug in --verbose
  24112.  
  24113.   VC++Files/zlib/zlib.dsp
  24114.     1.3.1.3 04/05/19 16:37:58 monty@mysql.com +1 -1
  24115.     Automatic changes
  24116.  
  24117.   VC++Files/zlib/contrib/asm386/zlibvc.dsp
  24118.     1.2 04/05/19 16:37:58 monty@mysql.com +38 -38
  24119.     Automatic changes
  24120.  
  24121.   VC++Files/vio/vio.dsp
  24122.     1.4.1.3 04/05/19 16:37:58 monty@mysql.com +1 -1
  24123.     Automatic changes
  24124.  
  24125.   VC++Files/thr_test/thr_test.dsp
  24126.     1.4.1.3 04/05/19 16:37:58 monty@mysql.com +1 -1
  24127.     Automatic changes
  24128.  
  24129.   VC++Files/test1/test1.dsp
  24130.     1.4.1.3 04/05/19 16:37:58 monty@mysql.com +1 -1
  24131.     Automatic changes
  24132.  
  24133.   VC++Files/strings/strings.dsp
  24134.     1.2.1.3 04/05/19 16:37:58 monty@mysql.com +4 -8
  24135.     Removed duplicate code for strnlen
  24136.  
  24137.   VC++Files/sql/mysqld.dsp
  24138.     1.6.1.5 04/05/19 16:37:58 monty@mysql.com +580 -67
  24139.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24140.  
  24141.   VC++Files/replace/replace.dsp
  24142.     1.4.1.3 04/05/19 16:37:58 monty@mysql.com +30 -1
  24143.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24144.  
  24145.   VC++Files/regex/regex.dsp
  24146.     1.2.1.2 04/05/19 16:37:58 monty@mysql.com +4 -4
  24147.     Automatic changes
  24148.  
  24149.   VC++Files/perror/perror.dsp
  24150.     1.5.1.3 04/05/19 16:37:58 monty@mysql.com +34 -1
  24151.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24152.  
  24153.   VC++Files/pack_isam/pack_isam.dsp
  24154.     1.5.1.3 04/05/19 16:37:58 monty@mysql.com +28 -1
  24155.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24156.  
  24157.   VC++Files/mysys/mysys.dsp
  24158.     1.6.1.5 04/05/19 16:37:58 monty@mysql.com +16 -16
  24159.     Automatic changes
  24160.  
  24161.   VC++Files/mysqlwatch/mysqlwatch.dsp
  24162.     1.2.1.2 04/05/19 16:37:58 monty@mysql.com +3 -3
  24163.     Automatic changes
  24164.  
  24165.   VC++Files/mysqlshutdown/mysqlshutdown.dsp
  24166.     1.2.1.3 04/05/19 16:37:58 monty@mysql.com +1 -1
  24167.     Automatic changes
  24168.  
  24169.   VC++Files/mysqlserver/mysqlserver.dsp
  24170.     1.3.1.3 04/05/19 16:37:58 monty@mysql.com +1 -1
  24171.     Automatic changes
  24172.  
  24173.   VC++Files/mysqldemb/mysqldemb.dsp
  24174.     1.3.1.3 04/05/19 16:37:58 monty@mysql.com +55 -2
  24175.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24176.  
  24177.   VC++Files/mysqlcheck/mysqlcheck.dsp
  24178.     1.4.1.3 04/05/19 16:37:58 monty@mysql.com +28 -1
  24179.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24180.  
  24181.   VC++Files/mysqlbinlog/mysqlbinlog.dsp
  24182.     1.7.1.3 04/05/19 16:37:58 monty@mysql.com +30 -1
  24183.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24184.  
  24185.   VC++Files/mysql.dsw
  24186.     1.5.1.6 04/05/19 16:37:58 monty@mysql.com +0 -1
  24187.     Automatic changes
  24188.  
  24189.   VC++Files/myisampack/myisampack.dsp
  24190.     1.3.1.3 04/05/19 16:37:58 monty@mysql.com +38 -11
  24191.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24192.  
  24193.   VC++Files/myisammrg/myisammrg.dsp
  24194.     1.3.1.2 04/05/19 16:37:58 monty@mysql.com +4 -4
  24195.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24196.  
  24197.   VC++Files/myisamlog/myisamlog.dsp
  24198.     1.2.1.3 04/05/19 16:37:58 monty@mysql.com +30 -1
  24199.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24200.  
  24201.   VC++Files/myisamchk/myisamchk.dsp
  24202.     1.2.1.2 04/05/19 16:37:58 monty@mysql.com +33 -4
  24203.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24204.  
  24205.   VC++Files/myisam_ftdump/myisam_ftdump.dsp
  24206.     1.2.1.1 04/05/19 16:37:58 monty@mysql.com +11 -11
  24207.     automatic changes
  24208.  
  24209.   VC++Files/myisam/myisam.dsp
  24210.     1.3.1.2 04/05/19 16:37:58 monty@mysql.com +4 -4
  24211.     automatic changes
  24212.  
  24213.   VC++Files/my_print_defaults/my_print_defaults.dsp
  24214.     1.1.1.4 04/05/19 16:37:58 monty@mysql.com +38 -11
  24215.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24216.  
  24217.   VC++Files/merge/merge.dsp
  24218.     1.3.1.2 04/05/19 16:37:58 monty@mysql.com +4 -4
  24219.     Automatic changes
  24220.  
  24221.   VC++Files/libmysqltest/myTest.dsp
  24222.     1.4.1.3 04/05/19 16:37:58 monty@mysql.com +1 -1
  24223.     Automatic changes
  24224.  
  24225.   VC++Files/libmysqld/libmysqld.dsp
  24226.     1.2.1.3 04/05/19 16:37:58 monty@mysql.com +63 -1
  24227.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24228.  
  24229.   VC++Files/libmysqld/examples/test_libmysqld.dsp
  24230.     1.1.1.2 04/05/19 16:37:58 monty@mysql.com +15 -3
  24231.     Add missing files
  24232.  
  24233.   VC++Files/libmysql/libmysql.dsp
  24234.     1.7.1.5 04/05/19 16:37:58 monty@mysql.com +1 -1
  24235.     Automatic changes
  24236.  
  24237.   VC++Files/isamchk/isamchk.dsp
  24238.     1.2.1.3 04/05/19 16:37:58 monty@mysql.com +32 -1
  24239.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24240.  
  24241.   VC++Files/isam/isam.dsp
  24242.     1.2.1.2 04/05/19 16:37:58 monty@mysql.com +4 -4
  24243.     Automatic changes
  24244.  
  24245.   VC++Files/innobase/innobase.dsp
  24246.     1.7.1.5 04/05/19 16:37:58 monty@mysql.com +3 -3
  24247.     Automatic changes
  24248.  
  24249.   VC++Files/heap/heap.dsp
  24250.     1.2.1.2 04/05/19 16:37:58 monty@mysql.com +4 -4
  24251.     automatic changes
  24252.  
  24253.   VC++Files/dbug/dbug.dsp
  24254.     1.2.1.2 04/05/19 16:37:58 monty@mysql.com +4 -4
  24255.     Automatic changes
  24256.  
  24257.   VC++Files/comp_err/comp_err.dsp
  24258.     1.1.1.4 04/05/19 16:37:58 monty@mysql.com +9 -9
  24259.     Automatic changes
  24260.  
  24261.   VC++Files/client/mysqlshow.dsp
  24262.     1.4.1.3 04/05/19 16:37:58 monty@mysql.com +30 -1
  24263.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24264.  
  24265.   VC++Files/client/mysqlimport.dsp
  24266.     1.4.1.3 04/05/19 16:37:58 monty@mysql.com +32 -1
  24267.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24268.  
  24269.   VC++Files/client/mysqldump.dsp
  24270.     1.4.1.3 04/05/19 16:37:58 monty@mysql.com +32 -1
  24271.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24272.  
  24273.   VC++Files/client/mysqlclient.dsp
  24274.     1.6.1.4 04/05/19 16:37:58 monty@mysql.com +12 -32
  24275.     Removed files that should only be used with mysql command line client
  24276.  
  24277.   VC++Files/client/mysqladmin.dsp
  24278.     1.4.1.3 04/05/19 16:37:58 monty@mysql.com +30 -1
  24279.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24280.  
  24281.   VC++Files/client/mysql.dsp
  24282.     1.4.1.3 04/05/19 16:37:58 monty@mysql.com +46 -2
  24283.     Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
  24284.  
  24285.   VC++Files/bdb/bdb.dsp
  24286.     1.3.1.2 04/05/19 16:37:58 monty@mysql.com +6 -6
  24287.     Small, automatic changes
  24288.  
  24289.   mysql-test/t/innodb-master.opt
  24290.     1.2 04/05/19 17:28:12 dlenev@brandersnatch.localdomain +0 -0
  24291.     Rename: mysql-test/t/rpl_relayrotate-master.opt -> mysql-test/t/innodb-master.opt
  24292.  
  24293. ChangeSet
  24294.   1.1346.620.1 04/05/19 15:03:32 guilhem@mysql.com +4 -0
  24295.   Fix for BUG#3829 "Setting server_id on fly doesn't allow replication to start"
  24296.   (fix by our Harrison Fisk): when one does SET GLOBAL SERVER_ID=x, we must set
  24297.   server_id_supplied to 1.
  24298.  
  24299.   sql/slave.cc
  24300.     1.164.1.114 04/05/19 15:03:30 guilhem@mysql.com +2 -4
  24301.     Correcting wrong comment
  24302.  
  24303.   sql/set_var.cc
  24304.     1.12.10.1 04/05/19 15:03:30 guilhem@mysql.com +6 -1
  24305.     when one does SET GLOBAL SERVER_ID=x; it should be considered as explicitely setting
  24306.     the server id, so do server_id_supplied=1.
  24307.  
  24308.   sql/mysqld.cc
  24309.     1.297.1.197 04/05/19 15:03:30 guilhem@mysql.com +5 -5
  24310.     rephrasing warnings when server id is not set explicitely.
  24311.  
  24312.   sql/mysql_priv.h
  24313.     1.150.1.69 04/05/19 15:03:30 guilhem@mysql.com +1 -1
  24314.     server_id_supplied must be here to be visible in set_var.cc
  24315.  
  24316. ChangeSet
  24317.   1.1616.399.12 04/05/19 14:51:41 pem@mysql.comhem.se +1 -0
  24318.   Fixed BUG#3709: SELECT INTO 1 FROM DUAL not parsed as expected
  24319.   
  24320.   Made the combination of INTO and FROM DUAL work, e.g.
  24321.   SELECT 1 INTO @x FROM DUAL.
  24322.   As a consequence, DUAL is made a reserved word. It would work to not have
  24323.   it reserved, but it was deemed to be confusing as a user defined table by
  24324.   the same name then must be qualified with a db (schema).
  24325.  
  24326.   sql/sql_yacc.yy
  24327.     1.203.103.10 04/05/19 14:51:38 pem@mysql.com +7 -7
  24328.     Made the combination of INTO and FROM DUAL work, e.g.
  24329.     SELECT 1 INTO @x FROM DUAL.
  24330.     As a consequence, DUAL is made a reserved word. It would work to not have
  24331.     it reserved, but it was deemed to be confusing as a user defined table by
  24332.     the same name then must be qualified with a db (schema).
  24333.  
  24334. ChangeSet
  24335.   1.1346.1.492 04/05/19 16:42:29 konstantin@mysql.com +3 -0
  24336.   Fix for Bug#3754 "SET GLOBAL myisam_max_sort_file_size doesn't 
  24337.   work as expected": precision-losing conversion removed from 
  24338.   sys_var_thd_ulonglong.
  24339.  
  24340.   sql/set_var.cc
  24341.     1.12.1.41 04/05/19 16:42:28 konstantin@mysql.com +2 -2
  24342.     Fix for Bug#3754: precision-losing conversion removed from 
  24343.     sys_var_thd_ulonglong.
  24344.  
  24345.   mysql-test/t/variables.test
  24346.     1.11.1.8 04/05/19 16:42:28 konstantin@mysql.com +7 -1
  24347.     Test case for Bug#3754
  24348.  
  24349.   mysql-test/r/variables.result
  24350.     1.15.1.8 04/05/19 16:42:28 konstantin@mysql.com +4 -0
  24351.     Test case for Bug#3754
  24352.  
  24353. ChangeSet
  24354.   1.1616.418.1 04/05/19 14:38:38 mysqldev@mysql.com +20 -0
  24355.   Forte compile fixes
  24356.  
  24357.   BitKeeper/etc/logging_ok
  24358.     1.233.24.1 04/05/19 14:38:38 mysqldev@mysql.com +1 -0
  24359.     Logging to logging@openlogging.org accepted
  24360.  
  24361.   ndb/src/rep/transfer/TransSS.hpp
  24362.     1.4 04/05/19 14:37:58 mysqldev@mysql.com +5 -1
  24363.     Forte compile fixes
  24364.  
  24365.   ndb/src/rep/transfer/TransSS.cpp
  24366.     1.4 04/05/19 14:37:58 mysqldev@mysql.com +3 -2
  24367.     Forte compile fixes
  24368.  
  24369.   ndb/src/rep/transfer/TransPS.hpp
  24370.     1.4 04/05/19 14:37:58 mysqldev@mysql.com +7 -1
  24371.     Forte compile fixes
  24372.  
  24373.   ndb/src/rep/transfer/TransPS.cpp
  24374.     1.4 04/05/19 14:37:58 mysqldev@mysql.com +3 -2
  24375.     Forte compile fixes
  24376.  
  24377.   ndb/src/rep/adapters/ExtNDB.hpp
  24378.     1.4 04/05/19 14:37:58 mysqldev@mysql.com +7 -3
  24379.     Forte compile fixes
  24380.  
  24381.   ndb/src/rep/adapters/ExtNDB.cpp
  24382.     1.4 04/05/19 14:37:58 mysqldev@mysql.com +6 -3
  24383.     Forte compile fixes
  24384.  
  24385.   ndb/src/rep/SignalQueue.hpp
  24386.     1.2 04/05/19 14:37:58 mysqldev@mysql.com +1 -1
  24387.     Forte compile fixes
  24388.  
  24389.   ndb/src/ndbapi/NdbDictionaryImpl.cpp
  24390.     1.3.1.1 04/05/19 14:37:58 mysqldev@mysql.com +2 -2
  24391.     Forte compile fixes
  24392.  
  24393.   ndb/src/ndbapi/NdbDictionary.cpp
  24394.     1.4 04/05/19 14:37:58 mysqldev@mysql.com +1 -1
  24395.     Forte compile fixes
  24396.  
  24397.   ndb/src/ndbapi/DictCache.hpp
  24398.     1.2 04/05/19 14:37:58 mysqldev@mysql.com +2 -1
  24399.     Forte compile fixes
  24400.  
  24401.   ndb/src/kernel/blocks/trix/Trix.hpp
  24402.     1.2 04/05/19 14:37:58 mysqldev@mysql.com +9 -8
  24403.     Forte compile fixes
  24404.  
  24405.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  24406.     1.4 04/05/19 14:37:58 mysqldev@mysql.com +33 -1
  24407.     Forte compile fixes
  24408.  
  24409.   ndb/src/kernel/blocks/dbdict/Dbdict.hpp
  24410.     1.2 04/05/19 14:37:58 mysqldev@mysql.com +16 -16
  24411.     Forte compile fixes
  24412.  
  24413.   ndb/src/kernel/blocks/dbdict/Dbdict.cpp
  24414.     1.2.1.1 04/05/19 14:37:58 mysqldev@mysql.com +11 -5
  24415.     Forte compile fixes
  24416.  
  24417.   ndb/src/common/util/md5_hash.cpp
  24418.     1.2 04/05/19 14:37:57 mysqldev@mysql.com +1 -1
  24419.     Forte compile fixes
  24420.  
  24421.   ndb/include/util/Bitmask.hpp
  24422.     1.5 04/05/19 14:37:57 mysqldev@mysql.com +12 -3
  24423.     Forte compile fixes
  24424.  
  24425.   ndb/include/kernel/trigger_definitions.h
  24426.     1.2 04/05/19 14:37:57 mysqldev@mysql.com +1 -0
  24427.     Forte compile fixes
  24428.  
  24429.   ndb/include/kernel/signaldata/CreateEvnt.hpp
  24430.     1.2 04/05/19 14:37:57 mysqldev@mysql.com +1 -1
  24431.     Forte compile fixes
  24432.  
  24433.   ndb/config/GuessConfig.sh
  24434.     1.5 04/05/19 14:37:57 mysqldev@mysql.com +1 -0
  24435.     Forte compile fixes
  24436.  
  24437. ChangeSet
  24438.   1.1616.374.29 04/05/19 14:29:13 tomas@mc05.(none) +1 -0
  24439.   fix to make scan filter ndb testprogram work
  24440.  
  24441.   ndb/test/ndbapi/testScanInterpreter/testScanInterpreter.cpp
  24442.     1.2 04/05/19 14:29:10 tomas@mc05.(none) +10 -10
  24443.     fix to make scan filter ndb testprogram work
  24444.  
  24445. ChangeSet
  24446.   1.1616.417.1 04/05/19 11:17:24 tomas@mc05.(none) +11 -0
  24447.   removed global variable fullyQualifiedNames
  24448.  
  24449.   ndb/tools/list_tables/listTables.cpp
  24450.     1.4 04/05/19 11:17:21 tomas@mc05.(none) +3 -3
  24451.     removed global variable fullyQualifiedNames
  24452.  
  24453.   ndb/test/ndbapi/testGrep/verify/testGrepVerify.cpp
  24454.     1.4 04/05/19 11:17:21 tomas@mc05.(none) +1 -4
  24455.     removed global variable fullyQualifiedNames
  24456.  
  24457.   ndb/src/rep/state/Channel.cpp
  24458.     1.2 04/05/19 11:17:21 tomas@mc05.(none) +4 -4
  24459.     removed global variable fullyQualifiedNames
  24460.  
  24461.   ndb/src/rep/adapters/AppNDB.cpp
  24462.     1.2 04/05/19 11:17:21 tomas@mc05.(none) +5 -3
  24463.     removed global variable fullyQualifiedNames
  24464.  
  24465.   ndb/src/ndbapi/Ndbinit.cpp
  24466.     1.3 04/05/19 11:17:21 tomas@mc05.(none) +6 -2
  24467.     removed global variable fullyQualifiedNames
  24468.  
  24469.   ndb/src/ndbapi/NdbDictionaryImpl.hpp
  24470.     1.3 04/05/19 11:17:21 tomas@mc05.(none) +8 -7
  24471.     removed global variable fullyQualifiedNames
  24472.  
  24473.   ndb/src/ndbapi/NdbDictionaryImpl.cpp
  24474.     1.4 04/05/19 11:17:21 tomas@mc05.(none) +18 -18
  24475.     removed global variable fullyQualifiedNames
  24476.  
  24477.   ndb/src/ndbapi/Ndb.cpp
  24478.     1.8 04/05/19 11:17:21 tomas@mc05.(none) +35 -27
  24479.     removed global variable fullyQualifiedNames
  24480.  
  24481.   ndb/src/common/portlib/unix/NdbThread.c
  24482.     1.8 04/05/19 11:17:21 tomas@mc05.(none) +1 -1
  24483.     removed global variable fullyQualifiedNames
  24484.  
  24485.   ndb/include/ndbapi/Ndb.hpp
  24486.     1.4 04/05/19 11:17:21 tomas@mc05.(none) +6 -2
  24487.     removed global variable fullyQualifiedNames
  24488.  
  24489.   ndb/include/ndb_global.h
  24490.     1.8 04/05/19 11:17:21 tomas@mc05.(none) +2 -0
  24491.     removed global variable fullyQualifiedNames
  24492.  
  24493. ChangeSet
  24494.   1.1616.415.1 04/05/19 05:21:35 tomas@mc05.(none) +4 -0
  24495.   ndb tablehandler, ndb make and endien define, see each file
  24496.  
  24497.   ndb/src/ndbapi/Ndb.cpp
  24498.     1.7 04/05/19 05:21:32 tomas@mc05.(none) +1 -1
  24499.     changed ifdef _BIG_ENDIAN => WORDS_BIGENDIAN
  24500.  
  24501.   ndb/src/kernel/blocks/dbdict/Dbdict.cpp
  24502.     1.3 04/05/19 05:21:32 tomas@mc05.(none) +3 -1
  24503.     changed ifdef _BIG_ENDIAN => WORDS_BIGENDIAN
  24504.  
  24505.   ndb/Makefile
  24506.     1.4 04/05/19 05:21:32 tomas@mc05.(none) +5 -5
  24507.     fix for problems with parallell make
  24508.  
  24509.   configure.in
  24510.     1.201.8.11 04/05/19 05:21:32 tomas@mc05.(none) +8 -0
  24511.     configure to check if HAVE_COMPRESS for ndbcluster table handler
  24512.  
  24513. ChangeSet
  24514.   1.1616.414.1 04/05/19 05:09:10 monty@mysql.com +12 -0
  24515.   Portability fixes
  24516.   Fixed wrong number of warnings/duplicates for machines with high-byte-first
  24517.  
  24518.   tests/client_test.c
  24519.     1.51.13.1 04/05/19 05:09:06 monty@mysql.com +11 -9
  24520.     Portability fixes
  24521.  
  24522.   strings/ctype-uca.c
  24523.     1.3 04/05/19 05:09:06 monty@mysql.com +3 -3
  24524.     Portability fix
  24525.  
  24526.   strings/ctype-mb.c
  24527.     1.23 04/05/19 05:09:06 monty@mysql.com +1 -1
  24528.     Portability fix
  24529.  
  24530.   strings/ctype-gbk.c
  24531.     1.53 04/05/19 05:09:06 monty@mysql.com +4 -4
  24532.     Portability fix
  24533.  
  24534.   strings/ctype-big5.c
  24535.     1.55 04/05/19 05:09:05 monty@mysql.com +5 -5
  24536.     Portability fix
  24537.  
  24538.   sql/sql_insert.cc
  24539.     1.86.2.48 04/05/19 05:09:05 monty@mysql.com +2 -2
  24540.     Fixed wrong number of warnings/duplicates for machines with high-byte-first
  24541.  
  24542.   mysql-test/t/rpl_trunc_binlog.test
  24543.     1.7.1.2 04/05/19 05:09:05 monty@mysql.com +1 -1
  24544.     Portability fix
  24545.     (Column 23 was different on openbsd)
  24546.  
  24547.   mysql-test/r/rpl_trunc_binlog.result
  24548.     1.9.1.4 04/05/19 05:09:05 monty@mysql.com +1 -1
  24549.     Portability fix
  24550.  
  24551.   myisam/rt_test.c
  24552.     1.9.1.2 04/05/19 05:09:05 monty@mysql.com +1 -1
  24553.     Portability fix
  24554.  
  24555.   myisam/ft_nlq_search.c
  24556.     1.36 04/05/19 05:09:05 monty@mysql.com +3 -2
  24557.     Fix valgrind error (not fatal)
  24558.  
  24559.   client/mysqltest.c
  24560.     1.92.1.41 04/05/19 05:09:05 monty@mysql.com +1 -1
  24561.     Remove double ;
  24562.  
  24563.   client/mysql.cc
  24564.     1.121.6.1 04/05/19 05:09:05 monty@mysql.com +1 -3
  24565.     Remove not used variables
  24566.  
  24567. ChangeSet
  24568.   1.1346.619.2 04/05/19 02:18:54 sergefp@mysql.com +2 -0
  24569.   Fix for BUG33649: Post-review fixes 
  24570.  
  24571.   sql/sql_handler.cc
  24572.     1.19.1.22 04/05/19 02:18:51 sergefp@mysql.com +33 -35
  24573.     Fix for BUG33649: Post-review fixes: added RNEXT_SAME 
  24574.  
  24575.   sql/sql_class.h
  24576.     1.111.1.66 04/05/19 02:18:51 sergefp@mysql.com +1 -1
  24577.     Fix for BUG33649: Post-review fixes: added RNEXT_SAME
  24578.  
  24579. ChangeSet
  24580.   1.1346.619.1 04/05/18 22:59:43 sergefp@mysql.com +3 -0
  24581.   Fix and test case for BUG#3649.
  24582.  
  24583.   sql/sql_handler.cc
  24584.     1.19.1.21 04/05/18 22:59:24 sergefp@mysql.com +39 -29
  24585.     Fix for BUG#3649: when doing an index scan for an equality condition, use index_next_same to retrieve subsequent rows.
  24586.  
  24587.   mysql-test/t/handler.test
  24588.     1.7.1.8 04/05/18 22:59:24 sergefp@mysql.com +12 -0
  24589.     Test case for BUG#3649
  24590.  
  24591.   mysql-test/r/handler.result
  24592.     1.7.1.8 04/05/18 22:59:23 sergefp@mysql.com +12 -0
  24593.     Test case for BUG#3649
  24594.  
  24595. ChangeSet
  24596.   1.1616.413.1 04/05/18 09:54:36 brian@brian-akers-computer.local +1 -0
  24597.   Updating range_in_rows for the include file for ha_example (the main .cc file has already been updated). 
  24598.  
  24599.   sql/examples/ha_example.h
  24600.     1.5 04/05/18 09:54:22 brian@brian-akers-computer.local +2 -4
  24601.     Updating ha_example.h for new records_in_range. ha_example.cc has already been updated.
  24602.  
  24603. ChangeSet
  24604.   1.1616.410.4 04/05/18 17:26:49 jani@a80-186-24-72.elisa-laajakaista.fi +1 -0
  24605.   Fixed a bug in mysql-copy-right-2 script. As it was, it destroyed some ndb source
  24606.   files, such as ha_ndbcluster.cc
  24607.  
  24608.   Build-tools/mysql-copyright-2
  24609.     1.6 04/05/18 17:26:46 jani@a80-186-24-72.elisa-laajakaista.fi +1 -1
  24610.     Fixed a bug in mysql-copy-right-2 script. As it was, it destroyed some ndb source
  24611.     files, such as ha_ndbcluster.cc
  24612.  
  24613. ChangeSet
  24614.   1.1616.399.10 04/05/18 19:13:21 hf@deer.(none) +1 -0
  24615.   embedded library: fix for sending of parameters to stored procedure.
  24616.   using of methods like sint2korr() doesn't work on Bigendian machines
  24617.  
  24618.   sql/sql_prepare.cc
  24619.     1.34.18.7 04/05/18 19:13:19 hf@deer.(none) +13 -3
  24620.     special 'embedded' patches added to almost all set_parameter_XXX functions
  24621.  
  24622.   BitKeeper/deleted/.del-AttrType.hpp~a9b2d6efcf660378
  24623.     1.2 04/05/18 14:50:13 magnus@neptunus.(none) +1 -298
  24624.     Delete: ndb/include/ndbapi/AttrType.hpp
  24625.  
  24626. ChangeSet
  24627.   1.1616.410.3 04/05/18 10:29:20 serg@serg.mylan +1 -0
  24628.   don't try to purge closed logs
  24629.  
  24630.   sql/sql_parse.cc
  24631.     1.271.74.2 04/05/18 10:29:15 serg@serg.mylan +1 -1
  24632.     don't try to purge closed logs
  24633.  
  24634. ChangeSet
  24635.   1.1616.411.2 04/05/18 09:58:30 pekka@mysql.com +9 -0
  24636.   fix ndb odbc compile
  24637.  
  24638.   BitKeeper/etc/logging_ok
  24639.     1.233.23.2 04/05/18 09:58:30 pekka@mysql.com +1 -0
  24640.     Logging to logging@openlogging.org accepted
  24641.  
  24642. ChangeSet
  24643.   1.1616.410.2 04/05/18 09:56:45 serg@serg.mylan +1 -0
  24644.   after merge fix
  24645.  
  24646.   client/mysql.cc
  24647.     1.121.1.46 04/05/18 09:56:40 serg@serg.mylan +1 -1
  24648.     after merge fix
  24649.  
  24650.   ndb/tools/ndbsql/ndbsql.cpp
  24651.     1.2 04/05/18 09:50:20 pekka@mysql.com +1 -0
  24652.     fix ndb odbc compile
  24653.  
  24654.   ndb/test/odbc/driver/testOdbcDriver.cpp
  24655.     1.4 04/05/18 09:50:20 pekka@mysql.com +2 -0
  24656.     fix ndb odbc compile
  24657.  
  24658.   ndb/src/client/odbc/handles/PoolNdb.hpp
  24659.     1.2 04/05/18 09:50:20 pekka@mysql.com +1 -1
  24660.     fix ndb odbc compile
  24661.  
  24662.   ndb/src/client/odbc/common/common.hpp
  24663.     1.3 04/05/18 09:50:20 pekka@mysql.com +4 -0
  24664.     fix ndb odbc compile
  24665.  
  24666.   ndb/src/client/odbc/common/OdbcData.cpp
  24667.     1.4 04/05/18 09:50:20 pekka@mysql.com +0 -1
  24668.     fix ndb odbc compile
  24669.  
  24670.   ndb/src/client/odbc/common/DataField.cpp
  24671.     1.4 04/05/18 09:50:19 pekka@mysql.com +0 -1
  24672.     fix ndb odbc compile
  24673.  
  24674.   ndb/src/client/odbc/common/Ctx.cpp
  24675.     1.4 04/05/18 09:50:19 pekka@mysql.com +0 -1
  24676.     fix ndb odbc compile
  24677.  
  24678.   ndb/src/client/odbc/codegen/SimpleParser.cpp
  24679.     1.2 04/05/18 09:50:19 pekka@mysql.com +1 -0
  24680.     fix ndb odbc compile
  24681.  
  24682. ChangeSet
  24683.   1.1616.412.1 04/05/18 12:16:00 ram@gw.mysql.r18.ru +3 -0
  24684.   A fix (Bug #3728: Missing warning in 4.1).
  24685.  
  24686.   sql/time.cc
  24687.     1.42 04/05/18 12:15:26 ram@gw.mysql.r18.ru +1 -1
  24688.     A fix (Bug #3728: Missing warning in 4.1).
  24689.  
  24690.   sql/field.cc
  24691.     1.157 04/05/18 12:15:26 ram@gw.mysql.r18.ru +5 -0
  24692.     A fix (Bug #3728: Missing warning in 4.1).
  24693.  
  24694.   mysql-test/r/type_datetime.result
  24695.     1.19 04/05/18 12:15:26 ram@gw.mysql.r18.ru +6 -0
  24696.     A fix (Bug #3728: Missing warning in 4.1).
  24697.  
  24698. ChangeSet
  24699.   1.1346.1.490 04/05/18 01:53:06 heikki@hundin.mysql.fi +1 -0
  24700.   mem0pool.c:
  24701.     Fix a memory corruption bug: in 32-bit computers, every 4 billionth malloc outside innodb_additional_mem_pool_size was mistreated when freeing the memory; this could corrupt the InnoDB additional mem pool and could have caused crashes anywhere, also inside MySQL, or even database corruption! the bug exists also in 3.23 and 4.1; workaround: configure innodb_additional_mem_pool_size big enough
  24702.  
  24703.   innobase/mem/mem0pool.c
  24704.     1.9.1.6 04/05/18 01:52:42 heikki@hundin.mysql.fi +6 -14
  24705.     Fix a memory corruption bug: in 32-bit computers, every 4 billionth malloc outside innodb_additional_mem_pool_size was mistreated when freeing the memory; this could corrupt the InnoDB additional mem pool and could have caused crashes anywhere, also inside MySQL, or even database corruption! the bug exists also in 3.23 and 4.1; workaround: configure innodb_additional_mem_pool_size big enough
  24706.  
  24707. ChangeSet
  24708.   1.1616.410.1 04/05/17 18:45:59 serg@serg.mylan +1 -0
  24709.   current_thd is 0 if ha_resolve_by_name() is called when parsing command-line options
  24710.  
  24711.   sql/handler.cc
  24712.     1.103.4.2 04/05/17 18:45:55 serg@serg.mylan +4 -3
  24713.     current_thd is 0 if ha_resolve_by_name() is called when parsing command-line options
  24714.  
  24715. ChangeSet
  24716.   1.1346.1.489 04/05/17 17:27:25 heikki@hundin.mysql.fi +1 -0
  24717.   dict0dict.c:
  24718.     Allocate the table name buffer from the mem heap of a foreign key object rather than pointing to the name buffer in the table object; even though this apparently caused no bugs in RENAME, DROP, ALTER TABLE, or elsewhere, this convention was very prone to memory allocation bugs
  24719.  
  24720.   innobase/dict/dict0dict.c
  24721.     1.26.1.26 04/05/17 17:27:17 heikki@hundin.mysql.fi +2 -1
  24722.     Allocate the table name buffer from the mem heap of a foreign key object rather than pointing to the name buffer in the table object; even though this apparently caused no bugs in RENAME, DROP, ALTER TABLE, or elsewhere, this convention was very prone to memory allocation bugs
  24723.  
  24724. ChangeSet
  24725.   1.1346.1.488 04/05/17 16:19:55 marko@hundin.mysql.fi +1 -0
  24726.   InnoDB: srv0srv.c: Remove reference to sync0ipm.h (fix ChangeSet@1.1833)
  24727.  
  24728.   innobase/srv/srv0srv.c
  24729.     1.35.1.35 04/05/17 16:18:18 marko@hundin.mysql.fi +0 -1
  24730.     Remove reference to sync0ipm.h
  24731.  
  24732. ChangeSet
  24733.   1.1665.9.1 04/05/17 15:14:19 timour@mysql.com +1 -0
  24734.   poratble printing of ha_rows values
  24735.  
  24736.   sql/sql_test.cc
  24737.     1.36 04/05/17 15:13:29 timour@mysql.com +4 -2
  24738.     poratble printing of ha_rows values
  24739.  
  24740. ChangeSet
  24741.   1.1616.399.8 04/05/17 14:51:46 marko@hundin.mysql.fi +1 -0
  24742.   InnoDB cleanup: Remove unused function ut_printf()
  24743.  
  24744.   innobase/ut/ut0ut.c
  24745.     1.23 04/05/17 14:51:41 marko@hundin.mysql.fi +0 -73
  24746.     Remove unused function ut_printf()
  24747.  
  24748. ChangeSet
  24749.   1.1616.407.6 04/05/17 14:40:31 marko@hundin.mysql.fi +31 -0
  24750.   InnoDB cleanup: Add const qualifiers to many char* arguments
  24751.  
  24752.   innobase/trx/trx0sys.c
  24753.     1.26 04/05/17 14:40:26 marko@hundin.mysql.fi +1 -1
  24754.     Replace char* arguments with const char*
  24755.  
  24756.   innobase/trx/trx0roll.c
  24757.     1.14 04/05/17 14:40:26 marko@hundin.mysql.fi +2 -2
  24758.     Replace char* arguments with const char*
  24759.  
  24760.   innobase/row/row0sel.c
  24761.     1.50 04/05/17 14:40:26 marko@hundin.mysql.fi +5 -5
  24762.     Replace char* arguments with const char*
  24763.  
  24764.   innobase/row/row0mysql.c
  24765.     1.59 04/05/17 14:40:26 marko@hundin.mysql.fi +26 -25
  24766.     Replace char* arguments with const char*
  24767.  
  24768.   innobase/pars/pars0sym.c
  24769.     1.3 04/05/17 14:40:26 marko@hundin.mysql.fi +1 -4
  24770.     Use mem_heap_strdupl() instead of mem_heap_alloc() and memcpy()
  24771.  
  24772.   innobase/pars/pars0pars.c
  24773.     1.10 04/05/17 14:40:26 marko@hundin.mysql.fi +2 -2
  24774.     Replace char* arguments with const char*
  24775.  
  24776.   innobase/os/os0sync.c
  24777.     1.23 04/05/17 14:40:26 marko@hundin.mysql.fi +9 -9
  24778.     Replace char* arguments with const char*
  24779.  
  24780.   innobase/os/os0file.c
  24781.     1.72 04/05/17 14:40:26 marko@hundin.mysql.fi +87 -76
  24782.     Replace char* arguments with const char*
  24783.  
  24784.   innobase/include/ut0ut.h
  24785.     1.14 04/05/17 14:40:26 marko@hundin.mysql.fi +0 -15
  24786.     Remove unused function ut_printf()
  24787.  
  24788.   innobase/include/ut0rnd.ic
  24789.     1.3 04/05/17 14:40:26 marko@hundin.mysql.fi +5 -5
  24790.     Replace char* arguments with const char*
  24791.  
  24792.   innobase/include/ut0rnd.h
  24793.     1.3 04/05/17 14:40:26 marko@hundin.mysql.fi +5 -5
  24794.     Replace char* arguments with const char*
  24795.  
  24796.   innobase/include/trx0trx.h
  24797.     1.31 04/05/17 14:40:26 marko@hundin.mysql.fi +3 -3
  24798.     Replace char* arguments with const char*
  24799.  
  24800.   innobase/include/trx0sys.h
  24801.     1.12 04/05/17 14:40:25 marko@hundin.mysql.fi +1 -1
  24802.     Replace char* arguments with const char*
  24803.  
  24804.   innobase/include/trx0roll.h
  24805.     1.4 04/05/17 14:40:25 marko@hundin.mysql.fi +2 -2
  24806.     Replace char* arguments with const char*
  24807.  
  24808.   innobase/include/row0sel.h
  24809.     1.5 04/05/17 14:40:25 marko@hundin.mysql.fi +5 -5
  24810.     Replace char* arguments with const char*
  24811.  
  24812.   innobase/include/row0mysql.h
  24813.     1.23 04/05/17 14:40:25 marko@hundin.mysql.fi +26 -25
  24814.     Replace char* arguments with const char*
  24815.  
  24816.   innobase/include/pars0sym.h
  24817.     1.3 04/05/17 14:40:25 marko@hundin.mysql.fi +2 -2
  24818.     Replace char* arguments with const char*
  24819.  
  24820.   innobase/include/pars0pars.h
  24821.     1.6 04/05/17 14:40:25 marko@hundin.mysql.fi +2 -2
  24822.     Replace char* arguments with const char*
  24823.  
  24824.   innobase/include/os0sync.h
  24825.     1.14 04/05/17 14:40:25 marko@hundin.mysql.fi +9 -9
  24826.     Replace char* arguments with const char*
  24827.  
  24828.   innobase/include/os0file.h
  24829.     1.29 04/05/17 14:40:25 marko@hundin.mysql.fi +83 -73
  24830.     Replace char* arguments with const char*
  24831.  
  24832.   innobase/include/fil0fil.h
  24833.     1.14 04/05/17 14:40:25 marko@hundin.mysql.fi +55 -49
  24834.     Replace char* arguments with const char*
  24835.  
  24836.   innobase/include/dict0mem.h
  24837.     1.18 04/05/17 14:40:25 marko@hundin.mysql.fi +36 -34
  24838.     Replace char* arguments with const char*
  24839.  
  24840.   innobase/include/dict0load.h
  24841.     1.4 04/05/17 14:40:25 marko@hundin.mysql.fi +13 -10
  24842.     Replace char* arguments with const char*
  24843.  
  24844.   innobase/include/dict0dict.ic
  24845.     1.8 04/05/17 14:40:25 marko@hundin.mysql.fi +5 -5
  24846.     Replace char* arguments with const char*
  24847.  
  24848.   innobase/include/dict0dict.h
  24849.     1.23 04/05/17 14:40:25 marko@hundin.mysql.fi +29 -24
  24850.     Replace char* arguments with const char*
  24851.  
  24852.   innobase/include/data0data.ic
  24853.     1.8 04/05/17 14:40:25 marko@hundin.mysql.fi +1 -1
  24854.     dfield_set_data(): add const qualifier
  24855.     (temporarily shut up compiler warnings)
  24856.  
  24857.   innobase/include/data0data.h
  24858.     1.12 04/05/17 14:40:25 marko@hundin.mysql.fi +1 -1
  24859.     dfield_set_data(): add const qualifier
  24860.  
  24861.   innobase/fil/fil0fil.c
  24862.     1.26 04/05/17 14:40:25 marko@hundin.mysql.fi +67 -60
  24863.     Replace char* arguments with const char*
  24864.  
  24865.   innobase/dict/dict0mem.c
  24866.     1.13 04/05/17 14:40:25 marko@hundin.mysql.fi +20 -22
  24867.     Replace char* arguments with const char*
  24868.  
  24869.   innobase/dict/dict0load.c
  24870.     1.17 04/05/17 14:40:25 marko@hundin.mysql.fi +15 -13
  24871.     Replace char* arguments with const char*
  24872.  
  24873.   innobase/dict/dict0dict.c
  24874.     1.40 04/05/17 14:40:25 marko@hundin.mysql.fi +36 -30
  24875.     Replace char* arguments with const char*
  24876.  
  24877. ChangeSet
  24878.   1.1616.407.5 04/05/17 11:10:22 serg@serg.mylan +1 -0
  24879.   typo fixed
  24880.  
  24881.   sql/ha_heap.cc
  24882.     1.41 04/05/17 11:10:15 serg@serg.mylan +1 -1
  24883.     typo fixed
  24884.  
  24885. ChangeSet
  24886.   1.1616.409.1 04/05/17 11:04:12 serg@serg.mylan +2 -0
  24887.   bug#3681 - order by, distinct, refer to aliased field by name
  24888.   check for field_name (not only for name) in find_item_in_list, to be compatible with item->eq() that is done later
  24889.  
  24890.   sql/sql_base.cc
  24891.     1.145.1.63 04/05/17 11:04:07 serg@serg.mylan +3 -1
  24892.     bug#3681 - order by, distinct, refer to aliased field by name
  24893.     check for field_name (not only for name) in find_item_in_list, to be compatible with item->eq() that is done later
  24894.  
  24895.   mysql-test/r/order_by.result
  24896.     1.40 04/05/17 11:04:07 serg@serg.mylan +2 -2
  24897.     bug#3681 - order by, distinct, refer to aliased field by name
  24898.  
  24899. ChangeSet
  24900.   1.1346.618.2 04/05/17 13:40:02 ram@gw.mysql.r18.ru +1 -0
  24901.   added newline at the end of the file.
  24902.  
  24903.   mysql-test/t/func_str.test
  24904.     1.15.2.12 04/05/17 13:40:01 ram@gw.mysql.r18.ru +1 -1
  24905.     added newline at the end of the file.
  24906.  
  24907. ChangeSet
  24908.   1.1616.407.3 04/05/17 11:22:30 monty@mysql.com +2 -0
  24909.   After merge fixes
  24910.  
  24911.   sql/log_event.cc
  24912.     1.113.1.41 04/05/17 11:22:29 monty@mysql.com +1 -1
  24913.     Fixed typo
  24914.  
  24915.   mysql-test/r/type_float.result
  24916.     1.20 04/05/17 11:22:28 monty@mysql.com +1 -1
  24917.     Fix result after merge
  24918.  
  24919. ChangeSet
  24920.   1.1346.1.487 04/05/17 11:11:26 marko@hundin.mysql.fi +6 -0
  24921.   InnoDB: Remove unused module sync0ipm
  24922.  
  24923.   innobase/sync/Makefile.am
  24924.     1.3 04/05/17 11:11:23 marko@hundin.mysql.fi +1 -1
  24925.     Remove unused file sync0ipm.c
  24926.  
  24927.   innobase/include/Makefile.am
  24928.     1.8 04/05/17 11:11:23 marko@hundin.mysql.fi +1 -1
  24929.     Remove unused files sync0ipm.h and sync0ipm.ic
  24930.  
  24931.   innobase/sync/makefilewin
  24932.     1.2 04/05/17 11:08:14 marko@hundin.mysql.fi +2 -5
  24933.     Remove unused file sync0ipm.c
  24934.  
  24935.   BitKeeper/deleted/.del-sync0ipm.ic~2024167f6418de39
  24936.     1.2.1.1 04/05/17 11:03:37 marko@hundin.mysql.fi +0 -0
  24937.     Delete: innobase/include/sync0ipm.ic
  24938.  
  24939.   BitKeeper/deleted/.del-sync0ipm.h~92a27f3bd9b15164
  24940.     1.2 04/05/17 11:03:37 marko@hundin.mysql.fi +0 -0
  24941.     Delete: innobase/include/sync0ipm.h
  24942.  
  24943.   BitKeeper/deleted/.del-sync0ipm.c~48eb5196b6819734
  24944.     1.2 04/05/17 11:03:37 marko@hundin.mysql.fi +0 -0
  24945.     Delete: innobase/sync/sync0ipm.c
  24946.  
  24947. ChangeSet
  24948.   1.1616.1.217 04/05/17 09:53:13 magnus@neptunus.(none) +5 -0
  24949.   Added test(s) for auto discover of frm file
  24950.  
  24951.   mysql-test/t/ndb_autodiscover2.test
  24952.     1.1 04/05/17 09:53:11 magnus@neptunus.(none) +13 -0
  24953.  
  24954.   mysql-test/t/ndb_autodiscover2-master.opt
  24955.     1.1 04/05/17 09:53:11 magnus@neptunus.(none) +1 -0
  24956.  
  24957.   mysql-test/t/ndb_autodiscover.test
  24958.     1.1 04/05/17 09:53:11 magnus@neptunus.(none) +303 -0
  24959.  
  24960.   mysql-test/r/ndb_autodiscover2.result
  24961.     1.1 04/05/17 09:53:11 magnus@neptunus.(none) +10 -0
  24962.  
  24963.   mysql-test/r/ndb_autodiscover.result
  24964.     1.1 04/05/17 09:53:11 magnus@neptunus.(none) +211 -0
  24965.  
  24966.   mysql-test/t/ndb_autodiscover2.test
  24967.     1.0 04/05/17 09:53:11 magnus@neptunus.(none) +0 -0
  24968.     BitKeeper file /home/magnus/mysql-4.1/mysql-test/t/ndb_autodiscover2.test
  24969.  
  24970.   mysql-test/t/ndb_autodiscover2-master.opt
  24971.     1.0 04/05/17 09:53:11 magnus@neptunus.(none) +0 -0
  24972.     BitKeeper file /home/magnus/mysql-4.1/mysql-test/t/ndb_autodiscover2-master.opt
  24973.  
  24974.   mysql-test/t/ndb_autodiscover.test
  24975.     1.0 04/05/17 09:53:11 magnus@neptunus.(none) +0 -0
  24976.     BitKeeper file /home/magnus/mysql-4.1/mysql-test/t/ndb_autodiscover.test
  24977.  
  24978.   mysql-test/r/ndb_autodiscover2.result
  24979.     1.0 04/05/17 09:53:11 magnus@neptunus.(none) +0 -0
  24980.     BitKeeper file /home/magnus/mysql-4.1/mysql-test/r/ndb_autodiscover2.result
  24981.  
  24982.   mysql-test/r/ndb_autodiscover.result
  24983.     1.0 04/05/17 09:53:11 magnus@neptunus.(none) +0 -0
  24984.     BitKeeper file /home/magnus/mysql-4.1/mysql-test/r/ndb_autodiscover.result
  24985.  
  24986. ChangeSet
  24987.   1.1616.1.216 04/05/17 09:51:02 magnus@neptunus.(none) +2 -0
  24988.   Fixes made after running with sql-bench
  24989.  
  24990.   sql/ha_ndbcluster.h
  24991.     1.10 04/05/17 09:51:00 magnus@neptunus.(none) +1 -0
  24992.     Added new function set_primary_key_from_old_data
  24993.  
  24994.   sql/ha_ndbcluster.cc
  24995.     1.12 04/05/17 09:51:00 magnus@neptunus.(none) +39 -61
  24996.     Added new function set_primary_key_from_old_data, used from update_row to specify the primary key of the record to update.
  24997.     Simplified index_read function, to use read_range_first
  24998.     Close the active cursor if read_range_first is called on an open cursor.
  24999.     In read_range_first, map error code from HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_FILE.
  25000.     Remove call to function waitUntilReady from check_ndb_connection, this shuold remove the delay from transactions executed when node(s) are down.
  25001.  
  25002. ChangeSet
  25003.   1.1346.1.486 04/05/17 10:49:01 marko@hundin.mysql.fi +6 -0
  25004.   InnoDB: Remove unused module os0shm
  25005.  
  25006.   innobase/os/makefilewin
  25007.     1.2 04/05/17 10:48:58 marko@hundin.mysql.fi +2 -5
  25008.     Remove unused file os0shm.c
  25009.  
  25010.   innobase/os/Makefile.am
  25011.     1.4 04/05/17 10:48:58 marko@hundin.mysql.fi +1 -1
  25012.     Remove unused file os0shm.c
  25013.  
  25014.   innobase/include/Makefile.am
  25015.     1.7 04/05/17 10:48:58 marko@hundin.mysql.fi +1 -1
  25016.     Remove unused files os0shm.h and os0shm.ic
  25017.  
  25018. ChangeSet
  25019.   1.1346.618.1 04/05/17 12:47:16 ram@gw.mysql.r18.ru +3 -0
  25020.   A fix (bug #3756: ISNULL(QUOTE()) returns 1 for every row after 1st NULL)
  25021.  
  25022.   sql/item_strfunc.cc
  25023.     1.36.1.42 04/05/17 12:46:52 ram@gw.mysql.r18.ru +1 -0
  25024.     A fix (bug #3756: ISNULL(QUOTE()) returns 1 for every row after 1st NULL)
  25025.  
  25026.   mysql-test/t/func_str.test
  25027.     1.15.2.11 04/05/17 12:46:52 ram@gw.mysql.r18.ru +9 -0
  25028.     A fix (bug #3756: ISNULL(QUOTE()) returns 1 for every row after 1st NULL)
  25029.  
  25030.   mysql-test/r/func_str.result
  25031.     1.16.2.11 04/05/17 12:46:52 ram@gw.mysql.r18.ru +9 -0
  25032.     A fix (bug #3756: ISNULL(QUOTE()) returns 1 for every row after 1st NULL)
  25033.  
  25034. ChangeSet
  25035.   1.1616.1.215 04/05/17 09:43:51 magnus@neptunus.(none) +1 -0
  25036.   flags should be sent as second arg to my_error 
  25037.  
  25038.   sql/handler.cc
  25039.     1.103.1.23 04/05/17 09:43:50 magnus@neptunus.(none) +2 -2
  25040.     Added the flag argument to my_error
  25041.  
  25042. ChangeSet
  25043.   1.1616.1.214 04/05/17 09:40:35 magnus@neptunus.(none) +2 -0
  25044.   Updated ndb_basic test 
  25045.  
  25046.   mysql-test/t/ndb_basic.test
  25047.     1.4 04/05/17 09:40:33 magnus@neptunus.(none) +209 -1
  25048.     Add more tests to ndb_basic
  25049.  
  25050.   mysql-test/r/ndb_basic.result
  25051.     1.4 04/05/17 09:40:33 magnus@neptunus.(none) +211 -1
  25052.     Add more tests to ndb_basic
  25053.  
  25054.   BitKeeper/deleted/.del-os0shm.ic~1cac6731d2a64d53
  25055.     1.2 04/05/17 10:34:17 marko@hundin.mysql.fi +0 -0
  25056.     Delete: innobase/include/os0shm.ic
  25057.  
  25058.   BitKeeper/deleted/.del-os0shm.c~489ce7f33d07ffa
  25059.     1.3 04/05/17 10:34:17 marko@hundin.mysql.fi +0 -0
  25060.     Delete: innobase/os/os0shm.c
  25061.  
  25062.   BitKeeper/deleted/.del-os0shm.h~72e5e03d7b74061f
  25063.     1.2 04/05/17 10:34:16 marko@hundin.mysql.fi +0 -0
  25064.     Delete: innobase/include/os0shm.h
  25065.  
  25066. ChangeSet
  25067.   1.1616.408.2 04/05/17 12:07:58 hf@deer.(none) +1 -0
  25068.   Proposed fix for #3791 (embedded: mysql segfaults if cannot find
  25069.   errmsg.sys)
  25070.  
  25071.   client/mysql.cc
  25072.     1.121.5.1 04/05/17 12:07:55 hf@deer.(none) +5 -1
  25073.     Checking of mysql_server_init output added
  25074.  
  25075. ChangeSet
  25076.   1.1616.408.1 04/05/17 12:05:57 hf@deer.(none) +3 -0
  25077.   Proposed fix for #3744 (embedded server, wrong error message if database is
  25078.   missing)
  25079.  
  25080.   libmysqld/libmysqld.c
  25081.     1.59 04/05/17 12:05:30 hf@deer.(none) +1 -0
  25082.     embedded_get_error call added
  25083.  
  25084.   libmysqld/lib_sql.cc
  25085.     1.75.4.1 04/05/17 12:05:30 hf@deer.(none) +19 -12
  25086.     embedded_get_error implementation/using added
  25087.  
  25088.   libmysqld/embedded_priv.h
  25089.     1.12 04/05/17 12:05:30 hf@deer.(none) +1 -0
  25090.     embedded_get_error interface added
  25091.  
  25092. ChangeSet
  25093.   1.1616.406.1 04/05/16 14:48:32 monty@mishka.local +37 -0
  25094.   key_cmp -> key_cmp_if_same
  25095.   New records_in_range() interface (similar to read_range())
  25096.   Macros for faster bitmap handling
  25097.   Simplify read_range() code (#WL1786)
  25098.   New general key_cmp() function to compare keys
  25099.   
  25100.   
  25101.  
  25102.   sql/sql_select.cc
  25103.     1.216.71.1 04/05/16 14:48:25 monty@mishka.local +2 -2
  25104.     key_cmp -> key_cmp_if_same
  25105.  
  25106.   sql/sql_acl.cc
  25107.     1.74.18.1 04/05/16 14:48:25 monty@mishka.local +2 -2
  25108.     key_cmp -> key_cmp_if_same
  25109.  
  25110.   sql/opt_sum.cc
  25111.     1.35 04/05/16 14:48:25 monty@mishka.local +1 -1
  25112.     key_cmp -> key_cmp_if_same
  25113.  
  25114.   sql/opt_range.h
  25115.     1.28.1.6 04/05/16 14:48:25 monty@mishka.local +6 -1
  25116.     Added key_part_info to QUICK_SELECT to be able to use key_cmp() in get_next()
  25117.  
  25118.   sql/opt_range.cc
  25119.     1.98.1.18 04/05/16 14:48:25 monty@mishka.local +31 -50
  25120.     New records_in_range() interface
  25121.     Simplify cmp_prev()
  25122.     (We can in 5.0 simplify cmp_next() the same way)
  25123.     
  25124.  
  25125.   sql/mysql_priv.h
  25126.     1.186.71.4 04/05/16 14:48:25 monty@mishka.local +3 -2
  25127.     Prototypes for new functions
  25128.  
  25129.   sql/key.cc
  25130.     1.24 04/05/16 14:48:25 monty@mishka.local +74 -2
  25131.     Rename key_cmp() to key_cmp_if_same() to make it more descriptive
  25132.     Add new key_cmp() function usable from range and handler code.
  25133.  
  25134.   sql/handler.h
  25135.     1.89.8.1 04/05/16 14:48:25 monty@mishka.local +8 -17
  25136.     Move key_range to my_base.h to be used by external table handlers
  25137.     Simplify read_range() interface
  25138.     New records_in_range() interface
  25139.  
  25140.   sql/handler.cc
  25141.     1.103.4.1 04/05/16 14:48:25 monty@mishka.local +22 -44
  25142.     Simplify read_range() interface:
  25143.     - Add 'eq_range' to read_range_first
  25144.     - Remove 'eq_range' parameer from read_range_next()
  25145.     - Trust values from index_next_same()
  25146.     - Simplfy compare_key() by moving key_comparision to key.cc (as this code can be reused from other places)
  25147.     
  25148.  
  25149.   sql/ha_ndbcluster.h
  25150.     1.2.3.2 04/05/16 14:48:24 monty@mishka.local +1 -6
  25151.     New records_in_range() interface
  25152.  
  25153.   sql/ha_ndbcluster.cc
  25154.     1.3.3.1 04/05/16 14:48:24 monty@mishka.local +10 -13
  25155.     New records_in_range() interface
  25156.  
  25157.   sql/ha_myisammrg.h
  25158.     1.31 04/05/16 14:48:24 monty@mishka.local +1 -5
  25159.     New records_in_range() interface
  25160.  
  25161.   sql/ha_myisammrg.cc
  25162.     1.51 04/05/16 14:48:24 monty@mishka.local +5 -11
  25163.     New records_in_range() interface
  25164.  
  25165.   sql/ha_myisam.h
  25166.     1.56 04/05/16 14:48:24 monty@mishka.local +1 -5
  25167.     New records_in_range() interface
  25168.  
  25169.   sql/ha_myisam.cc
  25170.     1.115.1.26 04/05/16 14:48:24 monty@mishka.local +7 -19
  25171.     New records_in_range() interface
  25172.  
  25173.   sql/ha_isam.h
  25174.     1.25 04/05/16 14:48:24 monty@mishka.local +1 -5
  25175.     New records_in_range() interface
  25176.  
  25177.   sql/ha_isam.cc
  25178.     1.29 04/05/16 14:48:24 monty@mishka.local +13 -10
  25179.     New records_in_range() interface
  25180.  
  25181.   sql/ha_innodb.h
  25182.     1.57.1.6 04/05/16 14:48:24 monty@mishka.local +1 -5
  25183.     New records_in_range() interface
  25184.  
  25185.   sql/ha_innodb.cc
  25186.     1.90.1.37 04/05/16 14:48:24 monty@mishka.local +16 -25
  25187.     New records_in_range() interface
  25188.  
  25189.   sql/ha_heap.h
  25190.     1.26 04/05/16 14:48:24 monty@mishka.local +1 -4
  25191.     New records_in_range() interface
  25192.  
  25193.   sql/ha_heap.cc
  25194.     1.40 04/05/16 14:48:24 monty@mishka.local +13 -21
  25195.     New records_in_range() interface
  25196.  
  25197.   sql/ha_berkeley.h
  25198.     1.57.1.4 04/05/16 14:48:24 monty@mishka.local +1 -6
  25199.     New records_in_range() interface
  25200.  
  25201.   sql/ha_berkeley.cc
  25202.     1.117.1.15 04/05/16 14:48:24 monty@mishka.local +14 -15
  25203.     New records_in_range() interface
  25204.  
  25205.   sql/field.cc
  25206.     1.156 04/05/16 14:48:24 monty@mishka.local +5 -4
  25207.     Fixed indentation
  25208.  
  25209.   sql/examples/ha_example.cc
  25210.     1.5 04/05/16 14:48:23 monty@mishka.local +4 -7
  25211.     New records_in_range() interface
  25212.  
  25213.   mysys/my_bitmap.c
  25214.     1.17.1.1 04/05/16 14:48:23 monty@mishka.local +3 -3
  25215.     Make some bitmap functions inline for faster usage in one thread
  25216.  
  25217.   myisammrg/myrg_range.c
  25218.     1.3 04/05/16 14:48:23 monty@mishka.local +3 -8
  25219.     New records_in_range() interface
  25220.  
  25221.   myisam/sp_test.c
  25222.     1.9.1.1 04/05/16 14:48:23 monty@mishka.local +31 -53
  25223.     New records_in_range() interface
  25224.     Indentation fixes
  25225.  
  25226.   myisam/rt_test.c
  25227.     1.9.1.1 04/05/16 14:48:23 monty@mishka.local +29 -50
  25228.     New records_in_range() interface
  25229.     Indentation fixes
  25230.  
  25231.   myisam/mi_test2.c
  25232.     1.26 04/05/16 14:48:23 monty@mishka.local +18 -4
  25233.     New records_in_range() interface
  25234.  
  25235.   myisam/mi_range.c
  25236.     1.10.1.1 04/05/16 14:48:23 monty@mishka.local +44 -28
  25237.     New records_in_range() interface
  25238.  
  25239.   include/myisammrg.h
  25240.     1.15 04/05/16 14:48:23 monty@mishka.local +1 -4
  25241.     New records_in_range() interface
  25242.  
  25243.   include/myisam.h
  25244.     1.61 04/05/16 14:48:23 monty@mishka.local +1 -4
  25245.     New records_in_range() interface
  25246.  
  25247.   include/my_bitmap.h
  25248.     1.8.1.1 04/05/16 14:48:23 monty@mishka.local +6 -0
  25249.     Make some bitmap functions inline for faster usage in one thread
  25250.  
  25251.   include/my_base.h
  25252.     1.58 04/05/16 14:48:23 monty@mishka.local +10 -0
  25253.     Moved 'key_range' here so that all table handlers can use it
  25254.  
  25255.   include/heap.h
  25256.     1.19 04/05/16 14:48:23 monty@mishka.local +2 -5
  25257.     New records_in_range() interface
  25258.  
  25259.   heap/hp_hash.c
  25260.     1.30 04/05/16 14:48:23 monty@mishka.local +16 -21
  25261.     New records_in_range() interface
  25262.  
  25263. ChangeSet
  25264.   1.1616.405.1 04/05/15 16:13:08 Sinisa@sinisa.nasamreza.org +1 -0
  25265.   Optimising UNION ALL (WL 1687)
  25266.  
  25267.   sql/sql_union.cc
  25268.     1.74.23.1 04/05/15 16:13:02 Sinisa@sinisa.nasamreza.org +7 -3
  25269.     Optimising UNION ALL (WL 1687)
  25270.  
  25271. ChangeSet
  25272.   1.1616.395.2 04/05/15 17:07:44 hf@deer.(none) +5 -0
  25273.   Fixes for #3371, #3372, #3374, #3375, #3376
  25274.  
  25275.   tests/client_test.c
  25276.     1.51.12.1 04/05/15 17:07:41 hf@deer.(none) +3 -0
  25277.     this test fails if privilege-checking pars are disabled
  25278.     (it's the default for libmysqld)
  25279.  
  25280.   sql/sql_prepare.cc
  25281.     1.34.18.6 04/05/15 17:07:41 hf@deer.(none) +58 -0
  25282.     to fix #3774 and #3776
  25283.     special function for datetime values in embedded server added
  25284.     unsigned flag now specified for values in embedded server
  25285.  
  25286.   sql/sql_parse.cc
  25287.     1.271.71.7 04/05/15 17:07:41 hf@deer.(none) +1 -1
  25288.     to fix #3773
  25289.     silly mistake here :\
  25290.  
  25291.   libmysqld/lib_sql.cc
  25292.     1.75.1.32 04/05/15 17:07:41 hf@deer.(none) +5 -2
  25293.     to fix #3771 and #3775
  25294.     stmt->affected_rows specifying added
  25295.     code getting default values changed so it will add terminating /0 to
  25296.     values
  25297.  
  25298.   libmysql/libmysql.c
  25299.     1.156.1.75 04/05/15 17:07:41 hf@deer.(none) +30 -24
  25300.     code to fix #3772
  25301.     counting of field->max_length moved to mysql_store_stmt_result so
  25302.     it will work in libmysqld also
  25303.  
  25304. ChangeSet
  25305.   1.1616.399.3 04/05/15 11:20:42 serg@serg.mylan +3 -0
  25306.   bad old merge fixed
  25307.  
  25308.   sql/sql_select.cc
  25309.     1.216.70.1 04/05/15 11:20:37 serg@serg.mylan +0 -1
  25310.     bad old merge fixed
  25311.  
  25312.   mysql-test/t/order_by.test
  25313.     1.26 04/05/15 11:20:37 serg@serg.mylan +10 -0
  25314.     test for bug#3681
  25315.  
  25316.   mysql-test/r/order_by.result
  25317.     1.39 04/05/15 11:20:37 serg@serg.mylan +9 -0
  25318.     buggy results bug#3681
  25319.  
  25320. ChangeSet
  25321.   1.1616.404.1 04/05/15 11:57:40 monty@mysql.com +6 -0
  25322.   Better fix for bug #3749 (bug in deleting automatic generated foreign keys)
  25323.  
  25324.   tests/client_test.c
  25325.     1.51.1.33 04/05/15 11:57:39 monty@mysql.com +2 -3
  25326.     Added missing mysql_stmt_close()
  25327.  
  25328.   sql/sql_table.cc
  25329.     1.157.34.1 04/05/15 11:57:39 monty@mysql.com +9 -15
  25330.     Better fix for bug #3749 (bug in deleting automatic generated foreign keys)
  25331.  
  25332.   sql/sql_class.cc
  25333.     1.105.20.3 04/05/15 11:57:39 monty@mysql.com +1 -1
  25334.     Updated comment
  25335.  
  25336.   mysql-test/t/innodb.test
  25337.     1.58.1.1 04/05/15 11:57:39 monty@mysql.com +10 -0
  25338.     Added test for bug #3749 (bug in deleting automatic generated foreign keys)
  25339.  
  25340.   mysql-test/r/innodb.result
  25341.     1.87.1.1 04/05/15 11:57:38 monty@mysql.com +31 -0
  25342.     Added test for bug #3749 (bug in deleting automatic generated foreign keys)
  25343.  
  25344.   mysql-test/r/func_encrypt.result
  25345.     1.4.2.1 04/05/15 11:57:38 monty@mysql.com +6 -6
  25346.     Update tests (left after sanjas last push)
  25347.  
  25348. ChangeSet
  25349.   1.1616.400.8 04/05/15 11:20:43 bell@sanja.is.com.ua +3 -0
  25350.   results fix
  25351.  
  25352.   mysql-test/t/func_gconcat.test
  25353.     1.15 04/05/15 11:20:40 bell@sanja.is.com.ua +1 -1
  25354.     make results stable
  25355.  
  25356.   mysql-test/r/func_gconcat.result
  25357.     1.24 04/05/15 11:20:40 bell@sanja.is.com.ua +4 -4
  25358.     make results stable
  25359.  
  25360.   mysql-test/r/func_encrypt.result
  25361.     1.4.1.1 04/05/15 11:20:40 bell@sanja.is.com.ua +6 -6
  25362.     right SELECT print
  25363.  
  25364. ChangeSet
  25365.   1.1346.1.485 04/05/15 09:08:03 monty@mysql.com +3 -0
  25366.   Extra safety fixes (probably not needed, but can't hurt)
  25367.  
  25368.   sql/sql_show.cc
  25369.     1.76.1.47 04/05/15 09:08:02 monty@mysql.com +1 -2
  25370.     Simple optimization
  25371.  
  25372.   sql/sql_parse.cc
  25373.     1.218.1.150 04/05/15 09:08:02 monty@mysql.com +2 -1
  25374.     Extra safety fixes (probably not needed, but can't hurt)
  25375.  
  25376.   sql/ha_innodb.cc
  25377.     1.73.1.136 04/05/15 09:08:02 monty@mysql.com +3 -6
  25378.     simple optimization
  25379.  
  25380. ChangeSet
  25381.   1.1665.1.17 04/05/14 23:19:42 guilhem@mysql.com +4 -0
  25382.   a code fix (don't specify default value of argument twice), updating a line of SHOW SLAVE STATUS
  25383.   in tests after the last 4.1->5.0 merge, and:
  25384.   *** The same as ChangeSet@1.1822.1.1, 2004-05-14 23:08:03+02:00, guilhem@mysql.com of MySQL 4.0 ***
  25385.     Replication testsuite: making the master-slave synchronization less likely to fail,
  25386.     by adding sleep-and-retries (max 4 times) if MASTER_POS_WAIT() returns NULL
  25387.     in sync_with_master and sync_slave_with_master.
  25388.     The problem showed up only today, in MySQL 5.0 in rpl_server_id2.test,
  25389.     but may affect 4.x as well, so I fixed 4.x too. Note that I am also fixing
  25390.     5.0, with the same exact patch, because I don't want to leave 5.0 broken
  25391.     until the next 4.0->4.1->5.0 merge.
  25392.  
  25393.   sql/slave.cc
  25394.     1.212 04/05/14 23:18:48 guilhem@mysql.com +2 -2
  25395.     gcc compiler complained that the default value of skip_lock was specified in slave.h AND slave.cc
  25396.  
  25397.   mysql-test/t/rpl_server_id2.test
  25398.     1.3.1.1 04/05/14 23:18:48 guilhem@mysql.com +0 -1
  25399.      master_slave.inc already drops the table
  25400.  
  25401.   mysql-test/r/rpl_server_id2.result
  25402.     1.5 04/05/14 23:18:48 guilhem@mysql.com +1 -4
  25403.     result update
  25404.  
  25405.   client/mysqltest.c
  25406.     1.109 04/05/14 23:18:48 guilhem@mysql.com +18 -3
  25407.     in sync_with_master (and sync_slave_with_master), if MASTER_POS_WAIT() returns NULL,
  25408.     it may be that the slave SQL thread did not have time to start yes, so we sleep
  25409.     1 sec and retry, 4 times at most.
  25410.  
  25411. ChangeSet
  25412.   1.1346.617.1 04/05/14 23:08:03 guilhem@mysql.com +3 -0
  25413.   Replication testsuite: making the master-slave synchronization less likely to fail,
  25414.   by adding sleep-and-retries (max 4 times) if MASTER_POS_WAIT() returns NULL
  25415.   in sync_with_master and sync_slave_with_master.
  25416.   The problem showed up only today, in MySQL 5.0 in rpl_server_id2.test,
  25417.   but may affect 4.x as well, so fixing it here. Note that I am also fixing
  25418.   5.0 too, with the same exact patch, because I don't want to leave 5.0 broken
  25419.   until the next 4.0->4.1->5.0 merge.
  25420.  
  25421.   mysql-test/t/rpl_server_id2.test
  25422.     1.4 04/05/14 23:08:00 guilhem@mysql.com +0 -1
  25423.     master_slave.inc already drops the table
  25424.  
  25425.   mysql-test/r/rpl_server_id2.result
  25426.     1.3.1.1 04/05/14 23:08:00 guilhem@mysql.com +0 -1
  25427.     result update
  25428.  
  25429.   client/mysqltest.c
  25430.     1.77.1.38 04/05/14 23:07:59 guilhem@mysql.com +18 -3
  25431.     in sync_with_master (and sync_slave_with_master), if MASTER_POS_WAIT() returns NULL,
  25432.     it may be that the slave SQL thread did not have time to start yes, so we sleep
  25433.     1 sec and retry, 4 times at most.
  25434.  
  25435. ChangeSet
  25436.   1.1616.399.2 04/05/14 19:12:09 serg@serg.mylan +1 -0
  25437.   get rid of remaining strtolls - irix64 compatibility
  25438.  
  25439.   sql/sql_yacc.yy
  25440.     1.203.103.9 04/05/14 19:12:04 serg@serg.mylan +2 -2
  25441.     get rid of remaining strtolls - irix64 compatibility
  25442.  
  25443. ChangeSet
  25444.   1.1616.403.1 04/05/14 21:00:29 hf@deer.(none) +1 -0
  25445.   CXX linker specified for client_test with libmysqld
  25446.  
  25447.   libmysqld/examples/Makefile.am
  25448.     1.17 04/05/14 20:59:58 hf@deer.(none) +1 -0
  25449.     CXXLINK specified for client_test with libmysqld
  25450.  
  25451. ChangeSet
  25452.   1.1616.400.6 04/05/14 18:55:24 bell@sanja.is.com.ua +3 -0
  25453.   check of item name presence in find_item_in_list (Bug #3752)
  25454.  
  25455.   sql/sql_base.cc
  25456.     1.145.1.62 04/05/14 18:55:21 bell@sanja.is.com.ua +8 -1
  25457.     check of item name presence in find_item_in_list
  25458.  
  25459.   mysql-test/t/func_gconcat.test
  25460.     1.14 04/05/14 18:55:21 bell@sanja.is.com.ua +10 -0
  25461.     test of Bug #3752
  25462.  
  25463.   mysql-test/r/func_gconcat.result
  25464.     1.23 04/05/14 18:55:21 bell@sanja.is.com.ua +9 -0
  25465.     test of Bug #3752
  25466.  
  25467. ChangeSet
  25468.   1.1665.1.16 04/05/14 17:47:11 pem@mysql.comhem.se +2 -0
  25469.   Post-merge post-merge post fix. ;-)
  25470.  
  25471.   mysql-test/t/greedy_optimizer.test
  25472.     1.3 04/05/14 17:47:08 pem@mysql.com +1 -1
  25473.     Post-merge post-merge post fix. ;-)
  25474.     (Syntax errror in create table.)
  25475.  
  25476.   mysql-test/r/greedy_optimizer.result
  25477.     1.3 04/05/14 17:47:08 pem@mysql.com +1 -1
  25478.     Post-merge post-merge post fix. ;-)
  25479.     (Syntax errror in create table.)
  25480.  
  25481. ChangeSet
  25482.   1.1665.1.14 04/05/14 16:00:57 pem@mysql.comhem.se +19 -0
  25483.   Post-merge fixes.
  25484.   Note: One sp.test still fails (prime), and rpl_server_id2.test fails (will be fixed by guilhem ASAP).
  25485.  
  25486.   tests/client_test.c
  25487.     1.56 04/05/14 16:00:53 pem@mysql.com +1 -1
  25488.     Post-merge fix: key_len length in explain has changed.
  25489.  
  25490.   sql/sql_parse.cc
  25491.     1.336 04/05/14 16:00:53 pem@mysql.com +4 -0
  25492.     Post-merge fix: Need to set/reset select_limit at SP CALL time as well.
  25493.  
  25494.   sql/sp_head.cc
  25495.     1.73 04/05/14 16:00:53 pem@mysql.com +2 -2
  25496.     Got rid of warning (reordering initialization).
  25497.  
  25498.   sql/slave.h
  25499.     1.76 04/05/14 16:00:53 pem@mysql.com +5 -3
  25500.     Post-merge fixes with some help from Guilhem.
  25501.  
  25502.   sql/slave.cc
  25503.     1.211 04/05/14 16:00:53 pem@mysql.com +30 -9
  25504.     Post-merge fixes with some help from Guilhem.
  25505.  
  25506.   sql/opt_range.h
  25507.     1.39 04/05/14 16:00:53 pem@mysql.com +13 -1
  25508.     Manually merged by Monty.
  25509.  
  25510.   sql/opt_range.cc
  25511.     1.111.1.3 04/05/14 16:00:53 pem@mysql.com +223 -187
  25512.     Manually merged by Monty.
  25513.  
  25514.   mysql-test/t/sp-error.test
  25515.     1.38 04/05/14 16:00:53 pem@mysql.com +49 -49
  25516.     Post-merge fix of error codes.
  25517.  
  25518.   mysql-test/t/index_merge_innodb2.test
  25519.     1.3 04/05/14 16:00:53 pem@mysql.com +1 -1
  25520.     Fixed syntax error (no ',' after last index in create table any more).
  25521.  
  25522.   mysql-test/t/index_merge_innodb.test
  25523.     1.3 04/05/14 16:00:53 pem@mysql.com +1 -1
  25524.     Fixed syntax error (no ',' after last index in create table any more).
  25525.  
  25526.   mysql-test/t/index_merge_bdb.test
  25527.     1.3 04/05/14 16:00:52 pem@mysql.com +1 -1
  25528.     Fixed syntax error (no ',' after last index in create table any more).
  25529.  
  25530.   mysql-test/t/index_merge.test
  25531.     1.5 04/05/14 16:00:52 pem@mysql.com +2 -2
  25532.     Fixed syntax error (no ',' after last index in create table any more).
  25533.  
  25534.   mysql-test/r/variables.result
  25535.     1.45 04/05/14 16:00:52 pem@mysql.com +1 -1
  25536.     Update result after merge.
  25537.  
  25538.   mysql-test/r/sp-error.result
  25539.     1.38 04/05/14 16:00:52 pem@mysql.com +2 -2
  25540.     Update result after merge.
  25541.  
  25542.   mysql-test/r/rpl_server_id1.result
  25543.     1.4 04/05/14 16:00:52 pem@mysql.com +1 -1
  25544.     Update result after merge.
  25545.  
  25546.   mysql-test/r/index_merge_innodb2.result
  25547.     1.3 04/05/14 16:00:52 pem@mysql.com +1 -1
  25548.     Fixed syntax error (no ',' after last index in create table any more).
  25549.  
  25550.   mysql-test/r/index_merge_innodb.result
  25551.     1.4 04/05/14 16:00:52 pem@mysql.com +1 -1
  25552.     Fixed syntax error (no ',' after last index in create table any more).
  25553.  
  25554.   mysql-test/r/index_merge_bdb.result
  25555.     1.3 04/05/14 16:00:52 pem@mysql.com +1 -1
  25556.     Fixed syntax error (no ',' after last index in create table any more).
  25557.  
  25558.   mysql-test/r/index_merge.result
  25559.     1.7 04/05/14 16:00:52 pem@mysql.com +2 -2
  25560.     Fixed syntax error (no ',' after last index in create table any more).
  25561.  
  25562. ChangeSet
  25563.   1.1616.402.1 04/05/14 16:56:47 bell@sanja.is.com.ua +1 -0
  25564.   SELECT options print fixed
  25565.  
  25566.   sql/sql_select.cc
  25567.     1.216.69.1 04/05/14 16:56:45 bell@sanja.is.com.ua +1 -1
  25568.     SELECT options print fixed
  25569.  
  25570. ChangeSet
  25571.   1.1346.1.483 04/05/14 16:48:56 heikki@hundin.mysql.fi +7 -0
  25572.   Many files:
  25573.     Fix remaining cases of Bug #3596: fix possible races caused by an obsolete value of thd->query_length in SHOW PROCESSLIST and SHOW INNODB STATUS; this fix depends on the fact that thd->query is always set to NULL before setting it to point to a new query
  25574.  
  25575.   sql/sql_show.cc
  25576.     1.76.1.46 04/05/14 16:48:30 heikki@hundin.mysql.fi +5 -1
  25577.     Fix remaining cases of Bug #3596: fix possible races caused by an obsolete value of thd->query_length in SHOW PROCESSLIST and SHOW INNODB STATUS; this fix depends on the fact that thd->query is always set to NULL before setting it to point to a new query
  25578.  
  25579.   sql/sql_parse.cc
  25580.     1.218.1.149 04/05/14 16:48:30 heikki@hundin.mysql.fi +1 -0
  25581.     Fix remaining cases of Bug #3596: fix possible races caused by an obsolete value of thd->query_length in SHOW PROCESSLIST and SHOW INNODB STATUS; this fix depends on the fact that thd->query is always set to NULL before setting it to point to a new query
  25582.  
  25583.   sql/sql_db.cc
  25584.     1.39.1.32 04/05/14 16:48:30 heikki@hundin.mysql.fi +2 -0
  25585.     Fix remaining cases of Bug #3596: fix possible races caused by an obsolete value of thd->query_length in SHOW PROCESSLIST and SHOW INNODB STATUS; this fix depends on the fact that thd->query is always set to NULL before setting it to point to a new query
  25586.  
  25587.   sql/slave.cc
  25588.     1.164.1.113 04/05/14 16:48:30 heikki@hundin.mysql.fi +2 -0
  25589.     Fix remaining cases of Bug #3596: fix possible races caused by an obsolete value of thd->query_length in SHOW PROCESSLIST and SHOW INNODB STATUS; this fix depends on the fact that thd->query is always set to NULL before setting it to point to a new query
  25590.  
  25591.   sql/log_event.cc
  25592.     1.77.1.78 04/05/14 16:48:30 heikki@hundin.mysql.fi +1 -0
  25593.     Fix remaining cases of Bug #3596: fix possible races caused by an obsolete value of thd->query_length in SHOW PROCESSLIST and SHOW INNODB STATUS; this fix depends on the fact that thd->query is always set to NULL before setting it to point to a new query
  25594.  
  25595.   sql/ha_innodb.cc
  25596.     1.73.1.135 04/05/14 16:48:29 heikki@hundin.mysql.fi +4 -3
  25597.     Fix remaining cases of Bug #3596: fix possible races caused by an obsolete value of thd->query_length in SHOW PROCESSLIST and SHOW INNODB STATUS; this fix depends on the fact that thd->query is always set to NULL before setting it to point to a new query
  25598.  
  25599.   sql/sql_class.h
  25600.     1.111.1.65 04/05/14 16:48:18 heikki@hundin.mysql.fi +18 -1
  25601.     Fix remaining cases of Bug #3596: fix possible races caused by an obsolete value of thd->query_length in SHOW PROCESSLIST and SHOW INNODB STATUS; this fix depends on the fact that thd->query is always set to NULL before setting it to point to a new query
  25602.  
  25603. ChangeSet
  25604.   1.1616.401.1 04/05/14 16:06:21 marko@hundin.mysql.fi +27 -0
  25605.   InnoDB cleanup: eliminate IB__FILE__
  25606.  
  25607.   innobase/trx/trx0rec.c
  25608.     1.12 04/05/14 16:06:16 marko@hundin.mysql.fi +1 -1
  25609.     Replace IB__FILE__ with __FILE__
  25610.  
  25611.   innobase/sync/sync0sync.c
  25612.     1.27 04/05/14 16:06:16 marko@hundin.mysql.fi +7 -6
  25613.     Add const qualifiers
  25614.  
  25615.   innobase/sync/sync0rw.c
  25616.     1.14 04/05/14 16:06:16 marko@hundin.mysql.fi +6 -6
  25617.     Replace IB__FILE__ with __FILE__
  25618.     Add const qualifiers
  25619.  
  25620.   innobase/sync/sync0arr.c
  25621.     1.16 04/05/14 16:06:16 marko@hundin.mysql.fi +2 -2
  25622.     Add const qualifiers
  25623.  
  25624.   innobase/pars/pars0pars.c
  25625.     1.9 04/05/14 16:06:15 marko@hundin.mysql.fi +2 -1
  25626.     Add const qualifiers
  25627.  
  25628.   innobase/mem/mem0mem.c
  25629.     1.8 04/05/14 16:06:15 marko@hundin.mysql.fi +17 -17
  25630.     Add const qualifiers
  25631.  
  25632.   innobase/log/log0recv.c
  25633.     1.32 04/05/14 16:06:15 marko@hundin.mysql.fi +3 -3
  25634.     Replace IB__FILE__ with __FILE__
  25635.  
  25636.   innobase/lock/lock0lock.c
  25637.     1.31 04/05/14 16:06:15 marko@hundin.mysql.fi +1 -1
  25638.     Replace IB__FILE__ with __FILE__
  25639.  
  25640.   innobase/include/ut0dbg.h
  25641.     1.14 04/05/14 16:06:15 marko@hundin.mysql.fi +3 -3
  25642.     Replace IB__FILE__ with __FILE__
  25643.  
  25644.   innobase/include/univ.i
  25645.     1.34 04/05/14 16:06:15 marko@hundin.mysql.fi +0 -5
  25646.     Remove IB__FILE__
  25647.  
  25648.   innobase/include/sync0sync.ic
  25649.     1.14 04/05/14 16:06:15 marko@hundin.mysql.fi +4 -4
  25650.     Add const qualifiers
  25651.  
  25652.   innobase/include/sync0sync.h
  25653.     1.15 04/05/14 16:06:15 marko@hundin.mysql.fi +8 -8
  25654.     Replace IB__FILE__ with __FILE__
  25655.     Add const qualifiers
  25656.  
  25657.   innobase/include/sync0rw.ic
  25658.     1.8 04/05/14 16:06:15 marko@hundin.mysql.fi +11 -11
  25659.     Add const qualifiers
  25660.  
  25661.   innobase/include/sync0rw.h
  25662.     1.7 04/05/14 16:06:15 marko@hundin.mysql.fi +22 -22
  25663.     Replace IB__FILE__ with __FILE__
  25664.     Add const qualifiers
  25665.  
  25666.   innobase/include/sync0ipm.ic
  25667.     1.3 04/05/14 16:06:15 marko@hundin.mysql.fi +2 -2
  25668.     Replace IB__FILE__ with __FILE__
  25669.  
  25670.   innobase/include/sync0arr.h
  25671.     1.5 04/05/14 16:06:15 marko@hundin.mysql.fi +1 -1
  25672.     Add const qualifiers
  25673.  
  25674.   innobase/include/pars0pars.h
  25675.     1.5 04/05/14 16:06:15 marko@hundin.mysql.fi +1 -1
  25676.     Add const qualifiers
  25677.  
  25678.   innobase/include/mtr0mtr.ic
  25679.     1.3 04/05/14 16:06:15 marko@hundin.mysql.fi +2 -2
  25680.     Add const qualifiers
  25681.  
  25682.   innobase/include/mtr0mtr.h
  25683.     1.8 04/05/14 16:06:15 marko@hundin.mysql.fi +4 -4
  25684.     Replace IB__FILE__ with __FILE__
  25685.     Add const qualifiers
  25686.  
  25687.   innobase/include/mem0mem.ic
  25688.     1.8 04/05/14 16:06:15 marko@hundin.mysql.fi +48 -48
  25689.     Add const qualifiers
  25690.  
  25691.   innobase/include/mem0mem.h
  25692.     1.8 04/05/14 16:06:15 marko@hundin.mysql.fi +49 -47
  25693.     Replace IB__FILE__ with __FILE__
  25694.     Add const qualifiers
  25695.  
  25696.   innobase/include/buf0buf.ic
  25697.     1.15 04/05/14 16:06:15 marko@hundin.mysql.fi +1 -1
  25698.     Replace IB__FILE__ with __FILE__
  25699.  
  25700.   innobase/include/buf0buf.h
  25701.     1.22 04/05/14 16:06:15 marko@hundin.mysql.fi +7 -7
  25702.     Replace IB__FILE__ with __FILE__
  25703.     Add const qualifiers
  25704.  
  25705.   innobase/ibuf/ibuf0ibuf.c
  25706.     1.27 04/05/14 16:06:15 marko@hundin.mysql.fi +1 -1
  25707.     Replace IB__FILE__ with __FILE__
  25708.  
  25709.   innobase/buf/buf0buf.c
  25710.     1.34 04/05/14 16:06:15 marko@hundin.mysql.fi +4 -4
  25711.     Replace IB__FILE__ with __FILE__
  25712.     Add const qualifiers
  25713.  
  25714.   innobase/btr/btr0sea.c
  25715.     1.22 04/05/14 16:06:15 marko@hundin.mysql.fi +2 -2
  25716.     Replace IB__FILE__ with __FILE__
  25717.  
  25718.   innobase/btr/btr0cur.c
  25719.     1.34 04/05/14 16:06:15 marko@hundin.mysql.fi +3 -3
  25720.     Replace IB__FILE__ with __FILE__
  25721.  
  25722. ChangeSet
  25723.   1.1616.396.8 04/05/14 15:28:59 bell@sanja.is.com.ua +3 -0
  25724.   after merge fix
  25725.  
  25726.   sql/sql_union.cc
  25727.     1.74.1.46 04/05/14 15:28:56 bell@sanja.is.com.ua +1 -1
  25728.     after merge fix
  25729.  
  25730.   mysql-test/r/subselect.result
  25731.     1.67.1.56 04/05/14 15:28:56 bell@sanja.is.com.ua +1 -1
  25732.     after merge fix
  25733.  
  25734.   mysql-test/r/func_encrypt.result
  25735.     1.5 04/05/14 15:28:56 bell@sanja.is.com.ua +6 -6
  25736.     after merge fix
  25737.  
  25738. ChangeSet
  25739.   1.1616.400.2 04/05/14 14:23:46 marko@hundin.mysql.fi +3 -0
  25740.   InnoDB: ut0mem: Remove ut_str_catenate(), add const qualifiers
  25741.  
  25742.   innobase/ut/ut0mem.c
  25743.     1.19 04/05/14 14:19:33 marko@hundin.mysql.fi +0 -26
  25744.     Remove unused function ut_str_catenate()
  25745.  
  25746.   innobase/include/ut0mem.ic
  25747.     1.5 04/05/14 14:19:19 marko@hundin.mysql.fi +6 -6
  25748.     Add const qualifiers
  25749.  
  25750.   innobase/include/ut0mem.h
  25751.     1.13 04/05/14 14:16:21 marko@hundin.mysql.fi +5 -16
  25752.     Add const qualifiers and remove unused function ut_str_catenate()
  25753.  
  25754. ChangeSet
  25755.   1.1616.400.1 04/05/14 14:11:13 marko@hundin.mysql.fi +1 -0
  25756.   InnoDB: Disable file locking on FreeBSD
  25757.  
  25758.   innobase/os/os0file.c
  25759.     1.70 04/05/14 14:03:51 marko@hundin.mysql.fi +14 -5
  25760.     Disable os_file_lock() on FreeBSD
  25761.  
  25762. ChangeSet
  25763.   1.1616.399.1 04/05/14 12:49:18 serg@serg.mylan +3 -0
  25764.   better fix for bug#3749 - do not consider already removed keys in key removal process
  25765.  
  25766.   sql/sql_table.cc
  25767.     1.157.33.3 04/05/14 12:49:13 serg@serg.mylan +6 -13
  25768.     better fix for bug#3749 - do not consider already removed keys in key removal process
  25769.  
  25770.   mysql-test/t/innodb.test
  25771.     1.59 04/05/14 12:49:13 serg@serg.mylan +11 -1
  25772.     tests for bug#3749
  25773.  
  25774.   mysql-test/r/innodb.result
  25775.     1.88 04/05/14 12:49:13 serg@serg.mylan +24 -1
  25776.     tests for bug#3749
  25777.  
  25778. ChangeSet
  25779.   1.1616.364.2 04/05/14 13:28:20 bell@sanja.is.com.ua +1 -0
  25780.   UNCACHEABLE_EXPLAIN is enough
  25781.  
  25782.   sql/sql_select.cc
  25783.     1.216.67.2 04/05/14 13:28:17 bell@sanja.is.com.ua +1 -1
  25784.     UNCACHEABLE_EXPLAIN is enough
  25785.  
  25786. ChangeSet
  25787.   1.1346.1.482 04/05/14 12:26:12 marko@hundin.mysql.fi +2 -0
  25788.   InnoDB: Remove unused function ut_str_catenate()
  25789.  
  25790.   innobase/ut/ut0mem.c
  25791.     1.8.1.9 04/05/14 12:25:19 marko@hundin.mysql.fi +0 -26
  25792.     Remove unused function ut_str_catenate()
  25793.  
  25794.   innobase/include/ut0mem.h
  25795.     1.5.1.5 04/05/14 12:25:19 marko@hundin.mysql.fi +0 -11
  25796.     Remove unused function ut_str_catenate()
  25797.  
  25798. ChangeSet
  25799.   1.1616.398.1 04/05/14 11:09:57 bell@sanja.is.com.ua +1 -0
  25800.   fixed flags of printed query
  25801.  
  25802.   mysql-test/r/func_group.result
  25803.     1.29 04/05/14 11:09:54 bell@sanja.is.com.ua +1 -1
  25804.     fixed flags of printed query
  25805.  
  25806. ChangeSet
  25807.   1.1616.396.5 04/05/14 13:08:22 bar@bar.intranet.mysql.r18.ru +3 -0
  25808.   Bug #3403 Wrong encoding in EXPLAIN SELECT output
  25809.  
  25810.   sql/sql_select.cc
  25811.     1.216.68.4 04/05/14 13:08:18 bar@bar.intranet.mysql.r18.ru +3 -3
  25812.     Bug #3403 Wrong encoding in EXPLAIN SELECT output
  25813.  
  25814.   mysql-test/t/explain.test
  25815.     1.7 04/05/14 13:08:18 bar@bar.intranet.mysql.r18.ru +11 -0
  25816.     Bug #3403 Wrong encoding in EXPLAIN SELECT output
  25817.  
  25818.   mysql-test/r/explain.result
  25819.     1.15 04/05/14 13:08:18 bar@bar.intranet.mysql.r18.ru +9 -0
  25820.     Bug #3403 Wrong encoding in EXPLAIN SELECT output
  25821.  
  25822. ChangeSet
  25823.   1.1616.396.4 04/05/14 12:16:27 bar@bar.intranet.mysql.r18.ru +3 -0
  25824.   Bug #3403 Wrong encoding in SHOW GRANTS, EPLAIN SELECT output
  25825.   This change fixes SHOW GRANTS problem, while EXPLAIN will be fixed
  25826.   in a separate patch.
  25827.  
  25828.   sql/sql_acl.cc
  25829.     1.74.1.49 04/05/14 12:16:23 bar@bar.intranet.mysql.r18.ru +11 -7
  25830.     Bug #3403 Wrong encoding in SHOW GRANTS, EPLAIN SELECT output
  25831.     This change fixes SHOW GRANTS problem, while EXPLAIN will be fixed
  25832.     in a separate patch.
  25833.  
  25834.   mysql-test/t/grant.test
  25835.     1.16 04/05/14 12:16:23 bar@bar.intranet.mysql.r18.ru +23 -0
  25836.     Bug #3403 Wrong encoding in SHOW GRANTS, EPLAIN SELECT output
  25837.     This change fixes SHOW GRANTS problem, while EXPLAIN will be fixed
  25838.     in a separate patch.
  25839.  
  25840.   mysql-test/r/grant.result
  25841.     1.19 04/05/14 12:16:23 bar@bar.intranet.mysql.r18.ru +24 -0
  25842.     Bug #3403 Wrong encoding in SHOW GRANTS, EPLAIN SELECT output
  25843.     This change fixes SHOW GRANTS problem, while EXPLAIN will be fixed
  25844.     in a separate patch.
  25845.  
  25846. ChangeSet
  25847.   1.1616.396.3 04/05/14 09:02:06 heikki@hundin.mysql.fi +1 -0
  25848.   sql_table.cc:
  25849.     Fix bug #3749: if there were several indexs that made an automatically generated FOREIGN KEY index redundant, then MySQL miscalculated the number of keys, and the AUTO_INCREMENT flag was forgotten by MySQL from a PRIMARY KEY. There were probably a multitude of other errors caused by this.
  25850.  
  25851.   sql/sql_table.cc
  25852.     1.157.33.2 04/05/14 09:01:39 heikki@hundin.mysql.fi +16 -4
  25853.     Fix bug #3749: if there were several indexs that made an automatically generated FOREIGN KEY index redundant, then MySQL miscalculated the number of keys, and the AUTO_INCREMENT flag was forgotten by MySQL from a PRIMARY KEY. There were probably a multitude of other errors caused by this.
  25854.  
  25855. ChangeSet
  25856.   1.1616.397.1 04/05/14 01:24:17 serg@serg.mylan +1 -0
  25857.   compatibility fix for hp-ux 64bit (hpux compiler) and sun 64-bit (sun forte)
  25858.  
  25859.   strings/my_strtoll10.c
  25860.     1.8 04/05/14 01:24:09 serg@serg.mylan +7 -7
  25861.     compatibility fix for hp-ux 64bit (hpux compiler) and sun 64-bit (sun forte)
  25862.  
  25863. ChangeSet
  25864.   1.1616.396.1 04/05/13 23:47:20 bell@sanja.is.com.ua +39 -0
  25865.   fixed flags of printed query
  25866.  
  25867.   sql/sql_select.cc
  25868.     1.216.68.3 04/05/13 23:46:58 bell@sanja.is.com.ua +6 -6
  25869.     fixed flags of printed query
  25870.  
  25871.   mysql-test/r/variables.result
  25872.     1.21.1.25 04/05/13 23:46:58 bell@sanja.is.com.ua +3 -3
  25873.     fixed flags of printed query
  25874.  
  25875.   mysql-test/r/varbinary.result
  25876.     1.13 04/05/13 23:46:58 bell@sanja.is.com.ua +1 -1
  25877.     fixed flags of printed query
  25878.  
  25879.   mysql-test/r/union.result
  25880.     1.46.5.1 04/05/13 23:46:58 bell@sanja.is.com.ua +2 -2
  25881.     fixed flags of printed query
  25882.  
  25883.   mysql-test/r/type_blob.result
  25884.     1.38 04/05/13 23:46:58 bell@sanja.is.com.ua +1 -1
  25885.     fixed flags of printed query
  25886.  
  25887.   mysql-test/r/subselect.result
  25888.     1.67.53.1 04/05/13 23:46:58 bell@sanja.is.com.ua +46 -46
  25889.     fixed flags of printed query
  25890.  
  25891.   mysql-test/r/select.result
  25892.     1.37.1.1 04/05/13 23:46:58 bell@sanja.is.com.ua +1 -1
  25893.     fixed flags of printed query
  25894.  
  25895.   mysql-test/r/rpl_master_pos_wait.result
  25896.     1.6 04/05/13 23:46:58 bell@sanja.is.com.ua +1 -1
  25897.     fixed flags of printed query
  25898.  
  25899.   mysql-test/r/rpl_get_lock.result
  25900.     1.12 04/05/13 23:46:58 bell@sanja.is.com.ua +1 -1
  25901.     fixed flags of printed query
  25902.  
  25903.   mysql-test/r/rpl000001.result
  25904.     1.26 04/05/13 23:46:58 bell@sanja.is.com.ua +2 -2
  25905.     fixed flags of printed query
  25906.  
  25907.   mysql-test/r/row.result
  25908.     1.18 04/05/13 23:46:58 bell@sanja.is.com.ua +1 -1
  25909.     fixed flags of printed query
  25910.  
  25911.   mysql-test/r/query_cache.result
  25912.     1.26.1.21 04/05/13 23:46:58 bell@sanja.is.com.ua +1 -1
  25913.     fixed flags of printed query
  25914.  
  25915.   mysql-test/r/olap.result
  25916.     1.11 04/05/13 23:46:58 bell@sanja.is.com.ua +1 -1
  25917.     fixed flags of printed query
  25918.  
  25919.   mysql-test/r/null.result
  25920.     1.18.1.4 04/05/13 23:46:58 bell@sanja.is.com.ua +3 -3
  25921.     fixed flags of printed query
  25922.  
  25923.   mysql-test/r/insert_update.result
  25924.     1.9 04/05/13 23:46:58 bell@sanja.is.com.ua +2 -2
  25925.     fixed flags of printed query
  25926.  
  25927.   mysql-test/r/having.result
  25928.     1.10 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  25929.     fixed flags of printed query
  25930.  
  25931.   mysql-test/r/group_by.result
  25932.     1.38 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  25933.     fixed flags of printed query
  25934.  
  25935.   mysql-test/r/gis.result
  25936.     1.15 04/05/13 23:46:57 bell@sanja.is.com.ua +11 -11
  25937.     fixed flags of printed query
  25938.  
  25939.   mysql-test/r/func_time.result
  25940.     1.23.1.8 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  25941.     fixed flags of printed query
  25942.  
  25943.   mysql-test/r/func_test.result
  25944.     1.24 04/05/13 23:46:57 bell@sanja.is.com.ua +6 -6
  25945.     fixed flags of printed query
  25946.  
  25947.   mysql-test/r/func_system.result
  25948.     1.17 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  25949.     fixed flags of printed query
  25950.  
  25951.   mysql-test/r/func_str.result
  25952.     1.62 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  25953.     fixed flags of printed query
  25954.  
  25955.   mysql-test/r/func_set.result
  25956.     1.10 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  25957.     fixed flags of printed query
  25958.  
  25959.   mysql-test/r/func_regexp.result
  25960.     1.8 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  25961.     fixed flags of printed query
  25962.  
  25963.   mysql-test/r/func_op.result
  25964.     1.8 04/05/13 23:46:57 bell@sanja.is.com.ua +2 -2
  25965.     fixed flags of printed query
  25966.  
  25967.   mysql-test/r/func_math.result
  25968.     1.18 04/05/13 23:46:57 bell@sanja.is.com.ua +13 -13
  25969.     fixed flags of printed query
  25970.  
  25971.   mysql-test/r/func_in.result
  25972.     1.12 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  25973.     fixed flags of printed query
  25974.  
  25975.   mysql-test/r/func_if.result
  25976.     1.10 04/05/13 23:46:57 bell@sanja.is.com.ua +2 -2
  25977.     fixed flags of printed query
  25978.  
  25979.   mysql-test/r/func_gconcat.result
  25980.     1.22 04/05/13 23:46:57 bell@sanja.is.com.ua +3 -3
  25981.     fixed flags of printed query
  25982.  
  25983.   mysql-test/r/func_default.result
  25984.     1.3 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  25985.     fixed flags of printed query
  25986.  
  25987.   mysql-test/r/func_crypt.result
  25988.     1.17 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  25989.     fixed flags of printed query
  25990.  
  25991.   mysql-test/r/func_compress.result
  25992.     1.11 04/05/13 23:46:57 bell@sanja.is.com.ua +2 -2
  25993.     fixed flags of printed query
  25994.  
  25995.   mysql-test/r/fulltext.result
  25996.     1.60 04/05/13 23:46:57 bell@sanja.is.com.ua +2 -2
  25997.     fixed flags of printed query
  25998.  
  25999.   mysql-test/r/date_formats.result
  26000.     1.10 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  26001.     fixed flags of printed query
  26002.  
  26003.   mysql-test/r/ctype_collate.result
  26004.     1.27 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  26005.     fixed flags of printed query
  26006.  
  26007.   mysql-test/r/cast.result
  26008.     1.19 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  26009.     fixed flags of printed query
  26010.  
  26011.   mysql-test/r/case.result
  26012.     1.14 04/05/13 23:46:57 bell@sanja.is.com.ua +3 -3
  26013.     fixed flags of printed query
  26014.  
  26015.   mysql-test/r/bench_count_distinct.result
  26016.     1.6 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  26017.     fixed flags of printed query
  26018.  
  26019.   mysql-test/r/auto_increment.result
  26020.     1.25 04/05/13 23:46:57 bell@sanja.is.com.ua +1 -1
  26021.     fixed flags of printed query
  26022.  
  26023. ChangeSet
  26024.   1.1346.1.481 04/05/13 22:07:51 heikki@hundin.mysql.fi +4 -0
  26025.   ha_innodb.cc, trx0trx.h, lock0lock.c, trx0trx.c:
  26026.   Reserve the MySQL LOCK_thread_count mutex when printing thd->query of
  26027.   an arbitrary transaction; if we are printing thd->query of a transaction that
  26028.   we know is currently executing inside InnoDB, then we know that MySQL cannot
  26029.   meanwhile change thd->query, and no need to reserve the MySQL mutex; note
  26030.   that this patch still leaves open the possibility of races in MySQL's
  26031.   thd->query_len
  26032.  
  26033.   sql/ha_innodb.cc
  26034.     1.73.1.134 04/05/13 22:01:11 heikki@hundin.mysql.fi +34 -14
  26035.     Reserve the MySQL LOCK_thread_count mutex when printing thd->query of an arbitrary transaction; if we are printing thd->query of the a transaction that we know is currently executing inside InnoDB, then we know that MySQL cannot meanwhile change thd->query, and no need to reserve the MySQL mutex; note that thsi patch still leaves aopen the possibility of races in MySQL's thd->query_len
  26036.  
  26037.   innobase/include/trx0trx.h
  26038.     1.30 04/05/13 22:00:54 heikki@hundin.mysql.fi +4 -2
  26039.     Reserve the MySQL LOCK_thread_count mutex when printing thd->query of an arbitrary transaction; if we are printing thd->query of the a transaction that we know is currently executing inside InnoDB, then we know that MySQL cannot meanwhile change thd->query, and no need to reserve the MySQL mutex; note that thsi patch still leaves aopen the possibility of races in MySQL's thd->query_len
  26040.  
  26041.   innobase/lock/lock0lock.c
  26042.     1.20.1.15 04/05/13 22:00:46 heikki@hundin.mysql.fi +34 -0
  26043.     Reserve the MySQL LOCK_thread_count mutex when printing thd->query of an arbitrary transaction; if we are printing thd->query of the a transaction that we know is currently executing inside InnoDB, then we know that MySQL cannot meanwhile change thd->query, and no need to reserve the MySQL mutex; note that thsi patch still leaves aopen the possibility of races in MySQL's thd->query_len
  26044.  
  26045.   innobase/trx/trx0trx.c
  26046.     1.20.1.18 04/05/13 22:00:36 heikki@hundin.mysql.fi +3 -1
  26047.     Reserve the MySQL LOCK_thread_count mutex when printing thd->query of an arbitrary transaction; if we are printing thd->query of the a transaction that we know is currently executing inside InnoDB, then we know that MySQL cannot meanwhile change thd->query, and no need to reserve the MySQL mutex; note that thsi patch still leaves aopen the possibility of races in MySQL's thd->query_len
  26048.  
  26049. ChangeSet
  26050.   1.1616.374.25 04/05/13 19:49:10 mronstrom@mysql.com +2 -0
  26051.   Snippet from the Internet:
  26052.   Common Symbols
  26053.   
  26054.   If you get errors in linking complaining about common symbols
  26055.   ld: common symbols not allowed with MH_DYLIB format
  26056.   
  26057.   Then it means that you've got a global variable in the library which has
  26058.   not been assigned a value.
  26059.   
  26060.   Got this problem with three globals in NdbDaemon.c
  26061.  
  26062.   BitKeeper/etc/logging_ok
  26063.     1.233.1.67 04/05/13 19:49:08 mronstrom@mysql.com +1 -0
  26064.     Logging to logging@openlogging.org accepted
  26065.  
  26066.   ndb/src/common/portlib/unix/NdbDaemon.c
  26067.     1.7 04/05/13 19:47:46 mronstrom@mysql.com +3 -3
  26068.     Snippet from the Internet:
  26069.     Common Symbols
  26070.     
  26071.     If you get errors in linking complaining about common symbols
  26072.     ld: common symbols not allowed with MH_DYLIB format
  26073.     
  26074.     Then it means that you've got a global variable in the library which has
  26075.     not been assigned a value.
  26076.     
  26077.     Got this problem with three globals in NdbDaemon.c
  26078.  
  26079. ChangeSet
  26080.   1.1346.616.1 04/05/13 20:02:05 heikki@hundin.mysql.fi +1 -0
  26081.   ha_innodb.cc:
  26082.     A flawed fix of the thd->query race in SHOW INNODB STATUS; see the comments in code about how to fix this properly; we cannot use LOCK_thread_count to protect thd->query, because that will cause a deadlock of threads
  26083.  
  26084.   sql/ha_innodb.cc
  26085.     1.73.1.133 04/05/13 20:01:06 heikki@hundin.mysql.fi +26 -4
  26086.     A flawed fix of the thd->query race in SHOW INNODB STATUS; see the comments in code about how to fix this properly; we cannot use LOCK_thread_count to protect thd->query, because that will cause a deadlock of threads
  26087.  
  26088. ChangeSet
  26089.   1.1346.615.1 04/05/13 18:50:09 lenz@mysql.com +1 -0
  26090.    - make sure the binaries are executable before calling them during
  26091.      make_binary_distribution (bug#2857)
  26092.  
  26093.   scripts/make_binary_distribution.sh
  26094.     1.49.1.7 04/05/13 18:50:07 lenz@mysql.com +1 -0
  26095.      - make sure the binaries are executable before calling them (bug#2857)
  26096.  
  26097. ChangeSet
  26098.   1.1616.374.24 04/05/13 15:58:28 tomas@mc05.(none) +1 -0
  26099.   portability fix
  26100.  
  26101.   ndb/src/ndbapi/Ndb.cpp
  26102.     1.6 04/05/13 15:58:25 tomas@mc05.(none) +1 -1
  26103.     portability fix
  26104.  
  26105. ChangeSet
  26106.   1.1616.374.23 04/05/13 15:41:20 tomas@mc05.(none) +6 -0
  26107.   portability fixes and some comments
  26108.  
  26109.   ndb/src/mgmclient/CommandInterpreter.cpp
  26110.     1.4 04/05/13 15:41:17 tomas@mc05.(none) +22 -6
  26111.     portability fixes and some comments
  26112.  
  26113.   ndb/src/kernel/ndb-main/Main.cpp
  26114.     1.9 04/05/13 15:41:17 tomas@mc05.(none) +3 -3
  26115.     portability fixes and some comments
  26116.  
  26117.   ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp
  26118.     1.5 04/05/13 15:41:17 tomas@mc05.(none) +6 -4
  26119.     portability fixes and some comments
  26120.  
  26121.   ndb/src/common/portlib/unix/NdbThread.c
  26122.     1.7 04/05/13 15:41:17 tomas@mc05.(none) +3 -4
  26123.     portability fixes and some comments
  26124.  
  26125.   ndb/src/client/odbc/common/common.hpp
  26126.     1.2 04/05/13 15:41:17 tomas@mc05.(none) +1 -1
  26127.     portability fixes and some comments
  26128.  
  26129.   ndb/include/portlib/PortDefs.h
  26130.     1.2 04/05/13 15:41:17 tomas@mc05.(none) +1 -1
  26131.     portability fixes and some comments
  26132.  
  26133. ChangeSet
  26134.   1.1346.1.478 04/05/13 16:18:39 marko@hundin.mysql.fi +1 -0
  26135.   ha_innodb.cc:
  26136.     innobase_mysql_print_thd(): protect thd with LOCK_thread_count (Bug #3596)
  26137.  
  26138.   sql/ha_innodb.cc
  26139.     1.73.1.132 04/05/13 16:15:21 marko@hundin.mysql.fi +9 -2
  26140.     innobase_mysql_print_thd(): protect thd with LOCK_thread_count
  26141.  
  26142. ChangeSet
  26143.   1.1346.1.477 04/05/13 15:51:02 marko@hundin.mysql.fi +1 -0
  26144.   InnoDB: fixed bug in dict0dict.c: dict_index_name_print()
  26145.  
  26146.   innobase/dict/dict0dict.c
  26147.     1.26.1.25 04/05/13 15:49:07 marko@hundin.mysql.fi +1 -1
  26148.     dict_index_name_print(): output table name to file, not stderr
  26149.  
  26150. ChangeSet
  26151.   1.1346.1.476 04/05/13 15:28:56 marko@hundin.mysql.fi +1 -0
  26152.   InnoDB: Remove os_file_lock() from the 4.0 tree (unfix Bug #3608)
  26153.  
  26154.   innobase/os/os0file.c
  26155.     1.44.1.24 04/05/13 15:28:53 marko@hundin.mysql.fi +0 -41
  26156.     Remove os_file_lock()
  26157.  
  26158. ChangeSet
  26159.   1.1616.374.20 04/05/13 13:44:45 tomas@mc05.(none) +2 -0
  26160.   portability fix for MACOSX bugreport 3735
  26161.  
  26162.   ndb/src/ndbapi/Makefile
  26163.     1.5 04/05/13 13:44:20 tomas@mc05.(none) +1 -1
  26164.     portability fix for MACOSX bugreport 3735
  26165.  
  26166. ChangeSet
  26167.   1.1616.393.1 04/05/13 13:42:36 tomas@mc05.(none) +3 -0
  26168.   portability fixes
  26169.  
  26170.   ndb/src/common/portlib/unix/NdbMem.c
  26171.     1.8 04/05/13 13:42:34 tomas@mc05.(none) +6 -6
  26172.     portability fixes
  26173.  
  26174.   ndb/include/ndb_types.h
  26175.     1.5 04/05/13 13:42:34 tomas@mc05.(none) +8 -2
  26176.     portability fixes
  26177.  
  26178.   ndb/Defs.mk
  26179.     1.5 04/05/13 13:42:34 tomas@mc05.(none) +0 -1
  26180.     portability fixes
  26181.  
  26182.   ndb/src/ndbapi/Ndberr.cpp
  26183.     1.7 04/05/13 13:39:20 tomas@mc05.(none) +0 -0
  26184.     Rename: ndb/src/ndbapi/Ndberror.cpp -> ndb/src/ndbapi/Ndberr.cpp
  26185.  
  26186. ChangeSet
  26187.   1.1665.7.2 04/05/13 13:29:18 pem@mysql.comhem.se +1 -0
  26188.   Fixed comment for prime test.
  26189.   (Again, mostly to test sendmail replacement for tunneling.)
  26190.  
  26191.   mysql-test/t/sp.test
  26192.     1.62 04/05/13 13:29:16 pem@mysql.com +6 -5
  26193.     Fixed comment for prime test.
  26194.  
  26195. ChangeSet
  26196.   1.1665.7.1 04/05/13 13:08:16 pem@mysql.comhem.se +1 -0
  26197.   Added comment about expected result for prime test.
  26198.   (This is mostly to test sendmail tunneling of commit email...
  26199.    might not actually get pushed)
  26200.  
  26201.   mysql-test/t/sp.test
  26202.     1.61 04/05/13 13:08:13 pem@mysql.com +5 -0
  26203.     Added comment about expected result for prime test.
  26204.  
  26205. ChangeSet
  26206.   1.1616.1.212 04/05/13 11:56:45 magnus@neptunus.(none) +27 -0
  26207.   WL #1729 Handler: error text for NDB errors
  26208.   - New solution after discussions with Sergei, no handler specific code or error messages should be in sql layer.
  26209.   next_result, only check for error if check is -1
  26210.   Improved index_read 
  26211.  
  26212.   sql/share/ukrainian/errmsg.txt
  26213.     1.27.1.50 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26214.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26215.  
  26216.   sql/share/swedish/errmsg.txt
  26217.     1.64.1.52 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26218.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26219.  
  26220.   sql/share/spanish/errmsg.txt
  26221.     1.64.1.54 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26222.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26223.  
  26224.   sql/share/slovak/errmsg.txt
  26225.     1.64.1.53 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26226.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26227.  
  26228.   sql/share/serbian/errmsg.txt
  26229.     1.18.1.48 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26230.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26231.  
  26232.   sql/share/russian/errmsg.txt
  26233.     1.61.1.51 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26234.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26235.  
  26236.   sql/share/romanian/errmsg.txt
  26237.     1.62.1.53 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26238.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26239.  
  26240.   sql/share/portuguese/errmsg.txt
  26241.     1.64.1.52 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26242.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26243.  
  26244.   sql/share/polish/errmsg.txt
  26245.     1.63.1.53 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26246.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26247.  
  26248.   sql/share/norwegian/errmsg.txt
  26249.     1.63.1.54 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26250.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26251.  
  26252.   sql/share/norwegian-ny/errmsg.txt
  26253.     1.63.1.53 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26254.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26255.  
  26256.   sql/share/korean/errmsg.txt
  26257.     1.63.1.53 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26258.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26259.  
  26260.   sql/share/italian/errmsg.txt
  26261.     1.70.1.53 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26262.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26263.  
  26264.   sql/share/hungarian/errmsg.txt
  26265.     1.65.1.52 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26266.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26267.  
  26268.   sql/share/greek/errmsg.txt
  26269.     1.64.1.52 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26270.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26271.  
  26272.   sql/share/german/errmsg.txt
  26273.     1.64.1.49 04/05/13 11:56:43 magnus@neptunus.(none) +2 -2
  26274.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26275.  
  26276.   sql/share/french/errmsg.txt
  26277.     1.63.1.53 04/05/13 11:56:42 magnus@neptunus.(none) +2 -2
  26278.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26279.  
  26280.   sql/share/estonian/errmsg.txt
  26281.     1.64.1.52 04/05/13 11:56:42 magnus@neptunus.(none) +2 -2
  26282.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26283.  
  26284.   sql/share/english/errmsg.txt
  26285.     1.70.1.57 04/05/13 11:56:42 magnus@neptunus.(none) +2 -2
  26286.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26287.  
  26288.   sql/share/dutch/errmsg.txt
  26289.     1.66.1.52 04/05/13 11:56:42 magnus@neptunus.(none) +2 -2
  26290.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26291.  
  26292.   sql/share/danish/errmsg.txt
  26293.     1.62.1.52 04/05/13 11:56:42 magnus@neptunus.(none) +2 -2
  26294.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26295.  
  26296.   sql/share/czech/errmsg.txt
  26297.     1.64.1.53 04/05/13 11:56:42 magnus@neptunus.(none) +2 -0
  26298.     Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
  26299.  
  26300.   sql/handler.h
  26301.     1.89.1.19 04/05/13 11:56:42 magnus@neptunus.(none) +1 -0
  26302.     Add new function get_error_message
  26303.  
  26304.   sql/handler.cc
  26305.     1.103.1.22 04/05/13 11:56:42 magnus@neptunus.(none) +30 -1
  26306.     Add new function get_error_message usedc to ask handler for a message for an error.
  26307.     Call get_error_message from print_error if error code is not known. 
  26308.  
  26309.   sql/ha_ndbcluster.h
  26310.     1.9 04/05/13 11:56:42 magnus@neptunus.(none) +1 -1
  26311.     Remplace print_error with get_error_message
  26312.  
  26313.   sql/ha_ndbcluster.cc
  26314.     1.11 04/05/13 11:56:42 magnus@neptunus.(none) +43 -31
  26315.     Removed print_error from ha_ndbcluster, added code to handler::print_error to ask  handler::get_error_message for message for an error.
  26316.     Fix bug in next_result, only check for error if -1 is returned.
  26317.     Make index_read easier, special case where pk_read or unique_index_read is detected and as default do ordered_index_scan
  26318.  
  26319.   include/mysqld_error.h
  26320.     1.61.1.40 04/05/13 11:56:42 magnus@neptunus.(none) +3 -3
  26321.     New error codes ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG, update number to 298.
  26322.     Removed prevoius ER_NDB_ERROR, handler specific error should not be here. 
  26323.  
  26324. ChangeSet
  26325.   1.1665.6.1 04/05/13 15:46:02 wax@kishkin.ru +1 -0
  26326.   SCRUM
  26327.   add option --local-service when service is installed
  26328.  
  26329.   sql/mysqld.cc
  26330.     1.379.1.3 04/05/13 15:45:36 wax@mysql.com +38 -13
  26331.     Changed code of a resolve inline options when service is installed
  26332.  
  26333. ChangeSet
  26334.   1.1616.1.211 04/05/13 11:21:56 magnus@neptunus.(none) +1 -0
  26335.   Fix for sql-bench/test-create
  26336.  
  26337.   sql-bench/server-cfg.sh
  26338.     1.49 04/05/13 11:21:52 magnus@neptunus.(none) +1 -0
  26339.     Set max number of tables to create in NDB to 32
  26340.  
  26341. ChangeSet
  26342.   1.1616.392.1 04/05/13 10:30:42 hf@deer.(none) +2 -0
  26343.   client_test with embedded library will be built so one can check if he broke
  26344.   something in embedded PS
  26345.  
  26346.   libmysqld/examples/Makefile.am
  26347.     1.16 04/05/13 10:30:40 hf@deer.(none) +9 -1
  26348.     tests/client_test is now symlinked to libmysqld/examples catalog
  26349.     then it's built with libmysqld.a
  26350.  
  26351.   BitKeeper/etc/ignore
  26352.     1.153.1.32 04/05/13 10:30:40 hf@deer.(none) +1 -0
  26353.     Added libmysqld/examples/client_test.c to the ignore list
  26354.  
  26355. ChangeSet
  26356.   1.1665.4.6 04/05/13 04:50:54 sergefp@mysql.com +3 -0
  26357.   Post-merge fixes (code review fixes will follow)
  26358.  
  26359.   mysql-test/r/rowid_order_innodb.result
  26360.     1.2 04/05/13 04:50:50 sergefp@mysql.com +1 -1
  26361.     Post-merge fixes
  26362.  
  26363.   mysql-test/r/index_merge_ror_cpk.result
  26364.     1.2 04/05/13 04:50:50 sergefp@mysql.com +5 -5
  26365.     Post-merge fixes
  26366.  
  26367.   include/my_base.h
  26368.     1.53.2.2 04/05/13 04:50:50 sergefp@mysql.com +1 -1
  26369.     Post-merge fixes
  26370.  
  26371. ChangeSet
  26372.   1.1644.7.1 04/05/13 01:38:40 sergefp@mysql.com +28 -0
  26373.   This is first cset for WL#1394 "Optimize index merge when all involved index ranges include only values with equal keys"
  26374.   The main idea is to exploit the fact that key scans for "key=const" return ordered sequences of rowids.
  26375.  
  26376.   mysql-test/t/rowid_order_innodb.test
  26377.     1.1 04/05/13 01:38:02 sergefp@mysql.com +108 -0
  26378.  
  26379.   mysql-test/t/rowid_order_bdb.test
  26380.     1.1 04/05/13 01:38:02 sergefp@mysql.com +108 -0
  26381.  
  26382.   mysql-test/t/index_merge_ror_cpk.test
  26383.     1.1 04/05/13 01:38:02 sergefp@mysql.com +81 -0
  26384.  
  26385.   mysql-test/t/rowid_order_innodb.test
  26386.     1.0 04/05/13 01:38:02 sergefp@mysql.com +0 -0
  26387.     BitKeeper file /dbdata/psergey/mysql-5.0-wl1394-may/mysql-test/t/rowid_order_innodb.test
  26388.  
  26389.   mysql-test/t/rowid_order_bdb.test
  26390.     1.0 04/05/13 01:38:02 sergefp@mysql.com +0 -0
  26391.     BitKeeper file /dbdata/psergey/mysql-5.0-wl1394-may/mysql-test/t/rowid_order_bdb.test
  26392.  
  26393.   mysql-test/t/index_merge_ror_cpk.test
  26394.     1.0 04/05/13 01:38:02 sergefp@mysql.com +0 -0
  26395.     BitKeeper file /dbdata/psergey/mysql-5.0-wl1394-may/mysql-test/t/index_merge_ror_cpk.test
  26396.  
  26397.   mysql-test/t/index_merge_ror.test
  26398.     1.1 04/05/13 01:38:01 sergefp@mysql.com +215 -0
  26399.  
  26400.   mysql-test/r/rowid_order_innodb.result
  26401.     1.1 04/05/13 01:38:01 sergefp@mysql.com +186 -0
  26402.  
  26403.   mysql-test/r/rowid_order_bdb.result
  26404.     1.1 04/05/13 01:38:01 sergefp@mysql.com +186 -0
  26405.  
  26406.   mysql-test/r/index_merge_ror_cpk.result
  26407.     1.1 04/05/13 01:38:01 sergefp@mysql.com +93 -0
  26408.  
  26409.   mysql-test/r/index_merge_ror.result
  26410.     1.1 04/05/13 01:38:01 sergefp@mysql.com +168 -0
  26411.  
  26412.   sql/sql_update.cc
  26413.     1.102.1.1 04/05/13 01:38:01 sergefp@mysql.com +10 -31
  26414.     Account for new quick select types
  26415.  
  26416.   sql/sql_test.cc
  26417.     1.32.2.1 04/05/13 01:38:01 sergefp@mysql.com +2 -31
  26418.     Account for new quick select types
  26419.  
  26420.   sql/sql_select.h
  26421.     1.64.1.1 04/05/13 01:38:01 sergefp@mysql.com +1 -1
  26422.     New, proper rowid ordering/comparison function to be used with Unique class etc.
  26423.  
  26424.   mysql-test/t/index_merge_ror.test
  26425.     1.0 04/05/13 01:38:01 sergefp@mysql.com +0 -0
  26426.     BitKeeper file /dbdata/psergey/mysql-5.0-wl1394-may/mysql-test/t/index_merge_ror.test
  26427.  
  26428.   mysql-test/r/rowid_order_innodb.result
  26429.     1.0 04/05/13 01:38:01 sergefp@mysql.com +0 -0
  26430.     BitKeeper file /dbdata/psergey/mysql-5.0-wl1394-may/mysql-test/r/rowid_order_innodb.result
  26431.  
  26432.   mysql-test/r/rowid_order_bdb.result
  26433.     1.0 04/05/13 01:38:01 sergefp@mysql.com +0 -0
  26434.     BitKeeper file /dbdata/psergey/mysql-5.0-wl1394-may/mysql-test/r/rowid_order_bdb.result
  26435.  
  26436.   mysql-test/r/index_merge_ror_cpk.result
  26437.     1.0 04/05/13 01:38:01 sergefp@mysql.com +0 -0
  26438.     BitKeeper file /dbdata/psergey/mysql-5.0-wl1394-may/mysql-test/r/index_merge_ror_cpk.result
  26439.  
  26440.   mysql-test/r/index_merge_ror.result
  26441.     1.0 04/05/13 01:38:01 sergefp@mysql.com +0 -0
  26442.     BitKeeper file /dbdata/psergey/mysql-5.0-wl1394-may/mysql-test/r/index_merge_ror.result
  26443.  
  26444.   sql/sql_select.cc
  26445.     1.235.1.1 04/05/13 01:38:00 sergefp@mysql.com +28 -48
  26446.     Account for new quick select types
  26447.  
  26448.   sql/sql_delete.cc
  26449.     1.114.1.1 04/05/13 01:38:00 sergefp@mysql.com +11 -5
  26450.     Changed to use new ROWID comparison function
  26451.     also always call quick->reset() for quick selects 
  26452.  
  26453.   sql/opt_range.h
  26454.     1.34.1.1 04/05/13 01:38:00 sergefp@mysql.com +149 -14
  26455.     Added QUICK_ROR_{INTERSECT,UNION}_SELECT classes
  26456.  
  26457.   sql/opt_range.cc
  26458.     1.110.2.1 04/05/13 01:38:00 sergefp@mysql.com +2170 -359
  26459.     Added QUICK_ROR_{INTERSECT,UNION}_SELECT classes and related optimizer code 
  26460.  
  26461.   sql/handler.h
  26462.     1.95.1.1 04/05/13 01:38:00 sergefp@mysql.com +5 -0
  26463.     Added cmp_ref rowid comparison function.
  26464.  
  26465.   sql/ha_innodb.h
  26466.     1.59.1.1 04/05/13 01:38:00 sergefp@mysql.com +1 -0
  26467.     Added cmp_ref rowid comparison function.
  26468.  
  26469.   sql/ha_innodb.cc
  26470.     1.101.1.1 04/05/13 01:38:00 sergefp@mysql.com +57 -0
  26471.     Added cmp_ref rowid comparison function and support from HA_EXTRA_KEYREAD_PRESERVE_FIELDS
  26472.  
  26473.   sql/ha_heap.h
  26474.     1.22.1.1 04/05/13 01:38:00 sergefp@mysql.com +6 -1
  26475.     Added cmp_ref rowid comparison function.
  26476.  
  26477.   sql/ha_berkeley.h
  26478.     1.59.1.1 04/05/13 01:38:00 sergefp@mysql.com +1 -0
  26479.     Added cmp_ref rowid comparison function.
  26480.  
  26481.   sql/ha_berkeley.cc
  26482.     1.121.1.1 04/05/13 01:38:00 sergefp@mysql.com +25 -0
  26483.     Added cmp_ref rowid comparison function.
  26484.  
  26485.   mysys/my_bitmap.c
  26486.     1.18 04/05/13 01:38:00 sergefp@mysql.com +56 -0
  26487.     Added a couple of utility functions
  26488.  
  26489.   mysys/my_bit.c
  26490.     1.4 04/05/13 01:38:00 sergefp@mysql.com +5 -0
  26491.     Added my_count_bits_ushort function
  26492.  
  26493.   innobase/row/row0sel.c
  26494.     1.41.1.1 04/05/13 01:38:00 sergefp@mysql.com +28 -3
  26495.     Added support for HA_EXTRA_KEYREAD_PRESERVE_FIELDS 
  26496.  
  26497.   innobase/include/row0mysql.h
  26498.     1.18.1.1 04/05/13 01:38:00 sergefp@mysql.com +4 -0
  26499.     Added support for HA_EXTRA_KEYREAD_PRESERVE_FIELDS 
  26500.  
  26501.   include/my_sys.h
  26502.     1.117.1.1 04/05/13 01:38:00 sergefp@mysql.com +1 -0
  26503.     Added my_conunt_bits_ushort function
  26504.  
  26505.   include/my_bitmap.h
  26506.     1.9 04/05/13 01:38:00 sergefp@mysql.com +2 -0
  26507.     Added a couple of utility functions
  26508.  
  26509.   include/my_base.h
  26510.     1.50.1.1 04/05/13 01:38:00 sergefp@mysql.com +7 -1
  26511.     Added HA_EXTRA_KEYREAD_PRESERVE_FIELDS flag
  26512.  
  26513. ChangeSet
  26514.   1.1616.390.5 04/05/12 20:58:35 joreland@mysql.com +1 -0
  26515.   Only compile SHM if configured to
  26516.  
  26517.   ndb/src/common/transporter/Makefile
  26518.     1.2.1.1 04/05/12 20:58:33 joreland@mysql.com +1 -1
  26519.     Only compile SHM if configured to
  26520.  
  26521. ChangeSet
  26522.   1.1616.391.1 04/05/12 16:15:43 tulin@build.mysql.com +1 -0
  26523.   regression.sh:
  26524.     fixed typo
  26525.  
  26526.   ndb/bin/regression.sh
  26527.     1.1.1.1 04/05/12 16:13:18 tulin@build.mysql.com +1 -1
  26528.     fixed typo
  26529.  
  26530. ChangeSet
  26531.   1.1346.1.475 04/05/12 16:44:53 marko@hundin.mysql.fi +1 -0
  26532.   InnoDB: avoid some data races in innobase_mysql_print_thd() (Bug #3596)
  26533.  
  26534.   sql/ha_innodb.cc
  26535.     1.73.1.131 04/05/12 16:42:40 marko@hundin.mysql.fi +7 -6
  26536.     innobase_mysql_print_thd(): initial fix to Bug #3596
  26537.  
  26538. ChangeSet
  26539.   1.1616.374.17 04/05/12 14:16:04 tomas@mc05.(none) +2 -0
  26540.   Daemon code to run on all unixes
  26541.  
  26542.   ndb/src/common/portlib/win32/NdbDaemon.c
  26543.     1.2 04/05/12 14:16:00 tomas@mc05.(none) +5 -2
  26544.     Daemon code to run on all unixes
  26545.  
  26546.   ndb/src/common/portlib/unix/NdbDaemon.c
  26547.     1.6 04/05/12 14:16:00 tomas@mc05.(none) +3 -3
  26548.     Daemon code to run on all unixes
  26549.  
  26550. ChangeSet
  26551.   1.1616.374.16 04/05/12 12:24:16 tomas@mc05.(none) +1 -0
  26552.   NdbMutex.h:
  26553.     oops forgot this one
  26554.  
  26555.   ndb/include/portlib/NdbMutex.h
  26556.     1.4 04/05/12 12:23:59 tomas@mc05.(none) +1 -1
  26557.     oops forgot this one
  26558.  
  26559. ChangeSet
  26560.   1.1616.390.1 04/05/12 12:17:24 ejonore@mc03.ndb.mysql.com +1 -0
  26561.   Fix broken arg fot getrlimit
  26562.  
  26563.   ndb/src/cw/cpcd/Process.cpp
  26564.     1.9 04/05/12 12:16:48 ejonore@mc03.ndb.mysql.com +20 -16
  26565.     Fix broken arg for getrlimit
  26566.  
  26567. ChangeSet
  26568.   1.1616.374.14 04/05/12 12:14:54 tomas@mc05.(none) +14 -0
  26569.   portability/autoconf fixes
  26570.  
  26571.   ndb/src/rep/Makefile
  26572.     1.2 04/05/12 12:14:51 tomas@mc05.(none) +0 -2
  26573.     portability/autoconf fixes
  26574.  
  26575.   ndb/src/ndbapi/Ndb.cpp
  26576.     1.5 04/05/12 12:14:51 tomas@mc05.(none) +2 -1
  26577.     portability/autoconf fixes
  26578.  
  26579.   ndb/src/mgmsrv/MgmtSrvr.cpp
  26580.     1.4 04/05/12 12:14:51 tomas@mc05.(none) +1 -1
  26581.     postability/autoconf fixes
  26582.  
  26583.   ndb/src/mgmsrv/Makefile
  26584.     1.2 04/05/12 12:14:51 tomas@mc05.(none) +0 -2
  26585.     portability/autoconf fixes
  26586.  
  26587.   ndb/src/kernel/ndb-main/Main.cpp
  26588.     1.8 04/05/12 12:14:51 tomas@mc05.(none) +0 -5
  26589.     portability/autoconf fixes
  26590.  
  26591.   ndb/src/common/transporter/SHM_Transporter.cpp
  26592.     1.4 04/05/12 12:14:50 tomas@mc05.(none) +1 -3
  26593.     postability/autoconf fixes
  26594.  
  26595.   ndb/src/common/transporter/Makefile
  26596.     1.3 04/05/12 12:14:50 tomas@mc05.(none) +1 -1
  26597.     postability/autoconf fixes
  26598.  
  26599.   ndb/src/common/portlib/unix/NdbThread.c
  26600.     1.6 04/05/12 12:14:50 tomas@mc05.(none) +1 -1
  26601.     postability/autoconf fixes
  26602.  
  26603.   ndb/src/common/portlib/unix/NdbTCP.c
  26604.     1.2 04/05/12 12:14:50 tomas@mc05.(none) +16 -10
  26605.     postability/autoconf fixes
  26606.  
  26607.   ndb/src/common/portlib/memtest/memtest.c
  26608.     1.4 04/05/12 12:14:50 tomas@mc05.(none) +1 -2
  26609.     postability/autoconf fixes
  26610.  
  26611.   ndb/src/common/portlib/Makefile
  26612.     1.2 04/05/12 12:14:50 tomas@mc05.(none) +5 -27
  26613.     portability/autoconf fixes
  26614.  
  26615.   ndb/src/common/editline/unix.h
  26616.     1.2 04/05/12 12:14:50 tomas@mc05.(none) +1 -2
  26617.     postability/autoconf fixes
  26618.  
  26619.   ndb/include/portlib/NdbMutex.h
  26620.     1.3 04/05/12 12:14:50 tomas@mc05.(none) +0 -1
  26621.     postability/autoconf fixes
  26622.  
  26623.   ndb/config/Defs.LINUX.x86.GCC.mk
  26624.     1.4 04/05/12 12:14:50 tomas@mc05.(none) +7 -3
  26625.     postability/autoconf fixes
  26626.  
  26627. ChangeSet
  26628.   1.1616.373.2 04/05/12 12:27:43 bell@sanja.is.com.ua +1 -0
  26629.   used item method (Bug #3686)
  26630.  
  26631.   sql/sql_select.cc
  26632.     1.216.68.2 04/05/12 12:27:41 bell@sanja.is.com.ua +1 -2
  26633.     used item method (Bug #3686)
  26634.  
  26635. ChangeSet
  26636.   1.1346.1.474 04/05/12 10:40:04 marko@hundin.mysql.fi +1 -0
  26637.   eval0eval.c:
  26638.     Backport suppression of MSVC++ warning from 4.1
  26639.  
  26640. ChangeSet
  26641.   1.1616.374.13 04/05/12 09:27:59 tomas@mc05.(none) +9 -0
  26642.   portability/autoconf fixes
  26643.  
  26644.   ndb/test/src/HugoAsynchTransactions.cpp
  26645.     1.2 04/05/12 09:27:55 tomas@mc05.(none) +4 -0
  26646.     portability/autoconf fixes
  26647.  
  26648.   ndb/src/kernel/ndb-main/Main.cpp
  26649.     1.7 04/05/12 09:27:55 tomas@mc05.(none) +3 -1
  26650.     portability/autoconf fixes
  26651.  
  26652.   ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
  26653.     1.4 04/05/12 09:27:55 tomas@mc05.(none) +7 -3
  26654.     portability/autoconf fixes
  26655.  
  26656.   ndb/src/common/transporter/TransporterInternalDefinitions.hpp
  26657.     1.2 04/05/12 09:27:55 tomas@mc05.(none) +7 -28
  26658.     portability/autoconf fixes
  26659.  
  26660.   ndb/src/common/transporter/Makefile
  26661.     1.2 04/05/12 09:27:55 tomas@mc05.(none) +3 -22
  26662.     portability/autoconf fixes
  26663.  
  26664.   ndb/include/portlib/NdbTCP.h
  26665.     1.5 04/05/12 09:27:55 tomas@mc05.(none) +15 -17
  26666.     portability/autoconf fixes
  26667.  
  26668.   ndb/include/ndb_global.h
  26669.     1.7 04/05/12 09:27:55 tomas@mc05.(none) +7 -1
  26670.     portability/autoconf fixes
  26671.  
  26672.   ndb/config/GuessConfig.sh
  26673.     1.4 04/05/12 09:27:55 tomas@mc05.(none) +5 -0
  26674.     portability/autoconf fixes
  26675.  
  26676.   ndb/Defs.mk
  26677.     1.4 04/05/12 09:27:55 tomas@mc05.(none) +5 -1
  26678.     portability/autoconf fixes
  26679.  
  26680.   innobase/eval/eval0eval.c
  26681.     1.4.1.1 04/05/12 10:12:02 marko@hundin.mysql.fi +1 -1
  26682.     Backport suppression of MSVC++ warning from 4.1
  26683.  
  26684. ChangeSet
  26685.   1.1665.5.1 04/05/12 09:52:35 timour@mysql.com +1 -0
  26686.   Moved the declaration of status variable Last_query_cost to follow alphabetic order.
  26687.  
  26688.   sql/mysqld.cc
  26689.     1.379.1.2 04/05/12 09:52:32 timour@mysql.com +1 -1
  26690.     Moved the declaration of status variable Last_query_cost to follow alphabetic order.
  26691.  
  26692. ChangeSet
  26693.   1.1616.388.1 04/05/12 06:24:12 tomas@mc05.(none) +31 -0
  26694.   portability/autoconf fixes and removed warnings
  26695.  
  26696.   ndb/tools/cpcc/cpcc.cpp
  26697.     1.2.1.1 04/05/12 06:24:09 tomas@mc05.(none) +1 -1
  26698.     removed warnings
  26699.  
  26700.   ndb/test/src/NdbRestarter.cpp
  26701.     1.2.1.1 04/05/12 06:24:09 tomas@mc05.(none) +2 -2
  26702.     removed warnings
  26703.  
  26704.   ndb/test/src/NdbConfig.cpp
  26705.     1.2.1.1 04/05/12 06:24:09 tomas@mc05.(none) +0 -2
  26706.     removed warnings
  26707.  
  26708.   ndb/test/src/NdbBackup.cpp
  26709.     1.2.1.1 04/05/12 06:24:09 tomas@mc05.(none) +0 -1
  26710.     removed warnings
  26711.  
  26712.   ndb/test/src/NDBT_ResultRow.cpp
  26713.     1.3.1.1 04/05/12 06:24:09 tomas@mc05.(none) +3 -1
  26714.     removed warnings
  26715.  
  26716.   ndb/test/src/HugoTransactions.cpp
  26717.     1.3 04/05/12 06:24:09 tomas@mc05.(none) +4 -2
  26718.     removed warnings
  26719.  
  26720.   ndb/test/src/HugoOperations.cpp
  26721.     1.2 04/05/12 06:24:09 tomas@mc05.(none) +3 -3
  26722.     removed warnings
  26723.  
  26724.   ndb/test/src/HugoCalculator.cpp
  26725.     1.2.1.1 04/05/12 06:24:09 tomas@mc05.(none) +1 -1
  26726.     removed warnings
  26727.  
  26728.   ndb/test/ndbapi/flexBench/flexBench.cpp
  26729.     1.2.1.1 04/05/12 06:24:09 tomas@mc05.(none) +15 -15
  26730.     removed warnings
  26731.  
  26732.   ndb/src/mgmsrv/main.cpp
  26733.     1.3 04/05/12 06:24:08 tomas@mc05.(none) +2 -3
  26734.     portability/autoconf fixes
  26735.  
  26736.   ndb/src/mgmsrv/MgmtSrvr.cpp
  26737.     1.3 04/05/12 06:24:08 tomas@mc05.(none) +3 -5
  26738.     portability/autoconf fixes
  26739.  
  26740.   ndb/src/kernel/ndb-main/Main.cpp
  26741.     1.4.1.1 04/05/12 06:24:08 tomas@mc05.(none) +0 -3
  26742.     portability/autoconf fixes
  26743.  
  26744.   ndb/src/kernel/error/TimeModule.cpp
  26745.     1.2 04/05/12 06:24:08 tomas@mc05.(none) +1 -1
  26746.     portability/autoconf fixes
  26747.  
  26748.   ndb/src/kernel/blocks/ndbfs/AsyncFileTest/AsyncFileTest.cpp
  26749.     1.2 04/05/12 06:24:08 tomas@mc05.(none) +1 -3
  26750.     portability/autoconf fixes
  26751.  
  26752.   ndb/src/kernel/blocks/dbdih/printSysfile/printSysfile.cpp
  26753.     1.2.1.1 04/05/12 06:24:08 tomas@mc05.(none) +0 -1
  26754.     portability/autoconf fixes
  26755.  
  26756.   ndb/src/kernel/blocks/dbdict/printSchemafile/printSchemafile.cpp
  26757.     1.2.1.1 04/05/12 06:24:08 tomas@mc05.(none) +0 -1
  26758.     portability/autoconf fixes
  26759.  
  26760.   ndb/src/cw/cpcd/main.cpp
  26761.     1.2 04/05/12 06:24:08 tomas@mc05.(none) +1 -3
  26762.     portability/autoconf fixes
  26763.  
  26764.   ndb/src/cw/cpcd/common.cpp
  26765.     1.3 04/05/12 06:24:08 tomas@mc05.(none) +2 -2
  26766.     portability/autoconf fixes
  26767.  
  26768.   ndb/src/cw/cpcd/Process.cpp
  26769.     1.6.1.1 04/05/12 06:24:08 tomas@mc05.(none) +0 -3
  26770.     portability/autoconf fixes
  26771.  
  26772.   ndb/src/common/util/strlcpy.c
  26773.     1.2.1.1 04/05/12 06:24:08 tomas@mc05.(none) +0 -5
  26774.     portability/autoconf fixes
  26775.  
  26776.   ndb/src/common/util/strlcat.c
  26777.     1.5.1.1 04/05/12 06:24:08 tomas@mc05.(none) +0 -1
  26778.     portability/autoconf fixes
  26779.  
  26780.   ndb/src/common/util/getarg.c
  26781.     1.4.1.1 04/05/12 06:24:08 tomas@mc05.(none) +0 -2
  26782.     portability/autoconf fixes
  26783.  
  26784.   ndb/src/common/util/File.cpp
  26785.     1.3.1.1 04/05/12 06:24:08 tomas@mc05.(none) +2 -6
  26786.     portability/autoconf fixes
  26787.  
  26788.   ndb/src/common/portlib/unix/NdbHost.c
  26789.     1.2 04/05/12 06:24:08 tomas@mc05.(none) +1 -1
  26790.     portability/autoconf fixes
  26791.  
  26792.   ndb/src/common/portlib/unix/NdbDaemon.c
  26793.     1.3.1.1 04/05/12 06:24:08 tomas@mc05.(none) +11 -4
  26794.     portability/autoconf fixes
  26795.  
  26796.   ndb/src/common/portlib/unix/NdbCondition.c
  26797.     1.3.1.1 04/05/12 06:24:08 tomas@mc05.(none) +0 -1
  26798.     portability/autoconf fixes
  26799.  
  26800.   ndb/src/common/portlib/memtest/munmaptest/munmaptest.cpp
  26801.     1.2.1.1 04/05/12 06:24:08 tomas@mc05.(none) +0 -1
  26802.     portability/autoconf fixes
  26803.  
  26804.   ndb/src/common/mgmcommon/ConfigRetriever.cpp
  26805.     1.2.1.1 04/05/12 06:24:08 tomas@mc05.(none) +0 -1
  26806.     portability/autoconf fixes
  26807.  
  26808.   ndb/src/common/editline/editline.c
  26809.     1.2 04/05/12 06:24:07 tomas@mc05.(none) +2 -2
  26810.     portability/autoconf fixes
  26811.  
  26812.   ndb/include/portlib/NdbMutex.h
  26813.     1.2 04/05/12 06:24:07 tomas@mc05.(none) +3 -1
  26814.     portability/autoconf fixes
  26815.  
  26816.   ndb/include/newtonapi/defs/pcn_types.h
  26817.     1.2.1.1 04/05/12 06:24:07 tomas@mc05.(none) +0 -6
  26818.     portability/autoconf fixes
  26819.  
  26820. ChangeSet
  26821.   1.1616.387.1 04/05/12 02:38:57 monty@mysql.com +6 -0
  26822.   Portability fixes
  26823.  
  26824.   strings/my_strtoll10.c
  26825.     1.7 04/05/12 02:38:56 monty@mysql.com +3 -3
  26826.     Fix compiler warnings
  26827.  
  26828.   sql/sql_yacc.yy
  26829.     1.203.103.8 04/05/12 02:38:55 monty@mysql.com +12 -10
  26830.     Use my_strtoll10() instead of strtoull()
  26831.  
  26832.   sql/sql_analyse.cc
  26833.     1.43 04/05/12 02:38:55 monty@mysql.com +9 -3
  26834.     Use my_strtoll10() instead of strtoull()
  26835.  
  26836.   sql/repl_failsafe.cc
  26837.     1.32.1.21 04/05/12 02:38:55 monty@mysql.com +3 -1
  26838.     Use my_strtoll10() instead of strtoull()
  26839.  
  26840.   sql/item_func.cc
  26841.     1.124.1.73 04/05/12 02:38:55 monty@mysql.com +4 -1
  26842.     Use my_strtoll10() instead of strtoull()
  26843.  
  26844.   scripts/mysql_install_db.sh
  26845.     1.37.1.23 04/05/12 02:38:55 monty@mysql.com +7 -3
  26846.     Portability fix (! is not portable)
  26847.     
  26848.  
  26849. ChangeSet
  26850.   1.1346.1.473 04/05/12 01:23:27 lenz@mysql.com +1 -0
  26851.    - Bumped up version number from 4.0.19 -> 4.0.20
  26852.    - Tagged ChangeSet@1.1800.1.1 as "mysql-4.0.19"
  26853.  
  26854.   configure.in
  26855.     1.191.1.109 04/05/12 01:22:58 lenz@mysql.com +1 -1
  26856.      - Bumped up version number from 4.0.19 -> 4.0.20
  26857.  
  26858. ChangeSet
  26859.   1.1616.386.1 04/05/11 15:59:20 brian@brian-akers-computer.local +2 -0
  26860.   Added comments to all methods. Added explanation for a sequential read through a storage engine.
  26861.  
  26862. ChangeSet
  26863.   1.1616.384.2 04/05/12 00:29:52 monty@mysql.com +14 -0
  26864.   Don't automaticly generate a new key for a foreign key constraint if there is already a usable key.
  26865.   Prefer not automatic keys before automatic keys. If there is two conf
  26866.  
  26867.   strings/strings-x86.s
  26868.     1.8 04/05/12 00:29:50 monty@mysql.com +3 -1
  26869.     Portability fix.
  26870.  
  26871.   sql/sql_yacc.yy
  26872.     1.203.103.7 04/05/12 00:29:50 monty@mysql.com +7 -5
  26873.     Added flag for automaticly generated keys
  26874.  
  26875.   sql/sql_table.cc
  26876.     1.157.33.1 04/05/12 00:29:50 monty@mysql.com +28 -11
  26877.     Don't automaticly generate a new key for a foreign key constraint if there is already a usable key.
  26878.     Prefer not automatic keys before automatic keys. If there is two conflicting automatic keys, prefer the longer one.
  26879.  
  26880.   sql/sql_parse.cc
  26881.     1.271.71.6 04/05/12 00:29:50 monty@mysql.com +2 -2
  26882.     Added flag for automaticly generated keys
  26883.  
  26884.   sql/sql_class.h
  26885.     1.146.34.3 04/05/12 00:29:50 monty@mysql.com +6 -4
  26886.     Added flag for automaticly generated keys
  26887.  
  26888.   sql/sql_class.cc
  26889.     1.105.20.2 04/05/12 00:29:50 monty@mysql.com +60 -15
  26890.     Fix key comparison to handle prefix and optionally key segments in different order.
  26891.  
  26892.   sql/sql_acl.cc
  26893.     1.74.1.48 04/05/12 00:29:50 monty@mysql.com +5 -3
  26894.     Indentation fixes
  26895.  
  26896.   mysql-test/t/key_cache.test
  26897.     1.13 04/05/12 00:29:50 monty@mysql.com +3 -3
  26898.     Portability fixes (64 BIT os)
  26899.  
  26900.   mysql-test/t/innodb.test
  26901.     1.58 04/05/12 00:29:50 monty@mysql.com +43 -0
  26902.     Added test of automatic creation of foreign keys
  26903.  
  26904.   mysql-test/r/innodb.result
  26905.     1.87 04/05/12 00:29:50 monty@mysql.com +99 -0
  26906.     Added test of automatic creation of foreign keys
  26907.  
  26908.   mysql-test/r/create.result
  26909.     1.72 04/05/12 00:29:50 monty@mysql.com +31 -1
  26910.     Update tests after bug fix
  26911.  
  26912.   mysql-test/r/constraints.result
  26913.     1.6 04/05/12 00:29:50 monty@mysql.com +3 -1
  26914.     Update tests after bug fix
  26915.  
  26916.   include/my_base.h
  26917.     1.57 04/05/12 00:29:50 monty@mysql.com +1 -1
  26918.     Added flag for automaticly generated key
  26919.  
  26920.   BitKeeper/etc/ignore
  26921.     1.153.1.31 04/05/12 00:28:24 monty@mysql.com +1 -0
  26922.     added *.d
  26923.  
  26924. ChangeSet
  26925.   1.1616.374.8 04/05/11 22:34:14 joreland@mysql.com +348 -0
  26926.   Cset include: ndbdev@ndbmaster.mysql.com|ChangeSet|20040511202610|13901
  26927.   Cset include: ndbdev@ndbmaster.mysql.com|ChangeSet|20040511202329|47736
  26928.   Cset include: tomas@mc05.(none)|ChangeSet|20040511192517|11620
  26929.   Cset include: joreland@mysql.com|ChangeSet|20040511192516|46068
  26930.   Cset include: tomas@mc05.(none)|ChangeSet|20040511123917|46372
  26931.   Cset include: tomas@mc05.(none)|ChangeSet|20040511123143|38188
  26932.   Cset include: tulin@build.mysql.com|ChangeSet|20040510154057|38196
  26933.   Cset include: joreland@mysql.com|ChangeSet|20040508224854|24167
  26934.   Cset include: tomas@mc05.(none)|ChangeSet|20040507133412|23798
  26935.   Cset include: tomas@mc05.(none)|ChangeSet|20040507063942|37686
  26936.   Cset include: tomas@mc05.(none)|ChangeSet|20040506111114|33079
  26937.   Cset include: tomas@mc05.(none)|ChangeSet|20040506105341|38394
  26938.   Cset include: tomas@mc05.(none)|ChangeSet|20040506071539|38751
  26939.   Cset include: tomas@mc05.(none)|ChangeSet|20040505121947|31340
  26940.   Cset include: tomas@mc05.(none)|ChangeSet|20040505113759|32666
  26941.   Cset include: tomas@mc05.(none)|ChangeSet|20040505104200|32652
  26942.   Cset include: tomas@mc05.(none)|ChangeSet|20040505092956|32651
  26943.   Cset include: tomas@mc05.(none)|ChangeSet|20040504130019|09791
  26944.   Cset include: tomas@mc05.(none)|ChangeSet|20040503043335|03888
  26945.   Cset include: tomas@mc05.(none)|ChangeSet|20040428084951|62492
  26946.  
  26947.   ndb/tools/verify_index/verify_index.cpp
  26948.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26949.     Include
  26950.  
  26951.   ndb/tools/transproxy/transproxy.cpp
  26952.     1.4 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26953.     Include
  26954.  
  26955.   ndb/tools/select_count/select_count.cpp
  26956.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26957.     Include
  26958.  
  26959.   ndb/tools/select_all/select_all.cpp
  26960.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26961.     Include
  26962.  
  26963.   ndb/tools/list_tables/listTables.cpp
  26964.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26965.     Include
  26966.  
  26967.   ndb/tools/drop_tab/drop_tab.cpp
  26968.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26969.     Include
  26970.  
  26971.   ndb/tools/drop_index/drop_index.cpp
  26972.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26973.     Include
  26974.  
  26975.   ndb/tools/delete_all/delete_all.cpp
  26976.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26977.     Include
  26978.  
  26979.   ndb/tools/create_index/create_index.cpp
  26980.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26981.     Include
  26982.  
  26983.   ndb/tools/cpcc/cpcc.cpp
  26984.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26985.     Include
  26986.  
  26987.   ndb/tools/copy_tab/copy_tab.cpp
  26988.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26989.     Include
  26990.  
  26991.   ndb/test/tools/waiter/waiter.cpp
  26992.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26993.     Include
  26994.  
  26995.   ndb/test/tools/restart/restart.cpp
  26996.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  26997.     Include
  26998.  
  26999.   ndb/test/tools/hugoScanUpdate/hugoScanUpd.cpp
  27000.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27001.     Include
  27002.  
  27003.   ndb/test/tools/hugoScanRead/hugoScanRead.cpp
  27004.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27005.     Include
  27006.  
  27007.   ndb/test/tools/hugoPkUpdate/hugoPkUpd.cpp
  27008.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27009.     Include
  27010.  
  27011.   ndb/test/tools/hugoPkReadRecord/hugoPkReadRecord.cpp
  27012.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27013.     Include
  27014.  
  27015.   ndb/test/tools/hugoPkRead/hugoPkRead.cpp
  27016.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27017.     Include
  27018.  
  27019.   ndb/test/tools/hugoPkDelete/hugoPkDel.cpp
  27020.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27021.     Include
  27022.  
  27023.   ndb/test/tools/hugoLockRecords/hugoLockRecords.cpp
  27024.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27025.     Include
  27026.  
  27027.   ndb/test/tools/hugoFill/hugoFill.cpp
  27028.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27029.     Include
  27030.  
  27031.   ndb/test/tools/hugoCalculator/hugoCalculator.cpp
  27032.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27033.     Include
  27034.  
  27035.   ndb/test/src/NdbRestarter.cpp
  27036.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27037.     Include
  27038.  
  27039.   ndb/test/src/NdbGrep.cpp
  27040.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27041.     Include
  27042.  
  27043.   ndb/test/src/NdbConfig.cpp
  27044.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27045.     Include
  27046.  
  27047.   ndb/test/src/NdbBackup.cpp
  27048.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27049.     Include
  27050.  
  27051.   ndb/test/src/NDBT_Tables.cpp
  27052.     1.4 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27053.     Include
  27054.  
  27055.   ndb/test/src/NDBT_Table.cpp
  27056.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27057.     Include
  27058.  
  27059.   ndb/test/src/NDBT_ReturnCodes.cpp
  27060.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27061.     Include
  27062.  
  27063.   ndb/test/src/NDBT_ResultRow.cpp
  27064.     1.4 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27065.     Include
  27066.  
  27067.   ndb/test/src/NDBT_Error.cpp
  27068.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27069.     Include
  27070.  
  27071.   ndb/test/src/HugoCalculator.cpp
  27072.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27073.     Include
  27074.  
  27075.   ndb/test/run-test/run-test.hpp
  27076.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27077.     Include
  27078.  
  27079.   ndb/test/run-test/main.cpp
  27080.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27081.     Include
  27082.  
  27083.   ndb/test/odbc/driver/testOdbcDriver.cpp
  27084.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27085.     Include
  27086.  
  27087.   ndb/test/newtonapi/perf_test/perf.cpp
  27088.     1.4 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27089.     Include
  27090.  
  27091.   ndb/test/newtonapi/basic_test/too_basic.cpp
  27092.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27093.     Include
  27094.  
  27095.   ndb/test/newtonapi/basic_test/ptr_binding/ptr_binding_test.cpp
  27096.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27097.     Include
  27098.  
  27099.   ndb/test/newtonapi/basic_test/common.hpp
  27100.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27101.     Include
  27102.  
  27103.   ndb/test/newtonapi/basic_test/common.cpp
  27104.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27105.     Include
  27106.  
  27107.   ndb/test/newtonapi/basic_test/bulk_read/br_test.cpp
  27108.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27109.     Include
  27110.  
  27111.   ndb/test/newtonapi/basic_test/basic/basic.cpp
  27112.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27113.     Include
  27114.  
  27115.   ndb/test/ndbapi/vw_test/size.cpp
  27116.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27117.     Include
  27118.  
  27119.   ndb/test/ndbapi/vw_test/cdrserver.cpp
  27120.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27121.     Include
  27122.  
  27123.   ndb/test/ndbapi/vw_test/bcd.h
  27124.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27125.     Include
  27126.  
  27127.   ndb/test/ndbapi/testOIBasic/testOIBasic.cpp
  27128.     1.4 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27129.     Include
  27130.  
  27131.   ndb/test/ndbapi/testGrep/verify/testGrepVerify.cpp
  27132.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27133.     Include
  27134.  
  27135.   ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp
  27136.     1.4 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27137.     Include
  27138.  
  27139.   ndb/test/ndbapi/testBlobs/testBlobs.cpp
  27140.     1.4 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27141.     Include
  27142.  
  27143.   ndb/test/ndbapi/telco/msa.cpp
  27144.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27145.     Include
  27146.  
  27147.   ndb/test/ndbapi/ronja/benchronja/benchronja.cpp
  27148.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27149.     Include
  27150.  
  27151.   ndb/test/ndbapi/restarts/restarts.cpp
  27152.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27153.     Include
  27154.  
  27155.   ndb/test/ndbapi/restarter2/restarter2.cpp
  27156.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27157.     Include
  27158.  
  27159.   ndb/test/ndbapi/restarter/restarter.cpp
  27160.     1.3 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27161.     Include
  27162.  
  27163.   ndb/src/ndbapi/ndberror.c
  27164.     1.5 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27165.     Include
  27166.  
  27167.   ndb/src/ndbapi/NdbErrorOut.cpp
  27168.     1.4 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27169.     Include
  27170.  
  27171.   ndb/include/ndbapi/ndberror.h
  27172.     1.4 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27173.     Include
  27174.  
  27175.   ndb/include/ndb_net.h
  27176.     1.2 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27177.     Include
  27178.  
  27179.   ndb/include/ndb_global.h
  27180.     1.6 04/05/11 22:34:13 joreland@mysql.com +0 -0
  27181.     Include
  27182.  
  27183.   ndb/test/ndbapi/lmc-bench/src/user/userTransaction.c
  27184.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27185.     Include
  27186.  
  27187.   ndb/test/ndbapi/lmc-bench/src/user/userInterface.cpp
  27188.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27189.     Include
  27190.  
  27191.   ndb/test/ndbapi/lmc-bench/src/user/old/userTransaction.c
  27192.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27193.     Include
  27194.  
  27195.   ndb/test/ndbapi/lmc-bench/src/user/old/userInterface.c
  27196.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27197.     Include
  27198.  
  27199.   ndb/test/ndbapi/lmc-bench/src/user/ndb_user_populate.cpp
  27200.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27201.     Include
  27202.  
  27203.   ndb/test/ndbapi/lmc-bench/src/user/ndb_error.hpp
  27204.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27205.     Include
  27206.  
  27207.   ndb/test/ndbapi/lmc-bench/src/user/macros.h
  27208.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27209.     Include
  27210.  
  27211.   ndb/test/ndbapi/lmc-bench/src/user/localDbPrepare.c
  27212.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27213.     Include
  27214.  
  27215.   ndb/test/ndbapi/lmc-bench/src/populator/mainPopulate.c
  27216.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27217.     Include
  27218.  
  27219.   ndb/test/ndbapi/lmc-bench/src/populator/dbPopulate.c
  27220.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27221.     Include
  27222.  
  27223.   ndb/test/ndbapi/lmc-bench/src/generator/mainGenerator.c
  27224.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27225.     Include
  27226.  
  27227.   ndb/test/ndbapi/lmc-bench/src/generator/dbGenerator.c
  27228.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27229.     Include
  27230.  
  27231.   ndb/test/ndbapi/lmc-bench/include/testDefinitions.h
  27232.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27233.     Include
  27234.  
  27235.   ndb/test/ndbapi/lmc-bench/async-src/user/userInterface.cpp
  27236.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27237.     Include
  27238.  
  27239.   ndb/test/ndbapi/lmc-bench/async-src/user/ndb_error.hpp
  27240.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27241.     Include
  27242.  
  27243.   ndb/test/ndbapi/lmc-bench/async-src/user/macros.h
  27244.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27245.     Include
  27246.  
  27247.   ndb/test/ndbapi/lmc-bench/async-src/generator/mainAsyncGenerator.cpp
  27248.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27249.     Include
  27250.  
  27251.   ndb/test/ndbapi/lmc-bench/async-src/generator/asyncGenerator.cpp
  27252.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27253.     Include
  27254.  
  27255.   ndb/test/ndbapi/interpreterInTup/interpreterInTup.cpp
  27256.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27257.     Include
  27258.  
  27259.   ndb/test/ndbapi/indexTest2/index2.cpp
  27260.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27261.     Include
  27262.  
  27263.   ndb/test/ndbapi/indexTest/index.cpp
  27264.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27265.     Include
  27266.  
  27267.   ndb/test/ndbapi/flex_bench_mysql/flex_bench_mysql.cpp
  27268.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27269.     Include
  27270.  
  27271.   ndb/test/ndbapi/flexTT/flexTT.cpp
  27272.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27273.     Include
  27274.  
  27275.   ndb/test/ndbapi/flexScan/flexScan.cpp
  27276.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27277.     Include
  27278.  
  27279.   ndb/test/ndbapi/flexHammer/flexHammer.cpp
  27280.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27281.     Include
  27282.  
  27283.   ndb/test/ndbapi/flexBench/flexBench.cpp
  27284.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27285.     Include
  27286.  
  27287.   ndb/test/ndbapi/flexAsynch/flexAsynch.cpp
  27288.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27289.     Include
  27290.  
  27291.   ndb/test/ndbapi/drop_all_tabs/drop_all_tabs.cpp
  27292.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27293.     Include
  27294.  
  27295.   ndb/test/ndbapi/create_tab/create_tab.cpp
  27296.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27297.     Include
  27298.  
  27299.   ndb/test/ndbapi/create_all_tabs/create_all_tabs.cpp
  27300.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27301.     Include
  27302.  
  27303.   ndb/test/ndbapi/bulk_copy/bulk_copy.cpp
  27304.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27305.     Include
  27306.  
  27307.   ndb/test/ndbapi/bank/bankValidateAllGLs/bankValidateAllGLs.cpp
  27308.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27309.     Include
  27310.  
  27311.   ndb/test/ndbapi/bank/bankTransactionMaker/bankTransactionMaker.cpp
  27312.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27313.     Include
  27314.  
  27315.   ndb/test/ndbapi/bank/bankTimer/bankTimer.cpp
  27316.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27317.     Include
  27318.  
  27319.   ndb/test/ndbapi/bank/bankSumAccounts/bankSumAccounts.cpp
  27320.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27321.     Include
  27322.  
  27323.   ndb/test/ndbapi/bank/bankMakeGL/bankMakeGL.cpp
  27324.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27325.     Include
  27326.  
  27327.   ndb/test/ndbapi/bank/bankCreator/bankCreator.cpp
  27328.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27329.     Include
  27330.  
  27331.   ndb/test/ndbapi/acid2/acid2.cpp
  27332.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27333.     Include
  27334.  
  27335.   ndb/test/include/NdbTimer.hpp
  27336.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27337.     Include
  27338.  
  27339.   ndb/test/include/NDBT_Test.hpp
  27340.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27341.     Include
  27342.  
  27343.   ndb/test/include/NDBT_Table.hpp
  27344.     1.4 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27345.     Include
  27346.  
  27347.   ndb/test/include/NDBT_Stats.hpp
  27348.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27349.     Include
  27350.  
  27351.   ndb/src/rep/transfer/TransSS.hpp
  27352.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27353.     Include
  27354.  
  27355.   ndb/src/rep/transfer/TransSS.cpp
  27356.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27357.     Include
  27358.  
  27359.   ndb/src/rep/transfer/TransPS.hpp
  27360.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27361.     Include
  27362.  
  27363.   ndb/src/rep/transfer/TransPS.cpp
  27364.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27365.     Include
  27366.  
  27367.   ndb/src/rep/storage/NodeGroupInfo.hpp
  27368.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27369.     Include
  27370.  
  27371.   ndb/src/rep/storage/LogRecord.hpp
  27372.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27373.     Include
  27374.  
  27375.   ndb/src/rep/storage/GCIContainer.hpp
  27376.     1.4 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27377.     Include
  27378.  
  27379.   ndb/src/rep/storage/GCIBuffer.hpp
  27380.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27381.     Include
  27382.  
  27383.   ndb/src/rep/storage/GCIBuffer.cpp
  27384.     1.4 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27385.     Include
  27386.  
  27387.   ndb/src/rep/state/Interval.cpp
  27388.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27389.     Include
  27390.  
  27391.   ndb/src/rep/repapi/repapi.cpp
  27392.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27393.     Include
  27394.  
  27395.   ndb/src/rep/rep_version.hpp
  27396.     1.4 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27397.     Include
  27398.  
  27399.   ndb/src/rep/dbug_hack.cpp
  27400.     1.4 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27401.     Include
  27402.  
  27403.   ndb/src/rep/adapters/ExtNDB.hpp
  27404.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27405.     Include
  27406.  
  27407.   ndb/src/rep/adapters/ExtNDB.cpp
  27408.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27409.     Include
  27410.  
  27411.   ndb/src/rep/adapters/AppNDB.hpp
  27412.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27413.     Include
  27414.  
  27415.   ndb/src/rep/Requestor.hpp
  27416.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27417.     Include
  27418.  
  27419.   ndb/src/rep/Requestor.cpp
  27420.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27421.     Include
  27422.  
  27423.   ndb/src/rep/RepMain.cpp
  27424.     1.4 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27425.     Include
  27426.  
  27427.   ndb/src/rep/RepComponents.hpp
  27428.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27429.     Include
  27430.  
  27431.   ndb/src/rep/RepApiService.cpp
  27432.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27433.     Include
  27434.  
  27435.   ndb/src/newtonapi/dba_internal.hpp
  27436.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27437.     Include
  27438.  
  27439.   ndb/src/newtonapi/dba_error.cpp
  27440.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27441.     Include
  27442.  
  27443.   ndb/src/ndbapi/signal-sender/SignalSender.hpp
  27444.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27445.     Include
  27446.  
  27447.   ndb/src/ndbapi/signal-sender/SignalSender.cpp
  27448.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27449.     Include
  27450.  
  27451.   ndb/src/ndbapi/TransporterFacade.cpp
  27452.     1.4 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27453.     Include
  27454.  
  27455.   ndb/src/ndbapi/ObjectMap.hpp
  27456.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27457.     Include
  27458.  
  27459.   ndb/src/ndbapi/Ndbif.cpp
  27460.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27461.     Include
  27462.  
  27463.   ndb/src/ndbapi/Ndberror.cpp
  27464.     1.6 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27465.     Include
  27466.  
  27467.   ndb/src/ndbapi/NdbUtil.hpp
  27468.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27469.     Include
  27470.  
  27471.   ndb/src/ndbapi/NdbScanReceiver.hpp
  27472.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27473.     Include
  27474.  
  27475.   ndb/src/ndbapi/NdbScanOperation.cpp
  27476.     1.4 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27477.     Include
  27478.  
  27479.   ndb/src/ndbapi/NdbRecAttr.cpp
  27480.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27481.     Include
  27482.  
  27483.   ndb/src/ndbapi/NdbPoolImpl.cpp
  27484.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27485.     Include
  27486.  
  27487.   ndb/src/ndbapi/NdbOperationExec.cpp
  27488.     1.4 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27489.     Include
  27490.  
  27491.   ndb/src/ndbapi/NdbOperation.cpp
  27492.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27493.     Include
  27494.  
  27495.   ndb/src/ndbapi/NdbEventOperationImpl.cpp
  27496.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27497.     Include
  27498.  
  27499.   ndb/src/ndbapi/NdbDictionaryImpl.cpp
  27500.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27501.     Include
  27502.  
  27503.   ndb/src/ndbapi/NdbDictionary.cpp
  27504.     1.3 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27505.     Include
  27506.  
  27507.   ndb/src/ndbapi/NdbConnectionScan.cpp
  27508.     1.4 04/05/11 22:34:12 joreland@mysql.com +0 -0
  27509.     Include
  27510.  
  27511.   ndb/src/ndbapi/Ndb.cpp
  27512.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27513.     Include
  27514.  
  27515.   ndb/src/ndbapi/Makefile
  27516.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27517.     Include
  27518.  
  27519.   ndb/src/ndbapi/DictCache.cpp
  27520.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27521.     Include
  27522.  
  27523.   ndb/src/ndbapi/ClusterMgr.cpp
  27524.     1.5 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27525.     Include
  27526.  
  27527.   ndb/src/mgmsrv/mkconfig/mkconfig.cpp
  27528.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27529.     Include
  27530.  
  27531.   ndb/src/mgmsrv/convertStrToInt.cpp
  27532.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27533.     Include
  27534.  
  27535.   ndb/src/mgmsrv/NodeLogLevelList.cpp
  27536.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27537.     Include
  27538.  
  27539.   ndb/src/mgmsrv/NodeLogLevel.hpp
  27540.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27541.     Include
  27542.  
  27543.   ndb/src/mgmsrv/MgmtSrvr.hpp
  27544.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27545.     Include
  27546.  
  27547.   ndb/src/mgmsrv/CommandInterpreter.hpp
  27548.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27549.     Include
  27550.  
  27551.   ndb/src/mgmclient/test_cpcd/test_cpcd.cpp
  27552.     1.6 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27553.     Include
  27554.  
  27555.   ndb/src/mgmclient/main.cpp
  27556.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27557.     Include
  27558.  
  27559.   ndb/src/mgmclient/CpcClient.cpp
  27560.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27561.     Include
  27562.  
  27563.   ndb/src/mgmclient/CommandInterpreter.hpp
  27564.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27565.     Include
  27566.  
  27567.   ndb/src/mgmclient/CommandInterpreter.cpp
  27568.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27569.     Include
  27570.  
  27571.   ndb/src/mgmapi/test/mgmSrvApi.cpp
  27572.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27573.     Include
  27574.  
  27575.   ndb/src/mgmapi/test/keso.c
  27576.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27577.     Include
  27578.  
  27579.   ndb/src/mgmapi/mgmapi.cpp
  27580.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27581.     Include
  27582.  
  27583.   ndb/src/kernel/vm/testSimplePropertiesSection/test.cpp
  27584.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27585.     Include
  27586.  
  27587.   ndb/src/kernel/vm/testLongSig/testLongSig.cpp
  27588.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27589.     Include
  27590.  
  27591.   ndb/src/kernel/vm/testDataBuffer/testDataBuffer.cpp
  27592.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27593.     Include
  27594.  
  27595.   ndb/src/kernel/vm/testCopy/testCopy.cpp
  27596.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27597.     Include
  27598.  
  27599.   ndb/src/kernel/vm/testCopy/rr.cpp
  27600.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27601.     Include
  27602.  
  27603.   ndb/src/kernel/vm/al_test/main.cpp
  27604.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27605.     Include
  27606.  
  27607.   ndb/src/kernel/vm/al_test/arrayPoolTest.cpp
  27608.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27609.     Include
  27610.  
  27611.   ndb/src/kernel/vm/al_test/arrayListTest.cpp
  27612.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27613.     Include
  27614.  
  27615.   ndb/src/kernel/vm/VMSignal.hpp
  27616.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27617.     Include
  27618.  
  27619.   ndb/src/kernel/vm/TransporterCallback.cpp
  27620.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27621.     Include
  27622.  
  27623.   ndb/src/kernel/vm/SimulatedBlock.cpp
  27624.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27625.     Include
  27626.  
  27627.   ndb/src/kernel/vm/GlobalData.hpp
  27628.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27629.     Include
  27630.  
  27631.   ndb/src/kernel/vm/Emulator.cpp
  27632.     1.5 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27633.     Include
  27634.  
  27635.   ndb/src/kernel/vm/DLHashTable2.hpp
  27636.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27637.     Include
  27638.  
  27639.   ndb/src/kernel/vm/DLHashTable.hpp
  27640.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27641.     Include
  27642.  
  27643.   ndb/src/kernel/vm/Configuration.cpp
  27644.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27645.     Include
  27646.  
  27647.   ndb/src/kernel/vm/ClusterConfiguration.cpp
  27648.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27649.     Include
  27650.  
  27651.   ndb/src/kernel/vm/ArrayPool.hpp
  27652.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27653.     Include
  27654.  
  27655.   ndb/src/kernel/ndb-main/Main.cpp
  27656.     1.5 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27657.     Include
  27658.  
  27659.   ndb/src/kernel/error/ErrorReporter.hpp
  27660.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27661.     Include
  27662.  
  27663.   ndb/src/kernel/error/ErrorReporter.cpp
  27664.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27665.     Include
  27666.  
  27667.   ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
  27668.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27669.     Include
  27670.  
  27671.   ndb/src/kernel/blocks/ndbfs/MemoryChannelOSE.hpp
  27672.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27673.     Include
  27674.  
  27675.   ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp
  27676.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27677.     Include
  27678.  
  27679.   ndb/src/kernel/blocks/ndbfs/Filename.hpp
  27680.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27681.     Include
  27682.  
  27683.   ndb/src/kernel/blocks/ndbfs/Filename.cpp
  27684.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27685.     Include
  27686.  
  27687.   ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp
  27688.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27689.     Include
  27690.  
  27691.   ndb/src/kernel/blocks/dbutil/DbUtil.cpp
  27692.     1.5 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27693.     Include
  27694.  
  27695.   ndb/src/kernel/blocks/dbtux/Dbtux.hpp
  27696.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27697.     Include
  27698.  
  27699.   ndb/src/kernel/blocks/dblqh/redoLogReader/redoLogFileReader.cpp
  27700.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27701.     Include
  27702.  
  27703.   ndb/src/kernel/blocks/dbdih/printSysfile/printSysfile.cpp
  27704.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27705.     Include
  27706.  
  27707.   ndb/src/kernel/blocks/dbdict/printSchemafile/printSchemafile.cpp
  27708.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27709.     Include
  27710.  
  27711.   ndb/src/kernel/blocks/backup/restore/main.cpp
  27712.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27713.     Include
  27714.  
  27715.   ndb/src/kernel/blocks/backup/restore/Restore.hpp
  27716.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27717.     Include
  27718.  
  27719.   ndb/src/kernel/blocks/backup/restore/Restore.cpp
  27720.     1.5 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27721.     Include
  27722.  
  27723.   ndb/src/kernel/blocks/backup/restore/Makefile
  27724.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27725.     Include
  27726.  
  27727.   ndb/src/kernel/blocks/backup/read.cpp
  27728.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27729.     Include
  27730.  
  27731.   ndb/src/kernel/blocks/backup/FsBuffer.hpp
  27732.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27733.     Include
  27734.  
  27735.   ndb/src/cw/util/ClientInterface.hpp
  27736.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27737.     Include
  27738.  
  27739.   ndb/src/cw/test/socketclient/socketClientTest.cpp
  27740.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27741.     Include
  27742.  
  27743.   ndb/src/cw/cpcd/common.hpp
  27744.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27745.     Include
  27746.  
  27747.   ndb/src/cw/cpcd/Process.cpp
  27748.     1.7 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27749.     Include
  27750.  
  27751.   ndb/src/cw/cpcd/Monitor.cpp
  27752.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27753.     Include
  27754.  
  27755.   ndb/src/cw/cpcd/CPCD.cpp
  27756.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27757.     Include
  27758.  
  27759.   ndb/src/cw/cpcd/APIService.cpp
  27760.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27761.     Include
  27762.  
  27763.   ndb/src/cw/cpcc-win32/C++/StdAfx.h
  27764.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27765.     Include
  27766.  
  27767.   ndb/src/common/util/version.c
  27768.     1.5 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27769.     Include
  27770.  
  27771.   ndb/src/common/util/uucode.c
  27772.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27773.     Include
  27774.  
  27775.   ndb/src/common/util/testSimpleProperties/sp_test.cpp
  27776.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27777.     Include
  27778.  
  27779.   ndb/src/common/util/testProperties/testProperties.cpp
  27780.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27781.     Include
  27782.  
  27783.   ndb/src/common/util/strlcpy.c
  27784.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27785.     Include
  27786.  
  27787.   ndb/src/common/util/strlcat.c
  27788.     1.6 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27789.     Include
  27790.  
  27791.   ndb/src/common/util/strdup.c
  27792.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27793.     Include
  27794.  
  27795.   ndb/src/common/util/socket_io.cpp
  27796.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27797.     Include
  27798.  
  27799.   ndb/src/common/util/random.c
  27800.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27801.     Include
  27802.  
  27803.   ndb/src/common/util/getarg.c
  27804.     1.5 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27805.     Include
  27806.  
  27807.   ndb/src/common/util/filetest/FileUnitTest.cpp
  27808.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27809.     Include
  27810.  
  27811.   ndb/src/common/util/SocketServer.cpp
  27812.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27813.     Include
  27814.  
  27815.   ndb/src/common/util/SimpleProperties.cpp
  27816.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27817.     Include
  27818.  
  27819.   ndb/src/common/util/Properties.cpp
  27820.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27821.     Include
  27822.  
  27823.   ndb/src/common/util/Parser.cpp
  27824.     1.5 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27825.     Include
  27826.  
  27827.   ndb/src/common/util/OutputStream.cpp
  27828.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27829.     Include
  27830.  
  27831.   ndb/src/common/util/NdbSqlUtil.cpp
  27832.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27833.     Include
  27834.  
  27835.   ndb/src/common/util/NdbOut.cpp
  27836.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27837.     Include
  27838.  
  27839.   ndb/src/common/util/NdbErrHnd.cpp
  27840.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27841.     Include
  27842.  
  27843.   ndb/src/common/util/Makefile
  27844.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27845.     Include
  27846.  
  27847.   ndb/src/common/util/InputStream.cpp
  27848.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27849.     Include
  27850.  
  27851.   ndb/src/common/util/File.cpp
  27852.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27853.     Include
  27854.  
  27855.   ndb/src/common/util/BaseString.cpp
  27856.     1.4 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27857.     Include
  27858.  
  27859.   ndb/src/common/util/Base64.cpp
  27860.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27861.     Include
  27862.  
  27863.   ndb/src/common/transporter/priotest/prioTransporterTest.cpp
  27864.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27865.     Include
  27866.  
  27867.   ndb/src/common/transporter/perftest/perfTransporterTest.cpp
  27868.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27869.     Include
  27870.  
  27871.   ndb/src/common/transporter/failoverSCI/failoverSCI.cpp
  27872.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27873.     Include
  27874.  
  27875.   ndb/src/common/transporter/buddy.hpp
  27876.     1.3 04/05/11 22:34:11 joreland@mysql.com +0 -0
  27877.     Include
  27878.  
  27879.   ndb/src/common/transporter/buddy.cpp
  27880.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27881.     Include
  27882.  
  27883.   ndb/src/common/transporter/basictest/basicTransporterTest.cpp
  27884.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27885.     Include
  27886.  
  27887.   ndb/src/common/transporter/TransporterRegistry.cpp
  27888.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27889.     Include
  27890.  
  27891.   ndb/src/common/transporter/Transporter.cpp
  27892.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27893.     Include
  27894.  
  27895.   ndb/src/common/transporter/TCP_Transporter.cpp
  27896.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27897.     Include
  27898.  
  27899.   ndb/src/common/transporter/SendBuffer.hpp
  27900.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27901.     Include
  27902.  
  27903.   ndb/src/common/transporter/SHM_Transporter.win32.cpp
  27904.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27905.     Include
  27906.  
  27907.   ndb/src/common/transporter/SHM_Transporter.unix.cpp
  27908.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27909.     Include
  27910.  
  27911.   ndb/src/common/transporter/SHM_Transporter.cpp
  27912.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27913.     Include
  27914.  
  27915.   ndb/src/common/transporter/SHM_Buffer.hpp
  27916.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27917.     Include
  27918.  
  27919.   ndb/src/common/transporter/SCI_Transporter.cpp
  27920.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27921.     Include
  27922.  
  27923.   ndb/src/common/transporter/Packer.cpp
  27924.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27925.     Include
  27926.  
  27927.   ndb/src/common/transporter/OSE_Transporter.cpp
  27928.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27929.     Include
  27930.  
  27931.   ndb/src/common/transporter/OSE_Receiver.cpp
  27932.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27933.     Include
  27934.  
  27935.   ndb/src/common/portlib/win32/NdbThread.c
  27936.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27937.     Include
  27938.  
  27939.   ndb/src/common/portlib/win32/NdbMutex.c
  27940.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27941.     Include
  27942.  
  27943.   ndb/src/common/portlib/win32/NdbMem.c
  27944.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27945.     Include
  27946.  
  27947.   ndb/src/common/portlib/win32/NdbCondition.c
  27948.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27949.     Include
  27950.  
  27951.   ndb/src/common/portlib/unix/NdbTick.c
  27952.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27953.     Include
  27954.  
  27955.   ndb/src/common/portlib/unix/NdbThread.c
  27956.     1.5 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27957.     Include
  27958.  
  27959.   ndb/src/common/portlib/unix/NdbSleep.c
  27960.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27961.     Include
  27962.  
  27963.   ndb/src/common/portlib/unix/NdbMutex.c
  27964.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27965.     Include
  27966.  
  27967.   ndb/src/common/portlib/unix/NdbMem.c
  27968.     1.7 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27969.     Include
  27970.  
  27971.   ndb/src/common/portlib/unix/NdbEnv.c
  27972.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27973.     Include
  27974.  
  27975.   ndb/src/common/portlib/unix/NdbDaemon.c
  27976.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27977.     Include
  27978.  
  27979.   ndb/src/common/portlib/unix/NdbCondition.c
  27980.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27981.     Include
  27982.  
  27983.   ndb/src/common/portlib/test/NdbPortLibTest.cpp
  27984.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27985.     Include
  27986.  
  27987.   ndb/src/common/portlib/ose/NdbThread.c
  27988.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27989.     Include
  27990.  
  27991.   ndb/src/common/portlib/ose/NdbOut.cpp
  27992.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27993.     Include
  27994.  
  27995.   ndb/src/common/portlib/ose/NdbMutex.c
  27996.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  27997.     Include
  27998.  
  27999.   ndb/src/common/portlib/ose/NdbMem.c
  28000.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28001.     Include
  28002.  
  28003.   ndb/src/common/portlib/ose/NdbCondition.c
  28004.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28005.     Include
  28006.  
  28007.   ndb/src/common/portlib/mmstest/mmstest.cpp
  28008.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28009.     Include
  28010.  
  28011.   ndb/src/common/portlib/mmstest/mmslist.cpp
  28012.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28013.     Include
  28014.  
  28015.   ndb/src/common/portlib/memtest/munmaptest/munmaptest.cpp
  28016.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28017.     Include
  28018.  
  28019.   ndb/src/common/portlib/memtest/memtest.c
  28020.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28021.     Include
  28022.  
  28023.   ndb/src/common/mgmcommon/printConfig/printConfig.cpp
  28024.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28025.     Include
  28026.  
  28027.   ndb/src/common/mgmcommon/NdbConfig.c
  28028.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28029.     Include
  28030.  
  28031.   ndb/src/common/mgmcommon/LocalConfig.hpp
  28032.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28033.     Include
  28034.  
  28035.   ndb/src/common/mgmcommon/InitConfigFileParser.hpp
  28036.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28037.     Include
  28038.  
  28039.   ndb/src/common/mgmcommon/InitConfigFileParser.cpp
  28040.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28041.     Include
  28042.  
  28043.   ndb/src/common/mgmcommon/ConfigRetriever.cpp
  28044.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28045.     Include
  28046.  
  28047.   ndb/src/common/mgmcommon/Config.hpp
  28048.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28049.     Include
  28050.  
  28051.   ndb/src/common/logger/loggertest/LoggerUnitTest.cpp
  28052.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28053.     Include
  28054.  
  28055.   ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp
  28056.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28057.     Include
  28058.  
  28059.   ndb/src/common/logger/SysLogHandler.cpp
  28060.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28061.     Include
  28062.  
  28063.   ndb/src/common/logger/Logger.cpp
  28064.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28065.     Include
  28066.  
  28067.   ndb/src/common/logger/LogHandlerList.cpp
  28068.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28069.     Include
  28070.  
  28071.   ndb/src/common/logger/LogHandler.cpp
  28072.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28073.     Include
  28074.  
  28075.   ndb/src/common/logger/FileLogHandler.cpp
  28076.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28077.     Include
  28078.  
  28079.   ndb/src/common/editline/test/testit.c
  28080.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28081.     Include
  28082.  
  28083.   ndb/src/common/editline/editline_win32.c
  28084.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28085.     Include
  28086.  
  28087.   ndb/src/common/editline/editline_internal.h
  28088.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28089.     Include
  28090.  
  28091.   ndb/src/common/debugger/signaldata/SystemError.cpp
  28092.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28093.     Include
  28094.  
  28095.   ndb/src/common/debugger/signaldata/PrepFailReqRef.cpp
  28096.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28097.     Include
  28098.  
  28099.   ndb/src/common/debugger/signaldata/ContinueB.cpp
  28100.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28101.     Include
  28102.  
  28103.   ndb/src/common/debugger/signaldata/CloseComReqConf.cpp
  28104.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28105.     Include
  28106.  
  28107.   ndb/src/common/debugger/SignalLoggerManager.cpp
  28108.     1.5 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28109.     Include
  28110.  
  28111.   ndb/src/common/debugger/EventLogger.cpp
  28112.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28113.     Include
  28114.  
  28115.   ndb/src/common/debugger/DebuggerNames.cpp
  28116.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28117.     Include
  28118.  
  28119.   ndb/src/client/odbc/common/OdbcData.cpp
  28120.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28121.     Include
  28122.  
  28123.   ndb/src/client/odbc/common/DataType.cpp
  28124.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28125.     Include
  28126.  
  28127.   ndb/src/client/odbc/common/DataField.cpp
  28128.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28129.     Include
  28130.  
  28131.   ndb/src/client/odbc/common/Ctx.cpp
  28132.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28133.     Include
  28134.  
  28135.   ndb/include/util/uucode.h
  28136.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28137.     Include
  28138.  
  28139.   ndb/include/util/socket_io.h
  28140.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28141.     Include
  28142.  
  28143.   ndb/include/util/getarg.h
  28144.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28145.     Include
  28146.  
  28147.   ndb/include/util/Vector.hpp
  28148.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28149.     Include
  28150.  
  28151.   ndb/include/util/UtilBuffer.hpp
  28152.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28153.     Include
  28154.  
  28155.   ndb/include/util/SimpleProperties.hpp
  28156.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28157.     Include
  28158.  
  28159.   ndb/include/util/Properties.hpp
  28160.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28161.     Include
  28162.  
  28163.   ndb/include/util/OutputStream.hpp
  28164.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28165.     Include
  28166.  
  28167.   ndb/include/util/NdbAutoPtr.hpp
  28168.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28169.     Include
  28170.  
  28171.   ndb/include/util/InputStream.hpp
  28172.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28173.     Include
  28174.  
  28175.   ndb/include/util/File.hpp
  28176.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28177.     Include
  28178.  
  28179.   ndb/include/util/Bitmask.hpp
  28180.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28181.     Include
  28182.  
  28183.   ndb/include/util/BaseString.hpp
  28184.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28185.     Include
  28186.  
  28187.   ndb/include/transporter/TransporterDefinitions.hpp
  28188.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28189.     Include
  28190.  
  28191.   ndb/include/portlib/NdbThread.h
  28192.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28193.     Include
  28194.  
  28195.   ndb/include/portlib/NdbTCP.h
  28196.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28197.     Include
  28198.  
  28199.   ndb/include/portlib/NdbMem.h
  28200.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28201.     Include
  28202.  
  28203.   ndb/include/newtonapi/defs/pcn_types.h
  28204.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28205.     Include
  28206.  
  28207.   ndb/include/newtonapi/dba.h
  28208.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28209.     Include
  28210.  
  28211.   ndb/include/ndbapi/NdbSchemaOp.hpp
  28212.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28213.     Include
  28214.  
  28215.   ndb/include/ndbapi/NdbScanOperation.hpp
  28216.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28217.     Include
  28218.  
  28219.   ndb/include/ndbapi/NdbReceiver.hpp
  28220.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28221.     Include
  28222.  
  28223.   ndb/include/ndbapi/NdbRecAttr.hpp
  28224.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28225.     Include
  28226.  
  28227.   ndb/include/ndbapi/NdbOperation.hpp
  28228.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28229.     Include
  28230.  
  28231.   ndb/include/ndbapi/NdbEventOperation.hpp
  28232.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28233.     Include
  28234.  
  28235.   ndb/include/ndbapi/NdbError.hpp
  28236.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28237.     Include
  28238.  
  28239.   ndb/include/ndbapi/NdbConnection.hpp
  28240.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28241.     Include
  28242.  
  28243.   ndb/include/ndbapi/Ndb.hpp
  28244.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28245.     Include
  28246.  
  28247.   ndb/include/ndb_version.h
  28248.     1.5 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28249.     Include
  28250.  
  28251.   ndb/include/ndb_types.h
  28252.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28253.     Include
  28254.  
  28255.   ndb/include/mgmcommon/MgmtErrorReporter.hpp
  28256.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28257.     Include
  28258.  
  28259.   ndb/include/logger/Logger.hpp
  28260.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28261.     Include
  28262.  
  28263.   ndb/include/logger/LogHandler.hpp
  28264.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28265.     Include
  28266.  
  28267.   ndb/include/logger/FileLogHandler.hpp
  28268.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28269.     Include
  28270.  
  28271.   ndb/include/kernel/signaldata/SignalDataPrint.hpp
  28272.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28273.     Include
  28274.  
  28275.   BitKeeper/deleted/.del-NdbUnistd.h~a1b3840adcd49985
  28276.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28277.     Include
  28278.  
  28279.   BitKeeper/deleted/.del-NdbString.h~1f9f26341ce5f5f
  28280.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28281.     Include
  28282.  
  28283.   BitKeeper/deleted/.del-NdbStdio.h~17be17a4f591c671
  28284.     1.4 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28285.     Include
  28286.  
  28287.   BitKeeper/deleted/.del-NdbConstant.hpp~de1038c1758cc1f9
  28288.     1.3 04/05/11 22:34:10 joreland@mysql.com +0 -0
  28289.     Include
  28290.  
  28291.   ndb/src/common/util/new.cpp
  28292.     1.4 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28293.     Include
  28294.  
  28295.   ndb/include/kernel/signaldata/SignalData.hpp
  28296.     1.4 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28297.     Include
  28298.  
  28299.   ndb/include/kernel/signaldata/BuildIndx.hpp
  28300.     1.3 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28301.     Include
  28302.  
  28303.   ndb/include/kernel/LogLevel.hpp
  28304.     1.3 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28305.     Include
  28306.  
  28307.   ndb/include/debugger/SignalLoggerManager.hpp
  28308.     1.5 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28309.     Include
  28310.  
  28311.   ndb/examples/ndbapi_scan_example/ndbapi_scan.cpp
  28312.     1.3 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28313.     Include
  28314.  
  28315.   ndb/examples/ndbapi_async_example/ndbapi_async.cpp
  28316.     1.4 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28317.     Include
  28318.  
  28319.   ndb/Epilogue.mk
  28320.     1.5 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28321.     Include
  28322.  
  28323.   ndb/Defs.mk
  28324.     1.3 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28325.     Include
  28326.  
  28327.   extra/perror.c
  28328.     1.25 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28329.     Include
  28330.  
  28331.   extra/Makefile.am
  28332.     1.15 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28333.     Include
  28334.  
  28335.   BitKeeper/etc/logging_ok
  28336.     1.233.1.66 04/05/11 22:34:09 joreland@mysql.com +0 -0
  28337.     Include
  28338.  
  28339. ChangeSet
  28340.   1.1665.4.3 04/05/11 23:23:49 bell@sanja.is.com.ua +32 -0
  28341.   file parser for new .frm
  28342.  
  28343. ChangeSet
  28344.   1.1616.385.1 04/05/11 22:23:29 ndbdev@ndbmaster.mysql.com +2 -0
  28345.   Inverted #ifdef on HAVE_MLOCKALL
  28346.  
  28347.   BitKeeper/etc/logging_ok
  28348.     1.233.22.1 04/05/11 22:23:28 ndbdev@ndbmaster.mysql.com +1 -0
  28349.     Logging to logging@openlogging.org accepted
  28350.  
  28351.   sql/parse_file.h
  28352.     1.1 04/05/11 23:23:06 bell@sanja.is.com.ua +68 -0
  28353.  
  28354.   sql/parse_file.h
  28355.     1.0 04/05/11 23:23:06 bell@sanja.is.com.ua +0 -0
  28356.     BitKeeper file /home/bell/mysql/bk/work-parser-5.0/sql/parse_file.h
  28357.  
  28358.   sql/parse_file.cc
  28359.     1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +785 -0
  28360.  
  28361.   BitKeeper/etc/ignore
  28362.     1.165.1.1 04/05/11 23:23:06 bell@sanja.is.com.ua +1 -0
  28363.     Added libmysqld/parse_file.cc to the ignore list
  28364.  
  28365.   sql/share/ukrainian/errmsg.txt
  28366.     1.61.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28367.     file parser errors
  28368.  
  28369.   sql/share/swedish/errmsg.txt
  28370.     1.99.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28371.     file parser errors
  28372.  
  28373.   sql/share/spanish/errmsg.txt
  28374.     1.98.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28375.     file parser errors
  28376.  
  28377.   sql/share/slovak/errmsg.txt
  28378.     1.98.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28379.     file parser errors
  28380.  
  28381.   sql/share/serbian/errmsg.txt
  28382.     1.52.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28383.     file parser errors
  28384.  
  28385.   sql/share/russian/errmsg.txt
  28386.     1.96.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28387.     file parser errors
  28388.  
  28389.   sql/share/romanian/errmsg.txt
  28390.     1.95.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28391.     file parser errors
  28392.  
  28393.   sql/share/portuguese/errmsg.txt
  28394.     1.97.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28395.     file parser errors
  28396.  
  28397.   sql/share/polish/errmsg.txt
  28398.     1.98.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28399.     file parser errors
  28400.  
  28401.   sql/share/norwegian/errmsg.txt
  28402.     1.97.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28403.     file parser errors
  28404.  
  28405.   sql/share/norwegian-ny/errmsg.txt
  28406.     1.97.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28407.     file parser errors
  28408.  
  28409.   sql/share/korean/errmsg.txt
  28410.     1.97.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28411.     file parser errors
  28412.  
  28413.   sql/share/japanese/errmsg.txt
  28414.     1.97.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28415.     file parser errors
  28416.  
  28417.   sql/share/italian/errmsg.txt
  28418.     1.104.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28419.     file parser errors
  28420.  
  28421.   sql/share/hungarian/errmsg.txt
  28422.     1.99.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28423.     file parser errors
  28424.  
  28425.   sql/share/greek/errmsg.txt
  28426.     1.98.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28427.     file parser errors
  28428.  
  28429.   sql/share/german/errmsg.txt
  28430.     1.97.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28431.     file parser errors
  28432.  
  28433.   sql/share/french/errmsg.txt
  28434.     1.97.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28435.     file parser errors
  28436.  
  28437.   sql/share/estonian/errmsg.txt
  28438.     1.99.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28439.     file parser errors
  28440.  
  28441.   sql/share/english/errmsg.txt
  28442.     1.106.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28443.     file parser errors
  28444.  
  28445.   sql/share/dutch/errmsg.txt
  28446.     1.101.1.1 04/05/11 23:23:05 bell@sanja.is.com.ua +5 -0
  28447.     file parser errors
  28448.  
  28449.   sql/parse_file.cc
  28450.     1.0 04/05/11 23:23:05 bell@sanja.is.com.ua +0 -0
  28451.     BitKeeper file /home/bell/mysql/bk/work-parser-5.0/sql/parse_file.cc
  28452.  
  28453.   sql/share/danish/errmsg.txt
  28454.     1.97.1.1 04/05/11 23:23:04 bell@sanja.is.com.ua +5 -0
  28455.     file parser errors
  28456.  
  28457.   sql/share/czech/errmsg.txt
  28458.     1.97.1.1 04/05/11 23:23:04 bell@sanja.is.com.ua +5 -0
  28459.     file parser errors
  28460.  
  28461.   sql/mysql_priv.h
  28462.     1.212.3.2 04/05/11 23:23:04 bell@sanja.is.com.ua +1 -0
  28463.     parser file added
  28464.  
  28465.   sql/Makefile.am
  28466.     1.89.1.1 04/05/11 23:23:04 bell@sanja.is.com.ua +3 -2
  28467.     parser file added
  28468.  
  28469.   mysys/mf_getdate.c
  28470.     1.6 04/05/11 23:23:04 bell@sanja.is.com.ua +30 -12
  28471.     function comment for get_date()
  28472.     2 new flags added
  28473.     names for get_date format flags
  28474.  
  28475.   libmysqld/Makefile.am
  28476.     1.40.1.1 04/05/11 23:23:04 bell@sanja.is.com.ua +2 -1
  28477.     parser file added
  28478.  
  28479.   include/mysqld_error.h
  28480.     1.96.1.1 04/05/11 23:23:04 bell@sanja.is.com.ua +6 -1
  28481.     error of parser
  28482.  
  28483.   include/my_sys.h
  28484.     1.119 04/05/11 23:23:04 bell@sanja.is.com.ua +7 -0
  28485.     names for get_date format flags
  28486.  
  28487.   ndb/src/common/portlib/unix/NdbMem.c
  28488.     1.6 04/05/11 22:22:56 ndbdev@ndbmaster.mysql.com +2 -2
  28489.     Inverted #ifdef on HAVE_MLOCKALL
  28490.  
  28491.   BitKeeper/etc/ignore
  28492.     1.153.1.30 04/05/11 23:10:19 monty@mysql.com +4 -0
  28493.     added ndb/config/autom4te.cache/* ndb/config/config.mk ndb/src/common/mgmcommon/printConfig/*.d ndb/src/mgmclient/test_cpcd/*.d
  28494.  
  28495.   sql/examples/ha_example.h
  28496.     1.4 04/05/11 13:08:26 brian@brian-akers-computer.local +38 -2
  28497.     Documenation update, lots of comments in the code. 
  28498.  
  28499.   sql/examples/ha_example.cc
  28500.     1.4 04/05/11 13:08:25 brian@brian-akers-computer.local +363 -7
  28501.     Documentation updates (lots of comments in the code).
  28502.  
  28503. ChangeSet
  28504.   1.1616.374.5 04/05/11 21:25:16 joreland@mysql.com +2 -0
  28505.   cpcd - setsid - angle fixes
  28506.  
  28507.   ndb/src/mgmclient/test_cpcd/test_cpcd.cpp
  28508.     1.5 04/05/11 21:25:15 joreland@mysql.com +10 -4
  28509.     Test using different programs
  28510.  
  28511.   ndb/src/cw/cpcd/Process.cpp
  28512.     1.6 04/05/11 21:25:14 joreland@mysql.com +20 -21
  28513.     Write pgrp in pid-file
  28514.     Always operate on process group instead of process
  28515.  
  28516. ChangeSet
  28517.   1.1616.374.4 04/05/11 14:39:17 tomas@mc05.(none) +9 -0
  28518.   lots of HAVE_ and some ndb_global fixes for ndb subtree
  28519.  
  28520.   ndb/src/kernel/vm/Emulator.cpp
  28521.     1.4 04/05/11 14:39:14 tomas@mc05.(none) +0 -6
  28522.     ndb_global
  28523.  
  28524.   ndb/src/common/portlib/unix/NdbTick.c
  28525.     1.3 04/05/11 14:39:14 tomas@mc05.(none) +3 -7
  28526.     HAVE_CLOCK_GETTIME
  28527.  
  28528.   ndb/src/common/portlib/unix/NdbThread.c
  28529.     1.4 04/05/11 14:39:14 tomas@mc05.(none) +2 -3
  28530.     .
  28531.  
  28532.   ndb/src/common/portlib/unix/NdbSleep.c
  28533.     1.2 04/05/11 14:39:13 tomas@mc05.(none) +1 -11
  28534.     ndb_global
  28535.  
  28536.   ndb/src/common/portlib/unix/NdbMem.c
  28537.     1.5 04/05/11 14:39:13 tomas@mc05.(none) +4 -4
  28538.     used HAVE_MLOCKALL
  28539.  
  28540.   ndb/src/common/portlib/unix/NdbCondition.c
  28541.     1.3 04/05/11 14:39:13 tomas@mc05.(none) +9 -40
  28542.     Used HAVE_CLOCK_GETTIME
  28543.  
  28544.   ndb/include/portlib/NdbThread.h
  28545.     1.2 04/05/11 14:39:13 tomas@mc05.(none) +1 -2
  28546.     ndb_global
  28547.  
  28548.   ndb/include/portlib/NdbTCP.h
  28549.     1.3 04/05/11 14:39:13 tomas@mc05.(none) +2 -10
  28550.     introduced ndb_net.h
  28551.  
  28552.   ndb/include/ndb_net.h
  28553.     1.1 04/05/11 14:33:13 tomas@mc05.(none) +7 -0
  28554.  
  28555.   ndb/include/ndb_net.h
  28556.     1.0 04/05/11 14:33:13 tomas@mc05.(none) +0 -0
  28557.     BitKeeper file /space2/tomas/mysql-4.1/ndb/include/ndb_net.h
  28558.  
  28559. ChangeSet
  28560.   1.1616.374.3 04/05/11 14:31:43 tomas@mc05.(none) +1 -0
  28561.   updated with HAV_ symbols in ndb_global
  28562.  
  28563.   ndb/include/ndb_global.h
  28564.     1.5 04/05/11 14:31:41 tomas@mc05.(none) +13 -2
  28565.     updated with HAV_ symbols in ndb_global
  28566.  
  28567. ChangeSet
  28568.   1.1616.1.210 04/05/11 13:59:22 magnus@neptunus.(none) +26 -0
  28569.   WL# 1729 Handler: error text for NDB errors
  28570.   - Close an open scan if index_read is called without closing the previous one.
  28571.   - Removed some errors that occured during previous merge
  28572.  
  28573.   sql/share/ukrainian/errmsg.txt
  28574.     1.27.1.49 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28575.     Added two new error messages for NDB
  28576.  
  28577.   sql/share/swedish/errmsg.txt
  28578.     1.64.1.51 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28579.     Added two new error messages for NDB
  28580.  
  28581.   sql/share/spanish/errmsg.txt
  28582.     1.64.1.53 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28583.     Added two new error messages for NDB
  28584.  
  28585.   sql/share/slovak/errmsg.txt
  28586.     1.64.1.52 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28587.     Added two new error messages for NDB
  28588.  
  28589.   sql/share/serbian/errmsg.txt
  28590.     1.18.1.47 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28591.     Added two new error messages for NDB
  28592.  
  28593.   sql/share/russian/errmsg.txt
  28594.     1.61.1.50 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28595.     Added two new error messages for NDB
  28596.  
  28597.   sql/share/romanian/errmsg.txt
  28598.     1.62.1.52 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28599.     Added two new error messages for NDB
  28600.  
  28601.   sql/share/portuguese/errmsg.txt
  28602.     1.64.1.51 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28603.     Added two new error messages for NDB
  28604.  
  28605.   sql/share/polish/errmsg.txt
  28606.     1.63.1.52 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28607.     Added two new error messages for NDB
  28608.  
  28609.   sql/share/norwegian/errmsg.txt
  28610.     1.63.1.53 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28611.     Added two new error messages for NDB
  28612.  
  28613.   sql/share/norwegian-ny/errmsg.txt
  28614.     1.63.1.52 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28615.     Added two new error messages for NDB
  28616.  
  28617.   sql/share/korean/errmsg.txt
  28618.     1.63.1.52 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28619.     Added two new error messages for NDB
  28620.  
  28621.   sql/share/japanese/errmsg.txt
  28622.     1.63.1.51 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28623.     Added two new error messages for NDB
  28624.  
  28625.   sql/share/italian/errmsg.txt
  28626.     1.70.1.52 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28627.     Added two new error messages for NDB
  28628.  
  28629.   sql/share/hungarian/errmsg.txt
  28630.     1.65.1.51 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28631.     Added two new error messages for NDB
  28632.  
  28633.   sql/share/greek/errmsg.txt
  28634.     1.64.1.51 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28635.     Added two new error messages for NDB
  28636.  
  28637.   sql/share/german/errmsg.txt
  28638.     1.64.1.48 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28639.     Added two new error messages for NDB
  28640.  
  28641.   sql/share/french/errmsg.txt
  28642.     1.63.1.52 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28643.     Added two new error messages for NDB
  28644.  
  28645.   sql/share/estonian/errmsg.txt
  28646.     1.64.1.51 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28647.     Added two new error messages for NDB
  28648.  
  28649.   sql/share/english/errmsg.txt
  28650.     1.70.1.56 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28651.     Added two new error messages for NDB
  28652.  
  28653.   sql/share/dutch/errmsg.txt
  28654.     1.66.1.51 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28655.     Added two new error messages for NDB
  28656.  
  28657.   sql/share/danish/errmsg.txt
  28658.     1.62.1.51 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28659.     Added two new error messages for NDB
  28660.  
  28661.   sql/share/czech/errmsg.txt
  28662.     1.64.1.52 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28663.     Added two new error messages for NDB
  28664.  
  28665.   sql/ha_ndbcluster.h
  28666.     1.8 04/05/11 13:59:19 magnus@neptunus.(none) +2 -2
  28667.     Added print_error function, overrides handler::print_error
  28668.     Added close_scan
  28669.     Moved get_ndb_lock_type from class to local function 
  28670.  
  28671.   sql/ha_ndbcluster.cc
  28672.     1.10 04/05/11 13:59:19 magnus@neptunus.(none) +68 -59
  28673.     Added more error code mappings, from NDB code to MySQL 
  28674.     Added function to print out the error message when an NDB error occurs.
  28675.     Added two new error codes, which will represent either a permanent or temporary NDB error.
  28676.     Modev get_ndb_lock_type from class to local function
  28677.     Removed some merge errors
  28678.     New function close_scan, to close an open scan.
  28679.  
  28680.   include/mysqld_error.h
  28681.     1.61.1.39 04/05/11 13:59:19 magnus@neptunus.(none) +2 -0
  28682.     Added two new error messages for NDB
  28683.  
  28684. ChangeSet
  28685.   1.1616.1.209 04/05/11 13:29:01 magnus@neptunus.(none) +1 -0
  28686.   Test case for BUG #3657
  28687.  
  28688.   ndb/test/ndbapi/testScan/testScan.cpp
  28689.     1.3 04/05/11 13:28:59 magnus@neptunus.(none) +91 -0
  28690.     Added test case for "slow" scanning if one node is down
  28691.  
  28692. ChangeSet
  28693.   1.1616.1.208 04/05/11 13:27:40 magnus@neptunus.(none) +1 -0
  28694.   Update error code on "parent" connection if a new NdbScanOperation could not be returned
  28695.  
  28696.   ndb/src/ndbapi/NdbScanOperation.cpp
  28697.     1.1.1.1 04/05/11 13:27:38 magnus@neptunus.(none) +3 -1
  28698.     Set error code on "parent" NdbConnection
  28699.  
  28700. ChangeSet
  28701.   1.1616.377.2 04/05/11 12:39:00 serg@serg.mylan +3 -0
  28702.   out-of-bound array access fixed
  28703.  
  28704.   sql/field.cc
  28705.     1.155 04/05/11 12:38:52 serg@serg.mylan +4 -2
  28706.     out-of-bound array access fixed
  28707.  
  28708.   mysql-test/t/type_float.test
  28709.     1.8 04/05/11 12:38:52 serg@serg.mylan +6 -0
  28710.     out-of-bound array access fixed
  28711.  
  28712.   mysql-test/r/type_float.result
  28713.     1.18 04/05/11 12:38:52 serg@serg.mylan +12 -0
  28714.     out-of-bound array access fixed
  28715.  
  28716. ChangeSet
  28717.   1.1346.613.2 04/05/11 12:19:37 serg@serg.mylan +3 -0
  28718.   bug#3612 - Item_func_div set decimals incorrectly
  28719.  
  28720.   sql/item_func.cc
  28721.     1.60.1.49 04/05/11 12:19:35 serg@serg.mylan +1 -0
  28722.     bug#3612 - Item_func_div set decimals incorrectly
  28723.  
  28724.   mysql-test/t/type_float.test
  28725.     1.5.1.1 04/05/11 12:19:35 serg@serg.mylan +8 -0
  28726.     bug#3612 - Item_func_div set decimals incorrectly
  28727.  
  28728.   mysql-test/r/type_float.result
  28729.     1.8.1.1 04/05/11 12:19:35 serg@serg.mylan +15 -0
  28730.     bug#3612 - Item_func_div set decimals incorrectly
  28731.  
  28732. ChangeSet
  28733.   1.1616.383.3 04/05/11 12:51:42 marko@hundin.mysql.fi +3 -0
  28734.   InnoDB: Replace ut_strdup() with mem_strdup()
  28735.  
  28736.   innobase/ut/ut0mem.c
  28737.     1.18 04/05/11 12:51:37 marko@hundin.mysql.fi +0 -24
  28738.     Remove ut_strdup(), as it is a clone of mem_strdup()
  28739.  
  28740.   innobase/os/os0file.c
  28741.     1.69 04/05/11 12:51:37 marko@hundin.mysql.fi +3 -3
  28742.     Replace ut_strdup() with mem_strdup()
  28743.  
  28744.   innobase/include/ut0mem.h
  28745.     1.12 04/05/11 12:51:37 marko@hundin.mysql.fi +0 -10
  28746.     Remove ut_strdup(), as it is a clone of mem_strdup()
  28747.  
  28748. ChangeSet
  28749.   1.1667 04/05/11 12:19:48 monty@mysql.com +1 -0
  28750.   Update limits
  28751.  
  28752.   sql-bench/limits/mysql.cfg
  28753.     1.21.1.1 04/05/11 12:19:47 monty@mysql.com +275 -266
  28754.     Update limits
  28755.  
  28756. ChangeSet
  28757.   1.1665.4.2 04/05/11 12:15:58 timour@mysql.com +12 -0
  28758.   Merge of WL#1469 with latest bk sources.
  28759.  
  28760.   sql/structs.h
  28761.     1.34.1.1 04/05/11 12:15:55 timour@mysql.com +0 -0
  28762.     Merge of WL#1469 with latest bk sources.
  28763.  
  28764.   sql/sql_test.cc
  28765.     1.33.1.1 04/05/11 12:15:55 timour@mysql.com +0 -0
  28766.     Merge of WL#1469 with latest bk sources.
  28767.  
  28768.   sql/sql_show.cc
  28769.     1.138.1.1 04/05/11 12:15:55 timour@mysql.com +0 -0
  28770.     Merge of WL#1469 with latest bk sources.
  28771.  
  28772.   sql/sql_select.h
  28773.     1.66.1.1 04/05/11 12:15:55 timour@mysql.com +0 -0
  28774.     Merge of WL#1469 with latest bk sources.
  28775.  
  28776.   sql/sql_select.cc
  28777.     1.239.1.1 04/05/11 12:15:55 timour@mysql.com +14 -4
  28778.     Merge of WL#1469 with latest bk sources.
  28779.  
  28780.   sql/sql_class.h
  28781.     1.183.1.1 04/05/11 12:15:55 timour@mysql.com +0 -0
  28782.     Merge of WL#1469 with latest bk sources.
  28783.  
  28784.   sql/set_var.cc
  28785.     1.51.1.1 04/05/11 12:15:55 timour@mysql.com +1 -1
  28786.     Merge of WL#1469 with latest bk sources.
  28787.  
  28788.   sql/mysqld.cc
  28789.     1.379.1.1 04/05/11 12:15:55 timour@mysql.com +2 -2
  28790.     Merge of WL#1469 with latest bk sources.
  28791.  
  28792.   sql/mysql_priv.h
  28793.     1.212.3.1 04/05/11 12:15:55 timour@mysql.com +1 -1
  28794.     Merge of WL#1469 with latest bk sources.
  28795.  
  28796.   mysql-test/r/subselect.result
  28797.     1.85.1.1 04/05/11 12:15:55 timour@mysql.com +0 -0
  28798.     Merge of WL#1469 with latest bk sources.
  28799.  
  28800.   mysql-test/r/select.result
  28801.     1.38 04/05/11 12:15:54 timour@mysql.com +0 -0
  28802.     Merge of WL#1469 with latest bk sources.
  28803.  
  28804.   mysql-test/r/func_group.result
  28805.     1.26.1.1 04/05/11 12:15:54 timour@mysql.com +0 -0
  28806.     Merge of WL#1469 with latest bk sources.
  28807.  
  28808. ChangeSet
  28809.   1.1616.1.207 04/05/11 10:40:48 magnus@neptunus.(none) +10 -0
  28810.   Updated ndb_* test cases
  28811.   Added two new, ndb_replace and ndb_minmax
  28812.  
  28813.   mysql-test/t/ndb_replace.test
  28814.     1.1 04/05/11 10:40:45 magnus@neptunus.(none) +27 -0
  28815.  
  28816.   mysql-test/t/ndb_minmax.test
  28817.     1.1 04/05/11 10:40:45 magnus@neptunus.(none) +65 -0
  28818.  
  28819.   mysql-test/r/ndb_replace.result
  28820.     1.1 04/05/11 10:40:45 magnus@neptunus.(none) +21 -0
  28821.  
  28822.   mysql-test/r/ndb_minmax.result
  28823.     1.1 04/05/11 10:40:45 magnus@neptunus.(none) +120 -0
  28824.  
  28825.   mysql-test/t/ndb_replace.test
  28826.     1.0 04/05/11 10:40:45 magnus@neptunus.(none) +0 -0
  28827.     BitKeeper file /home/magnus/mysql-4.1/mysql-test/t/ndb_replace.test
  28828.  
  28829.   mysql-test/t/ndb_minmax.test
  28830.     1.0 04/05/11 10:40:45 magnus@neptunus.(none) +0 -0
  28831.     BitKeeper file /home/magnus/mysql-4.1/mysql-test/t/ndb_minmax.test
  28832.  
  28833.   mysql-test/t/ndb_index_unique.test
  28834.     1.2 04/05/11 10:40:45 magnus@neptunus.(none) +6 -6
  28835.     Correct faulty CREATE TABLE statement
  28836.  
  28837.   mysql-test/t/ndb_index_ordered.test
  28838.     1.3 04/05/11 10:40:45 magnus@neptunus.(none) +1 -1
  28839.     Correct faulty CREATE TABLE statement
  28840.  
  28841.   mysql-test/t/ndb_index.test
  28842.     1.2 04/05/11 10:40:45 magnus@neptunus.(none) +5 -2
  28843.     Disable query, since index used is case sensitive
  28844.  
  28845.   mysql-test/r/ndb_replace.result
  28846.     1.0 04/05/11 10:40:45 magnus@neptunus.(none) +0 -0
  28847.     BitKeeper file /home/magnus/mysql-4.1/mysql-test/r/ndb_replace.result
  28848.  
  28849.   mysql-test/r/ndb_minmax.result
  28850.     1.0 04/05/11 10:40:45 magnus@neptunus.(none) +0 -0
  28851.     BitKeeper file /home/magnus/mysql-4.1/mysql-test/r/ndb_minmax.result
  28852.  
  28853.   mysql-test/r/ndb_index_unique.result
  28854.     1.2 04/05/11 10:40:45 magnus@neptunus.(none) +6 -6
  28855.     Correct faulty CREATE TABLE statement
  28856.  
  28857.   mysql-test/r/ndb_index_ordered.result
  28858.     1.3 04/05/11 10:40:45 magnus@neptunus.(none) +1 -1
  28859.     Correct faulty CREATE TABLE statement
  28860.  
  28861.   mysql-test/r/ndb_index.result
  28862.     1.2 04/05/11 10:40:45 magnus@neptunus.(none) +0 -6
  28863.     Disable query, since index used is case sensitive
  28864.  
  28865. ChangeSet
  28866.   1.1616.383.1 04/05/11 13:32:01 bar@bar.intranet.mysql.r18.ru +5 -0
  28867.   Use Windows code page 1252 instead of real ISO 8859-1
  28868.  
  28869.   mysql-test/t/ctype_latin1.test
  28870.     1.1 04/05/11 13:31:57 bar@bar.intranet.mysql.r18.ru +55 -0
  28871.  
  28872.   mysql-test/r/ctype_latin1.result
  28873.     1.1 04/05/11 13:31:57 bar@bar.intranet.mysql.r18.ru +298 -0
  28874.  
  28875.   strings/dump_map.c
  28876.     1.2 04/05/11 13:31:57 bar@bar.intranet.mysql.r18.ru +6 -4
  28877.     Produce better formatted dump.
  28878.  
  28879.   strings/ctype-sjis.c
  28880.     1.59 04/05/11 13:31:57 bar@bar.intranet.mysql.r18.ru +7 -1
  28881.     Use Windows code page 1252 instead of real ISO 8859-1
  28882.  
  28883.   strings/ctype-latin1.c
  28884.     1.26 04/05/11 13:31:57 bar@bar.intranet.mysql.r18.ru +272 -68
  28885.     Use Windows code page 1252 instead of real ISO 8859-1
  28886.  
  28887.   mysql-test/t/ctype_latin1.test
  28888.     1.0 04/05/11 13:31:57 bar@bar.intranet.mysql.r18.ru +0 -0
  28889.     BitKeeper file /usr/home/bar/mysql-4.1/mysql-test/t/ctype_latin1.test
  28890.  
  28891.   mysql-test/r/ctype_latin1.result
  28892.     1.0 04/05/11 13:31:57 bar@bar.intranet.mysql.r18.ru +0 -0
  28893.     BitKeeper file /usr/home/bar/mysql-4.1/mysql-test/r/ctype_latin1.result
  28894.  
  28895.   mysql-test/r/subselect.result
  28896.     1.83.1.2 04/05/11 11:23:35 timour@mysql.com +0 -0
  28897.     Turn off EOLN_NATIVE flag
  28898.  
  28899. ChangeSet
  28900.   1.1346.1.471 04/05/11 11:05:02 marko@hundin.mysql.fi +10 -0
  28901.   InnoDB: Changed bug reporting address to http://bugs.mysql.com
  28902.  
  28903.   innobase/ut/ut0dbg.c
  28904.     1.1.1.3 04/05/11 11:04:58 marko@hundin.mysql.fi +1 -1
  28905.     Changed bug reporting address to http://bugs.mysql.com
  28906.  
  28907.   innobase/trx/trx0rec.c
  28908.     1.7.1.4 04/05/11 11:04:58 marko@hundin.mysql.fi +9 -13
  28909.     Changed bug reporting address to http://bugs.mysql.com
  28910.  
  28911.   innobase/row/row0upd.c
  28912.     1.18.1.6 04/05/11 11:04:58 marko@hundin.mysql.fi +1 -2
  28913.     Changed bug reporting address to http://bugs.mysql.com
  28914.  
  28915.   innobase/row/row0umod.c
  28916.     1.11.1.4 04/05/11 11:04:58 marko@hundin.mysql.fi +1 -2
  28917.     Changed bug reporting address to http://bugs.mysql.com
  28918.  
  28919.   innobase/row/row0sel.c
  28920.     1.28.1.20 04/05/11 11:04:58 marko@hundin.mysql.fi +1 -2
  28921.     Changed bug reporting address to http://bugs.mysql.com
  28922.  
  28923.   innobase/row/row0ins.c
  28924.     1.26.1.9 04/05/11 11:04:58 marko@hundin.mysql.fi +1 -2
  28925.     Changed bug reporting address to http://bugs.mysql.com
  28926.  
  28927.   innobase/lock/lock0lock.c
  28928.     1.20.1.14 04/05/11 11:04:58 marko@hundin.mysql.fi +4 -2
  28929.     Changed bug reporting address to http://bugs.mysql.com
  28930.  
  28931.   innobase/ibuf/ibuf0ibuf.c
  28932.     1.18.1.7 04/05/11 11:04:58 marko@hundin.mysql.fi +3 -4
  28933.     Changed bug reporting address to http://bugs.mysql.com
  28934.  
  28935.   innobase/dict/dict0load.c
  28936.     1.7.1.7 04/05/11 11:04:58 marko@hundin.mysql.fi +1 -1
  28937.     Changed bug reporting address to http://bugs.mysql.com
  28938.  
  28939.   innobase/btr/btr0btr.c
  28940.     1.21.1.7 04/05/11 11:04:58 marko@hundin.mysql.fi +1 -1
  28941.     Changed bug reporting address to http://bugs.mysql.com
  28942.  
  28943. ChangeSet
  28944.   1.1616.381.3 04/05/10 22:25:51 miguel@hegel.local +1 -0
  28945.   Removing VC++ compiler warnings
  28946.  
  28947.   libmysqld/emb_qcache.cc
  28948.     1.4 04/05/10 22:25:45 miguel@hegel.local +3 -3
  28949.     Removing VC++ compiler warnings
  28950.  
  28951. ChangeSet
  28952.   1.1616.381.2 04/05/10 20:55:52 miguel@hegel.local +1 -0
  28953.   Fix VC++ compiler error (function redifinition) for embedded server
  28954.  
  28955.   libmysql/client_settings.h
  28956.     1.29 04/05/10 20:55:46 miguel@hegel.local +1 -1
  28957.     Fix VC++ compiler error (function redifinition) for embedded server
  28958.  
  28959. ChangeSet
  28960.   1.1616.382.1 04/05/10 23:19:50 tsmith@build.mysql.com +4 -0
  28961.   logging_ok:
  28962.     Logging to logging@openlogging.org accepted
  28963.   item_cmpfunc.cc, ctype_recoding.test, ctype_recoding.result:
  28964.     Call Item_func_conv_charset::fix_fields() in Item_bool_func2::fix_length_and_dec() (but #3704)
  28965.  
  28966.   BitKeeper/etc/logging_ok
  28967.     1.233.21.1 04/05/10 23:19:00 tsmith@build.mysql.com +1 -0
  28968.     Logging to logging@openlogging.org accepted
  28969.  
  28970.   sql/item_cmpfunc.cc
  28971.     1.111.1.26 04/05/10 23:15:55 tsmith@build.mysql.com +1 -0
  28972.     Call Item_func_conv_charset::fix_fields() in Item_bool_func2::fix_length_and_dec()
  28973.  
  28974.   mysql-test/t/ctype_recoding.test
  28975.     1.13 04/05/10 23:15:55 tsmith@build.mysql.com +7 -1
  28976.     Call Item_func_conv_charset::fix_fields() in Item_bool_func2::fix_length_and_dec()
  28977.  
  28978.   mysql-test/r/ctype_recoding.result
  28979.     1.18 04/05/10 23:15:55 tsmith@build.mysql.com +7 -0
  28980.     Call Item_func_conv_charset::fix_fields() in Item_bool_func2::fix_length_and_dec()
  28981.  
  28982. ChangeSet
  28983.   1.1616.380.1 04/05/10 21:52:24 ingo@mysql.com +1 -0
  28984.   Update casts from very old my_lock.c source.
  28985.  
  28986.   mysys/my_lock.c
  28987.     1.11 04/05/10 21:52:20 ingo@mysql.com +6 -4
  28988.     Update casts from very old my_lock.c source.
  28989.  
  28990. ChangeSet
  28991.   1.1616.378.1 04/05/10 20:32:44 lenz@mysql.com +2 -0
  28992.    - Renamed the Mac OS X StartupItem directory from 
  28993.      /Library/StartupItems/MySQL to /Library/StartupItems/MySQLCOM
  28994.      to avoid a name space collision with the MySQL Startup Item shipped
  28995.      with Mac OS X Server, updated the MySQLStartupItem PKG version
  28996.      number to reflect the change.
  28997.  
  28998.   support-files/MacOSX/StartupItem.Description.plist
  28999.     1.2 04/05/10 20:32:25 lenz@mysql.com +1 -1
  29000.      - Bumped up the StartupItem Package version to 1.1 to indicate the
  29001.        change in directory naming
  29002.  
  29003.   Build-tools/Do-pkg
  29004.     1.7 04/05/10 20:32:25 lenz@mysql.com +9 -6
  29005.      - Renamed the StartupItem directory from /Library/StartupItems/MySQL
  29006.        to /Library/StartupItems/MySQLCOM to avoid a name space collision
  29007.        with the MySQL Startup Item in Mac OS X Server
  29008.  
  29009. ChangeSet
  29010.   1.1616.375.1 04/05/10 17:37:38 monty@mysql.com +5 -0
  29011.   Add read_rnd_buffer_size in my.cnf example files
  29012.   Remove wrong redefine of vio_reset() (to compile libmysqld on windows)
  29013.  
  29014.   support-files/my-small.cnf.sh
  29015.     1.18 04/05/10 17:37:36 monty@mysql.com +2 -0
  29016.     Add read_rnd_buffer_size
  29017.  
  29018.   support-files/my-medium.cnf.sh
  29019.     1.20 04/05/10 17:37:36 monty@mysql.com +2 -0
  29020.     Add read_rnd_buffer_size
  29021.  
  29022.   support-files/my-large.cnf.sh
  29023.     1.20 04/05/10 17:37:36 monty@mysql.com +1 -0
  29024.     Add read_rnd_buffer_size
  29025.  
  29026.   support-files/my-huge.cnf.sh
  29027.     1.21 04/05/10 17:37:36 monty@mysql.com +1 -0
  29028.     Add read_rnd_buffer_size
  29029.  
  29030.   include/violite.h
  29031.     1.35 04/05/10 17:37:36 monty@mysql.com +2 -8
  29032.     Remove wrong redefine of vio_reset()
  29033.  
  29034. ChangeSet
  29035.   1.1346.614.1 04/05/10 17:15:29 marko@hundin.mysql.fi +1 -0
  29036.   InnoDB: Fix assertion failure for orphaned tables in DROP DATABASE
  29037.  
  29038.   innobase/row/row0mysql.c
  29039.     1.39.1.26 04/05/10 17:15:26 marko@hundin.mysql.fi +3 -2
  29040.     Compare database part of table name with memcmp(), not strcmp()
  29041.  
  29042. ChangeSet
  29043.   1.1665.3.2 04/05/10 15:48:50 timour@mysql.com +8 -0
  29044.   Complete implementation of WL#1469 "Greedy algorithm to search for an optimal execution plan",
  29045.   consisting of pos-review fixes and improvements.
  29046.  
  29047.   sql/sql_test.cc
  29048.     1.32.1.1 04/05/10 15:48:47 timour@mysql.com +96 -0
  29049.     Moved function print_plan() to sql_test.cc
  29050.  
  29051.   sql/sql_select.cc
  29052.     1.238.1.2 04/05/10 15:48:47 timour@mysql.com +349 -276
  29053.     - Simplified the recursion in best_extension_by_limited_search()
  29054.       and aligned it with its pseudo-code.
  29055.     - Renamed functions to better reflect their semantics.
  29056.     - Post-review changes of function specifications.
  29057.     - Moved function print_plan() to sql_test.cc.
  29058.  
  29059.   sql/mysql_priv.h
  29060.     1.212.2.2 04/05/10 15:48:47 timour@mysql.com +2 -0
  29061.     Moved function print_plan() to sql_test.cc
  29062.  
  29063.   mysql-test/t/greedy_optimizer.test
  29064.     1.2 04/05/10 15:48:47 timour@mysql.com +32 -38
  29065.     - Adjusted to account for pre-sorting of tables before optimiziation.
  29066.     - Removed unnecessary test.
  29067.     - More comments.
  29068.  
  29069.   mysql-test/r/select.result
  29070.     1.35.1.1 04/05/10 15:48:47 timour@mysql.com +4 -4
  29071.     - Adjusted to account for pre-sorting of tables before optimiziation.
  29072.  
  29073.   mysql-test/r/greedy_optimizer.result
  29074.     1.2 04/05/10 15:48:47 timour@mysql.com +124 -200
  29075.     - Adjusted to account for pre-sorting of tables before optimiziation.
  29076.     - Removed unnecessary test.
  29077.     - More comments.
  29078.  
  29079.   mysql-test/r/func_group.result
  29080.     1.25.1.1 04/05/10 15:48:47 timour@mysql.com +3 -3
  29081.     Adjusted to account for pre-sorting of tables before optimiziation.
  29082.  
  29083.   mysql-test/r/distinct.result
  29084.     1.31 04/05/10 15:48:47 timour@mysql.com +1 -1
  29085.     Adjusted to account for pre-sorting of tables before optimiziation.
  29086.  
  29087. ChangeSet
  29088.   1.1616.371.2 04/05/10 14:46:06 magnus@neptunus.(none) +2 -0
  29089.   Use correct access method, found using sql-bench and comparing with other handler.  
  29090.  
  29091.   sql/ha_ndbcluster.cc
  29092.     1.7.1.1 04/05/10 14:46:05 magnus@neptunus.(none) +43 -37
  29093.     Change index flags, remove HA_WRONG_ASCII_ORDER and HA_ONLY_WHOLE_INDEX.
  29094.     HA_WRONG_ASCII_ORDER was used in field::optimize_range and if it was set, the index was hardly ever used.
  29095.     Correct check of start_key and start_key->flag != HA_READ_KEY_EXACT, ignore end-Key in suc a case
  29096.     Updated implementation o read_range_first
  29097.     Made the calculation of number of bytes par batch easier to underatsn and easier to configure. The value bytesperbatch can be made a config variable.
  29098.     AReduce the number of bytes sent per batch, don't overload.
  29099.     Increase the value returned from scan_time in order to make it clear to optimizer that scanning is the worst alternative. Always use index if available.
  29100.     
  29101.  
  29102. ChangeSet
  29103.   1.1616.370.8 04/05/10 14:39:54 tomas@mc05.(none) +1 -0
  29104.   Makefile:
  29105.     slim make for ndb
  29106.  
  29107.   ndb/Makefile
  29108.     1.3 04/05/10 14:39:31 tomas@mc05.(none) +2 -2
  29109.     slim make for ndb
  29110.  
  29111. ChangeSet
  29112.   1.1616.370.7 04/05/10 14:25:32 tomas@mc05.(none) +3 -0
  29113.   make warning fixes for ndb
  29114.  
  29115.   ndb/src/ndbapi/NdbSchemaOp.cpp
  29116.     1.3 04/05/10 14:25:30 tomas@mc05.(none) +2 -2
  29117.     make warning fixes for ndb
  29118.  
  29119.   ndb/src/mgmsrv/CommandInterpreter.cpp
  29120.     1.3 04/05/10 14:25:30 tomas@mc05.(none) +1 -1
  29121.     make warning fixes for ndb
  29122.  
  29123.   ndb/src/common/util/strlcat.c
  29124.     1.1.1.1 04/05/10 14:25:30 tomas@mc05.(none) +1 -1
  29125.     make warning fixes for ndb
  29126.  
  29127. ChangeSet
  29128.   1.1616.351.5 04/05/10 14:14:14 magnus@neptunus.(none) +2 -0
  29129.   Updated ndb_basic
  29130.  
  29131.   mysql-test/t/ndb_basic.test
  29132.     1.3 04/05/10 14:14:12 magnus@neptunus.(none) +16 -5
  29133.     Updated ndb_basic for better coverage
  29134.  
  29135.   mysql-test/r/ndb_basic.result
  29136.     1.3 04/05/10 14:14:12 magnus@neptunus.(none) +51 -3
  29137.     Updated ndb_basic for better coverage
  29138.  
  29139. ChangeSet
  29140.   1.1616.351.4 04/05/10 14:12:28 magnus@neptunus.(none) +2 -0
  29141.   WL# 1728 Handler: use scanReadExclusive for scan update and delete
  29142.   
  29143.  
  29144.   sql/ha_ndbcluster.h
  29145.     1.5.1.1 04/05/10 14:12:09 magnus@neptunus.(none) +3 -3
  29146.     Add function define_read_attrs, used to set the fields to read
  29147.     Add get_nd_lock_type funciton ,to convert MySQL lock type to NDB lock type
  29148.     Always compile filtered scan function even if it's not used yet.
  29149.     Add variable ops_pending to keep track of "pending" update/delete operations. 
  29150.  
  29151.   sql/ha_ndbcluster.cc
  29152.     1.8 04/05/10 14:12:09 magnus@neptunus.(none) +224 -172
  29153.     Modified next_result to process fetched records cached in NdbApi before asking NDB for more. 
  29154.     It should also NoCommit any pending operations before contacting NDB again.
  29155.     Added utility function define_read_attrs to set the fields that should be read.
  29156.  
  29157. ChangeSet
  29158.   1.1616.370.6 04/05/10 14:10:04 tomas@mc05.(none) +1 -0
  29159.   more slim make of ndb tree
  29160.  
  29161.   ndb/Makefile
  29162.     1.2 04/05/10 14:10:01 tomas@mc05.(none) +7 -0
  29163.     more slim make of ndb tree
  29164.  
  29165. ChangeSet
  29166.   1.1346.612.1 04/05/10 12:39:01 serg@serg.mylan +5 -0
  29167.   backport from 4.1:
  29168.   "phrase search" should not match partial words (it should not match 'paraphrase searches')
  29169.  
  29170.   mysql-test/t/fulltext.test
  29171.     1.34.2.10 04/05/10 12:38:58 serg@serg.mylan +1 -0
  29172.     backport from 4.1:
  29173.     "phrase search" should not match partial words (it should not match 'paraphrase searches')
  29174.  
  29175.   mysql-test/r/fulltext.result
  29176.     1.29.1.16 04/05/10 12:38:58 serg@serg.mylan +2 -1
  29177.     backport from 4.1:
  29178.     "phrase search" should not match partial words (it should not match 'paraphrase searches')
  29179.  
  29180.   myisam/ftdefs.h
  29181.     1.17.1.2 04/05/10 12:38:58 serg@serg.mylan +3 -2
  29182.     backport from 4.1:
  29183.     "phrase search" should not match partial words (it should not match 'paraphrase searches')
  29184.  
  29185.   myisam/ft_parser.c
  29186.     1.24.1.6 04/05/10 12:38:58 serg@serg.mylan +0 -9
  29187.     backport from 4.1:
  29188.     "phrase search" should not match partial words (it should not match 'paraphrase searches')
  29189.  
  29190.   myisam/ft_boolean_search.c
  29191.     1.47.1.15 04/05/10 12:38:58 serg@serg.mylan +19 -10
  29192.     backport from 4.1:
  29193.     "phrase search" should not match partial words (it should not match 'paraphrase searches')
  29194.  
  29195. ChangeSet
  29196.   1.1616.373.1 04/05/10 13:29:02 bell@sanja.is.com.ua +2 -0
  29197.   treat parameter as constant in ORDER BY check of fields in SELECT list(Bug #3686)
  29198.  
  29199.   tests/client_test.c
  29200.     1.51.1.32 04/05/10 13:28:38 bell@sanja.is.com.ua +47 -1
  29201.     test of using parameters in SELECT list with ORDER BY
  29202.  
  29203.   sql/sql_select.cc
  29204.     1.216.68.1 04/05/10 13:28:38 bell@sanja.is.com.ua +2 -1
  29205.     treat parameter as constant in ORDER BY check of fields in SELECT list
  29206.  
  29207. ChangeSet
  29208.   1.1346.611.1 04/05/10 12:15:40 ingo@mysql.com +6 -0
  29209.   Fix replace_result of $MASTER_MYPORT instead of literal numbers.
  29210.  
  29211.   mysql-test/t/rpl_rotate_logs.test
  29212.     1.34.1.6 04/05/10 12:15:38 ingo@mysql.com +5 -5
  29213.     Fix replace_result of $MASTER_MYPORT instead of literal numbers.
  29214.  
  29215.   mysql-test/t/rpl_max_relay_size.test
  29216.     1.3.1.2 04/05/10 12:15:38 ingo@mysql.com +6 -6
  29217.     Fix replace_result of $MASTER_MYPORT instead of literal numbers.
  29218.  
  29219.   mysql-test/t/rpl_log_pos.test
  29220.     1.20.1.3 04/05/10 12:15:38 ingo@mysql.com +4 -4
  29221.     Fix replace_result of $MASTER_MYPORT instead of literal numbers.
  29222.  
  29223.   mysql-test/t/rpl_log.test
  29224.     1.11.1.4 04/05/10 12:15:38 ingo@mysql.com +3 -3
  29225.     Fix replace_result of $MASTER_MYPORT instead of literal numbers.
  29226.  
  29227.   mysql-test/t/rpl_error_ignored_table.test
  29228.     1.2.1.4 04/05/10 12:15:38 ingo@mysql.com +1 -1
  29229.     Fix replace_result of $MASTER_MYPORT instead of literal numbers.
  29230.  
  29231.   mysql-test/t/rpl000015.test
  29232.     1.20.1.2 04/05/10 12:15:38 ingo@mysql.com +1 -1
  29233.     Fix replace_result of $MASTER_MYPORT instead of literal numbers.
  29234.     The test case rpl000015 needs one exlpicit literal number.
  29235.     It changes partial master settings, which seems to reset other settings
  29236.     to their defaults. To test this is obviously the intent of this case.
  29237.  
  29238. ChangeSet
  29239.   1.1616.370.5 04/05/10 11:50:17 tomas@mc05.(none) +32 -0
  29240.   fix compiler warnings in ndb
  29241.  
  29242.   ndb/src/rep/state/RepState.cpp
  29243.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +6 -2
  29244.     fix compiler warnings in ndb
  29245.  
  29246.   ndb/src/newtonapi/dba_binding.cpp
  29247.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +6 -0
  29248.     fix compiler warnings in ndb
  29249.  
  29250.   ndb/src/ndbapi/Ndbinit.cpp
  29251.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +2 -2
  29252.     fix compiler warnings in ndb
  29253.  
  29254.   ndb/src/ndbapi/Ndberror.cpp
  29255.     1.1.1.2 04/05/10 11:48:54 tomas@mc05.(none) +2 -0
  29256.     fix compiler warnings in ndb
  29257.  
  29258.   ndb/src/ndbapi/NdbSchemaOp.cpp
  29259.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +3 -0
  29260.     fix compiler warnings in ndb
  29261.  
  29262.   ndb/src/ndbapi/NdbOperationSearch.cpp
  29263.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +1 -1
  29264.     fix compiler warnings in ndb
  29265.  
  29266.   ndb/src/ndbapi/NdbOperationDefine.cpp
  29267.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +0 -2
  29268.     fix compiler warnings in ndb
  29269.  
  29270.   ndb/src/ndbapi/NdbDictionaryImpl.hpp
  29271.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +1 -1
  29272.     fix compiler warnings in ndb
  29273.  
  29274.   ndb/src/mgmsrv/main.cpp
  29275.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +1 -0
  29276.     fix compiler warnings in ndb
  29277.  
  29278.   ndb/src/mgmsrv/CommandInterpreter.cpp
  29279.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +2 -0
  29280.     fix compiler warnings in ndb
  29281.  
  29282.   ndb/src/mgmclient/test_cpcd/test_cpcd.cpp
  29283.     1.1.1.1 04/05/10 11:48:54 tomas@mc05.(none) +2 -2
  29284.     fix compiler warnings in ndb
  29285.  
  29286.   ndb/src/mgmapi/test/keso.c
  29287.     1.1.1.1 04/05/10 11:48:54 tomas@mc05.(none) +2 -2
  29288.     fix compiler warnings in ndb
  29289.  
  29290.   ndb/src/mgmapi/Makefile
  29291.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +1 -1
  29292.     fix compiler warnings in ndb
  29293.  
  29294.   ndb/src/kernel/ndb-main/Main.cpp
  29295.     1.2.1.1 04/05/10 11:48:54 tomas@mc05.(none) +1 -1
  29296.     fix compiler warnings in ndb
  29297.  
  29298.   ndb/src/kernel/blocks/suma/SumaInit.cpp
  29299.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +2 -2
  29300.     fix compiler warnings in ndb
  29301.  
  29302.   ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp
  29303.     1.1.1.1 04/05/10 11:48:54 tomas@mc05.(none) +2 -3
  29304.     fix compiler warnings in ndb
  29305.  
  29306.   ndb/src/kernel/blocks/grep/Grep.cpp
  29307.     1.2 04/05/10 11:48:54 tomas@mc05.(none) +1 -1
  29308.     fix compiler warnings in ndb
  29309.  
  29310.   ndb/src/kernel/blocks/dbutil/DbUtil.cpp
  29311.     1.2.1.1 04/05/10 11:48:53 tomas@mc05.(none) +0 -61
  29312.     fix compiler warnings in ndb
  29313.  
  29314.   ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp
  29315.     1.2 04/05/10 11:48:53 tomas@mc05.(none) +1 -1
  29316.     fix compiler warnings in ndb
  29317.  
  29318.   ndb/src/kernel/blocks/backup/restore/Restore.cpp
  29319.     1.2.1.1 04/05/10 11:48:53 tomas@mc05.(none) +3 -2
  29320.     fix compiler warnings in ndb
  29321.  
  29322.   ndb/src/cw/cpcd/common.cpp
  29323.     1.2 04/05/10 11:48:53 tomas@mc05.(none) +4 -1
  29324.     fix compiler warnings in ndb
  29325.  
  29326.   ndb/src/common/util/version.c
  29327.     1.2.1.1 04/05/10 11:48:53 tomas@mc05.(none) +3 -3
  29328.     fix compiler warnings in ndb
  29329.  
  29330.   ndb/src/common/util/getarg.c
  29331.     1.1.1.1 04/05/10 11:48:53 tomas@mc05.(none) +2 -2
  29332.     fix compiler warnings in ndb
  29333.  
  29334.   ndb/src/common/util/Parser.cpp
  29335.     1.1.1.1 04/05/10 11:48:53 tomas@mc05.(none) +1 -0
  29336.     fix compiler warnings in ndb
  29337.  
  29338.   ndb/src/common/portlib/unix/NdbTick.c
  29339.     1.2 04/05/10 11:48:53 tomas@mc05.(none) +2 -2
  29340.     fix compiler warnings in ndb
  29341.  
  29342.   ndb/src/common/portlib/unix/NdbThread.c
  29343.     1.1.1.1 04/05/10 11:48:53 tomas@mc05.(none) +1 -1
  29344.     fix compiler warnings in ndb
  29345.  
  29346.   ndb/src/common/portlib/unix/NdbMem.c
  29347.     1.2.1.1 04/05/10 11:48:53 tomas@mc05.(none) +0 -1
  29348.     fix compiler warnings in ndb
  29349.  
  29350.   ndb/src/common/debugger/signaldata/CreateFragmentation.cpp
  29351.     1.2 04/05/10 11:48:53 tomas@mc05.(none) +1 -1
  29352.     fix compiler warnings in ndb
  29353.  
  29354.   ndb/include/portlib/NdbTick.h
  29355.     1.2 04/05/10 11:48:53 tomas@mc05.(none) +1 -1
  29356.     fix compiler warnings in ndb
  29357.  
  29358.   ndb/include/ndb_version.h
  29359.     1.2.1.1 04/05/10 11:48:53 tomas@mc05.(none) +1 -1
  29360.     fix compiler warnings in ndb
  29361.  
  29362.   ndb/include/mgmapi/mgmapi.h
  29363.     1.2 04/05/10 11:48:53 tomas@mc05.(none) +6 -6
  29364.     fix compiler warnings in ndb
  29365.  
  29366.   ndb/include/debugger/SignalLoggerManager.hpp
  29367.     1.2.1.1 04/05/10 11:48:53 tomas@mc05.(none) +1 -1
  29368.     fix compiler warnings in ndb
  29369.  
  29370. ChangeSet
  29371.   1.1616.341.12 04/05/09 00:48:54 joreland@mysql.com +1 -0
  29372.   Stop entire process group (if child has forked)
  29373.   Impl. to handle "angle" process of ndb
  29374.  
  29375.   ndb/src/cw/cpcd/Process.cpp
  29376.     1.5 04/05/09 00:48:34 joreland@mysql.com +21 -15
  29377.     Stop entire process group (if child has forked)
  29378.     (Does not handle child doing setsid)
  29379.  
  29380. ChangeSet
  29381.   1.1616.372.1 04/05/07 23:06:11 bell@sanja.is.com.ua +11 -0
  29382.   keep old engine & JOIN if we changed subquery Item (Bug #3646)
  29383.  
  29384.   sql/sql_union.cc
  29385.     1.74.22.3 04/05/07 23:05:43 bell@sanja.is.com.ua +29 -0
  29386.     method for changing result in JOIN
  29387.  
  29388.   sql/sql_select.h
  29389.     1.60.1.9 04/05/07 23:05:43 bell@sanja.is.com.ua +1 -0
  29390.     method for changing result in JOIN
  29391.  
  29392.   sql/sql_select.cc
  29393.     1.216.1.110 04/05/07 23:05:43 bell@sanja.is.com.ua +25 -2
  29394.     method for changing result in JOIN
  29395.  
  29396.   sql/sql_lex.h
  29397.     1.102.36.4 04/05/07 23:05:43 bell@sanja.is.com.ua +1 -0
  29398.     method for changing result of UNION JOINs
  29399.  
  29400.   sql/sql_lex.cc
  29401.     1.97.13.1 04/05/07 23:05:43 bell@sanja.is.com.ua +2 -1
  29402.     note about new method
  29403.  
  29404.   sql/item_sum.h
  29405.     1.48.1.18 04/05/07 23:05:43 bell@sanja.is.com.ua +1 -7
  29406.     Item_sum_hybrid::clear moved to .cc file (to keep .h clean and to make inserving/removing debug info easy)
  29407.  
  29408.   sql/item_sum.cc
  29409.     1.89.1.24 04/05/07 23:05:43 bell@sanja.is.com.ua +8 -0
  29410.     Item_sum_hybrid::clear moved to .cc file (to keep .h clean and to make inserving/removing debug info easy)
  29411.  
  29412.   sql/item_subselect.h
  29413.     1.52 04/05/07 23:05:43 bell@sanja.is.com.ua +4 -0
  29414.     change item & results procedure
  29415.  
  29416.   sql/item_subselect.cc
  29417.     1.60.1.40 04/05/07 23:05:43 bell@sanja.is.com.ua +98 -9
  29418.     keep old engine & JOIN if we changed subquery Item, which allow avoid second all SELECT items fix_fields call with pervios clean up (because of second setup_tables which remove table->key_use and maybe something else)
  29419.     keep list when we change Item in SELECT list
  29420.     processing inserted max/min function (now JOIN::prepare will be called only once)
  29421.     methods of changing item for subselect engines
  29422.  
  29423.   mysql-test/t/subselect.test
  29424.     1.58.37.1 04/05/07 23:05:43 bell@sanja.is.com.ua +33 -1
  29425.     ALL/ANY test
  29426.  
  29427.   mysql-test/r/subselect.result
  29428.     1.67.52.1 04/05/07 23:05:43 bell@sanja.is.com.ua +89 -0
  29429.     ALL/ANY test
  29430.  
  29431. ChangeSet
  29432.   1.1616.341.11 04/05/07 15:34:12 tomas@mc05.(none) +177 -0
  29433.   more removing of "system" files and introducing ndb_global/my_global
  29434.  
  29435.   ndb/tools/transproxy/transproxy.cpp
  29436.     1.3 04/05/07 15:34:06 tomas@mc05.(none) +0 -1
  29437.     more removing of "system" files and introducing ndb_global/my_global
  29438.  
  29439.   ndb/tools/list_tables/listTables.cpp
  29440.     1.2 04/05/07 15:34:06 tomas@mc05.(none) +2 -1
  29441.     more removing of "system" files and introducing ndb_global/my_global
  29442.  
  29443.   ndb/tools/cpcc/cpcc.cpp
  29444.     1.2 04/05/07 15:34:06 tomas@mc05.(none) +1 -1
  29445.     more removing of "system" files and introducing ndb_global/my_global
  29446.  
  29447.   ndb/test/tools/waiter/waiter.cpp
  29448.     1.2 04/05/07 15:34:06 tomas@mc05.(none) +0 -1
  29449.     more removing of "system" files and introducing ndb_global/my_global
  29450.  
  29451.   ndb/test/tools/restart/restart.cpp
  29452.     1.2 04/05/07 15:34:06 tomas@mc05.(none) +2 -3
  29453.     more removing of "system" files and introducing ndb_global/my_global
  29454.  
  29455.   ndb/test/src/NdbRestarter.cpp
  29456.     1.2 04/05/07 15:34:06 tomas@mc05.(none) +0 -1
  29457.     more removing of "system" files and introducing ndb_global/my_global
  29458.  
  29459.   ndb/test/src/NdbGrep.cpp
  29460.     1.2 04/05/07 15:34:06 tomas@mc05.(none) +0 -1
  29461.     more removing of "system" files and introducing ndb_global/my_global
  29462.  
  29463.   ndb/test/src/NdbConfig.cpp
  29464.     1.2 04/05/07 15:34:06 tomas@mc05.(none) +0 -1
  29465.     more removing of "system" files and introducing ndb_global/my_global
  29466.  
  29467.   ndb/test/src/NdbBackup.cpp
  29468.     1.2 04/05/07 15:34:06 tomas@mc05.(none) +0 -1
  29469.     more removing of "system" files and introducing ndb_global/my_global
  29470.  
  29471.   ndb/test/src/NDBT_Tables.cpp
  29472.     1.3 04/05/07 15:34:06 tomas@mc05.(none) +0 -1
  29473.     more removing of "system" files and introducing ndb_global/my_global
  29474.  
  29475.   ndb/test/src/NDBT_Table.cpp
  29476.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +0 -2
  29477.     more removing of "system" files and introducing ndb_global/my_global
  29478.  
  29479.   ndb/test/src/NDBT_ResultRow.cpp
  29480.     1.3 04/05/07 15:34:05 tomas@mc05.(none) +0 -1
  29481.     more removing of "system" files and introducing ndb_global/my_global
  29482.  
  29483.   ndb/test/src/NDBT_Error.cpp
  29484.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +1 -3
  29485.     more removing of "system" files and introducing ndb_global/my_global
  29486.  
  29487.   ndb/test/src/HugoCalculator.cpp
  29488.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +0 -2
  29489.     more removing of "system" files and introducing ndb_global/my_global
  29490.  
  29491.   ndb/test/odbc/driver/testOdbcDriver.cpp
  29492.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +1 -8
  29493.     more removing of "system" files and introducing ndb_global/my_global
  29494.  
  29495.   ndb/test/newtonapi/perf_test/perf.cpp
  29496.     1.3 04/05/07 15:34:05 tomas@mc05.(none) +0 -1
  29497.     more removing of "system" files and introducing ndb_global/my_global
  29498.  
  29499.   ndb/test/newtonapi/basic_test/ptr_binding/ptr_binding_test.cpp
  29500.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +0 -1
  29501.     more removing of "system" files and introducing ndb_global/my_global
  29502.  
  29503.   ndb/test/newtonapi/basic_test/bulk_read/br_test.cpp
  29504.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +0 -1
  29505.     more removing of "system" files and introducing ndb_global/my_global
  29506.  
  29507.   ndb/test/newtonapi/basic_test/basic/basic.cpp
  29508.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +0 -1
  29509.     more removing of "system" files and introducing ndb_global/my_global
  29510.  
  29511.   ndb/test/ndbapi/testOIBasic/testOIBasic.cpp
  29512.     1.3 04/05/07 15:34:05 tomas@mc05.(none) +1 -3
  29513.     more removing of "system" files and introducing ndb_global/my_global
  29514.  
  29515.   ndb/test/ndbapi/testGrep/verify/testGrepVerify.cpp
  29516.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +0 -2
  29517.     more removing of "system" files and introducing ndb_global/my_global
  29518.  
  29519.   ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp
  29520.     1.3 04/05/07 15:34:05 tomas@mc05.(none) +0 -1
  29521.     more removing of "system" files and introducing ndb_global/my_global
  29522.  
  29523.   ndb/test/ndbapi/testBlobs/testBlobs.cpp
  29524.     1.3 04/05/07 15:34:05 tomas@mc05.(none) +0 -3
  29525.     more removing of "system" files and introducing ndb_global/my_global
  29526.  
  29527.   ndb/test/ndbapi/telco/msa.cpp
  29528.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +1 -4
  29529.     more removing of "system" files and introducing ndb_global/my_global
  29530.  
  29531.   ndb/test/ndbapi/restarts/restarts.cpp
  29532.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +0 -2
  29533.     more removing of "system" files and introducing ndb_global/my_global
  29534.  
  29535.   ndb/test/ndbapi/restarter2/restarter2.cpp
  29536.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +0 -2
  29537.     more removing of "system" files and introducing ndb_global/my_global
  29538.  
  29539.   ndb/test/ndbapi/restarter/restarter.cpp
  29540.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +0 -2
  29541.     more removing of "system" files and introducing ndb_global/my_global
  29542.  
  29543.   ndb/test/ndbapi/interpreterInTup/interpreterInTup.cpp
  29544.     1.2 04/05/07 15:34:05 tomas@mc05.(none) +0 -3
  29545.     more removing of "system" files and introducing ndb_global/my_global
  29546.  
  29547.   ndb/test/ndbapi/flex_bench_mysql/flex_bench_mysql.cpp
  29548.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -4
  29549.     more removing of "system" files and introducing ndb_global/my_global
  29550.  
  29551.   ndb/test/ndbapi/flexScan/flexScan.cpp
  29552.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -3
  29553.     more removing of "system" files and introducing ndb_global/my_global
  29554.  
  29555.   ndb/test/ndbapi/flexHammer/flexHammer.cpp
  29556.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -2
  29557.     more removing of "system" files and introducing ndb_global/my_global
  29558.  
  29559.   ndb/test/ndbapi/flexBench/flexBench.cpp
  29560.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -4
  29561.     more removing of "system" files and introducing ndb_global/my_global
  29562.  
  29563.   ndb/test/ndbapi/flexAsynch/flexAsynch.cpp
  29564.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -2
  29565.     more removing of "system" files and introducing ndb_global/my_global
  29566.  
  29567.   ndb/test/ndbapi/bulk_copy/bulk_copy.cpp
  29568.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -1
  29569.     more removing of "system" files and introducing ndb_global/my_global
  29570.  
  29571.   ndb/test/ndbapi/acid2/acid2.cpp
  29572.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -1
  29573.     more removing of "system" files and introducing ndb_global/my_global
  29574.  
  29575.   ndb/test/include/NdbTimer.hpp
  29576.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -1
  29577.     more removing of "system" files and introducing ndb_global/my_global
  29578.  
  29579.   ndb/test/include/NDBT_Test.hpp
  29580.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -1
  29581.     more removing of "system" files and introducing ndb_global/my_global
  29582.  
  29583.   ndb/test/include/NDBT_Table.hpp
  29584.     1.3 04/05/07 15:34:04 tomas@mc05.(none) +0 -1
  29585.     more removing of "system" files and introducing ndb_global/my_global
  29586.  
  29587.   ndb/test/include/NDBT_Stats.hpp
  29588.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +1 -3
  29589.     more removing of "system" files and introducing ndb_global/my_global
  29590.  
  29591.   ndb/src/rep/transfer/TransSS.hpp
  29592.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -2
  29593.     more removing of "system" files and introducing ndb_global/my_global
  29594.  
  29595.   ndb/src/rep/transfer/TransSS.cpp
  29596.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -1
  29597.     more removing of "system" files and introducing ndb_global/my_global
  29598.  
  29599.   ndb/src/rep/transfer/TransPS.hpp
  29600.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -2
  29601.     more removing of "system" files and introducing ndb_global/my_global
  29602.  
  29603.   ndb/src/rep/transfer/TransPS.cpp
  29604.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -1
  29605.     more removing of "system" files and introducing ndb_global/my_global
  29606.  
  29607.   ndb/src/rep/storage/NodeGroupInfo.hpp
  29608.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -2
  29609.     more removing of "system" files and introducing ndb_global/my_global
  29610.  
  29611.   ndb/src/rep/storage/GCIBuffer.cpp
  29612.     1.3 04/05/07 15:34:04 tomas@mc05.(none) +0 -1
  29613.     more removing of "system" files and introducing ndb_global/my_global
  29614.  
  29615.   ndb/src/rep/dbug_hack.cpp
  29616.     1.3 04/05/07 15:34:04 tomas@mc05.(none) +2 -2
  29617.     more removing of "system" files and introducing ndb_global/my_global
  29618.  
  29619.   ndb/src/rep/adapters/ExtNDB.cpp
  29620.     1.2 04/05/07 15:34:04 tomas@mc05.(none) +0 -1
  29621.     more removing of "system" files and introducing ndb_global/my_global
  29622.  
  29623.   ndb/src/rep/adapters/AppNDB.hpp
  29624.     1.2 04/05/07 15:34:03 tomas@mc05.(none) +0 -4
  29625.     more removing of "system" files and introducing ndb_global/my_global
  29626.  
  29627.   ndb/src/rep/Requestor.cpp
  29628.     1.2 04/05/07 15:34:03 tomas@mc05.(none) +0 -1
  29629.     more removing of "system" files and introducing ndb_global/my_global
  29630.  
  29631.   ndb/src/rep/RepMain.cpp
  29632.     1.3 04/05/07 15:34:03 tomas@mc05.(none) +0 -1
  29633.     more removing of "system" files and introducing ndb_global/my_global
  29634.  
  29635.   ndb/src/rep/RepApiService.cpp
  29636.     1.2 04/05/07 15:34:03 tomas@mc05.(none) +0 -2
  29637.     more removing of "system" files and introducing ndb_global/my_global
  29638.  
  29639.   ndb/src/newtonapi/dba_error.cpp
  29640.     1.2 04/05/07 15:34:03 tomas@mc05.(none) +2 -2
  29641.     more removing of "system" files and introducing ndb_global/my_global
  29642.  
  29643.   ndb/src/ndbapi/signal-sender/SignalSender.cpp
  29644.     1.2 04/05/07 15:34:03 tomas@mc05.(none) +0 -1
  29645.     more removing of "system" files and introducing ndb_global/my_global
  29646.  
  29647.   ndb/src/ndbapi/ndberror.c
  29648.     1.4 04/05/07 15:34:03 tomas@mc05.(none) +0 -2
  29649.     more removing of "system" files and introducing ndb_global/my_global
  29650.  
  29651.   ndb/src/ndbapi/TransporterFacade.cpp
  29652.     1.3 04/05/07 15:34:03 tomas@mc05.(none) +0 -1
  29653.     more removing of "system" files and introducing ndb_global/my_global
  29654.  
  29655.   ndb/src/ndbapi/Ndbif.cpp
  29656.     1.2 04/05/07 15:34:03 tomas@mc05.(none) +0 -1
  29657.     more removing of "system" files and introducing ndb_global/my_global
  29658.  
  29659.   ndb/src/ndbapi/NdbScanReceiver.hpp
  29660.     1.2 04/05/07 15:34:03 tomas@mc05.(none) +0 -1
  29661.     more removing of "system" files and introducing ndb_global/my_global
  29662.  
  29663.   ndb/src/ndbapi/NdbScanOperation.cpp
  29664.     1.3 04/05/07 15:34:03 tomas@mc05.(none) +0 -4
  29665.     more removing of "system" files and introducing ndb_global/my_global
  29666.  
  29667.   ndb/src/ndbapi/NdbPoolImpl.cpp
  29668.     1.2 04/05/07 15:34:03 tomas@mc05.(none) +0 -2
  29669.     more removing of "system" files and introducing ndb_global/my_global
  29670.  
  29671.   ndb/src/ndbapi/NdbOperationExec.cpp
  29672.     1.3 04/05/07 15:34:03 tomas@mc05.(none) +0 -1
  29673.     more removing of "system" files and introducing ndb_global/my_global
  29674.  
  29675.   ndb/src/ndbapi/NdbOperation.cpp
  29676.     1.2 04/05/07 15:34:03 tomas@mc05.(none) +0 -1
  29677.     more removing of "system" files and introducing ndb_global/my_global
  29678.  
  29679.   ndb/src/ndbapi/NdbErrorOut.cpp
  29680.     1.3 04/05/07 15:34:03 tomas@mc05.(none) +1 -4
  29681.     more removing of "system" files and introducing ndb_global/my_global
  29682.  
  29683.   ndb/src/ndbapi/NdbDictionaryImpl.cpp
  29684.     1.2 04/05/07 15:34:03 tomas@mc05.(none) +0 -1
  29685.     more removing of "system" files and introducing ndb_global/my_global
  29686.  
  29687.   ndb/src/ndbapi/NdbDictionary.cpp
  29688.     1.2 04/05/07 15:34:03 tomas@mc05.(none) +0 -1
  29689.     more removing of "system" files and introducing ndb_global/my_global
  29690.  
  29691.   ndb/src/ndbapi/NdbConnectionScan.cpp
  29692.     1.3 04/05/07 15:34:02 tomas@mc05.(none) +0 -1
  29693.     more removing of "system" files and introducing ndb_global/my_global
  29694.  
  29695.   ndb/src/ndbapi/Ndb.cpp
  29696.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +2 -1
  29697.     more removing of "system" files and introducing ndb_global/my_global
  29698.  
  29699.   ndb/src/ndbapi/ClusterMgr.cpp
  29700.     1.4 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29701.     more removing of "system" files and introducing ndb_global/my_global
  29702.  
  29703.   ndb/src/mgmsrv/mkconfig/mkconfig.cpp
  29704.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29705.     more removing of "system" files and introducing ndb_global/my_global
  29706.  
  29707.   ndb/src/mgmsrv/NodeLogLevelList.cpp
  29708.     1.2 04/05/07 15:34:01 tomas@mc05.(none) +2 -2
  29709.     more removing of "system" files and introducing ndb_global/my_global
  29710.  
  29711.   ndb/src/mgmsrv/NodeLogLevel.hpp
  29712.     1.2 04/05/07 15:34:01 tomas@mc05.(none) +2 -1
  29713.     more removing of "system" files and introducing ndb_global/my_global
  29714.  
  29715.   ndb/src/mgmsrv/MgmtSrvr.hpp
  29716.     1.2 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29717.     more removing of "system" files and introducing ndb_global/my_global
  29718.  
  29719.   ndb/src/mgmsrv/CommandInterpreter.hpp
  29720.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29721.     more removing of "system" files and introducing ndb_global/my_global
  29722.  
  29723.   ndb/src/mgmclient/test_cpcd/test_cpcd.cpp
  29724.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29725.     more removing of "system" files and introducing ndb_global/my_global
  29726.  
  29727.   ndb/src/mgmclient/CommandInterpreter.hpp
  29728.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29729.     more removing of "system" files and introducing ndb_global/my_global
  29730.  
  29731.   ndb/src/kernel/vm/testLongSig/testLongSig.cpp
  29732.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29733.     more removing of "system" files and introducing ndb_global/my_global
  29734.  
  29735.   ndb/src/kernel/vm/al_test/main.cpp
  29736.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29737.     more removing of "system" files and introducing ndb_global/my_global
  29738.  
  29739.   ndb/src/kernel/vm/al_test/arrayPoolTest.cpp
  29740.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29741.     more removing of "system" files and introducing ndb_global/my_global
  29742.  
  29743.   ndb/src/kernel/vm/al_test/arrayListTest.cpp
  29744.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29745.     more removing of "system" files and introducing ndb_global/my_global
  29746.  
  29747.   ndb/src/kernel/vm/SimulatedBlock.cpp
  29748.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +2 -2
  29749.     more removing of "system" files and introducing ndb_global/my_global
  29750.  
  29751.   ndb/src/kernel/vm/GlobalData.hpp
  29752.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29753.     more removing of "system" files and introducing ndb_global/my_global
  29754.  
  29755.   ndb/src/kernel/vm/DLHashTable2.hpp
  29756.     1.2 04/05/07 15:34:01 tomas@mc05.(none) +2 -3
  29757.     more removing of "system" files and introducing ndb_global/my_global
  29758.  
  29759.   ndb/src/kernel/vm/DLHashTable.hpp
  29760.     1.2 04/05/07 15:34:01 tomas@mc05.(none) +1 -2
  29761.     more removing of "system" files and introducing ndb_global/my_global
  29762.  
  29763.   ndb/src/kernel/vm/Configuration.cpp
  29764.     1.3 04/05/07 15:34:01 tomas@mc05.(none) +0 -1
  29765.     more removing of "system" files and introducing ndb_global/my_global
  29766.  
  29767.   ndb/src/kernel/vm/ClusterConfiguration.cpp
  29768.     1.2 04/05/07 15:34:00 tomas@mc05.(none) +2 -3
  29769.     more removing of "system" files and introducing ndb_global/my_global
  29770.  
  29771.   ndb/src/kernel/vm/ArrayPool.hpp
  29772.     1.2 04/05/07 15:34:00 tomas@mc05.(none) +2 -2
  29773.     more removing of "system" files and introducing ndb_global/my_global
  29774.  
  29775.   ndb/src/kernel/ndb-main/Main.cpp
  29776.     1.3 04/05/07 15:34:00 tomas@mc05.(none) +2 -2
  29777.     more removing of "system" files and introducing ndb_global/my_global
  29778.  
  29779.   ndb/src/kernel/error/ErrorReporter.cpp
  29780.     1.2 04/05/07 15:34:00 tomas@mc05.(none) +2 -3
  29781.     more removing of "system" files and introducing ndb_global/my_global
  29782.  
  29783.   ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
  29784.     1.2 04/05/07 15:34:00 tomas@mc05.(none) +1 -2
  29785.     more removing of "system" files and introducing ndb_global/my_global
  29786.  
  29787.   ndb/src/kernel/blocks/ndbfs/MemoryChannelOSE.hpp
  29788.     1.2 04/05/07 15:34:00 tomas@mc05.(none) +0 -1
  29789.     more removing of "system" files and introducing ndb_global/my_global
  29790.  
  29791.   ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp
  29792.     1.2 04/05/07 15:34:00 tomas@mc05.(none) +0 -1
  29793.     more removing of "system" files and introducing ndb_global/my_global
  29794.  
  29795.   ndb/src/kernel/blocks/ndbfs/Filename.hpp
  29796.     1.2 04/05/07 15:34:00 tomas@mc05.(none) +1 -1
  29797.     more removing of "system" files and introducing ndb_global/my_global
  29798.  
  29799.   ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp
  29800.     1.2 04/05/07 15:34:00 tomas@mc05.(none) +2 -7
  29801.     more removing of "system" files and introducing ndb_global/my_global
  29802.  
  29803.   ndb/src/kernel/blocks/dbutil/DbUtil.cpp
  29804.     1.3 04/05/07 15:34:00 tomas@mc05.(none) +2 -2
  29805.     more removing of "system" files and introducing ndb_global/my_global
  29806.  
  29807.   ndb/src/kernel/blocks/backup/restore/main.cpp
  29808.     1.3 04/05/07 15:34:00 tomas@mc05.(none) +0 -1
  29809.     more removing of "system" files and introducing ndb_global/my_global
  29810.  
  29811.   ndb/src/kernel/blocks/backup/restore/Restore.hpp
  29812.     1.3 04/05/07 15:34:00 tomas@mc05.(none) +1 -4
  29813.     more removing of "system" files and introducing ndb_global/my_global
  29814.  
  29815.   ndb/src/kernel/blocks/backup/restore/Restore.cpp
  29816.     1.3 04/05/07 15:34:00 tomas@mc05.(none) +0 -2
  29817.     more removing of "system" files and introducing ndb_global/my_global
  29818.  
  29819.   ndb/src/kernel/blocks/backup/FsBuffer.hpp
  29820.     1.3 04/05/07 15:34:00 tomas@mc05.(none) +0 -1
  29821.     more removing of "system" files and introducing ndb_global/my_global
  29822.  
  29823.   ndb/src/cw/cpcd/Process.cpp
  29824.     1.4 04/05/07 15:34:00 tomas@mc05.(none) +0 -1
  29825.     more removing of "system" files and introducing ndb_global/my_global
  29826.  
  29827.   ndb/src/cw/cpcd/Monitor.cpp
  29828.     1.2 04/05/07 15:34:00 tomas@mc05.(none) +2 -1
  29829.     more removing of "system" files and introducing ndb_global/my_global
  29830.  
  29831.   ndb/src/cw/cpcd/CPCD.cpp
  29832.     1.2 04/05/07 15:34:00 tomas@mc05.(none) +1 -4
  29833.     more removing of "system" files and introducing ndb_global/my_global
  29834.  
  29835.   ndb/src/cw/cpcd/APIService.cpp
  29836.     1.2 04/05/07 15:34:00 tomas@mc05.(none) +0 -1
  29837.     more removing of "system" files and introducing ndb_global/my_global
  29838.  
  29839.   ndb/src/common/util/testSimpleProperties/sp_test.cpp
  29840.     1.3 04/05/07 15:34:00 tomas@mc05.(none) +0 -1
  29841.     more removing of "system" files and introducing ndb_global/my_global
  29842.  
  29843.   ndb/src/common/util/strlcat.c
  29844.     1.4 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29845.     more removing of "system" files and introducing ndb_global/my_global
  29846.  
  29847.   ndb/src/common/util/socket_io.cpp
  29848.     1.2 04/05/07 15:33:59 tomas@mc05.(none) +2 -4
  29849.     more removing of "system" files and introducing ndb_global/my_global
  29850.  
  29851.   ndb/src/common/util/filetest/FileUnitTest.cpp
  29852.     1.2 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29853.     more removing of "system" files and introducing ndb_global/my_global
  29854.  
  29855.   ndb/src/common/util/SocketServer.cpp
  29856.     1.3 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29857.     more removing of "system" files and introducing ndb_global/my_global
  29858.  
  29859.   ndb/src/common/util/SimpleProperties.cpp
  29860.     1.3 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29861.     more removing of "system" files and introducing ndb_global/my_global
  29862.  
  29863.   ndb/src/common/util/Properties.cpp
  29864.     1.3 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29865.     more removing of "system" files and introducing ndb_global/my_global
  29866.  
  29867.   ndb/src/common/util/Parser.cpp
  29868.     1.3 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29869.     more removing of "system" files and introducing ndb_global/my_global
  29870.  
  29871.   ndb/src/common/util/OutputStream.cpp
  29872.     1.2 04/05/07 15:33:59 tomas@mc05.(none) +2 -1
  29873.     more removing of "system" files and introducing ndb_global/my_global
  29874.  
  29875.   ndb/src/common/util/NdbSqlUtil.cpp
  29876.     1.2 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29877.     more removing of "system" files and introducing ndb_global/my_global
  29878.  
  29879.   ndb/src/common/util/NdbOut.cpp
  29880.     1.2 04/05/07 15:33:59 tomas@mc05.(none) +3 -5
  29881.     more removing of "system" files and introducing ndb_global/my_global
  29882.  
  29883.   ndb/src/common/util/NdbErrHnd.cpp
  29884.     1.2 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29885.     more removing of "system" files and introducing ndb_global/my_global
  29886.  
  29887.   ndb/src/common/util/InputStream.cpp
  29888.     1.2 04/05/07 15:33:59 tomas@mc05.(none) +2 -2
  29889.     more removing of "system" files and introducing ndb_global/my_global
  29890.  
  29891.   ndb/src/common/util/BaseString.cpp
  29892.     1.3 04/05/07 15:33:59 tomas@mc05.(none) +0 -2
  29893.     more removing of "system" files and introducing ndb_global/my_global
  29894.  
  29895.   ndb/src/common/transporter/TransporterRegistry.cpp
  29896.     1.3 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29897.     more removing of "system" files and introducing ndb_global/my_global
  29898.  
  29899.   ndb/src/common/transporter/Transporter.cpp
  29900.     1.2 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29901.     more removing of "system" files and introducing ndb_global/my_global
  29902.  
  29903.   ndb/src/common/transporter/SHM_Buffer.hpp
  29904.     1.3 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29905.     more removing of "system" files and introducing ndb_global/my_global
  29906.  
  29907.   ndb/src/common/transporter/OSE_Transporter.cpp
  29908.     1.2 04/05/07 15:33:59 tomas@mc05.(none) +0 -2
  29909.     more removing of "system" files and introducing ndb_global/my_global
  29910.  
  29911.   ndb/src/common/transporter/OSE_Receiver.cpp
  29912.     1.2 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29913.     more removing of "system" files and introducing ndb_global/my_global
  29914.  
  29915.   ndb/src/common/portlib/win32/NdbThread.c
  29916.     1.2 04/05/07 15:33:59 tomas@mc05.(none) +0 -1
  29917.     more removing of "system" files and introducing ndb_global/my_global
  29918.  
  29919.   ndb/src/common/portlib/win32/NdbMutex.c
  29920.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +0 -1
  29921.     more removing of "system" files and introducing ndb_global/my_global
  29922.  
  29923.   ndb/src/common/portlib/win32/NdbMem.c
  29924.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +0 -2
  29925.     more removing of "system" files and introducing ndb_global/my_global
  29926.  
  29927.   ndb/src/common/portlib/win32/NdbCondition.c
  29928.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +0 -1
  29929.     more removing of "system" files and introducing ndb_global/my_global
  29930.  
  29931.   ndb/src/common/portlib/unix/NdbThread.c
  29932.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +2 -8
  29933.     more removing of "system" files and introducing ndb_global/my_global
  29934.  
  29935.   ndb/src/common/portlib/unix/NdbMutex.c
  29936.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +3 -4
  29937.     more removing of "system" files and introducing ndb_global/my_global
  29938.  
  29939.   ndb/src/common/portlib/unix/NdbMem.c
  29940.     1.3 04/05/07 15:33:58 tomas@mc05.(none) +2 -7
  29941.     more removing of "system" files and introducing ndb_global/my_global
  29942.  
  29943.   ndb/src/common/portlib/unix/NdbEnv.c
  29944.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +3 -3
  29945.     more removing of "system" files and introducing ndb_global/my_global
  29946.  
  29947.   ndb/src/common/portlib/unix/NdbDaemon.c
  29948.     1.3 04/05/07 15:33:58 tomas@mc05.(none) +0 -2
  29949.     more removing of "system" files and introducing ndb_global/my_global
  29950.  
  29951.   ndb/src/common/portlib/unix/NdbCondition.c
  29952.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +3 -9
  29953.     more removing of "system" files and introducing ndb_global/my_global
  29954.  
  29955.   ndb/src/common/portlib/ose/NdbThread.c
  29956.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +0 -1
  29957.     more removing of "system" files and introducing ndb_global/my_global
  29958.  
  29959.   ndb/src/common/portlib/ose/NdbOut.cpp
  29960.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +2 -5
  29961.     more removing of "system" files and introducing ndb_global/my_global
  29962.  
  29963.   ndb/src/common/portlib/ose/NdbMutex.c
  29964.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +0 -1
  29965.     more removing of "system" files and introducing ndb_global/my_global
  29966.  
  29967.   ndb/src/common/portlib/ose/NdbMem.c
  29968.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +0 -2
  29969.     more removing of "system" files and introducing ndb_global/my_global
  29970.  
  29971.   ndb/src/common/portlib/ose/NdbCondition.c
  29972.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +0 -1
  29973.     more removing of "system" files and introducing ndb_global/my_global
  29974.  
  29975.   ndb/src/common/mgmcommon/InitConfigFileParser.cpp
  29976.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +2 -5
  29977.     more removing of "system" files and introducing ndb_global/my_global
  29978.  
  29979.   ndb/src/common/mgmcommon/Config.hpp
  29980.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +0 -2
  29981.     more removing of "system" files and introducing ndb_global/my_global
  29982.  
  29983.   ndb/src/common/logger/loggertest/LoggerUnitTest.cpp
  29984.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +0 -4
  29985.     more removing of "system" files and introducing ndb_global/my_global
  29986.  
  29987.   ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp
  29988.     1.3 04/05/07 15:33:58 tomas@mc05.(none) +0 -1
  29989.     more removing of "system" files and introducing ndb_global/my_global
  29990.  
  29991.   ndb/src/common/logger/SysLogHandler.cpp
  29992.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +0 -1
  29993.     more removing of "system" files and introducing ndb_global/my_global
  29994.  
  29995.   ndb/src/common/logger/Logger.cpp
  29996.     1.2 04/05/07 15:33:58 tomas@mc05.(none) +1 -7
  29997.     more removing of "system" files and introducing ndb_global/my_global
  29998.  
  29999.   ndb/src/common/logger/LogHandlerList.cpp
  30000.     1.2 04/05/07 15:33:57 tomas@mc05.(none) +0 -2
  30001.     more removing of "system" files and introducing ndb_global/my_global
  30002.  
  30003.   ndb/src/common/logger/LogHandler.cpp
  30004.     1.2 04/05/07 15:33:57 tomas@mc05.(none) +0 -3
  30005.     more removing of "system" files and introducing ndb_global/my_global
  30006.  
  30007.   ndb/src/common/logger/FileLogHandler.cpp
  30008.     1.3 04/05/07 15:33:57 tomas@mc05.(none) +0 -6
  30009.     more removing of "system" files and introducing ndb_global/my_global
  30010.  
  30011.   ndb/src/common/debugger/signaldata/SystemError.cpp
  30012.     1.2 04/05/07 15:33:57 tomas@mc05.(none) +0 -1
  30013.     more removing of "system" files and introducing ndb_global/my_global
  30014.  
  30015.   ndb/src/common/debugger/signaldata/PrepFailReqRef.cpp
  30016.     1.2 04/05/07 15:33:57 tomas@mc05.(none) +0 -1
  30017.     more removing of "system" files and introducing ndb_global/my_global
  30018.  
  30019.   ndb/src/common/debugger/signaldata/ContinueB.cpp
  30020.     1.2 04/05/07 15:33:57 tomas@mc05.(none) +0 -1
  30021.     more removing of "system" files and introducing ndb_global/my_global
  30022.  
  30023.   ndb/src/common/debugger/signaldata/CloseComReqConf.cpp
  30024.     1.2 04/05/07 15:33:57 tomas@mc05.(none) +0 -1
  30025.     more removing of "system" files and introducing ndb_global/my_global
  30026.  
  30027.   ndb/src/common/debugger/SignalLoggerManager.cpp
  30028.     1.4 04/05/07 15:33:57 tomas@mc05.(none) +0 -3
  30029.     more removing of "system" files and introducing ndb_global/my_global
  30030.  
  30031.   ndb/src/common/debugger/EventLogger.cpp
  30032.     1.2 04/05/07 15:33:57 tomas@mc05.(none) +2 -4
  30033.     more removing of "system" files and introducing ndb_global/my_global
  30034.  
  30035.   ndb/src/client/odbc/common/OdbcData.cpp
  30036.     1.2 04/05/07 15:33:57 tomas@mc05.(none) +1 -3
  30037.     more removing of "system" files and introducing ndb_global/my_global
  30038.  
  30039.   ndb/src/client/odbc/common/DataType.cpp
  30040.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +0 -1
  30041.     more removing of "system" files and introducing ndb_global/my_global
  30042.  
  30043.   ndb/src/client/odbc/common/DataField.cpp
  30044.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +1 -7
  30045.     more removing of "system" files and introducing ndb_global/my_global
  30046.  
  30047.   ndb/src/client/odbc/common/Ctx.cpp
  30048.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +1 -5
  30049.     more removing of "system" files and introducing ndb_global/my_global
  30050.  
  30051.   ndb/include/util/socket_io.h
  30052.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +2 -1
  30053.     more removing of "system" files and introducing ndb_global/my_global
  30054.  
  30055.   ndb/include/util/getarg.h
  30056.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +1 -1
  30057.     more removing of "system" files and introducing ndb_global/my_global
  30058.  
  30059.   ndb/include/util/SimpleProperties.hpp
  30060.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +1 -2
  30061.     more removing of "system" files and introducing ndb_global/my_global
  30062.  
  30063.   ndb/include/util/File.hpp
  30064.     1.3 04/05/07 15:33:56 tomas@mc05.(none) +1 -2
  30065.     more removing of "system" files and introducing ndb_global/my_global
  30066.  
  30067.   ndb/include/util/Bitmask.hpp
  30068.     1.3 04/05/07 15:33:56 tomas@mc05.(none) +0 -1
  30069.     more removing of "system" files and introducing ndb_global/my_global
  30070.  
  30071.   ndb/include/portlib/NdbTCP.h
  30072.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +3 -34
  30073.     more removing of "system" files and introducing ndb_global/my_global
  30074.  
  30075.   ndb/include/portlib/NdbMem.h
  30076.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +1 -2
  30077.     more removing of "system" files and introducing ndb_global/my_global
  30078.  
  30079.   ndb/include/newtonapi/defs/pcn_types.h
  30080.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +1 -2
  30081.     more removing of "system" files and introducing ndb_global/my_global
  30082.  
  30083.   ndb/include/ndb_types.h
  30084.     1.3 04/05/07 15:33:56 tomas@mc05.(none) +0 -5
  30085.     more removing of "system" files and introducing ndb_global/my_global
  30086.  
  30087.   ndb/include/ndb_global.h
  30088.     1.4 04/05/07 15:33:56 tomas@mc05.(none) +66 -0
  30089.     more removing of "system" files and introducing ndb_global/my_global
  30090.  
  30091.   ndb/include/logger/Logger.hpp
  30092.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +1 -1
  30093.     more removing of "system" files and introducing ndb_global/my_global
  30094.  
  30095.   ndb/include/logger/LogHandler.hpp
  30096.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +0 -1
  30097.     more removing of "system" files and introducing ndb_global/my_global
  30098.  
  30099.   ndb/include/kernel/signaldata/SignalDataPrint.hpp
  30100.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +1 -1
  30101.     more removing of "system" files and introducing ndb_global/my_global
  30102.  
  30103.   ndb/include/kernel/signaldata/SignalData.hpp
  30104.     1.3 04/05/07 15:33:56 tomas@mc05.(none) +0 -1
  30105.     more removing of "system" files and introducing ndb_global/my_global
  30106.  
  30107.   ndb/include/kernel/signaldata/BuildIndx.hpp
  30108.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +0 -1
  30109.     more removing of "system" files and introducing ndb_global/my_global
  30110.  
  30111.   ndb/include/kernel/LogLevel.hpp
  30112.     1.2 04/05/07 15:33:56 tomas@mc05.(none) +1 -2
  30113.     more removing of "system" files and introducing ndb_global/my_global
  30114.  
  30115.   ndb/include/debugger/SignalLoggerManager.hpp
  30116.     1.3 04/05/07 15:33:55 tomas@mc05.(none) +0 -1
  30117.     more removing of "system" files and introducing ndb_global/my_global
  30118.  
  30119.   ndb/examples/ndbapi_scan_example/ndbapi_scan.cpp
  30120.     1.2 04/05/07 15:33:55 tomas@mc05.(none) +2 -10
  30121.     more removing of "system" files and introducing ndb_global/my_global
  30122.  
  30123.   ndb/examples/ndbapi_async_example/ndbapi_async.cpp
  30124.     1.3 04/05/07 15:33:55 tomas@mc05.(none) +2 -10
  30125.     more removing of "system" files and introducing ndb_global/my_global
  30126.  
  30127.   BitKeeper/deleted/.del-NdbUnistd.h~a1b3840adcd49985
  30128.     1.2 04/05/07 15:16:21 tomas@mc05.(none) +0 -0
  30129.     Delete: ndb/include/portlib/NdbUnistd.h
  30130.  
  30131. ChangeSet
  30132.   1.1616.370.4 04/05/07 14:50:10 georg@beethoven.local +3 -0
  30133.   Added additional parameter userdata for mysql_set_local_infile_handler
  30134.   to allow binding of userland functions in PHP.
  30135.  
  30136.   BitKeeper/etc/logging_ok
  30137.     1.233.1.62 04/05/07 14:48:13 georg@beethoven.local +1 -0
  30138.     Logging to logging@openlogging.org accepted
  30139.  
  30140.   libmysql/libmysql.c
  30141.     1.156.1.74 04/05/07 14:45:38 georg@beethoven.local +9 -4
  30142.     added parameter userdata in mysql_set_local_infile_handler
  30143.     added parameter (void *userdata __attribute__ ((unused))) in mysql_local_infile_init
  30144.     passed additional parameter userdata to init function in handle_local_infile
  30145.  
  30146.   include/mysql.h
  30147.     1.122 04/05/07 14:45:38 georg@beethoven.local +6 -3
  30148.     added new last parameter (void *) for mysql_set_local_infile_handler
  30149.     st_mysql_options:
  30150.       added void *local_infile_userdata
  30151.       added last parameter (void *) for local_infile_init function pointer
  30152.  
  30153.   BitKeeper/deleted/.del-NdbConstant.hpp~de1038c1758cc1f9
  30154.     1.2 04/05/07 14:24:39 tomas@mc05.(none) +0 -0
  30155.     Delete: ndb/include/portlib/NdbConstant.hpp
  30156.  
  30157.   BitKeeper/deleted/.del-NdbString.h~1f9f26341ce5f5f
  30158.     1.3 04/05/07 14:24:18 tomas@mc05.(none) +0 -0
  30159.     Delete: ndb/include/util/NdbString.h
  30160.  
  30161.   BitKeeper/deleted/.del-NdbStdio.h~17be17a4f591c671
  30162.     1.3 04/05/07 14:23:01 tomas@mc05.(none) +0 -0
  30163.     Delete: ndb/include/portlib/NdbStdio.h
  30164.  
  30165.   BitKeeper/deleted/.del-regression.sh~c19f771726612629
  30166.     1.2 04/05/07 11:26:04 magnus@neptunus.(none) +0 -0
  30167.     Delete: ndb/bin/regression.sh
  30168.  
  30169. ChangeSet
  30170.   1.1346.610.1 04/05/07 12:13:45 marko@hundin.mysql.fi +2 -0
  30171.   Fix auto_inc locking bug introduced in ChangeSet@1.1794.1.1
  30172.  
  30173.   mysql-test/r/innodb.result
  30174.     1.40.1.38 04/05/07 12:13:42 marko@hundin.mysql.fi +1 -1
  30175.     Revert ChangeSet@1.1794.1.1
  30176.  
  30177.   innobase/row/row0mysql.c
  30178.     1.39.1.25 04/05/07 12:13:42 marko@hundin.mysql.fi +1 -1
  30179.     Revert accidental modification to row_lock_table_autoinc_for_mysql()
  30180.     made in ChangeSet@1.1794.1.1 
  30181.  
  30182. ChangeSet
  30183.   1.1616.341.10 04/05/07 08:39:42 tomas@mc05.(none) +196 -0
  30184.   introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30185.  
  30186.   ndb/tools/verify_index/verify_index.cpp
  30187.     1.2 04/05/07 08:39:38 tomas@mc05.(none) +1 -2
  30188.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30189.  
  30190.   ndb/tools/transproxy/transproxy.cpp
  30191.     1.2 04/05/07 08:39:38 tomas@mc05.(none) +1 -7
  30192.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30193.  
  30194.   ndb/tools/select_count/select_count.cpp
  30195.     1.2 04/05/07 08:39:38 tomas@mc05.(none) +2 -2
  30196.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30197.  
  30198.   ndb/tools/select_all/select_all.cpp
  30199.     1.2 04/05/07 08:39:38 tomas@mc05.(none) +2 -2
  30200.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30201.  
  30202.   ndb/tools/drop_tab/drop_tab.cpp
  30203.     1.2 04/05/07 08:39:38 tomas@mc05.(none) +1 -1
  30204.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30205.  
  30206.   ndb/tools/drop_index/drop_index.cpp
  30207.     1.2 04/05/07 08:39:38 tomas@mc05.(none) +1 -1
  30208.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30209.  
  30210.   ndb/tools/delete_all/delete_all.cpp
  30211.     1.2 04/05/07 08:39:38 tomas@mc05.(none) +1 -1
  30212.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30213.  
  30214.   ndb/tools/create_index/create_index.cpp
  30215.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +1 -1
  30216.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30217.  
  30218.   ndb/tools/copy_tab/copy_tab.cpp
  30219.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +1 -1
  30220.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30221.  
  30222.   ndb/test/tools/hugoScanUpdate/hugoScanUpd.cpp
  30223.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +2 -2
  30224.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30225.  
  30226.   ndb/test/tools/hugoScanRead/hugoScanRead.cpp
  30227.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +2 -2
  30228.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30229.  
  30230.   ndb/test/tools/hugoPkUpdate/hugoPkUpd.cpp
  30231.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +2 -2
  30232.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30233.  
  30234.   ndb/test/tools/hugoPkReadRecord/hugoPkReadRecord.cpp
  30235.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +2 -1
  30236.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30237.  
  30238.   ndb/test/tools/hugoPkRead/hugoPkRead.cpp
  30239.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +2 -2
  30240.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30241.  
  30242.   ndb/test/tools/hugoPkDelete/hugoPkDel.cpp
  30243.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +2 -2
  30244.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30245.  
  30246.   ndb/test/tools/hugoLockRecords/hugoLockRecords.cpp
  30247.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +2 -2
  30248.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30249.  
  30250.   ndb/test/tools/hugoFill/hugoFill.cpp
  30251.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +1 -1
  30252.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30253.  
  30254.   ndb/test/tools/hugoCalculator/hugoCalculator.cpp
  30255.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +3 -1
  30256.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30257.  
  30258.   ndb/test/src/NDBT_ReturnCodes.cpp
  30259.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +3 -3
  30260.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30261.  
  30262.   ndb/test/src/NDBT_ResultRow.cpp
  30263.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +2 -3
  30264.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30265.  
  30266.   ndb/test/run-test/run-test.hpp
  30267.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +2 -0
  30268.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30269.  
  30270.   ndb/test/run-test/main.cpp
  30271.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +1 -1
  30272.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30273.  
  30274.   ndb/test/newtonapi/perf_test/perf.cpp
  30275.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +6 -4
  30276.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30277.  
  30278.   ndb/test/newtonapi/basic_test/too_basic.cpp
  30279.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +3 -7
  30280.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30281.  
  30282.   ndb/test/newtonapi/basic_test/common.hpp
  30283.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +2 -1
  30284.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30285.  
  30286.   ndb/test/newtonapi/basic_test/common.cpp
  30287.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +0 -4
  30288.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30289.  
  30290.   ndb/test/ndbapi/vw_test/size.cpp
  30291.     1.2 04/05/07 08:39:37 tomas@mc05.(none) +1 -1
  30292.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30293.  
  30294.   ndb/test/ndbapi/vw_test/cdrserver.cpp
  30295.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +3 -9
  30296.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30297.  
  30298.   ndb/test/ndbapi/vw_test/bcd.h
  30299.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -2
  30300.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30301.  
  30302.   ndb/test/ndbapi/testOIBasic/testOIBasic.cpp
  30303.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -4
  30304.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30305.  
  30306.   ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp
  30307.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +2 -3
  30308.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30309.  
  30310.   ndb/test/ndbapi/testBlobs/testBlobs.cpp
  30311.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +3 -5
  30312.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30313.  
  30314.   ndb/test/ndbapi/ronja/benchronja/benchronja.cpp
  30315.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +2 -5
  30316.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30317.  
  30318.   ndb/test/ndbapi/lmc-bench/src/user/userTransaction.c
  30319.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -2
  30320.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30321.  
  30322.   ndb/test/ndbapi/lmc-bench/src/user/userInterface.cpp
  30323.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -3
  30324.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30325.  
  30326.   ndb/test/ndbapi/lmc-bench/src/user/old/userTransaction.c
  30327.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -2
  30328.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30329.  
  30330.   ndb/test/ndbapi/lmc-bench/src/user/old/userInterface.c
  30331.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -4
  30332.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30333.  
  30334.   ndb/test/ndbapi/lmc-bench/src/user/ndb_user_populate.cpp
  30335.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -1
  30336.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30337.  
  30338.   ndb/test/ndbapi/lmc-bench/src/user/ndb_error.hpp
  30339.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +0 -1
  30340.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30341.  
  30342.   ndb/test/ndbapi/lmc-bench/src/user/macros.h
  30343.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -2
  30344.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30345.  
  30346.   ndb/test/ndbapi/lmc-bench/src/user/localDbPrepare.c
  30347.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -1
  30348.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30349.  
  30350.   ndb/test/ndbapi/lmc-bench/src/populator/mainPopulate.c
  30351.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -3
  30352.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30353.  
  30354.   ndb/test/ndbapi/lmc-bench/src/populator/dbPopulate.c
  30355.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -3
  30356.     introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
  30357.  
  30358.   ndb/test/ndbapi/lmc-bench/src/generator/mainGenerator.c
  30359.     1.2 04/05/07 08:39:36 tomas@mc05.(none) +1 -5
  30360.     introduced ndb_global.h/my