Guest User

Untitled

a guest
Mar 9th, 2018
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. $ svn log -v
  2. ------------------------------------------------------------------------
  3. r265 | jkneschke | 2007-10-20 15:21:12 +0200 (Sat, 20 Oct 2007) | 2 lines
  4. Changed paths:
  5. M /
  6. M /trunk/src/network-mysqld.c
  7.  
  8. ECONNABORTED isn't that much different than ECONNRESTE for us.
  9.  
  10. ------------------------------------------------------------------------
  11. r264 | gmaxia | 2007-10-20 13:31:26 +0200 (Sat, 20 Oct 2007) | 3 lines
  12. Changed paths:
  13. M /trunk/lib/analyze-query.lua
  14. A /trunk/tests/suite/base/r/query_analizer1.result
  15. A /trunk/tests/suite/base/t/query_analizer1.lua
  16. A /trunk/tests/suite/base/t/query_analizer1.test
  17.  
  18. added basic test for analyze-query.lua
  19.  
  20.  
  21. ------------------------------------------------------------------------
  22. r263 | jkneschke | 2007-10-20 11:40:51 +0200 (Sat, 20 Oct 2007) | 2 lines
  23. Changed paths:
  24. M /
  25. M /trunk/lib/xtab.lua
  26.  
  27. fixed test-case to start the field-indexing at 1 instead of 0
  28.  
  29. ------------------------------------------------------------------------
  30. r262 | jkneschke | 2007-10-20 11:17:16 +0200 (Sat, 20 Oct 2007) | 2 lines
  31. Changed paths:
  32. M /
  33. M /trunk/src/network-mysqld-proxy.c
  34.  
  35. fixed off-by-one in the inj.res.fields array handling
  36.  
  37.  
  38. $ bzr log -r -6..
  39. ------------------------------------------------------------
  40. revno: 266
  41. revision-id:jan@kneschke.de-20071020132032-37mnf120215j9l4y
  42. parent: jan@kneschke.de-20071020130712-dv4ztqooi2f7xq68
  43. parent: svn-v3-none:fe14aea9-4933-0410-bce6-949b048bc62b::264
  44. committer: Jan Kneschke <jan@kneschke.de>
  45. branch nick: mysql-proxy-svn
  46. timestamp: Sat 2007-10-20 15:20:32 +0200
  47. message:
  48. use #fields instead of counting the fields by hand
  49. ------------------------------------------------------------
  50. revno: 264.1.1
  51. revision-id:svn-v3-none:fe14aea9-4933-0410-bce6-949b048bc62b::264
  52. parent: jan@kneschke.de-20071020093953-3cy1s3pv5g5m6n0u
  53. committer: gmaxia
  54. timestamp: Sat 2007-10-20 11:31:26 +0000
  55. message:
  56. added basic test for analyze-query.lua
  57.  
  58. ------------------------------------------------------------
  59. revno: 265
  60. revision-id:jan@kneschke.de-20071020130712-dv4ztqooi2f7xq68
  61. parent: jan@kneschke.de-20071020093953-3cy1s3pv5g5m6n0u
  62. committer: Jan Kneschke <jan@kneschke.de>
  63. branch nick: mysql-proxy
  64. timestamp: Sat 2007-10-20 15:07:12 +0200
  65. message:
  66. ECONNABORTED isn't that much different than ECONNRESTE for us.
  67. ------------------------------------------------------------
  68. revno: 264
  69. revision-id:jan@kneschke.de-20071020093953-3cy1s3pv5g5m6n0u
  70. parent: jan@kneschke.de-20071019161620-pmbdfxux8rjdj006
  71. committer: Jan Kneschke <jan@kneschke.de>
  72. branch nick: mysql-proxy
  73. timestamp: Sat 2007-10-20 11:39:53 +0200
  74. message:
  75. fixed test-case to start the field-indexing at 1 instead of 0
  76. ------------------------------------------------------------
  77. revno: 263
  78. revision-id:jan@kneschke.de-20071019161620-pmbdfxux8rjdj006
  79. parent: jan@kneschke.de-20071019113556-3661v3w75i3li3q5
  80. committer: Jan Kneschke <jan@kneschke.de>
  81. branch nick: mysql-proxy
  82. timestamp: Fri 2007-10-19 18:16:20 +0200
  83. message:
  84. fixed off-by-one in the inj.res.fields array handling
  85. ------------------------------------------------------------
  86. revno: 262
  87. revision-id:jan@kneschke.de-20071019113556-3661v3w75i3li3q5
  88. parent: jan@kneschke.de-20071016144222-a586lo9rqc1beocm
  89. committer: Jan Kneschke <jan@kneschke.de>
  90. branch nick: mysql-proxy
  91. timestamp: Fri 2007-10-19 13:35:56 +0200
  92. message:
  93. provide a useful errormsg in proxy.response.resultset.rows is not a table
  94. ------------------------------------------------------------
  95. revno: 261
  96. revision-id:jan@kneschke.de-20071016144222-a586lo9rqc1beocm
  97. parent: jan@kneschke.de-20071016144150-s5ht7euwwkzha5ud
  98. committer: Jan Kneschke <jan@kneschke.de>
  99. branch nick: mysql-proxy
  100. timestamp: Tue 2007-10-16 16:42:22 +0200
  101. message:
  102. update the tutorial to the latest API
Add Comment
Please, Sign In to add comment