lp:~paul-mccullagh/maria/pbxt-1.0.11
Created by
Paul McCullagh
and last modified
- Get this branch:
- bzr branch lp:~paul-mccullagh/maria/pbxt-1.0.11
Only
Paul McCullagh
can upload to this branch. If you are
Paul McCullagh
please log in for upload directions.
Branch merges
Propose for merging
- Maria-captains: Pending requested
-
Diff: 5018 lines (+1575/-531)44 files modifiedmysql-test/suite/pbxt/r/func_str.result (+1/-1)
mysql-test/suite/pbxt/r/group_min_max.result (+42/-42)
mysql-test/suite/pbxt/r/join_nested.result (+1/-1)
mysql-test/suite/pbxt/r/negation_elimination.result (+1/-1)
mysql-test/suite/pbxt/r/null.result (+1/-1)
mysql-test/suite/pbxt/r/order_by.result (+4/-4)
mysql-test/suite/pbxt/r/pbxt_ref_int.result (+2/-2)
mysql-test/suite/pbxt/r/range.result (+1/-1)
mysql-test/suite/pbxt/r/select.result (+19/-19)
storage/pbxt/ChangeLog (+105/-0)
storage/pbxt/src/backup_xt.cc (+3/-3)
storage/pbxt/src/cache_xt.cc (+87/-8)
storage/pbxt/src/cache_xt.h (+9/-5)
storage/pbxt/src/database_xt.cc (+7/-1)
storage/pbxt/src/database_xt.h (+5/-0)
storage/pbxt/src/datadic_xt.cc (+75/-49)
storage/pbxt/src/datadic_xt.h (+1/-2)
storage/pbxt/src/datalog_xt.cc (+6/-1)
storage/pbxt/src/filesys_xt.h (+1/-1)
storage/pbxt/src/ha_pbxt.cc (+213/-64)
storage/pbxt/src/index_xt.cc (+68/-24)
storage/pbxt/src/index_xt.h (+3/-3)
storage/pbxt/src/lock_xt.cc (+161/-16)
storage/pbxt/src/lock_xt.h (+61/-5)
storage/pbxt/src/locklist_xt.cc (+4/-0)
storage/pbxt/src/myxt_xt.cc (+29/-6)
storage/pbxt/src/pthread_xt.cc (+83/-19)
storage/pbxt/src/pthread_xt.h (+41/-36)
storage/pbxt/src/restart_xt.cc (+138/-6)
storage/pbxt/src/restart_xt.h (+4/-0)
storage/pbxt/src/strutil_xt.cc (+1/-1)
storage/pbxt/src/tabcache_xt.cc (+84/-30)
storage/pbxt/src/tabcache_xt.h (+3/-1)
storage/pbxt/src/table_xt.cc (+145/-101)
storage/pbxt/src/table_xt.h (+8/-3)
storage/pbxt/src/thread_xt.cc (+17/-10)
storage/pbxt/src/thread_xt.h (+6/-3)
storage/pbxt/src/trace_xt.cc (+17/-6)
storage/pbxt/src/trace_xt.h (+2/-0)
storage/pbxt/src/xaction_xt.cc (+24/-14)
storage/pbxt/src/xaction_xt.h (+2/-2)
storage/pbxt/src/xactlog_xt.cc (+69/-30)
storage/pbxt/src/xactlog_xt.h (+6/-2)
storage/pbxt/src/xt_defs.h (+15/-7)
Branch information
Recent revisions
- 2850. By Kristian Nielsen
-
Fix missing bounds check in string conversion.
Bump version number for security fix release. - 2844. By Michael Widenius
-
Fixed race condition in safe_process.cc which may have caused some mysqltests to be reported as failed even if they succeded.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
- Stacked on:
- lp:~maria-captains/maria/5.1-converting