Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CyanogenMod/android_external_sqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cm-12.0
Choose a base ref
...
head repository: SlimForce/android_external_sqlite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lp5.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 2 files changed
  • 5 contributors

Commits on Mar 22, 2015

  1. SQLite: Enable fdatasync for SQLite

    SQLite library recommends usage of fdatasync when available.
    Since it is available for linux, enable it. This gives better
    performance compared to fsync.
    
    Change-Id: Ifd91fa555428d5b2db43f99e4ed18b7add4aec72
    Signed-off-by: arter97 <qkrwngud825@gmail.com>
    Kiran Kumar H N authored and fusionjack committed Mar 22, 2015
    Configuration menu
    Copy the full SHA
    0a538b2 View commit details
    Browse the repository at this point in the history
  2. Add hooks for database open and pragma handling

    Change-Id: I0c1843a1c17e6cb7786ea5c66d229282b1fa0d32
    
    SQLite: Updated hooks for database open and close.
    
    Change-Id: I38135eaed3b5e66ef302eb0337f1bf3ba9f184d7
    
    Leave out magic perf code unless requested
    
    Change-Id: I154e288e440abd70dd4eec590150be1e800efac9
    Signed-off-by: arter97 <qkrwngud825@gmail.com>
    David Ng authored and fusionjack committed Mar 22, 2015
    Configuration menu
    Copy the full SHA
    3febd79 View commit details
    Browse the repository at this point in the history
  3. Additional guard around perf enablement

    Change-Id: I9e482f610c09f11d462684cf8e21f08e9f0dcc6c
    Signed-off-by: arter97 <qkrwngud825@gmail.com>
    hyperb1iss authored and fusionjack committed Mar 22, 2015
    Configuration menu
    Copy the full SHA
    3bb2b1d View commit details
    Browse the repository at this point in the history
  4. Do not pass QC_PERF into host build of sqlite3.

    Change-Id: I5b445d37b07a8d41d924d5c163492db4419cf0d1
    Signed-off-by: arter97 <qkrwngud825@gmail.com>
    koush authored and fusionjack committed Mar 22, 2015
    Configuration menu
    Copy the full SHA
    68de33d View commit details
    Browse the repository at this point in the history
  5. sqlite: Rename perf flag

    Change-Id: I65b41ebf138d7acd934df39a9282e03daee0f77b
    Signed-off-by: arter97 <qkrwngud825@gmail.com>
    hyperb1iss authored and fusionjack committed Mar 22, 2015
    Configuration menu
    Copy the full SHA
    df91963 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2015

  1. Patched JB sql to have maximum performance use noSync Patch! modded!

    original patch didnt work, so i had to search for more creative solution,
    and finnaly made it working!
    
    Conflicts:
    	dist/sqlite3.c
    
    Conflicts:
    	dist/sqlite3.c
    Yuri.Sh authored and bitraft committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    afa0b58 View commit details
    Browse the repository at this point in the history
Loading