summaryrefslogtreecommitdiff
path: root/jstests/decimal
diff options
context:
space:
mode:
authorRaymond Jacobson <raymond.jacobson@10gen.com>2015-07-15 11:39:41 -0400
committerDavid Hatch <david.hatch@mongodb.com>2015-07-31 15:30:46 -0400
commit8b19e377c452374125aca99aa9f9c8ed912ac2b1 (patch)
tree8b49e5614d102cd677fed0b16aedb97731cbfc3f /jstests/decimal
parent9ca37ee188c73256610b105b1b5097a605e54697 (diff)
downloadmongo-8b19e377c452374125aca99aa9f9c8ed912ac2b1.tar.gz
SERVER-19613 Add experimental Decimal128 build flag
Add scons build parameter --experimental-decimal-support=on, which enables experimental support of a 128 bit decimal type.
Diffstat (limited to 'jstests/decimal')
-rw-r--r--jstests/decimal/placeholder.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/decimal/placeholder.js b/jstests/decimal/placeholder.js
new file mode 100644
index 00000000000..bc8c7904738
--- /dev/null
+++ b/jstests/decimal/placeholder.js
@@ -0,0 +1,2 @@
+// TODO: Replace this file with decimal JS tests
+// when experimental decimal support is available \ No newline at end of file